From c76764534f0f8cf277d6a085ed41ac1b9c26c9bb Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Tue, 3 Mar 2026 17:51:01 -0600
Subject: [PATCH 01/15] Prepend NationalInstruments to Blazor namespaces
---
.../Examples/Demo.Client/packages.lock.json | 24 +++++++++----------
.../Examples/Demo.Hybrid/_Imports.razor | 2 +-
.../Examples/Demo.Hybrid/packages.lock.json | 12 +++++-----
.../Examples/Demo.Server/packages.lock.json | 12 +++++-----
.../Demo.Shared/Pages/ComponentsDemo.razor.cs | 4 ++--
.../Demo.Shared/Shared/MainLayout.razor | 2 +-
.../Demo.Shared/Shared/MainLayout.razor.cs | 2 +-
.../Examples/Demo.Shared/_Imports.razor | 6 ++---
.../Examples/Demo.Shared/packages.lock.json | 6 ++---
.../NimbleBlazor/AnchorAppearance.cs | 2 +-
.../NimbleBlazor/AttributeHelpers.cs | 2 +-
.../NimbleBlazor/AutoComplete.cs | 2 +-
.../NimbleBlazor/BannerSeverity.cs | 2 +-
.../NimbleBlazor/BindAttributes.cs | 2 +-
.../NimbleBlazor/BreadcrumbAppearance.cs | 2 +-
.../NimbleBlazor/ButtonAppearance.cs | 2 +-
.../NimbleBlazor/ButtonAppearanceVariant.cs | 2 +-
.../Components/NimbleAnchor.razor | 2 +-
.../Components/NimbleAnchor.razor.cs | 2 +-
.../Components/NimbleAnchorButton.razor | 2 +-
.../Components/NimbleAnchorButton.razor.cs | 2 +-
.../Components/NimbleAnchorMenuItem.razor | 2 +-
.../Components/NimbleAnchorMenuItem.razor.cs | 2 +-
.../Components/NimbleAnchorTab.razor | 2 +-
.../Components/NimbleAnchorTab.razor.cs | 2 +-
.../Components/NimbleAnchorTabs.razor | 2 +-
.../Components/NimbleAnchorTabs.razor.cs | 2 +-
.../Components/NimbleAnchorTreeItem.razor | 2 +-
.../Components/NimbleAnchorTreeItem.razor.cs | 2 +-
.../Components/NimbleBanner.razor | 2 +-
.../Components/NimbleBanner.razor.cs | 2 +-
.../Components/NimbleBreadcrumb.razor | 2 +-
.../Components/NimbleBreadcrumb.razor.cs | 2 +-
.../Components/NimbleBreadcrumbItem.razor | 2 +-
.../Components/NimbleBreadcrumbItem.razor.cs | 2 +-
.../Components/NimbleButton.razor | 2 +-
.../Components/NimbleButton.razor.cs | 2 +-
.../NimbleBlazor/Components/NimbleCard.razor | 2 +-
.../Components/NimbleCard.razor.cs | 2 +-
.../Components/NimbleCardButton.razor | 2 +-
.../Components/NimbleCardButton.razor.cs | 2 +-
.../Components/NimbleCheckbox.razor | 2 +-
.../Components/NimbleCheckbox.razor.cs | 2 +-
.../Components/NimbleCombobox.razor | 2 +-
.../Components/NimbleCombobox.razor.cs | 2 +-
.../Components/NimbleDialog.razor | 2 +-
.../Components/NimbleDialog.razor.cs | 2 +-
.../Components/NimbleDrawer.razor | 2 +-
.../Components/NimbleDrawer.razor.cs | 2 +-
.../Components/NimbleLabelProviderCore.razor | 2 +-
.../NimbleLabelProviderCore.razor.cs | 2 +-
.../Components/NimbleLabelProviderTable.razor | 2 +-
.../NimbleLabelProviderTable.razor.cs | 2 +-
.../Components/NimbleListOption.razor | 2 +-
.../Components/NimbleListOption.razor.cs | 2 +-
.../Components/NimbleListOptionGroup.razor | 2 +-
.../Components/NimbleListOptionGroup.razor.cs | 2 +-
.../Components/NimbleMappingEmpty.razor | 2 +-
.../Components/NimbleMappingEmpty.razor.cs | 2 +-
.../Components/NimbleMappingIcon.razor | 2 +-
.../Components/NimbleMappingIcon.razor.cs | 2 +-
.../Components/NimbleMappingSpinner.razor | 2 +-
.../Components/NimbleMappingSpinner.razor.cs | 2 +-
.../Components/NimbleMappingText.razor | 2 +-
.../Components/NimbleMappingText.razor.cs | 2 +-
.../NimbleBlazor/Components/NimbleMenu.razor | 2 +-
.../Components/NimbleMenu.razor.cs | 2 +-
.../Components/NimbleMenuButton.razor | 2 +-
.../Components/NimbleMenuButton.razor.cs | 2 +-
.../Components/NimbleMenuItem.razor | 2 +-
.../Components/NimbleMenuItem.razor.cs | 2 +-
.../Components/NimbleNumberField.razor | 2 +-
.../Components/NimbleNumberField.razor.cs | 2 +-
.../NimbleBlazor/Components/NimbleRadio.razor | 2 +-
.../Components/NimbleRadio.razor.cs | 2 +-
.../Components/NimbleRadioGroup.razor | 2 +-
.../Components/NimbleRadioGroup.razor.cs | 2 +-
.../Components/NimbleRichTextViewer.razor | 2 +-
.../Components/NimbleRichTextViewer.razor.cs | 2 +-
.../Components/NimbleSelect.razor | 2 +-
.../Components/NimbleSelect.razor.cs | 2 +-
.../Components/NimbleSpinner.razor | 2 +-
.../Components/NimbleSpinner.razor.cs | 2 +-
.../Components/NimbleSwitch.razor | 2 +-
.../Components/NimbleSwitch.razor.cs | 2 +-
.../NimbleBlazor/Components/NimbleTab.razor | 2 +-
.../Components/NimbleTab.razor.cs | 2 +-
.../Components/NimbleTabPanel.razor | 2 +-
.../Components/NimbleTabPanel.razor.cs | 2 +-
.../NimbleBlazor/Components/NimbleTable.razor | 2 +-
.../Components/NimbleTable.razor.cs | 2 +-
.../Components/NimbleTableColumnAnchor.razor | 2 +-
.../NimbleTableColumnAnchor.razor.cs | 2 +-
.../NimbleTableColumnDateText.razor | 2 +-
.../NimbleTableColumnDateText.razor.cs | 2 +-
.../NimbleTableColumnDurationText.razor | 2 +-
.../NimbleTableColumnDurationText.razor.cs | 2 +-
.../Components/NimbleTableColumnMapping.razor | 2 +-
.../NimbleTableColumnMapping.razor.cs | 2 +-
.../NimbleTableColumnMenuButton.razor | 2 +-
.../NimbleTableColumnMenuButton.razor.cs | 2 +-
.../NimbleTableColumnNumberText.razor | 2 +-
.../NimbleTableColumnNumberText.razor.cs | 2 +-
.../Components/NimbleTableColumnText.razor | 2 +-
.../Components/NimbleTableColumnText.razor.cs | 2 +-
.../NimbleBlazor/Components/NimbleTabs.razor | 2 +-
.../Components/NimbleTabs.razor.cs | 2 +-
.../Components/NimbleTabsToolbar.razor | 2 +-
.../Components/NimbleTabsToolbar.razor.cs | 2 +-
.../Components/NimbleTextArea.razor | 2 +-
.../Components/NimbleTextArea.razor.cs | 2 +-
.../Components/NimbleTextField.razor | 2 +-
.../Components/NimbleTextField.razor.cs | 2 +-
.../Components/NimbleThemeProvider.razor | 2 +-
.../Components/NimbleThemeProvider.razor.cs | 2 +-
.../Components/NimbleToggleButton.razor | 2 +-
.../Components/NimbleToggleButton.razor.cs | 2 +-
.../Components/NimbleToolbar.razor | 2 +-
.../Components/NimbleToolbar.razor.cs | 2 +-
.../Components/NimbleTooltip.razor | 2 +-
.../Components/NimbleTooltip.razor.cs | 2 +-
.../Components/NimbleTreeItem.razor | 2 +-
.../Components/NimbleTreeItem.razor.cs | 2 +-
.../Components/NimbleTreeView.razor | 2 +-
.../Components/NimbleTreeView.razor.cs | 2 +-
.../Components/NimbleUnitByte.razor | 2 +-
.../Components/NimbleUnitByte.razor.cs | 2 +-
.../Components/NimbleUnitCelsius.razor | 2 +-
.../Components/NimbleUnitCelsius.razor.cs | 2 +-
.../Components/NimbleUnitFahrenheit.razor | 2 +-
.../Components/NimbleUnitFahrenheit.razor.cs | 2 +-
.../Components/NimbleUnitVolt.razor | 2 +-
.../Components/NimbleUnitVolt.razor.cs | 2 +-
.../Components/NimbleWaferMap.razor | 2 +-
.../Components/NimbleWaferMap.razor.cs | 2 +-
.../NimbleBlazor/DateTextColumnTypes.cs | 2 +-
.../NimbleBlazor/DialogResponse.cs | 2 +-
.../NimbleBlazor/Direction.cs | 2 +-
.../NimbleBlazor/DrawerLocation.cs | 2 +-
.../NimbleBlazor/DrawerResponse.cs | 2 +-
.../NimbleBlazor/DropdownAppearance.cs | 2 +-
.../NimbleBlazor/EventHandlers.cs | 2 +-
.../NimbleBlazor/FilterMode.cs | 2 +-
.../NimbleBlazor/ICustomSortOrderColumn.cs | 2 +-
.../NimbleBlazor/IFractionalWidthColumn.cs | 2 +-
.../NimbleBlazor/IGroupableColumn.cs | 2 +-
.../NimbleBlazor/ISortableColumn.cs | 2 +-
.../NimbleBlazor/IconSeverity.cs | 2 +-
.../NimbleBlazor/MappingColumnTypes.cs | 2 +-
.../NimbleBlazor/MenuButtonPosition.cs | 2 +-
.../NimbleBlazor/NimbleAnchorBase.cs | 2 +-
.../NimbleBlazor/NimbleBlazor.csproj | 2 ++
.../NimbleFractionalTableColumn.cs | 2 +-
.../NimbleBlazor/NimbleIconBase.cs | 2 +-
.../NimbleBlazor/NimbleInputBase.cs | 2 +-
.../NimbleBlazor/NimbleMappingBase.cs | 2 +-
.../NimbleBlazor/NimbleOptionContext.cs | 2 +-
.../NimbleBlazor/NimbleTableColumn.cs | 2 +-
.../NimbleBlazor/NimbleTableColumnEnumBase.cs | 2 +-
.../NimbleBlazor/NumberFieldAppearance.cs | 2 +-
.../NimbleBlazor/NumberTextColumnTypes.cs | 2 +-
.../NimbleBlazor/Orientation.cs | 2 +-
.../blazor-workspace/NimbleBlazor/Position.cs | 2 +-
.../NimbleBlazor/Properties/AssemblyInfo.cs | 2 +-
.../blazor-workspace/NimbleBlazor/README.md | 2 +-
.../NimbleBlazor/SelectionMode.cs | 2 +-
.../NimbleBlazor/SpinnerAppearance.cs | 2 +-
.../NimbleBlazor/TableColumnSortDirection.cs | 2 +-
.../TableColumnSortDirectionConverter.cs | 2 +-
.../NimbleBlazor/TableHierarchyOptions.cs | 2 +-
.../TableRecordDelayedHierarchyState.cs | 2 +-
...bleRecordDelayedHierarchyStateConverter.cs | 2 +-
.../NimbleBlazor/TableRowSelectionMode.cs | 2 +-
.../TableSetRecordHierarchyOptions.cs | 2 +-
.../NimbleBlazor/TableValidity.cs | 2 +-
.../NimbleBlazor/TextAreaAppearance.cs | 2 +-
.../NimbleBlazor/TextAreaResize.cs | 2 +-
.../NimbleBlazor/TextFieldAppearance.cs | 2 +-
.../NimbleBlazor/TextFieldType.cs | 2 +-
.../blazor-workspace/NimbleBlazor/Theme.cs | 2 +-
.../NimbleBlazor/ThemeProviderValidity.cs | 2 +-
.../NimbleBlazor/TooltipSeverity.cs | 2 +-
.../NimbleBlazor/UnsafeEnumExtensions.cs | 2 +-
.../NimbleBlazor/WaferMapColorScale.cs | 2 +-
.../NimbleBlazor/WaferMapColorScaleMode.cs | 2 +-
.../NimbleBlazor/WaferMapDie.cs | 2 +-
.../NimbleBlazor/WaferMapOrientation.cs | 2 +-
.../NimbleBlazor/WaferMapOriginLocation.cs | 2 +-
.../NimbleBlazor/WaferMapValidity.cs | 2 +-
.../NimbleBlazor/_Imports.razor | 2 +-
.../NimbleBlazor/package.json | 4 ++--
.../OkBlazor/AttributeHelpers.cs | 2 +-
.../OkBlazor/Components/OkButton.razor | 2 +-
.../OkBlazor/Components/OkButton.razor.cs | 2 +-
.../OkBlazor/Components/OkIconDynamic.cs | 2 +-
.../OkBlazor/EventHandlers.cs | 2 +-
.../blazor-workspace/OkBlazor/OkBlazor.csproj | 2 ++
.../OkBlazor/Properties/AssemblyInfo.cs | 2 +-
.../OkBlazor/UnsafeEnumExtensions.cs | 2 +-
.../blazor-workspace/OkBlazor/_Imports.razor | 2 +-
.../blazor-workspace/OkBlazor/package.json | 4 ++--
.../SprightBlazor/AttributeHelpers.cs | 2 +-
.../SprightBlazor/ChatMessageType.cs | 2 +-
.../Components/SprightChatConversation.razor | 2 +-
.../SprightChatConversation.razor.cs | 2 +-
.../Components/SprightChatInput.razor | 2 +-
.../Components/SprightChatInput.razor.cs | 2 +-
.../Components/SprightChatMessage.razor | 2 +-
.../Components/SprightChatMessage.razor.cs | 2 +-
.../SprightChatMessageInbound.razor | 2 +-
.../SprightChatMessageInbound.razor.cs | 2 +-
.../SprightChatMessageOutbound.razor | 2 +-
.../SprightChatMessageOutbound.razor.cs | 2 +-
.../Components/SprightChatMessageSystem.cs | 2 +-
.../Components/SprightChatMessageSystem.razor | 2 +-
.../Components/SprightRectangle.razor | 2 +-
.../Components/SprightRectangle.razor.cs | 2 +-
.../SprightBlazor/EventHandlers.cs | 2 +-
.../SprightBlazor/Properties/AssemblyInfo.cs | 2 +-
.../SprightBlazor/SprightBlazor.csproj | 2 ++
.../SprightBlazor/UnsafeEnumExtensions.cs | 2 +-
.../SprightBlazor/_Imports.razor | 2 +-
.../SprightBlazor/package.json | 4 ++--
.../MainLayout.razor | 2 +-
.../MainLayout.razor.cs | 2 +-
.../packages.lock.json | 2 +-
...imbleBlazor.Tests.Acceptance.Client.csproj | 2 ++
.../DialogOpenAndClose.razor | 2 +-
.../Program.cs | 2 +-
.../_Imports.razor | 2 +-
.../packages.lock.json | 14 +++++------
.../NimbleAcceptanceTestsBase.cs | 2 +-
.../NimbleBlazor.Tests.Acceptance.csproj | 2 ++
.../NimbleBlazorWebHostServerFixture.cs | 2 +-
.../NimbleInteractiveAcceptanceTestsBase.cs | 2 +-
.../DialogOpenAndClose.razor | 2 +-
.../DrawerOpenAndClose.razor | 2 +-
.../NumberFieldBindings.razor | 2 +-
.../TableColumnMappingBoolKey.razor | 2 +-
.../TableColumnMenuButton.razor | 2 +-
.../TableColumnNumberText.razor | 2 +-
.../TableSetData.razor | 2 +-
.../TableSetRecordHierarchyOptionsTest.razor | 2 +-
.../ThemeProvider.razor | 2 +-
.../WaferMapRenderTest.razor | 2 +-
.../WaferMapRenderTestExperimental.razor | 2 +-
.../Pages.StaticSSR/TextFieldRenderTest.razor | 2 +-
.../NimbleBlazor.Tests.Acceptance/Program.cs | 2 +-
.../SharedPlaywrightCollectionDefinition.cs | 2 +-
.../Tests.InteractiveServer/DialogTests.cs | 2 +-
.../Tests.InteractiveServer/DrawerTests.cs | 2 +-
.../NumberFieldBindingTests.cs | 2 +-
.../TableColumnMappingTests.cs | 2 +-
.../TableColumnMenuButtonTests.cs | 2 +-
.../TableColumnNumberTextTests.cs | 2 +-
.../Tests.InteractiveServer/TableTests.cs | 2 +-
.../ThemeProviderTests.cs | 2 +-
.../Tests.InteractiveServer/WaferMapTests.cs | 2 +-
.../WaferMapTestsExperimental.cs | 2 +-
.../DialogTests.cs | 2 +-
.../Tests.StaticSSR/TextFieldTests.cs | 2 +-
.../_Imports.razor | 4 ++--
.../packages.lock.json | 8 +++----
.../NimbleBlazor.Tests.csproj | 4 ++--
.../Unit/AttributeHelpersTests.cs | 2 +-
.../Components/NimbleAnchorButtonTests.cs | 2 +-
.../Components/NimbleAnchorMenuItemTests.cs | 2 +-
.../Unit/Components/NimbleAnchorTabTests.cs | 2 +-
.../Unit/Components/NimbleAnchorTabsTests.cs | 2 +-
.../Unit/Components/NimbleAnchorTests.cs | 2 +-
.../Components/NimbleAnchorTreeItemTests.cs | 2 +-
.../Unit/Components/NimbleBannerTests.cs | 2 +-
.../Unit/Components/NimbleBreadcrumbTests.cs | 2 +-
.../Unit/Components/NimbleButtonTests.cs | 2 +-
.../Unit/Components/NimbleCardButtonTests.cs | 2 +-
.../Unit/Components/NimbleCardTests.cs | 2 +-
.../Unit/Components/NimbleCheckboxTests.cs | 2 +-
.../Unit/Components/NimbleComboboxTests.cs | 2 +-
.../Unit/Components/NimbleDialogTests.cs | 2 +-
.../Unit/Components/NimbleDrawerTests.cs | 2 +-
.../Unit/Components/NimbleIconCheckTests.cs | 2 +-
.../NimbleLabelProviderCoreTests.cs | 2 +-
.../NimbleLabelProviderTableTests.cs | 2 +-
.../Components/NimbleListOptionGroupTests.cs | 2 +-
.../Components/NimbleMappingEmptyTests.cs | 2 +-
.../Unit/Components/NimbleMappingIconTests.cs | 2 +-
.../Components/NimbleMappingSpinnerTests.cs | 2 +-
.../Unit/Components/NimbleMappingTextTests.cs | 2 +-
.../Unit/Components/NimbleMenuButtonTests.cs | 2 +-
.../Unit/Components/NimbleMenuTests.cs | 2 +-
.../Unit/Components/NimbleNumberFieldTests.cs | 2 +-
.../Unit/Components/NimbleRadioGroupTests.cs | 2 +-
.../Unit/Components/NimbleRadioTests.cs | 2 +-
.../Components/NimbleRichTextViewerTests.cs | 2 +-
.../Unit/Components/NimbleSelectTests.cs | 2 +-
.../Unit/Components/NimbleSpinnerTests.cs | 2 +-
.../Unit/Components/NimbleSwitchTests.cs | 2 +-
.../NimbleTableColumnAnchorTests.cs | 2 +-
.../NimbleTableColumnDateTextTests.cs | 2 +-
.../NimbleTableColumnDurationTextTests.cs | 2 +-
.../NimbleTableColumnMappingTests.cs | 2 +-
.../NimbleTableColumnMenuButtonTests.cs | 2 +-
.../NimbleTableColumnNumberTextTests.cs | 2 +-
.../Components/NimbleTableColumnTextTests.cs | 2 +-
.../Unit/Components/NimbleTableTests.cs | 2 +-
.../Unit/Components/NimbleTabsTests.cs | 2 +-
.../Unit/Components/NimbleTextAreaTests.cs | 2 +-
.../Unit/Components/NimbleTextFieldTests.cs | 2 +-
.../Components/NimbleThemeProviderTests.cs | 2 +-
.../Components/NimbleToggleButtonTests.cs | 2 +-
.../Unit/Components/NimbleToolbarTests.cs | 2 +-
.../Unit/Components/NimbleTooltipTests.cs | 2 +-
.../Unit/Components/NimbleTreeViewTests.cs | 2 +-
.../Unit/Components/NimbleUnitByteTests.cs | 2 +-
.../Unit/Components/NimbleUnitCelsiusTests.cs | 2 +-
.../Components/NimbleUnitFahrenheitTests.cs | 2 +-
.../Unit/Components/NimbleUnitVoltTests.cs | 2 +-
.../Unit/Components/NimbleWaferMapTests.cs | 2 +-
.../NimbleBlazor.Tests/Unit/CultureScope.cs | 2 +-
.../Unit/CustomSortOrderBaseTests.cs | 2 +-
.../Unit/FractionalWidthBaseTests.cs | 2 +-
.../Unit/GroupableBaseTests.cs | 2 +-
.../Unit/NimbleAnchorBaseTests.cs | 2 +-
.../Unit/NimbleTableColumnTests.cs | 2 +-
.../Unit/SortableBaseTests.cs | 2 +-
.../NimbleBlazor.Tests/packages.lock.json | 2 +-
.../OkBlazor.Tests.Acceptance.csproj | 2 ++
.../OkBlazorWebHostServerFixture.cs | 2 +-
.../Pages/Button.razor | 2 +-
.../OkBlazor.Tests.Acceptance/Program.cs | 2 +-
.../SharedPlaywrightCollectionDefinition.cs | 2 +-
.../Tests/ButtonTests.cs | 2 +-
.../Tests/OkInteractiveAcceptanceTestsBase.cs | 2 +-
.../OkBlazor.Tests.Acceptance/_Imports.razor | 6 ++---
.../packages.lock.json | 6 ++---
.../OkBlazor.Tests/OkBlazor.Tests.csproj | 4 ++--
.../Unit/Components/OkButtonTests.cs | 2 +-
.../Unit/Components/OkIconDynamicTests.cs | 2 +-
.../Tests/OkBlazor.Tests/packages.lock.json | 2 +-
.../Pages/Rectangle.razor | 2 +-
.../SprightBlazor.Tests.Acceptance/Program.cs | 2 +-
.../SharedPlaywrightCollectionDefinition.cs | 2 +-
.../SprightBlazor.Tests.Acceptance.csproj | 2 ++
.../SprightBlazorWebHostServerFixture.cs | 2 +-
.../Tests/RectangleTests.cs | 2 +-
.../SprightInteractiveAcceptanceTestsBase.cs | 2 +-
.../_Imports.razor | 6 ++---
.../packages.lock.json | 6 ++---
.../SprightBlazor.Tests.csproj | 4 ++--
.../SprightChatConversationTests.cs | 2 +-
.../Unit/Components/SprightChatInputTests.cs | 2 +-
.../SprightChatMessageInboundTests.cs | 2 +-
.../SprightChatMessageOutboundTests.cs | 2 +-
.../SprightChatMessageSystemTests.cs | 2 +-
.../Components/SprightChatMessageTests.cs | 2 +-
.../Unit/Components/SprightRectangleTests.cs | 2 +-
.../SprightBlazor.Tests/packages.lock.json | 2 +-
.../blazor-workspace/build/generate-icons.mjs | 2 +-
358 files changed, 415 insertions(+), 401 deletions(-)
diff --git a/packages/blazor-workspace/Examples/Demo.Client/packages.lock.json b/packages/blazor-workspace/Examples/Demo.Client/packages.lock.json
index 4c29e4cde0..9b58232eeb 100644
--- a/packages/blazor-workspace/Examples/Demo.Client/packages.lock.json
+++ b/packages/blazor-workspace/Examples/Demo.Client/packages.lock.json
@@ -35,15 +35,15 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
- "requested": "[8.0.24, )",
- "resolved": "8.0.24",
- "contentHash": "1gnadp//+DoGJvV4AFdzPqYPxkypaWYjYMCr7KAacV0iadsHz1nU+rrkoxBCna4FCmeKH49CisEwa7g94/MbEg=="
+ "requested": "[8.0.23, )",
+ "resolved": "8.0.23",
+ "contentHash": "GqHiB1HbbODWPbY/lc5xLQH8siEEhNA0ptpJCC6X6adtAYNEzu5ZlqV3YHA3Gh7fuEwgA8XqVwMtH2KNtuQM1Q=="
},
"Microsoft.NET.Sdk.WebAssembly.Pack": {
"type": "Direct",
- "requested": "[8.0.24, )",
- "resolved": "8.0.24",
- "contentHash": "+yUq82k8/JYeOmQo2e1QDTNRSgsBksmvkfk/o4GYcRLY42ukFtvnvQb/9BoTkB4jbS8xKRnRIa7mT7mcfRC1CQ=="
+ "requested": "[10.0.2, )",
+ "resolved": "10.0.2",
+ "contentHash": "ZDAtI9V2EQajyccTZ67JtJWMCIpK3ZFgwqNHyfMieossRdB90WJ+IbYVKObLOLIv9Vkc3eJcrJD2CeffsF/nUA=="
},
"NI.CSharp.Analyzers": {
"type": "Direct",
@@ -353,25 +353,25 @@
"AspNetCore.SassCompiler": "[1.97.1, )",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )",
"NI.CSharp.Analyzers": "[2.0.35, )",
- "NimbleBlazor": "[1.0.0, )",
- "OkBlazor": "[1.0.0, )",
- "SprightBlazor": "[1.0.0, )"
+ "NationalInstruments.NimbleBlazor": "[1.0.0, )",
+ "NationalInstruments.OkBlazor": "[1.0.0, )",
+ "NationalInstruments.SprightBlazor": "[1.0.0, )"
}
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "okblazor": {
+ "NationalInstruments.OkBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "sprightblazor": {
+ "NationalInstruments.SprightBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
diff --git a/packages/blazor-workspace/Examples/Demo.Hybrid/_Imports.razor b/packages/blazor-workspace/Examples/Demo.Hybrid/_Imports.razor
index 8f300c73a8..dc94c9bac8 100644
--- a/packages/blazor-workspace/Examples/Demo.Hybrid/_Imports.razor
+++ b/packages/blazor-workspace/Examples/Demo.Hybrid/_Imports.razor
@@ -1,2 +1,2 @@
@using Microsoft.AspNetCore.Components.Web
-@using NimbleBlazor
\ No newline at end of file
+@using NationalInstruments.NimbleBlazor
\ No newline at end of file
diff --git a/packages/blazor-workspace/Examples/Demo.Hybrid/packages.lock.json b/packages/blazor-workspace/Examples/Demo.Hybrid/packages.lock.json
index 6f4d44a7de..eda1c59840 100644
--- a/packages/blazor-workspace/Examples/Demo.Hybrid/packages.lock.json
+++ b/packages/blazor-workspace/Examples/Demo.Hybrid/packages.lock.json
@@ -360,25 +360,25 @@
"AspNetCore.SassCompiler": "[1.97.1, )",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )",
"NI.CSharp.Analyzers": "[2.0.35, )",
- "NimbleBlazor": "[1.0.0, )",
- "OkBlazor": "[1.0.0, )",
- "SprightBlazor": "[1.0.0, )"
+ "NationalInstruments.NimbleBlazor": "[1.0.0, )",
+ "NationalInstruments.OkBlazor": "[1.0.0, )",
+ "NationalInstruments.SprightBlazor": "[1.0.0, )"
}
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "okblazor": {
+ "NationalInstruments.OkBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "sprightblazor": {
+ "NationalInstruments.SprightBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
diff --git a/packages/blazor-workspace/Examples/Demo.Server/packages.lock.json b/packages/blazor-workspace/Examples/Demo.Server/packages.lock.json
index 8dab31f596..49b3aae613 100644
--- a/packages/blazor-workspace/Examples/Demo.Server/packages.lock.json
+++ b/packages/blazor-workspace/Examples/Demo.Server/packages.lock.json
@@ -265,25 +265,25 @@
"AspNetCore.SassCompiler": "[1.97.1, )",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )",
"NI.CSharp.Analyzers": "[2.0.35, )",
- "NimbleBlazor": "[1.0.0, )",
- "OkBlazor": "[1.0.0, )",
- "SprightBlazor": "[1.0.0, )"
+ "NationalInstruments.NimbleBlazor": "[1.0.0, )",
+ "NationalInstruments.OkBlazor": "[1.0.0, )",
+ "NationalInstruments.SprightBlazor": "[1.0.0, )"
}
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "okblazor": {
+ "NationalInstruments.OkBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "sprightblazor": {
+ "NationalInstruments.SprightBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
diff --git a/packages/blazor-workspace/Examples/Demo.Shared/Pages/ComponentsDemo.razor.cs b/packages/blazor-workspace/Examples/Demo.Shared/Pages/ComponentsDemo.razor.cs
index af8bbf88cb..9890a1e0c2 100644
--- a/packages/blazor-workspace/Examples/Demo.Shared/Pages/ComponentsDemo.razor.cs
+++ b/packages/blazor-workspace/Examples/Demo.Shared/Pages/ComponentsDemo.razor.cs
@@ -2,8 +2,8 @@
using System.Globalization;
using Apache.Arrow;
using Apache.Arrow.Types;
-using NimbleBlazor;
-using SprightBlazor;
+using NationalInstruments.NimbleBlazor;
+using NationalInstruments.SprightBlazor;
namespace Demo.Shared.Pages;
diff --git a/packages/blazor-workspace/Examples/Demo.Shared/Shared/MainLayout.razor b/packages/blazor-workspace/Examples/Demo.Shared/Shared/MainLayout.razor
index 8a8a971480..2f0b27f116 100644
--- a/packages/blazor-workspace/Examples/Demo.Shared/Shared/MainLayout.razor
+++ b/packages/blazor-workspace/Examples/Demo.Shared/Shared/MainLayout.razor
@@ -1,5 +1,5 @@
@using Microsoft.AspNetCore.Components
-@using NimbleBlazor
+@using NationalInstruments.NimbleBlazor
@namespace Demo.Shared
@inherits LayoutComponentBase
diff --git a/packages/blazor-workspace/Examples/Demo.Shared/Shared/MainLayout.razor.cs b/packages/blazor-workspace/Examples/Demo.Shared/Shared/MainLayout.razor.cs
index 3a3c454acc..2121383599 100644
--- a/packages/blazor-workspace/Examples/Demo.Shared/Shared/MainLayout.razor.cs
+++ b/packages/blazor-workspace/Examples/Demo.Shared/Shared/MainLayout.razor.cs
@@ -2,7 +2,7 @@
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.JSInterop;
-using NimbleBlazor;
+using NationalInstruments.NimbleBlazor;
using static System.Runtime.InteropServices.JavaScript.JSType;
namespace Demo.Shared;
diff --git a/packages/blazor-workspace/Examples/Demo.Shared/_Imports.razor b/packages/blazor-workspace/Examples/Demo.Shared/_Imports.razor
index 85f527129d..ff6a64bf97 100644
--- a/packages/blazor-workspace/Examples/Demo.Shared/_Imports.razor
+++ b/packages/blazor-workspace/Examples/Demo.Shared/_Imports.razor
@@ -3,7 +3,7 @@
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
-@using NimbleBlazor
-@using SprightBlazor
-@using OkBlazor
+@using NationalInstruments.NimbleBlazor
+@using NationalInstruments.SprightBlazor
+@using NationalInstruments.OkBlazor
@using Demo.Shared.Pages
diff --git a/packages/blazor-workspace/Examples/Demo.Shared/packages.lock.json b/packages/blazor-workspace/Examples/Demo.Shared/packages.lock.json
index 190f7beb6a..b72b58162e 100644
--- a/packages/blazor-workspace/Examples/Demo.Shared/packages.lock.json
+++ b/packages/blazor-workspace/Examples/Demo.Shared/packages.lock.json
@@ -260,20 +260,20 @@
"resolved": "4.5.4",
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg=="
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "okblazor": {
+ "NationalInstruments.OkBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "sprightblazor": {
+ "NationalInstruments.SprightBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
diff --git a/packages/blazor-workspace/NimbleBlazor/AnchorAppearance.cs b/packages/blazor-workspace/NimbleBlazor/AnchorAppearance.cs
index 5967acc34d..f643aa58a6 100644
--- a/packages/blazor-workspace/NimbleBlazor/AnchorAppearance.cs
+++ b/packages/blazor-workspace/NimbleBlazor/AnchorAppearance.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum AnchorAppearance
{
diff --git a/packages/blazor-workspace/NimbleBlazor/AttributeHelpers.cs b/packages/blazor-workspace/NimbleBlazor/AttributeHelpers.cs
index 0da6f8ed2d..1529efc316 100644
--- a/packages/blazor-workspace/NimbleBlazor/AttributeHelpers.cs
+++ b/packages/blazor-workspace/NimbleBlazor/AttributeHelpers.cs
@@ -1,7 +1,7 @@
using System.Text;
using System.Text.RegularExpressions;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
internal static class AttributeHelpers
{
diff --git a/packages/blazor-workspace/NimbleBlazor/AutoComplete.cs b/packages/blazor-workspace/NimbleBlazor/AutoComplete.cs
index e17b0675fb..316a29cb0f 100644
--- a/packages/blazor-workspace/NimbleBlazor/AutoComplete.cs
+++ b/packages/blazor-workspace/NimbleBlazor/AutoComplete.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum AutoComplete
{
diff --git a/packages/blazor-workspace/NimbleBlazor/BannerSeverity.cs b/packages/blazor-workspace/NimbleBlazor/BannerSeverity.cs
index dabd0cf847..ff76fca1c5 100644
--- a/packages/blazor-workspace/NimbleBlazor/BannerSeverity.cs
+++ b/packages/blazor-workspace/NimbleBlazor/BannerSeverity.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum BannerSeverity
{
diff --git a/packages/blazor-workspace/NimbleBlazor/BindAttributes.cs b/packages/blazor-workspace/NimbleBlazor/BindAttributes.cs
index b7d910acd9..5c63e47e27 100644
--- a/packages/blazor-workspace/NimbleBlazor/BindAttributes.cs
+++ b/packages/blazor-workspace/NimbleBlazor/BindAttributes.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
// Checkbox like items
[BindElement("nimble-checkbox", null, "checked", "onchange")]
diff --git a/packages/blazor-workspace/NimbleBlazor/BreadcrumbAppearance.cs b/packages/blazor-workspace/NimbleBlazor/BreadcrumbAppearance.cs
index d43973596d..cdaf302402 100644
--- a/packages/blazor-workspace/NimbleBlazor/BreadcrumbAppearance.cs
+++ b/packages/blazor-workspace/NimbleBlazor/BreadcrumbAppearance.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum BreadcrumbAppearance
{
diff --git a/packages/blazor-workspace/NimbleBlazor/ButtonAppearance.cs b/packages/blazor-workspace/NimbleBlazor/ButtonAppearance.cs
index 40c18f466e..8744611879 100644
--- a/packages/blazor-workspace/NimbleBlazor/ButtonAppearance.cs
+++ b/packages/blazor-workspace/NimbleBlazor/ButtonAppearance.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum ButtonAppearance
{
diff --git a/packages/blazor-workspace/NimbleBlazor/ButtonAppearanceVariant.cs b/packages/blazor-workspace/NimbleBlazor/ButtonAppearanceVariant.cs
index 93c8900bda..bb8e2d0390 100644
--- a/packages/blazor-workspace/NimbleBlazor/ButtonAppearanceVariant.cs
+++ b/packages/blazor-workspace/NimbleBlazor/ButtonAppearanceVariant.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum ButtonAppearanceVariant
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchor.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchor.razor
index 2a942cdfb4..744b0ff063 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchor.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchor.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleAnchorBase
/// A link styled as a tab
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor
index 1e284b4227..f5d2fa72cc 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor.cs
index 99345c032d..b2a4fab946 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
///
/// A sequence of links styled as tabs.
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTreeItem.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTreeItem.razor
index 45646c7aec..52a43b003d 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTreeItem.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTreeItem.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleAnchorBase
UpdateOpen(__value.NewState)"
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBanner.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleBanner.razor.cs
index 4c36b432b5..d0fe504259 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBanner.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleBanner.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
///
/// A banner component for displaying persistent messages
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor
index 3ef97f9b7c..20b913a90d 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor.cs
index f6939159d7..fc0a71b340 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleBreadcrumb : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumbItem.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumbItem.razor
index b903191ceb..75e88dcaf5 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumbItem.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumbItem.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@ChildContent
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCard.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleCard.razor.cs
index 73ac4a0454..da2dd1c2f5 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCard.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleCard.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleCard : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCardButton.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleCardButton.razor
index 166e522f34..76b3a18d10 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCardButton.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleCardButton.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCombobox.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleCombobox.razor
index 23e2ab9adb..d421519156 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCombobox.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleCombobox.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleInputBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleDialog.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleDialog.razor
index 72c6a27274..1a3eb9e1b2 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleDialog.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleDialog.razor
@@ -1,5 +1,5 @@
@typeparam TCloseReason
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
: ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleDrawer.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleDrawer.razor
index 33f00837ee..31411debb2 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleDrawer.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleDrawer.razor
@@ -1,5 +1,5 @@
@typeparam TCloseReason
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
: ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderCore.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderCore.razor
index b471a79db3..aaf7d9e8a0 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderCore.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderCore.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
/// Core Label Provider for Nimble
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderTable.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderTable.razor
index 7d3a1ed2a6..fa9b83e5eb 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderTable.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderTable.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
/// Label Provider for the Nimble table component
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleListOption.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleListOption.razor
index eb1215b3b6..af71baa68c 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleListOption.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleListOption.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingEmpty.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingEmpty.razor.cs
index c536afe0ed..b98bdf6ca8 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingEmpty.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingEmpty.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleMappingEmpty : NimbleMappingBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor
index 44a70b942f..557669f30c 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@typeparam TKey
@inherits NimbleMappingBase
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor.cs
index 2fd222e629..1a1fdff7a1 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleMappingIcon : NimbleMappingBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor
index bc535b2f00..b19b9a80d0 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@typeparam TKey
@inherits NimbleMappingBase
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor.cs
index 33cb704585..4d51e74dc5 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleMappingSpinner : NimbleMappingBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor
index 84a3511332..7bdb9a56c5 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@typeparam TKey
@inherits NimbleMappingBase
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor.cs
index 905c80c014..0b5a9bae6f 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleMappingText : NimbleMappingBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor
index 7ac96f45f0..a1ba059d43 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@ChildContent
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor.cs
index cc5d7ae1a0..88d574fbfb 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleMenu : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuButton.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuButton.razor
index 815f23262d..16abb5a4f9 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuButton.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuButton.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits ComponentBase
/// The Blazor wrapper for the 'nimble-number-field' web component
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRadio.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleRadio.razor
index 95f7e15bae..6f4f03f538 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRadio.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleRadio.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor
index 744758152b..166289e931 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor.cs
index c7645c6ca5..2fdff50a69 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor.cs
@@ -1,7 +1,7 @@
using System.Diagnostics.CodeAnalysis;
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleRichTextViewer : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSelect.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleSelect.razor
index 5a0b9e8422..b5e1b46fe1 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSelect.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleSelect.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleInputBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor
index b7ae5c74e8..6193f1ce35 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor.cs
index 88733a1fc4..9475ad68b7 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleSpinner : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSwitch.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleSwitch.razor
index dbe9d84e6b..88bdba0b52 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSwitch.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleSwitch.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleInputBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor
index c0a030e594..bc47e6897b 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor.cs
index 7d473cd6ba..5a47bd2dcc 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleTab : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor
index bbd3533fd1..8f343405da 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@ChildContent
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor.cs
index 7db6360ec6..5bac144a0a 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleTabPanel : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTable.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTable.razor
index 1916e6a6fb..5de1f3fc8a 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTable.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTable.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@typeparam TData
/// A table component
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnAnchor.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnAnchor.razor
index c7404e911e..da6253b15e 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnAnchor.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnAnchor.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleFractionalTableColumn
@attribute [CascadingTypeParameter(nameof(TKey))]
@typeparam TKey
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMapping.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMapping.razor.cs
index ebc2172bf4..051ada8ba5 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMapping.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMapping.razor.cs
@@ -1,7 +1,7 @@
using System.Globalization;
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleTableColumnMapping : NimbleTableColumnEnumBase, IFractionalWidthColumn
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMenuButton.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMenuButton.razor
index 6a04a69a41..94bdff4a2c 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMenuButton.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMenuButton.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleFractionalTableColumn
UpdateActiveId(__value?.ActiveId)"
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabs.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabs.razor.cs
index fa7ddac3e8..7ecd4b3e95 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabs.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabs.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleTabs : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor
index fd5f7bcd28..545a9e811a 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@ChildContent
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor.cs
index 45a45305d3..2f7c4a66f1 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleTabsToolbar : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextArea.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextArea.razor
index ba5b8f82f2..17bea62973 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextArea.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextArea.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleInputBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextField.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextField.razor
index 82062f6f9f..91390f3067 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextField.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextField.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleInputBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleThemeProvider.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleThemeProvider.razor
index ac63a2dfb1..dcffb6b11e 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleThemeProvider.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleThemeProvider.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor
index cc71237aa2..4ed66e9ac5 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@ChildContent
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor.cs
index ef274877e1..a20ee23789 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleToolbar
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTooltip.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTooltip.razor
index 7c001e4c14..720a9c5dd6 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTooltip.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleTooltip.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitCelsius.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitCelsius.razor.cs
index 67832aa460..06a013c99c 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitCelsius.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitCelsius.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleUnitCelsius : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor
index 33facaf1fd..2e106c06e2 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor.cs
index 749b1ef3be..5ea47310b4 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleUnitFahrenheit : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor
index 718346da3a..4087ca2171 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor.cs
index 47aa0ccffd..dae9be4d63 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public partial class NimbleUnitVolt : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleWaferMap.razor b/packages/blazor-workspace/NimbleBlazor/Components/NimbleWaferMap.razor
index f43d48d9c2..950bb22166 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleWaferMap.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/NimbleWaferMap.razor
@@ -1,5 +1,5 @@
@using System.Globalization
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
/// A visualization widget which displays the location and color code of integrated circuits on a silicon wafer.
diff --git a/packages/blazor-workspace/NimbleBlazor/DateTextColumnTypes.cs b/packages/blazor-workspace/NimbleBlazor/DateTextColumnTypes.cs
index b4a118199c..1d86e0ba23 100644
--- a/packages/blazor-workspace/NimbleBlazor/DateTextColumnTypes.cs
+++ b/packages/blazor-workspace/NimbleBlazor/DateTextColumnTypes.cs
@@ -1,6 +1,6 @@
// Suppressing rule "Identifiers should not contain type names" because "long" and "short" come from the underlying API
#pragma warning disable CA1720
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum DateTextFormat
{
diff --git a/packages/blazor-workspace/NimbleBlazor/DialogResponse.cs b/packages/blazor-workspace/NimbleBlazor/DialogResponse.cs
index 9b44ce1961..2918bc26eb 100644
--- a/packages/blazor-workspace/NimbleBlazor/DialogResponse.cs
+++ b/packages/blazor-workspace/NimbleBlazor/DialogResponse.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum DialogCloseReason
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Direction.cs b/packages/blazor-workspace/NimbleBlazor/Direction.cs
index 4a829515d7..b082c02325 100644
--- a/packages/blazor-workspace/NimbleBlazor/Direction.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Direction.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum Direction
{
diff --git a/packages/blazor-workspace/NimbleBlazor/DrawerLocation.cs b/packages/blazor-workspace/NimbleBlazor/DrawerLocation.cs
index 0cb783759f..ac68689d30 100644
--- a/packages/blazor-workspace/NimbleBlazor/DrawerLocation.cs
+++ b/packages/blazor-workspace/NimbleBlazor/DrawerLocation.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum DrawerLocation
{
diff --git a/packages/blazor-workspace/NimbleBlazor/DrawerResponse.cs b/packages/blazor-workspace/NimbleBlazor/DrawerResponse.cs
index deea29681f..e28575c1be 100644
--- a/packages/blazor-workspace/NimbleBlazor/DrawerResponse.cs
+++ b/packages/blazor-workspace/NimbleBlazor/DrawerResponse.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum DrawerCloseReason
{
diff --git a/packages/blazor-workspace/NimbleBlazor/DropdownAppearance.cs b/packages/blazor-workspace/NimbleBlazor/DropdownAppearance.cs
index f55bff4a53..6dfac12ea4 100644
--- a/packages/blazor-workspace/NimbleBlazor/DropdownAppearance.cs
+++ b/packages/blazor-workspace/NimbleBlazor/DropdownAppearance.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum DropdownAppearance
{
diff --git a/packages/blazor-workspace/NimbleBlazor/EventHandlers.cs b/packages/blazor-workspace/NimbleBlazor/EventHandlers.cs
index 5af8e2a8d4..a1c42c126f 100644
--- a/packages/blazor-workspace/NimbleBlazor/EventHandlers.cs
+++ b/packages/blazor-workspace/NimbleBlazor/EventHandlers.cs
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public class TabsChangeEventArgs : EventArgs
{
diff --git a/packages/blazor-workspace/NimbleBlazor/FilterMode.cs b/packages/blazor-workspace/NimbleBlazor/FilterMode.cs
index 6289426e8e..ba0b811175 100644
--- a/packages/blazor-workspace/NimbleBlazor/FilterMode.cs
+++ b/packages/blazor-workspace/NimbleBlazor/FilterMode.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum FilterMode
{
diff --git a/packages/blazor-workspace/NimbleBlazor/ICustomSortOrderColumn.cs b/packages/blazor-workspace/NimbleBlazor/ICustomSortOrderColumn.cs
index 83b1914374..c51317f179 100644
--- a/packages/blazor-workspace/NimbleBlazor/ICustomSortOrderColumn.cs
+++ b/packages/blazor-workspace/NimbleBlazor/ICustomSortOrderColumn.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
///
/// API for table columns supporting custom sort orders
diff --git a/packages/blazor-workspace/NimbleBlazor/IFractionalWidthColumn.cs b/packages/blazor-workspace/NimbleBlazor/IFractionalWidthColumn.cs
index 43ec0ddbdf..e3e12ff8f8 100644
--- a/packages/blazor-workspace/NimbleBlazor/IFractionalWidthColumn.cs
+++ b/packages/blazor-workspace/NimbleBlazor/IFractionalWidthColumn.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
///
/// API for table columns supporting fractional width
diff --git a/packages/blazor-workspace/NimbleBlazor/IGroupableColumn.cs b/packages/blazor-workspace/NimbleBlazor/IGroupableColumn.cs
index 5526947702..74465a18c1 100644
--- a/packages/blazor-workspace/NimbleBlazor/IGroupableColumn.cs
+++ b/packages/blazor-workspace/NimbleBlazor/IGroupableColumn.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
///
/// API for table columns supporting grouping
diff --git a/packages/blazor-workspace/NimbleBlazor/ISortableColumn.cs b/packages/blazor-workspace/NimbleBlazor/ISortableColumn.cs
index e0958a20d9..4bdbfa1c92 100644
--- a/packages/blazor-workspace/NimbleBlazor/ISortableColumn.cs
+++ b/packages/blazor-workspace/NimbleBlazor/ISortableColumn.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
///
/// API for table columns supporting sorting
diff --git a/packages/blazor-workspace/NimbleBlazor/IconSeverity.cs b/packages/blazor-workspace/NimbleBlazor/IconSeverity.cs
index 2e95c46dd9..726806737b 100644
--- a/packages/blazor-workspace/NimbleBlazor/IconSeverity.cs
+++ b/packages/blazor-workspace/NimbleBlazor/IconSeverity.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum IconSeverity
{
diff --git a/packages/blazor-workspace/NimbleBlazor/MappingColumnTypes.cs b/packages/blazor-workspace/NimbleBlazor/MappingColumnTypes.cs
index f6304ddc6d..d4cdbdfe81 100644
--- a/packages/blazor-workspace/NimbleBlazor/MappingColumnTypes.cs
+++ b/packages/blazor-workspace/NimbleBlazor/MappingColumnTypes.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum MappingColumnWidthMode
{
diff --git a/packages/blazor-workspace/NimbleBlazor/MenuButtonPosition.cs b/packages/blazor-workspace/NimbleBlazor/MenuButtonPosition.cs
index ba7117a33c..848de32c9c 100644
--- a/packages/blazor-workspace/NimbleBlazor/MenuButtonPosition.cs
+++ b/packages/blazor-workspace/NimbleBlazor/MenuButtonPosition.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum MenuButtonPosition
{
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleAnchorBase.cs b/packages/blazor-workspace/NimbleBlazor/NimbleAnchorBase.cs
index 0d61a81072..ff784b909b 100644
--- a/packages/blazor-workspace/NimbleBlazor/NimbleAnchorBase.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NimbleAnchorBase.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public abstract class NimbleAnchorBase : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleBlazor.csproj b/packages/blazor-workspace/NimbleBlazor/NimbleBlazor.csproj
index 0bc73a077d..6e20fccf60 100644
--- a/packages/blazor-workspace/NimbleBlazor/NimbleBlazor.csproj
+++ b/packages/blazor-workspace/NimbleBlazor/NimbleBlazor.csproj
@@ -1,6 +1,8 @@
+ NationalInstruments.NimbleBlazor
+ NationalInstruments.NimbleBlazor
net8.0
enable
enable
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleFractionalTableColumn.cs b/packages/blazor-workspace/NimbleBlazor/NimbleFractionalTableColumn.cs
index e4263f6f86..e64b1034c1 100644
--- a/packages/blazor-workspace/NimbleBlazor/NimbleFractionalTableColumn.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NimbleFractionalTableColumn.cs
@@ -1,7 +1,7 @@
using System.Globalization;
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public abstract class NimbleFractionalTableColumn : NimbleTableColumn, IFractionalWidthColumn
{
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleIconBase.cs b/packages/blazor-workspace/NimbleBlazor/NimbleIconBase.cs
index a4bf82115b..f6482d4a2e 100644
--- a/packages/blazor-workspace/NimbleBlazor/NimbleIconBase.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NimbleIconBase.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
///
/// Base class for Nimble icons.
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleInputBase.cs b/packages/blazor-workspace/NimbleBlazor/NimbleInputBase.cs
index 236bb4c0b0..25f0a7f441 100644
--- a/packages/blazor-workspace/NimbleBlazor/NimbleInputBase.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NimbleInputBase.cs
@@ -4,7 +4,7 @@
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Forms;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public abstract class NimbleInputBase : ComponentBase, IDisposable
{
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleMappingBase.cs b/packages/blazor-workspace/NimbleBlazor/NimbleMappingBase.cs
index 3f421a4ea3..c0f5429ab0 100644
--- a/packages/blazor-workspace/NimbleBlazor/NimbleMappingBase.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NimbleMappingBase.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public abstract class NimbleMappingBase : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleOptionContext.cs b/packages/blazor-workspace/NimbleBlazor/NimbleOptionContext.cs
index 3bdf9871d8..7a60091dfc 100644
--- a/packages/blazor-workspace/NimbleBlazor/NimbleOptionContext.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NimbleOptionContext.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
internal sealed class NimbleOptionContext
{
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleTableColumn.cs b/packages/blazor-workspace/NimbleBlazor/NimbleTableColumn.cs
index 8c671e4f5b..a93d518a7d 100644
--- a/packages/blazor-workspace/NimbleBlazor/NimbleTableColumn.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NimbleTableColumn.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public abstract class NimbleTableColumn : ComponentBase
{
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleTableColumnEnumBase.cs b/packages/blazor-workspace/NimbleBlazor/NimbleTableColumnEnumBase.cs
index f5c5377f1c..4dd46f7d70 100644
--- a/packages/blazor-workspace/NimbleBlazor/NimbleTableColumnEnumBase.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NimbleTableColumnEnumBase.cs
@@ -1,7 +1,7 @@
using System.Diagnostics.CodeAnalysis;
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public class NimbleTableColumnEnumBase : NimbleTableColumn, IGroupableColumn, ISortableColumn
{
diff --git a/packages/blazor-workspace/NimbleBlazor/NumberFieldAppearance.cs b/packages/blazor-workspace/NimbleBlazor/NumberFieldAppearance.cs
index 3403efa787..38fb6bf541 100644
--- a/packages/blazor-workspace/NimbleBlazor/NumberFieldAppearance.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NumberFieldAppearance.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum NumberFieldAppearance
{
diff --git a/packages/blazor-workspace/NimbleBlazor/NumberTextColumnTypes.cs b/packages/blazor-workspace/NimbleBlazor/NumberTextColumnTypes.cs
index 1504615dcd..954f334d0f 100644
--- a/packages/blazor-workspace/NimbleBlazor/NumberTextColumnTypes.cs
+++ b/packages/blazor-workspace/NimbleBlazor/NumberTextColumnTypes.cs
@@ -1,6 +1,6 @@
// Suppressing rule "Identifiers should not contain type names" because "Decimal" is a type identifier
#pragma warning disable CA1720
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum NumberTextFormat
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Orientation.cs b/packages/blazor-workspace/NimbleBlazor/Orientation.cs
index fa251401bb..e784a865f8 100644
--- a/packages/blazor-workspace/NimbleBlazor/Orientation.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Orientation.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum Orientation
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Position.cs b/packages/blazor-workspace/NimbleBlazor/Position.cs
index 2a12e5bbdf..d32eb82fe7 100644
--- a/packages/blazor-workspace/NimbleBlazor/Position.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Position.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum Position
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Properties/AssemblyInfo.cs b/packages/blazor-workspace/NimbleBlazor/Properties/AssemblyInfo.cs
index 77b8d6bc47..e87a50f417 100644
--- a/packages/blazor-workspace/NimbleBlazor/Properties/AssemblyInfo.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Properties/AssemblyInfo.cs
@@ -1,3 +1,3 @@
using System.Runtime.CompilerServices;
-[assembly: InternalsVisibleTo("NimbleBlazor.Tests")]
+[assembly: InternalsVisibleTo("NationalInstruments.NimbleBlazor.Tests")]
diff --git a/packages/blazor-workspace/NimbleBlazor/README.md b/packages/blazor-workspace/NimbleBlazor/README.md
index f365a523dc..37fb6a6c93 100644
--- a/packages/blazor-workspace/NimbleBlazor/README.md
+++ b/packages/blazor-workspace/NimbleBlazor/README.md
@@ -33,7 +33,7 @@ Additional Resources: [Microsoft tutorial: Build a web app with Blazor](https://
- Visual Studio: "Project" >> "Manage NuGet Packages". Click the gear/Settings button. Add a new Package Source ("NimbleBlazor") as `[NimbleRepoDirectory]\packages\blazor-workspace\dist` and commit/ close Settings. Pick "NimbleBlazor" in the "Package Source" dropdown, and ensure "Include prerelease" is checked. Search for "NimbleBlazor", select it and click the "Install" button.
- VS Code: Run the command `dotnet add package NimbleBlazor --source [NimbleRepoDirectory]\packages\blazor-workspace\dist` in the Terminal window.
2. Add required references to Blazor code
- - Open `_Imports.razor`, and add a new line at the bottom: `@using NimbleBlazor`
+ - Open `_Imports.razor`, and add a new line at the bottom: `@using NationalInstruments.NimbleBlazor`
- Open the HTML page (generally `App.razor` for Blazor Web Apps, or `wwwroot/index.html` for Blazor WebAssembly / Hybrid)
At the bottom of the `` section (right before ``), add
diff --git a/packages/blazor-workspace/NimbleBlazor/SelectionMode.cs b/packages/blazor-workspace/NimbleBlazor/SelectionMode.cs
index d277bd4245..93c0c063a6 100644
--- a/packages/blazor-workspace/NimbleBlazor/SelectionMode.cs
+++ b/packages/blazor-workspace/NimbleBlazor/SelectionMode.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum SelectionMode
{
diff --git a/packages/blazor-workspace/NimbleBlazor/SpinnerAppearance.cs b/packages/blazor-workspace/NimbleBlazor/SpinnerAppearance.cs
index 58b4cd2283..96864c8493 100644
--- a/packages/blazor-workspace/NimbleBlazor/SpinnerAppearance.cs
+++ b/packages/blazor-workspace/NimbleBlazor/SpinnerAppearance.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum SpinnerAppearance
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirection.cs b/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirection.cs
index 2daf3262fc..b754f038b3 100644
--- a/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirection.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirection.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum TableColumnSortDirection
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirectionConverter.cs b/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirectionConverter.cs
index bbc073781c..6cb82024ac 100644
--- a/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirectionConverter.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirectionConverter.cs
@@ -1,7 +1,7 @@
using System.Text.Json;
using System.Text.Json.Serialization;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
internal sealed class TableColumnSortDirectionConverter : JsonConverter
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TableHierarchyOptions.cs b/packages/blazor-workspace/NimbleBlazor/TableHierarchyOptions.cs
index a9be899842..cbf87875bf 100644
--- a/packages/blazor-workspace/NimbleBlazor/TableHierarchyOptions.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TableHierarchyOptions.cs
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public class TableRecordHierarchyOptions
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyState.cs b/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyState.cs
index cc84348879..c8239308dc 100644
--- a/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyState.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyState.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum TableRecordDelayedHierarchyState
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyStateConverter.cs b/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyStateConverter.cs
index 2d26b5daa9..f3115f3514 100644
--- a/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyStateConverter.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyStateConverter.cs
@@ -1,7 +1,7 @@
using System.Text.Json;
using System.Text.Json.Serialization;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
internal sealed class TableRecordDelayedHierarchyStateConverter : JsonConverter
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TableRowSelectionMode.cs b/packages/blazor-workspace/NimbleBlazor/TableRowSelectionMode.cs
index b4cabb60a7..b73ce1311b 100644
--- a/packages/blazor-workspace/NimbleBlazor/TableRowSelectionMode.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TableRowSelectionMode.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum TableRowSelectionMode
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TableSetRecordHierarchyOptions.cs b/packages/blazor-workspace/NimbleBlazor/TableSetRecordHierarchyOptions.cs
index 9aeaa0a18e..bf83f5def0 100644
--- a/packages/blazor-workspace/NimbleBlazor/TableSetRecordHierarchyOptions.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TableSetRecordHierarchyOptions.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public class TableSetRecordHierarchyOptions
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TableValidity.cs b/packages/blazor-workspace/NimbleBlazor/TableValidity.cs
index a2798a84f0..4e4a198e17 100644
--- a/packages/blazor-workspace/NimbleBlazor/TableValidity.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TableValidity.cs
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public interface ITableValidity
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TextAreaAppearance.cs b/packages/blazor-workspace/NimbleBlazor/TextAreaAppearance.cs
index eb446cade2..0354f14f13 100644
--- a/packages/blazor-workspace/NimbleBlazor/TextAreaAppearance.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TextAreaAppearance.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum TextAreaAppearance
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TextAreaResize.cs b/packages/blazor-workspace/NimbleBlazor/TextAreaResize.cs
index 2becbd1fa5..8b69e37d99 100644
--- a/packages/blazor-workspace/NimbleBlazor/TextAreaResize.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TextAreaResize.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum TextAreaResize
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TextFieldAppearance.cs b/packages/blazor-workspace/NimbleBlazor/TextFieldAppearance.cs
index eb45b8c295..209ea8d879 100644
--- a/packages/blazor-workspace/NimbleBlazor/TextFieldAppearance.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TextFieldAppearance.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum TextFieldAppearance
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TextFieldType.cs b/packages/blazor-workspace/NimbleBlazor/TextFieldType.cs
index f5814beef4..a6ed8e4822 100644
--- a/packages/blazor-workspace/NimbleBlazor/TextFieldType.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TextFieldType.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum TextFieldType
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Theme.cs b/packages/blazor-workspace/NimbleBlazor/Theme.cs
index 6e33a3567c..c270d3bd8f 100644
--- a/packages/blazor-workspace/NimbleBlazor/Theme.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Theme.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum Theme
{
diff --git a/packages/blazor-workspace/NimbleBlazor/ThemeProviderValidity.cs b/packages/blazor-workspace/NimbleBlazor/ThemeProviderValidity.cs
index f2c344221e..1159e91d8b 100644
--- a/packages/blazor-workspace/NimbleBlazor/ThemeProviderValidity.cs
+++ b/packages/blazor-workspace/NimbleBlazor/ThemeProviderValidity.cs
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public interface IThemeProviderValidity
{
diff --git a/packages/blazor-workspace/NimbleBlazor/TooltipSeverity.cs b/packages/blazor-workspace/NimbleBlazor/TooltipSeverity.cs
index acfd9bdc3a..fbf196c818 100644
--- a/packages/blazor-workspace/NimbleBlazor/TooltipSeverity.cs
+++ b/packages/blazor-workspace/NimbleBlazor/TooltipSeverity.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum TooltipSeverity
{
diff --git a/packages/blazor-workspace/NimbleBlazor/UnsafeEnumExtensions.cs b/packages/blazor-workspace/NimbleBlazor/UnsafeEnumExtensions.cs
index 9aef8dec25..93ac4cd4b2 100644
--- a/packages/blazor-workspace/NimbleBlazor/UnsafeEnumExtensions.cs
+++ b/packages/blazor-workspace/NimbleBlazor/UnsafeEnumExtensions.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
///
/// This class provides an unsafe means of retrieving the string name of an enum value.
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapColorScale.cs b/packages/blazor-workspace/NimbleBlazor/WaferMapColorScale.cs
index e8b724905c..e1a5a8f6bd 100644
--- a/packages/blazor-workspace/NimbleBlazor/WaferMapColorScale.cs
+++ b/packages/blazor-workspace/NimbleBlazor/WaferMapColorScale.cs
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public class WaferMapColorScale
{
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapColorScaleMode.cs b/packages/blazor-workspace/NimbleBlazor/WaferMapColorScaleMode.cs
index 1b13316014..4227f36571 100644
--- a/packages/blazor-workspace/NimbleBlazor/WaferMapColorScaleMode.cs
+++ b/packages/blazor-workspace/NimbleBlazor/WaferMapColorScaleMode.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum WaferMapColorScaleMode
{
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapDie.cs b/packages/blazor-workspace/NimbleBlazor/WaferMapDie.cs
index aaca508598..dcae7d1378 100644
--- a/packages/blazor-workspace/NimbleBlazor/WaferMapDie.cs
+++ b/packages/blazor-workspace/NimbleBlazor/WaferMapDie.cs
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public class WaferMapDie
{
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapOrientation.cs b/packages/blazor-workspace/NimbleBlazor/WaferMapOrientation.cs
index 4f2ae87708..606d592b97 100644
--- a/packages/blazor-workspace/NimbleBlazor/WaferMapOrientation.cs
+++ b/packages/blazor-workspace/NimbleBlazor/WaferMapOrientation.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum WaferMapOrientation
{
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapOriginLocation.cs b/packages/blazor-workspace/NimbleBlazor/WaferMapOriginLocation.cs
index bc849aee51..a3dad488d2 100644
--- a/packages/blazor-workspace/NimbleBlazor/WaferMapOriginLocation.cs
+++ b/packages/blazor-workspace/NimbleBlazor/WaferMapOriginLocation.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum WaferMapOriginLocation
{
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapValidity.cs b/packages/blazor-workspace/NimbleBlazor/WaferMapValidity.cs
index 2314be2c86..20627d482b 100644
--- a/packages/blazor-workspace/NimbleBlazor/WaferMapValidity.cs
+++ b/packages/blazor-workspace/NimbleBlazor/WaferMapValidity.cs
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public interface IWaferMapValidity
{
diff --git a/packages/blazor-workspace/NimbleBlazor/_Imports.razor b/packages/blazor-workspace/NimbleBlazor/_Imports.razor
index 739f78ce9e..7ec7322d96 100644
--- a/packages/blazor-workspace/NimbleBlazor/_Imports.razor
+++ b/packages/blazor-workspace/NimbleBlazor/_Imports.razor
@@ -1,4 +1,4 @@
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@using System
@using System.Diagnostics.CodeAnalysis
@using Microsoft.AspNetCore.Components.Web
diff --git a/packages/blazor-workspace/NimbleBlazor/package.json b/packages/blazor-workspace/NimbleBlazor/package.json
index 35e16126ea..3c741b194b 100644
--- a/packages/blazor-workspace/NimbleBlazor/package.json
+++ b/packages/blazor-workspace/NimbleBlazor/package.json
@@ -5,8 +5,8 @@
"scripts": {
"invoke-pack": "cross-env-shell dotnet pack -c Release -p:PackageVersion=$npm_package_version --output ../dist",
"invoke-publish": "npm run invoke-publish:setup && npm run invoke-publish:nuget && npm run invoke-publish:noop -- ",
- "invoke-publish:setup": "rimraf --glob \"../dist/NimbleBlazor.*.nupkg\" && npm run invoke-pack",
- "invoke-publish:nuget": "cross-env-shell dotnet nuget push \"../dist/NimbleBlazor.*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
+ "invoke-publish:setup": "rimraf --glob \"../dist/NationalInstruments.NimbleBlazor.*.nupkg\" && npm run invoke-pack",
+ "invoke-publish:nuget": "cross-env-shell dotnet nuget push \"../dist/NationalInstruments.NimbleBlazor.*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
"invoke-publish:noop": "echo \"noop command to swallow npm args\""
},
"type": "module",
diff --git a/packages/blazor-workspace/OkBlazor/AttributeHelpers.cs b/packages/blazor-workspace/OkBlazor/AttributeHelpers.cs
index bed0552390..db661000de 100644
--- a/packages/blazor-workspace/OkBlazor/AttributeHelpers.cs
+++ b/packages/blazor-workspace/OkBlazor/AttributeHelpers.cs
@@ -1,7 +1,7 @@
using System.Text;
using System.Text.RegularExpressions;
-namespace OkBlazor;
+namespace NationalInstruments.OkBlazor;
internal static class AttributeHelpers
{
diff --git a/packages/blazor-workspace/OkBlazor/Components/OkButton.razor b/packages/blazor-workspace/OkBlazor/Components/OkButton.razor
index 5fcbcd36f6..62af232bde 100644
--- a/packages/blazor-workspace/OkBlazor/Components/OkButton.razor
+++ b/packages/blazor-workspace/OkBlazor/Components/OkButton.razor
@@ -1,4 +1,4 @@
-@namespace OkBlazor
+@namespace NationalInstruments.OkBlazor
@ChildContent
diff --git a/packages/blazor-workspace/OkBlazor/Components/OkButton.razor.cs b/packages/blazor-workspace/OkBlazor/Components/OkButton.razor.cs
index eb39966609..d2fb7dc58b 100644
--- a/packages/blazor-workspace/OkBlazor/Components/OkButton.razor.cs
+++ b/packages/blazor-workspace/OkBlazor/Components/OkButton.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace OkBlazor;
+namespace NationalInstruments.OkBlazor;
public partial class OkButton : ComponentBase
{
diff --git a/packages/blazor-workspace/OkBlazor/Components/OkIconDynamic.cs b/packages/blazor-workspace/OkBlazor/Components/OkIconDynamic.cs
index 5244de58d6..6267310d9b 100644
--- a/packages/blazor-workspace/OkBlazor/Components/OkIconDynamic.cs
+++ b/packages/blazor-workspace/OkBlazor/Components/OkIconDynamic.cs
@@ -1,7 +1,7 @@
using System.Diagnostics.CodeAnalysis;
using Microsoft.JSInterop;
-namespace OkBlazor;
+namespace NationalInstruments.OkBlazor;
///
/// Helper methods for registering dynamic icons with Ok components.
diff --git a/packages/blazor-workspace/OkBlazor/EventHandlers.cs b/packages/blazor-workspace/OkBlazor/EventHandlers.cs
index 3e0ca5e06a..2e8014623d 100644
--- a/packages/blazor-workspace/OkBlazor/EventHandlers.cs
+++ b/packages/blazor-workspace/OkBlazor/EventHandlers.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace OkBlazor;
+namespace NationalInstruments.OkBlazor;
public static class EventHandlers
{
diff --git a/packages/blazor-workspace/OkBlazor/OkBlazor.csproj b/packages/blazor-workspace/OkBlazor/OkBlazor.csproj
index 60b8aeaf19..faa54cbf86 100644
--- a/packages/blazor-workspace/OkBlazor/OkBlazor.csproj
+++ b/packages/blazor-workspace/OkBlazor/OkBlazor.csproj
@@ -1,6 +1,8 @@
+ NationalInstruments.OkBlazor
+ NationalInstruments.OkBlazor
net8.0
enable
enable
diff --git a/packages/blazor-workspace/OkBlazor/Properties/AssemblyInfo.cs b/packages/blazor-workspace/OkBlazor/Properties/AssemblyInfo.cs
index 0a43f7598a..7e591e1088 100644
--- a/packages/blazor-workspace/OkBlazor/Properties/AssemblyInfo.cs
+++ b/packages/blazor-workspace/OkBlazor/Properties/AssemblyInfo.cs
@@ -1,3 +1,3 @@
using System.Runtime.CompilerServices;
-[assembly: InternalsVisibleTo("OkBlazor.Tests")]
+[assembly: InternalsVisibleTo("NationalInstruments.OkBlazor.Tests")]
diff --git a/packages/blazor-workspace/OkBlazor/UnsafeEnumExtensions.cs b/packages/blazor-workspace/OkBlazor/UnsafeEnumExtensions.cs
index 934881ce99..ba565d4571 100644
--- a/packages/blazor-workspace/OkBlazor/UnsafeEnumExtensions.cs
+++ b/packages/blazor-workspace/OkBlazor/UnsafeEnumExtensions.cs
@@ -1,4 +1,4 @@
-namespace OkBlazor;
+namespace NationalInstruments.OkBlazor;
///
/// This class provides an unsafe means of retrieving the string name of an enum value.
diff --git a/packages/blazor-workspace/OkBlazor/_Imports.razor b/packages/blazor-workspace/OkBlazor/_Imports.razor
index d035d3e7fd..df9e301f40 100644
--- a/packages/blazor-workspace/OkBlazor/_Imports.razor
+++ b/packages/blazor-workspace/OkBlazor/_Imports.razor
@@ -1,4 +1,4 @@
-@namespace OkBlazor
+@namespace NationalInstruments.OkBlazor
@using System
@using System.Diagnostics.CodeAnalysis
@using Microsoft.AspNetCore.Components.Web
diff --git a/packages/blazor-workspace/OkBlazor/package.json b/packages/blazor-workspace/OkBlazor/package.json
index 27f58a2d9c..890fbfd656 100644
--- a/packages/blazor-workspace/OkBlazor/package.json
+++ b/packages/blazor-workspace/OkBlazor/package.json
@@ -5,8 +5,8 @@
"scripts": {
"invoke-pack": "cross-env-shell dotnet pack -c Release -p:PackageVersion=$npm_package_version --output ../dist",
"invoke-publish": "npm run invoke-publish:setup && npm run invoke-publish:nuget && npm run invoke-publish:noop -- ",
- "invoke-publish:setup": "rimraf --glob \"../dist/OkBlazor.*.nupkg\" && npm run invoke-pack",
- "invoke-publish:nuget": "cross-env-shell dotnet nuget push \"../dist/OkBlazor.*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
+ "invoke-publish:setup": "rimraf --glob \"../dist/NationalInstruments.OkBlazor.*.nupkg\" && npm run invoke-pack",
+ "invoke-publish:nuget": "cross-env-shell dotnet nuget push \"../dist/NationalInstruments.OkBlazor.*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
"invoke-publish:noop": "echo \"noop command to swallow npm args\""
},
"type": "module",
diff --git a/packages/blazor-workspace/SprightBlazor/AttributeHelpers.cs b/packages/blazor-workspace/SprightBlazor/AttributeHelpers.cs
index 8969bd9f08..69763bb9d4 100644
--- a/packages/blazor-workspace/SprightBlazor/AttributeHelpers.cs
+++ b/packages/blazor-workspace/SprightBlazor/AttributeHelpers.cs
@@ -1,7 +1,7 @@
using System.Text;
using System.Text.RegularExpressions;
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
internal static class AttributeHelpers
{
diff --git a/packages/blazor-workspace/SprightBlazor/ChatMessageType.cs b/packages/blazor-workspace/SprightBlazor/ChatMessageType.cs
index 285bd7de7c..686f68c429 100644
--- a/packages/blazor-workspace/SprightBlazor/ChatMessageType.cs
+++ b/packages/blazor-workspace/SprightBlazor/ChatMessageType.cs
@@ -1,4 +1,4 @@
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
public enum ChatMessageType
{
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor b/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor
index 9e59d0a579..dc2a6c2dc5 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor
@@ -1,4 +1,4 @@
-@namespace SprightBlazor
+@namespace NationalInstruments.SprightBlazor
@ChildContent
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor.cs
index ff7d63aaa7..19308792e8 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
public partial class SprightChatConversation : ComponentBase
{
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatInput.razor b/packages/blazor-workspace/SprightBlazor/Components/SprightChatInput.razor
index deb6e0f7f9..3ecf1b04d2 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatInput.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatInput.razor
@@ -1,4 +1,4 @@
-@namespace SprightBlazor
+@namespace NationalInstruments.SprightBlazor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor.cs
index 5b89566781..92001db664 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
///
/// SprightChatMessage is deprecated. Use specific message component types instead.
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor
index 98bd13cbeb..0ccc08a667 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor
@@ -1,4 +1,4 @@
-@namespace SprightBlazor
+@namespace NationalInstruments.SprightBlazor
@ChildContent
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor.cs
index 531e24da51..4f836f79c8 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
public partial class SprightChatMessageInbound : ComponentBase
{
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor
index 0e63f5a181..aa55633aea 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor
@@ -1,4 +1,4 @@
-@namespace SprightBlazor
+@namespace NationalInstruments.SprightBlazor
@ChildContent
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor.cs
index 2fd8e80623..71769ecaa5 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
public partial class SprightChatMessageOutbound : ComponentBase
{
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.cs b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.cs
index 17323ff131..0c78b01309 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
public partial class SprightChatMessageSystem : ComponentBase
{
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.razor b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.razor
index 37629390a7..d8ba55c0df 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.razor
@@ -1,4 +1,4 @@
-@namespace SprightBlazor
+@namespace NationalInstruments.SprightBlazor
@ChildContent
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor b/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor
index a86c5e759f..44b511ea4b 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor
@@ -1,4 +1,4 @@
-@namespace SprightBlazor
+@namespace NationalInstruments.SprightBlazor
@ChildContent
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor.cs
index f1ecc28f5c..443525aa0c 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
public partial class SprightRectangle : ComponentBase
{
diff --git a/packages/blazor-workspace/SprightBlazor/EventHandlers.cs b/packages/blazor-workspace/SprightBlazor/EventHandlers.cs
index f4670cdf81..c12a941456 100644
--- a/packages/blazor-workspace/SprightBlazor/EventHandlers.cs
+++ b/packages/blazor-workspace/SprightBlazor/EventHandlers.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
public class ChatInputSendEventArgs : EventArgs
{
diff --git a/packages/blazor-workspace/SprightBlazor/Properties/AssemblyInfo.cs b/packages/blazor-workspace/SprightBlazor/Properties/AssemblyInfo.cs
index 9b5149cfdc..99e56506ff 100644
--- a/packages/blazor-workspace/SprightBlazor/Properties/AssemblyInfo.cs
+++ b/packages/blazor-workspace/SprightBlazor/Properties/AssemblyInfo.cs
@@ -1,3 +1,3 @@
using System.Runtime.CompilerServices;
-[assembly: InternalsVisibleTo("SprightBlazor.Tests")]
+[assembly: InternalsVisibleTo("NationalInstruments.SprightBlazor.Tests")]
diff --git a/packages/blazor-workspace/SprightBlazor/SprightBlazor.csproj b/packages/blazor-workspace/SprightBlazor/SprightBlazor.csproj
index 352a470186..aa713dcb3f 100644
--- a/packages/blazor-workspace/SprightBlazor/SprightBlazor.csproj
+++ b/packages/blazor-workspace/SprightBlazor/SprightBlazor.csproj
@@ -1,6 +1,8 @@
+ NationalInstruments.SprightBlazor
+ NationalInstruments.SprightBlazor
net8.0
enable
enable
diff --git a/packages/blazor-workspace/SprightBlazor/UnsafeEnumExtensions.cs b/packages/blazor-workspace/SprightBlazor/UnsafeEnumExtensions.cs
index 0f77b23b76..9307c5b98e 100644
--- a/packages/blazor-workspace/SprightBlazor/UnsafeEnumExtensions.cs
+++ b/packages/blazor-workspace/SprightBlazor/UnsafeEnumExtensions.cs
@@ -1,4 +1,4 @@
-namespace SprightBlazor;
+namespace NationalInstruments.SprightBlazor;
///
/// This class provides an unsafe means of retrieving the string name of an enum value.
diff --git a/packages/blazor-workspace/SprightBlazor/_Imports.razor b/packages/blazor-workspace/SprightBlazor/_Imports.razor
index ff72d4aa88..b98169f7f0 100644
--- a/packages/blazor-workspace/SprightBlazor/_Imports.razor
+++ b/packages/blazor-workspace/SprightBlazor/_Imports.razor
@@ -1,4 +1,4 @@
-@namespace SprightBlazor
+@namespace NationalInstruments.SprightBlazor
@using System
@using System.Diagnostics.CodeAnalysis
@using Microsoft.AspNetCore.Components.Web
diff --git a/packages/blazor-workspace/SprightBlazor/package.json b/packages/blazor-workspace/SprightBlazor/package.json
index 2a2197b625..1a7762a349 100644
--- a/packages/blazor-workspace/SprightBlazor/package.json
+++ b/packages/blazor-workspace/SprightBlazor/package.json
@@ -5,8 +5,8 @@
"scripts": {
"invoke-pack": "cross-env-shell dotnet pack -c Release -p:PackageVersion=$npm_package_version --output ../dist",
"invoke-publish": "npm run invoke-publish:setup && npm run invoke-publish:nuget && npm run invoke-publish:noop -- ",
- "invoke-publish:setup": "rimraf --glob \"../dist/SprightBlazor.*.nupkg\" && npm run invoke-pack",
- "invoke-publish:nuget": "cross-env-shell dotnet nuget push \"../dist/SprightBlazor.*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
+ "invoke-publish:setup": "rimraf --glob \"../dist/NationalInstruments.SprightBlazor.*.nupkg\" && npm run invoke-pack",
+ "invoke-publish:nuget": "cross-env-shell dotnet nuget push \"../dist/NationalInstruments.SprightBlazor.*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
"invoke-publish:noop": "echo \"noop command to swallow npm args\""
},
"type": "module",
diff --git a/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/MainLayout.razor b/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/MainLayout.razor
index c1fca87f02..7ce12e5882 100644
--- a/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/MainLayout.razor
+++ b/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/MainLayout.razor
@@ -1,6 +1,6 @@
@using Microsoft.AspNetCore.Components
@using Microsoft.AspNetCore.Components.Web
-@using NimbleBlazor
+@using NationalInstruments.NimbleBlazor
@namespace BlazorWorkspace.Testing.Acceptance
@inherits LayoutComponentBase
diff --git a/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/MainLayout.razor.cs b/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/MainLayout.razor.cs
index d8afda74a0..e14819df40 100644
--- a/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/MainLayout.razor.cs
+++ b/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/MainLayout.razor.cs
@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.JSInterop;
-using NimbleBlazor;
+using NationalInstruments.NimbleBlazor;
namespace BlazorWorkspace.Testing.Acceptance;
diff --git a/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/packages.lock.json b/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/packages.lock.json
index 01475c08c4..0c0fc07946 100644
--- a/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/packages.lock.json
+++ b/packages/blazor-workspace/Tests/BlazorWorkspace.Testing.Acceptance/packages.lock.json
@@ -647,7 +647,7 @@
"xunit.abstractions": "2.0.3"
}
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/NimbleBlazor.Tests.Acceptance.Client.csproj b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/NimbleBlazor.Tests.Acceptance.Client.csproj
index 16537ba293..5d9dec5e22 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/NimbleBlazor.Tests.Acceptance.Client.csproj
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/NimbleBlazor.Tests.Acceptance.Client.csproj
@@ -6,6 +6,8 @@
enable
true
true
+ NationalInstruments.NimbleBlazor.Tests.Acceptance.Client
+ NationalInstruments.NimbleBlazor.Tests.Acceptance.Client
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/Pages.InteractiveWebAssembly/DialogOpenAndClose.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/Pages.InteractiveWebAssembly/DialogOpenAndClose.razor
index e36ea4679f..7346a72aa8 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/Pages.InteractiveWebAssembly/DialogOpenAndClose.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/Pages.InteractiveWebAssembly/DialogOpenAndClose.razor
@@ -1,5 +1,5 @@
@page "/InteractiveWebAssembly/DialogOpenAndClose"
-@namespace NimbleBlazor.Tests.Acceptance.Client.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Client.Pages
@inherits LayoutComponentBase
@rendermode @(new InteractiveWebAssemblyRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/Program.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/Program.cs
index a49eb08907..fa92ee4cd9 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/Program.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/Program.cs
@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
-namespace NimbleBlazor.Tests.Acceptance.Client;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Client;
internal static class Program
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/_Imports.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/_Imports.razor
index fe191d7c2b..8f10c651ca 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/_Imports.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/_Imports.razor
@@ -6,4 +6,4 @@
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
-@using NimbleBlazor.Tests.Acceptance
+@using NationalInstruments.NimbleBlazor.Tests.Acceptance
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/packages.lock.json b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/packages.lock.json
index 66bd0a2e38..eb04f8dad9 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/packages.lock.json
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/packages.lock.json
@@ -17,15 +17,15 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
- "requested": "[8.0.24, )",
- "resolved": "8.0.24",
- "contentHash": "1gnadp//+DoGJvV4AFdzPqYPxkypaWYjYMCr7KAacV0iadsHz1nU+rrkoxBCna4FCmeKH49CisEwa7g94/MbEg=="
+ "requested": "[8.0.23, )",
+ "resolved": "8.0.23",
+ "contentHash": "GqHiB1HbbODWPbY/lc5xLQH8siEEhNA0ptpJCC6X6adtAYNEzu5ZlqV3YHA3Gh7fuEwgA8XqVwMtH2KNtuQM1Q=="
},
"Microsoft.NET.Sdk.WebAssembly.Pack": {
"type": "Direct",
- "requested": "[8.0.24, )",
- "resolved": "8.0.24",
- "contentHash": "+yUq82k8/JYeOmQo2e1QDTNRSgsBksmvkfk/o4GYcRLY42ukFtvnvQb/9BoTkB4jbS8xKRnRIa7mT7mcfRC1CQ=="
+ "requested": "[10.0.2, )",
+ "resolved": "10.0.2",
+ "contentHash": "ZDAtI9V2EQajyccTZ67JtJWMCIpK3ZFgwqNHyfMieossRdB90WJ+IbYVKObLOLIv9Vkc3eJcrJD2CeffsF/nUA=="
},
"NI.CSharp.Analyzers": {
"type": "Direct",
@@ -318,7 +318,7 @@
"resolved": "4.5.4",
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg=="
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleAcceptanceTestsBase.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleAcceptanceTestsBase.cs
index 04e66121b9..d451ce9572 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleAcceptanceTestsBase.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleAcceptanceTestsBase.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance;
public abstract class NimbleAcceptanceTestsBase : AcceptanceTestsBase, IClassFixture
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleBlazor.Tests.Acceptance.csproj b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleBlazor.Tests.Acceptance.csproj
index 62b4114693..c0f5b3108d 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleBlazor.Tests.Acceptance.csproj
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleBlazor.Tests.Acceptance.csproj
@@ -7,6 +7,8 @@
true
true
true
+ NationalInstruments.NimbleBlazor.Tests.Acceptance
+ NationalInstruments.NimbleBlazor.Tests.Acceptance
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleBlazorWebHostServerFixture.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleBlazorWebHostServerFixture.cs
index 5d0c498840..3e1879777a 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleBlazorWebHostServerFixture.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleBlazorWebHostServerFixture.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using IStartup = BlazorWorkspace.Testing.Acceptance.IStartup;
-namespace NimbleBlazor.Tests.Acceptance;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance;
///
/// Test fixture which starts up a Blazor Server web server
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleInteractiveAcceptanceTestsBase.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleInteractiveAcceptanceTestsBase.cs
index a7006f979f..1968c6f594 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleInteractiveAcceptanceTestsBase.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/NimbleInteractiveAcceptanceTestsBase.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance;
public abstract class NimbleInteractiveAcceptanceTestsBase : NimbleAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/DialogOpenAndClose.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/DialogOpenAndClose.razor
index c4c7c819be..741ca6df9f 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/DialogOpenAndClose.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/DialogOpenAndClose.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/DialogOpenAndClose"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/DrawerOpenAndClose.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/DrawerOpenAndClose.razor
index f5d55e1a30..b57acfee21 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/DrawerOpenAndClose.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/DrawerOpenAndClose.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/DrawerOpenAndClose"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/NumberFieldBindings.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/NumberFieldBindings.razor
index 151adb6381..e6213e1895 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/NumberFieldBindings.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/NumberFieldBindings.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/NumberFieldBindings"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@using System.Diagnostics.CodeAnalysis;
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnMappingBoolKey.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnMappingBoolKey.razor
index 1ae7bb262a..54a5ab7616 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnMappingBoolKey.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnMappingBoolKey.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/TableColumnMappingBoolKey"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@using System.Diagnostics.CodeAnalysis;
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnMenuButton.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnMenuButton.razor
index 0f9438604f..75d81d27af 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnMenuButton.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnMenuButton.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/TableColumnMenuButton"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@using System.Diagnostics.CodeAnalysis;
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnNumberText.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnNumberText.razor
index 283a880cca..690edb8017 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnNumberText.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableColumnNumberText.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/TableColumnNumberText"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@using System.Diagnostics.CodeAnalysis;
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableSetData.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableSetData.razor
index 9354422cdf..838869fa3f 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableSetData.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableSetData.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/TableSetData"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@using System.Diagnostics.CodeAnalysis;
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableSetRecordHierarchyOptionsTest.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableSetRecordHierarchyOptionsTest.razor
index 0595add7c6..42c1c74bed 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableSetRecordHierarchyOptionsTest.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/TableSetRecordHierarchyOptionsTest.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/TableSetRecordHierarchyOptionsTest"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@using System.Diagnostics.CodeAnalysis;
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/ThemeProvider.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/ThemeProvider.razor
index 92bd1499aa..cf2e3ab77c 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/ThemeProvider.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/ThemeProvider.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/ThemeProvider"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/WaferMapRenderTest.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/WaferMapRenderTest.razor
index 4dd1d8b337..81307bd99b 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/WaferMapRenderTest.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/WaferMapRenderTest.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/WaferMapRenderTest"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@using System.Diagnostics.CodeAnalysis;
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/WaferMapRenderTestExperimental.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/WaferMapRenderTestExperimental.razor
index 9ef7bc722d..2a1ed3efce 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/WaferMapRenderTestExperimental.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.InteractiveServer/WaferMapRenderTestExperimental.razor
@@ -1,5 +1,5 @@
@page "/InteractiveServer/WaferMapRenderTestExperimental"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@using System.Diagnostics.CodeAnalysis;
@using Apache.Arrow;
@using Apache.Arrow.Types;
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.StaticSSR/TextFieldRenderTest.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.StaticSSR/TextFieldRenderTest.razor
index 48ab59bda5..a202c01c53 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.StaticSSR/TextFieldRenderTest.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Pages.StaticSSR/TextFieldRenderTest.razor
@@ -1,5 +1,5 @@
@page "/StaticSSR/TextFieldRenderTest"
-@namespace NimbleBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
@inherits LayoutComponentBase
Label Text
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Program.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Program.cs
index d1c9a88bae..65d10fa564 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Program.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Program.cs
@@ -1,6 +1,6 @@
using BlazorWorkspace.Testing.Acceptance;
-namespace NimbleBlazor.Tests.Acceptance;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance;
///
/// Main entry point which spins up the web server and allows loading the Razor fixtures/pages in a browser
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs
index ca50ead8b7..e97ab4f01e 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance;
[CollectionDefinition(nameof(PlaywrightFixture))]
public class SharedPlaywrightCollectionDefinition : ICollectionFixture
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/DialogTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/DialogTests.cs
index 94c30c12f8..f668ee56c9 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/DialogTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/DialogTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class DialogTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/DrawerTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/DrawerTests.cs
index af735742b6..f07b84920c 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/DrawerTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/DrawerTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class DrawerTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/NumberFieldBindingTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/NumberFieldBindingTests.cs
index a21aa9a450..3775e80c41 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/NumberFieldBindingTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/NumberFieldBindingTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class NumberFieldBindingTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnMappingTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnMappingTests.cs
index 1db2ab6030..310151e909 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnMappingTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnMappingTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class TableColumnMappingTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnMenuButtonTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnMenuButtonTests.cs
index 39c1f75c82..93660fe01c 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnMenuButtonTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnMenuButtonTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class TableColumnMenuButtonTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnNumberTextTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnNumberTextTests.cs
index 467f7624d8..fee38cb4e4 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnNumberTextTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableColumnNumberTextTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class TableColumnNumberTextTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableTests.cs
index 1aba933c04..423e1ff4be 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/TableTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class TableTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/ThemeProviderTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/ThemeProviderTests.cs
index 47b35a42bd..d4c2263df5 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/ThemeProviderTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/ThemeProviderTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class ThemeProviderTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/WaferMapTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/WaferMapTests.cs
index 6ec9b01291..dce39f899e 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/WaferMapTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/WaferMapTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class WaferMapTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/WaferMapTestsExperimental.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/WaferMapTestsExperimental.cs
index 6aed4ce97d..c337d02d93 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/WaferMapTestsExperimental.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveServer/WaferMapTestsExperimental.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveServer;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveServer;
public class WaferMapTestsExperimental : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveWebAssembly/DialogTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveWebAssembly/DialogTests.cs
index ba869dd8ad..f6a5aa8b62 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveWebAssembly/DialogTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.InteractiveWebAssembly/DialogTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.InteractiveWebAssembly;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.InteractiveWebAssembly;
public class DialogTests : NimbleInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.StaticSSR/TextFieldTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.StaticSSR/TextFieldTests.cs
index fa1e761291..fe41ed434c 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.StaticSSR/TextFieldTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/Tests.StaticSSR/TextFieldTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace NimbleBlazor.Tests.Acceptance.StaticSSR;
+namespace NationalInstruments.NimbleBlazor.Tests.Acceptance.StaticSSR;
public class TextFieldTests : NimbleAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/_Imports.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/_Imports.razor
index 12c3f0bdf5..9f701745c3 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/_Imports.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/_Imports.razor
@@ -6,6 +6,6 @@
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
-@using NimbleBlazor.Tests.Acceptance
+@using NationalInstruments.NimbleBlazor.Tests.Acceptance
@using BlazorWorkspace.Testing.Acceptance
-@using NimbleBlazor.Tests.Acceptance.Pages
+@using NationalInstruments.NimbleBlazor.Tests.Acceptance.Pages
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/packages.lock.json b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/packages.lock.json
index b6c8400008..d6bd27776b 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/packages.lock.json
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/packages.lock.json
@@ -675,25 +675,25 @@
"Microsoft.NET.Test.Sdk": "[17.14.1, )",
"Microsoft.Playwright": "[1.58.0, 1.58.0]",
"NI.CSharp.Analyzers": "[2.0.35, )",
- "NimbleBlazor": "[1.0.0, )",
+ "NationalInstruments.NimbleBlazor": "[1.0.0, )",
"System.ComponentModel": "[4.3.0, )",
"xunit": "[2.9.3, )",
"xunit.extensibility.execution": "[2.9.3, )"
}
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "nimbleblazor.tests.acceptance.client": {
+ "NationalInstruments.NimbleBlazor.Tests.Acceptance.Client": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.WebAssembly": "[8.0.24, )",
"NI.CSharp.Analyzers": "[2.0.35, )",
- "NimbleBlazor": "[1.0.0, )"
+ "NationalInstruments.NimbleBlazor": "[1.0.0, )"
}
}
}
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/NimbleBlazor.Tests.csproj b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/NimbleBlazor.Tests.csproj
index 8cb7368612..a4b0b6d656 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/NimbleBlazor.Tests.csproj
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/NimbleBlazor.Tests.csproj
@@ -6,8 +6,8 @@
true
true
true
- NimbleBlazor.Tests
- NimbleBlazor.Tests
+ NationalInstruments.NimbleBlazor.Tests
+ NationalInstruments.NimbleBlazor.Tests
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/AttributeHelpersTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/AttributeHelpersTests.cs
index 4aa80b4a2b..581d92623d 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/AttributeHelpersTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/AttributeHelpersTests.cs
@@ -1,6 +1,6 @@
using Xunit;
-namespace NimbleBlazor.Tests.Unit;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit;
///
/// Tests for the class.
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorButtonTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorButtonTests.cs
index f4460907f9..25af468d38 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorButtonTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorButtonTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorMenuItemTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorMenuItemTests.cs
index 49684e803d..906fad069b 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorMenuItemTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorMenuItemTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTabTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTabTests.cs
index 7924cfe6b6..8c9725f458 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTabTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTabTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTabsTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTabsTests.cs
index eeccc340fa..a360fd87be 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTabsTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTabsTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTests.cs
index 76c04176fd..3fee982816 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTreeItemTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTreeItemTests.cs
index 55495f5426..75c632556d 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTreeItemTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleAnchorTreeItemTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleBannerTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleBannerTests.cs
index a38134820c..8893676c8c 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleBannerTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleBannerTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleBreadcrumbTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleBreadcrumbTests.cs
index 03f83d2292..61388ec0b3 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleBreadcrumbTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleBreadcrumbTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleButtonTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleButtonTests.cs
index 9349d63898..a8f5158e10 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleButtonTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleButtonTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCardButtonTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCardButtonTests.cs
index 5401f936cb..e2135295e4 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCardButtonTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCardButtonTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCardTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCardTests.cs
index b9a6518349..8f26ad51bd 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCardTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCardTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCheckboxTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCheckboxTests.cs
index b9d2ee4979..f047d8e7a6 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCheckboxTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleCheckboxTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleComboboxTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleComboboxTests.cs
index ff27fb4dd8..11a2ce1be8 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleComboboxTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleComboboxTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleDialogTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleDialogTests.cs
index e6f7703427..a2665e4d1f 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleDialogTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleDialogTests.cs
@@ -4,7 +4,7 @@
using Microsoft.AspNetCore.Components;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleDrawerTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleDrawerTests.cs
index 77ecc5e108..b72871548e 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleDrawerTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleDrawerTests.cs
@@ -2,7 +2,7 @@
using Microsoft.AspNetCore.Components;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleIconCheckTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleIconCheckTests.cs
index 4e49b87b53..5b5018abd1 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleIconCheckTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleIconCheckTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleLabelProviderCoreTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleLabelProviderCoreTests.cs
index e67dc0f450..141b443d68 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleLabelProviderCoreTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleLabelProviderCoreTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleLabelProviderTableTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleLabelProviderTableTests.cs
index 804cb57466..ecc61ce628 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleLabelProviderTableTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleLabelProviderTableTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleListOptionGroupTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleListOptionGroupTests.cs
index 0ddb249084..885456897a 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleListOptionGroupTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleListOptionGroupTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
public class NimbleListOptionGroupTests
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingEmptyTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingEmptyTests.cs
index adbb2bbb47..35ec63d89a 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingEmptyTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingEmptyTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingIconTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingIconTests.cs
index 025d082be8..2916b7f6f9 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingIconTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingIconTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingSpinnerTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingSpinnerTests.cs
index d97a91aa76..529c189ae7 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingSpinnerTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingSpinnerTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingTextTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingTextTests.cs
index cf2c45ae11..34d2499027 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingTextTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMappingTextTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMenuButtonTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMenuButtonTests.cs
index bfdfbc51f9..a888918258 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMenuButtonTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMenuButtonTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMenuTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMenuTests.cs
index 3e51507619..3b5ff0eb51 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMenuTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleMenuTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleNumberFieldTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleNumberFieldTests.cs
index 7d711f3d01..ef4d3c0315 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleNumberFieldTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleNumberFieldTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRadioGroupTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRadioGroupTests.cs
index f6a1eee9cb..55b48e03b6 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRadioGroupTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRadioGroupTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRadioTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRadioTests.cs
index 13d479ba3a..f33900996e 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRadioTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRadioTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRichTextViewerTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRichTextViewerTests.cs
index 2d021cb5ec..e9d0717b98 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRichTextViewerTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleRichTextViewerTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Test for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSelectTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSelectTests.cs
index 3e347bf2f0..e89a60c867 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSelectTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSelectTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSpinnerTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSpinnerTests.cs
index e10c1d5c89..af4148299a 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSpinnerTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSpinnerTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSwitchTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSwitchTests.cs
index 9586c523d1..5296cb9080 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSwitchTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleSwitchTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnAnchorTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnAnchorTests.cs
index 976d46f12a..8609c62d20 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnAnchorTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnAnchorTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnDateTextTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnDateTextTests.cs
index 362eb1aa61..318469aa00 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnDateTextTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnDateTextTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnDurationTextTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnDurationTextTests.cs
index cd4521ceeb..4757da541c 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnDurationTextTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnDurationTextTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnMappingTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnMappingTests.cs
index 51863e1cc7..d5fd48b807 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnMappingTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnMappingTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnMenuButtonTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnMenuButtonTests.cs
index 0cc3db93c8..bea8141e1e 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnMenuButtonTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnMenuButtonTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnNumberTextTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnNumberTextTests.cs
index f198c58fc1..1b128b1767 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnNumberTextTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnNumberTextTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnTextTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnTextTests.cs
index f321db796f..a5ee39e98a 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnTextTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableColumnTextTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableTests.cs
index d3fe2e3fd2..5bcf8e0aba 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTableTests.cs
@@ -6,7 +6,7 @@
using Bunit;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTabsTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTabsTests.cs
index 748fb5f394..81c4ac4e85 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTabsTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTabsTests.cs
@@ -4,7 +4,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTextAreaTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTextAreaTests.cs
index aafb67e017..d50b623194 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTextAreaTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTextAreaTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTextFieldTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTextFieldTests.cs
index 978cae3937..2d690be91e 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTextFieldTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTextFieldTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleThemeProviderTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleThemeProviderTests.cs
index b7dc3752c1..3b9da1beed 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleThemeProviderTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleThemeProviderTests.cs
@@ -2,7 +2,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleToggleButtonTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleToggleButtonTests.cs
index 1dc92546c4..ba6aa434c8 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleToggleButtonTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleToggleButtonTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleToolbarTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleToolbarTests.cs
index e286cbf5ff..d128be5849 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleToolbarTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleToolbarTests.cs
@@ -2,7 +2,7 @@
using Microsoft.AspNetCore.Components;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTooltipTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTooltipTests.cs
index e8c83bee36..b65fcaa944 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTooltipTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTooltipTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTreeViewTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTreeViewTests.cs
index c9535cc0ef..5f01593818 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTreeViewTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleTreeViewTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitByteTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitByteTests.cs
index d60232fc9c..5e8643f141 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitByteTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitByteTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitCelsiusTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitCelsiusTests.cs
index 33777626c3..43088aa215 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitCelsiusTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitCelsiusTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitFahrenheitTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitFahrenheitTests.cs
index b94220c6f2..c81c669c36 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitFahrenheitTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitFahrenheitTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitVoltTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitVoltTests.cs
index f44ebca2d6..e1e74bcf25 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitVoltTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleUnitVoltTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleWaferMapTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleWaferMapTests.cs
index b634d70540..b877e2d6d0 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleWaferMapTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/Components/NimbleWaferMapTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit.Components;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/CultureScope.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/CultureScope.cs
index 2b861ff248..b51df171ff 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/CultureScope.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/CultureScope.cs
@@ -1,7 +1,7 @@
using System;
using System.Globalization;
-namespace NimbleBlazor.Tests.Unit;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit;
internal sealed class CultureScope : IDisposable
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/CustomSortOrderBaseTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/CustomSortOrderBaseTests.cs
index 88dfe77713..056302ad1d 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/CustomSortOrderBaseTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/CustomSortOrderBaseTests.cs
@@ -4,7 +4,7 @@
using Microsoft.AspNetCore.Components;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit;
public abstract class CustomSortOrderBaseTests where T : ComponentBase, ICustomSortOrderColumn
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/FractionalWidthBaseTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/FractionalWidthBaseTests.cs
index e61ee9a28d..fbb1cae500 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/FractionalWidthBaseTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/FractionalWidthBaseTests.cs
@@ -4,7 +4,7 @@
using Microsoft.AspNetCore.Components;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit;
public abstract class FractionalWidthBaseTests where T : ComponentBase, IFractionalWidthColumn
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/GroupableBaseTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/GroupableBaseTests.cs
index 95c7fd05e5..e89b143a82 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/GroupableBaseTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/GroupableBaseTests.cs
@@ -4,7 +4,7 @@
using Microsoft.AspNetCore.Components;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit;
public abstract class GroupableBaseTests where T : ComponentBase, IGroupableColumn
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/NimbleAnchorBaseTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/NimbleAnchorBaseTests.cs
index ae410e27aa..bf64053636 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/NimbleAnchorBaseTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/NimbleAnchorBaseTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace NimbleBlazor.Tests.Unit;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/NimbleTableColumnTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/NimbleTableColumnTests.cs
index 6397f88266..c2ac70696d 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/NimbleTableColumnTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/NimbleTableColumnTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit;
public abstract class NimbleTableColumnTests where T : NimbleTableColumn
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/SortableBaseTests.cs b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/SortableBaseTests.cs
index 66f0b505af..64fb631ea8 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/SortableBaseTests.cs
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/Unit/SortableBaseTests.cs
@@ -4,7 +4,7 @@
using Microsoft.AspNetCore.Components;
using Xunit;
#nullable enable
-namespace NimbleBlazor.Tests.Unit;
+namespace NationalInstruments.NimbleBlazor.Tests.Unit;
public abstract class SortableBaseTests where T : ComponentBase, ISortableColumn
{
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/packages.lock.json b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/packages.lock.json
index a3aec25027..7dab708413 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests/packages.lock.json
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests/packages.lock.json
@@ -522,7 +522,7 @@
"xunit.abstractions": "2.0.3"
}
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/OkBlazor.Tests.Acceptance.csproj b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/OkBlazor.Tests.Acceptance.csproj
index a5a0074ccb..594e92e1e3 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/OkBlazor.Tests.Acceptance.csproj
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/OkBlazor.Tests.Acceptance.csproj
@@ -6,6 +6,8 @@
false
true
true
+ NationalInstruments.OkBlazor.Tests.Acceptance
+ NationalInstruments.OkBlazor.Tests.Acceptance
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/OkBlazorWebHostServerFixture.cs b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/OkBlazorWebHostServerFixture.cs
index f498420e42..7d66aae8ef 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/OkBlazorWebHostServerFixture.cs
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/OkBlazorWebHostServerFixture.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using IStartup = BlazorWorkspace.Testing.Acceptance.IStartup;
-namespace OkBlazor.Tests.Acceptance;
+namespace NationalInstruments.OkBlazor.Tests.Acceptance;
///
/// Test fixture which starts up a Blazor Server web server
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Pages/Button.razor b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Pages/Button.razor
index bcacee189d..3f4467a674 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Pages/Button.razor
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Pages/Button.razor
@@ -1,5 +1,5 @@
@page "/Button"
-@namespace OkBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.OkBlazor.Tests.Acceptance.Pages
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Program.cs b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Program.cs
index 3c2137cbe7..633eeac6be 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Program.cs
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Program.cs
@@ -1,6 +1,6 @@
using BlazorWorkspace.Testing.Acceptance;
-namespace OkBlazor.Tests.Acceptance;
+namespace NationalInstruments.OkBlazor.Tests.Acceptance;
///
/// Main entry point which spins up the web server and allows loading the Razor fixtures/pages in a browser
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs
index ac4512b871..2bcd10e39e 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using Xunit;
-namespace OkBlazor.Tests.Acceptance;
+namespace NationalInstruments.OkBlazor.Tests.Acceptance;
[CollectionDefinition(nameof(PlaywrightFixture))]
public class SharedPlaywrightCollectionDefinition : ICollectionFixture
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Tests/ButtonTests.cs b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Tests/ButtonTests.cs
index 6ef2234e74..1f77b8ebb4 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Tests/ButtonTests.cs
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Tests/ButtonTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace OkBlazor.Tests.Acceptance;
+namespace NationalInstruments.OkBlazor.Tests.Acceptance;
public class ButtonTests : OkInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Tests/OkInteractiveAcceptanceTestsBase.cs b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Tests/OkInteractiveAcceptanceTestsBase.cs
index 9742ad7344..90d9599f2b 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Tests/OkInteractiveAcceptanceTestsBase.cs
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/Tests/OkInteractiveAcceptanceTestsBase.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using Xunit;
-namespace OkBlazor.Tests.Acceptance;
+namespace NationalInstruments.OkBlazor.Tests.Acceptance;
public abstract class OkInteractiveAcceptanceTestsBase : AcceptanceTestsBase, IClassFixture
{
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/_Imports.razor b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/_Imports.razor
index 077471a8fa..b2684766f2 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/_Imports.razor
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/_Imports.razor
@@ -6,7 +6,7 @@
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
-@using NimbleBlazor
+@using NationalInstruments.NimbleBlazor
@using BlazorWorkspace.Testing.Acceptance
-@using OkBlazor.Tests.Acceptance
-@using OkBlazor.Tests.Acceptance.Pages
+@using NationalInstruments.OkBlazor.Tests.Acceptance
+@using NationalInstruments.OkBlazor.Tests.Acceptance.Pages
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/packages.lock.json b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/packages.lock.json
index b8d21c0353..7af2d60caf 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/packages.lock.json
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/packages.lock.json
@@ -655,20 +655,20 @@
"Microsoft.NET.Test.Sdk": "[17.14.1, )",
"Microsoft.Playwright": "[1.58.0, 1.58.0]",
"NI.CSharp.Analyzers": "[2.0.35, )",
- "NimbleBlazor": "[1.0.0, )",
+ "NationalInstruments.NimbleBlazor": "[1.0.0, )",
"System.ComponentModel": "[4.3.0, )",
"xunit": "[2.9.3, )",
"xunit.extensibility.execution": "[2.9.3, )"
}
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "okblazor": {
+ "NationalInstruments.OkBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests/OkBlazor.Tests.csproj b/packages/blazor-workspace/Tests/OkBlazor.Tests/OkBlazor.Tests.csproj
index 879830471e..c12677c83c 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests/OkBlazor.Tests.csproj
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests/OkBlazor.Tests.csproj
@@ -5,8 +5,8 @@
false
true
true
- OkBlazor.Tests
- OkBlazor.Tests
+ NationalInstruments.OkBlazor.Tests
+ NationalInstruments.OkBlazor.Tests
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests/Unit/Components/OkButtonTests.cs b/packages/blazor-workspace/Tests/OkBlazor.Tests/Unit/Components/OkButtonTests.cs
index a702df96f6..5f9c83bbb5 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests/Unit/Components/OkButtonTests.cs
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests/Unit/Components/OkButtonTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace OkBlazor.Tests.Unit.Components;
+namespace NationalInstruments.OkBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests/Unit/Components/OkIconDynamicTests.cs b/packages/blazor-workspace/Tests/OkBlazor.Tests/Unit/Components/OkIconDynamicTests.cs
index 1a712a0668..0cbecbb1d5 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests/Unit/Components/OkIconDynamicTests.cs
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests/Unit/Components/OkIconDynamicTests.cs
@@ -4,7 +4,7 @@
using Microsoft.JSInterop;
using Xunit;
-namespace OkBlazor.Tests.Unit.Components;
+namespace NationalInstruments.OkBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests/packages.lock.json b/packages/blazor-workspace/Tests/OkBlazor.Tests/packages.lock.json
index 94fc1add78..34f645f554 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests/packages.lock.json
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests/packages.lock.json
@@ -517,7 +517,7 @@
"xunit.abstractions": "2.0.3"
}
},
- "okblazor": {
+ "NationalInstruments.OkBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Pages/Rectangle.razor b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Pages/Rectangle.razor
index e987b9a825..1605cf5fa3 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Pages/Rectangle.razor
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Pages/Rectangle.razor
@@ -1,5 +1,5 @@
@page "/Rectangle"
-@namespace SprightBlazor.Tests.Acceptance.Pages
+@namespace NationalInstruments.SprightBlazor.Tests.Acceptance.Pages
@inherits LayoutComponentBase
@rendermode @(new InteractiveServerRenderMode(prerender: false))
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Program.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Program.cs
index 397b7e367c..04e43b387f 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Program.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Program.cs
@@ -1,6 +1,6 @@
using BlazorWorkspace.Testing.Acceptance;
-namespace SprightBlazor.Tests.Acceptance;
+namespace NationalInstruments.SprightBlazor.Tests.Acceptance;
///
/// Main entry point which spins up the web server and allows loading the Razor fixtures/pages in a browser
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs
index dd7360736a..78bdb84d34 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SharedPlaywrightCollectionDefinition.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using Xunit;
-namespace SprightBlazor.Tests.Acceptance;
+namespace NationalInstruments.SprightBlazor.Tests.Acceptance;
[CollectionDefinition(nameof(PlaywrightFixture))]
public class SharedPlaywrightCollectionDefinition : ICollectionFixture
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SprightBlazor.Tests.Acceptance.csproj b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SprightBlazor.Tests.Acceptance.csproj
index d91b83d86b..02dbb48d22 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SprightBlazor.Tests.Acceptance.csproj
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SprightBlazor.Tests.Acceptance.csproj
@@ -6,6 +6,8 @@
false
true
true
+ NationalInstruments.SprightBlazor.Tests.Acceptance
+ NationalInstruments.SprightBlazor.Tests.Acceptance
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SprightBlazorWebHostServerFixture.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SprightBlazorWebHostServerFixture.cs
index d36ed3a406..6002555eda 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SprightBlazorWebHostServerFixture.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/SprightBlazorWebHostServerFixture.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using IStartup = BlazorWorkspace.Testing.Acceptance.IStartup;
-namespace SprightBlazor.Tests.Acceptance;
+namespace NationalInstruments.SprightBlazor.Tests.Acceptance;
///
/// Test fixture which starts up a Blazor Server web server
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Tests/RectangleTests.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Tests/RectangleTests.cs
index dd4aa6d587..c3b6107194 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Tests/RectangleTests.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Tests/RectangleTests.cs
@@ -2,7 +2,7 @@
using Microsoft.Playwright;
using Xunit;
-namespace SprightBlazor.Tests.Acceptance;
+namespace NationalInstruments.SprightBlazor.Tests.Acceptance;
public class RectangleTests : SprightInteractiveAcceptanceTestsBase
{
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Tests/SprightInteractiveAcceptanceTestsBase.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Tests/SprightInteractiveAcceptanceTestsBase.cs
index 21a383a283..4e261cc587 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Tests/SprightInteractiveAcceptanceTestsBase.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/Tests/SprightInteractiveAcceptanceTestsBase.cs
@@ -1,7 +1,7 @@
using BlazorWorkspace.Testing.Acceptance;
using Xunit;
-namespace SprightBlazor.Tests.Acceptance;
+namespace NationalInstruments.SprightBlazor.Tests.Acceptance;
public abstract class SprightInteractiveAcceptanceTestsBase : AcceptanceTestsBase, IClassFixture
{
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/_Imports.razor b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/_Imports.razor
index 5d1ba94e54..4f70cd503f 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/_Imports.razor
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/_Imports.razor
@@ -6,7 +6,7 @@
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
-@using NimbleBlazor
+@using NationalInstruments.NimbleBlazor
@using BlazorWorkspace.Testing.Acceptance
-@using SprightBlazor.Tests.Acceptance
-@using SprightBlazor.Tests.Acceptance.Pages
+@using NationalInstruments.SprightBlazor.Tests.Acceptance
+@using NationalInstruments.SprightBlazor.Tests.Acceptance.Pages
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/packages.lock.json b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/packages.lock.json
index 5d9fca6d57..52ccc0a4c9 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/packages.lock.json
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/packages.lock.json
@@ -655,20 +655,20 @@
"Microsoft.NET.Test.Sdk": "[17.14.1, )",
"Microsoft.Playwright": "[1.58.0, 1.58.0]",
"NI.CSharp.Analyzers": "[2.0.35, )",
- "NimbleBlazor": "[1.0.0, )",
+ "NationalInstruments.NimbleBlazor": "[1.0.0, )",
"System.ComponentModel": "[4.3.0, )",
"xunit": "[2.9.3, )",
"xunit.extensibility.execution": "[2.9.3, )"
}
},
- "nimbleblazor": {
+ "NationalInstruments.NimbleBlazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[22.1.0, 22.1.0]",
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
}
},
- "sprightblazor": {
+ "NationalInstruments.SprightBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests/SprightBlazor.Tests.csproj b/packages/blazor-workspace/Tests/SprightBlazor.Tests/SprightBlazor.Tests.csproj
index 404fef293a..ce0748ffec 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests/SprightBlazor.Tests.csproj
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests/SprightBlazor.Tests.csproj
@@ -5,8 +5,8 @@
false
true
true
- SprightBlazor.Tests
- SprightBlazor.Tests
+ NationalInstruments.SprightBlazor.Tests
+ NationalInstruments.SprightBlazor.Tests
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatConversationTests.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatConversationTests.cs
index f8faf480ff..a418fb18fe 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatConversationTests.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatConversationTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace SprightBlazor.Tests.Unit.Components;
+namespace NationalInstruments.SprightBlazor.Tests.Unit.Components;
///
/// Test for .
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatInputTests.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatInputTests.cs
index 4f883d613d..1e2f0aa590 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatInputTests.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatInputTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace SprightBlazor.Tests.Unit.Components;
+namespace NationalInstruments.SprightBlazor.Tests.Unit.Components;
///
/// Test for .
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageInboundTests.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageInboundTests.cs
index c89f18a1a5..25cf3e724e 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageInboundTests.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageInboundTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace SprightBlazor.Tests.Unit.Components;
+namespace NationalInstruments.SprightBlazor.Tests.Unit.Components;
///
/// Test for .
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageOutboundTests.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageOutboundTests.cs
index 769347f650..a25206ad91 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageOutboundTests.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageOutboundTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace SprightBlazor.Tests.Unit.Components;
+namespace NationalInstruments.SprightBlazor.Tests.Unit.Components;
///
/// Test for .
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageSystemTests.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageSystemTests.cs
index 8dac4dd8f1..a389e85c7d 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageSystemTests.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageSystemTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace SprightBlazor.Tests.Unit.Components;
+namespace NationalInstruments.SprightBlazor.Tests.Unit.Components;
///
/// Test for .
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageTests.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageTests.cs
index 71f12a7303..7e26a39061 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageTests.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightChatMessageTests.cs
@@ -3,7 +3,7 @@
using Bunit;
using Xunit;
-namespace SprightBlazor.Tests.Unit.Components;
+namespace NationalInstruments.SprightBlazor.Tests.Unit.Components;
///
/// Test for .
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightRectangleTests.cs b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightRectangleTests.cs
index 5868d0829a..306af0f7d3 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightRectangleTests.cs
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests/Unit/Components/SprightRectangleTests.cs
@@ -1,7 +1,7 @@
using Bunit;
using Xunit;
-namespace SprightBlazor.Tests.Unit.Components;
+namespace NationalInstruments.SprightBlazor.Tests.Unit.Components;
///
/// Tests for .
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests/packages.lock.json b/packages/blazor-workspace/Tests/SprightBlazor.Tests/packages.lock.json
index a7f7f87116..597632aaee 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests/packages.lock.json
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests/packages.lock.json
@@ -517,7 +517,7 @@
"xunit.abstractions": "2.0.3"
}
},
- "sprightblazor": {
+ "NationalInstruments.SprightBlazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.24, )"
diff --git a/packages/blazor-workspace/build/generate-icons.mjs b/packages/blazor-workspace/build/generate-icons.mjs
index 3f25490c60..94cf5e1009 100644
--- a/packages/blazor-workspace/build/generate-icons.mjs
+++ b/packages/blazor-workspace/build/generate-icons.mjs
@@ -35,7 +35,7 @@ for (const key of Object.keys(icons)) {
const componentName = `Nimble${className}`; // e.g. "NimbleIconArrowExpanderLeft"
const directiveFileContents = `${generatedFilePrefix}
-@namespace NimbleBlazor
+@namespace NationalInstruments.NimbleBlazor
@inherits NimbleIconBase
<${elementName}
severity="@Severity.ToAttributeValue()"
From f294e9c90cb99e2f41d4ebdff19e6928b64bc0e5 Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Mon, 9 Mar 2026 14:19:59 -0500
Subject: [PATCH 02/15] Change files
---
...nimble-blazor-5d43c97c-a899-4d8d-93d2-b818794e368a.json | 7 +++++++
...@ni-ok-blazor-06700d2b-bb6d-4678-8b13-4afa529b4bae.json | 7 +++++++
...pright-blazor-eedd4bd0-f4c2-4d2a-b58a-18e3563cfb34.json | 7 +++++++
3 files changed, 21 insertions(+)
create mode 100644 change/@ni-nimble-blazor-5d43c97c-a899-4d8d-93d2-b818794e368a.json
create mode 100644 change/@ni-ok-blazor-06700d2b-bb6d-4678-8b13-4afa529b4bae.json
create mode 100644 change/@ni-spright-blazor-eedd4bd0-f4c2-4d2a-b58a-18e3563cfb34.json
diff --git a/change/@ni-nimble-blazor-5d43c97c-a899-4d8d-93d2-b818794e368a.json b/change/@ni-nimble-blazor-5d43c97c-a899-4d8d-93d2-b818794e368a.json
new file mode 100644
index 0000000000..0362b3f4cc
--- /dev/null
+++ b/change/@ni-nimble-blazor-5d43c97c-a899-4d8d-93d2-b818794e368a.json
@@ -0,0 +1,7 @@
+{
+ "type": "major",
+ "comment": "Prepend NationalInstruments to Blazor namespaces",
+ "packageName": "@ni/nimble-blazor",
+ "email": "7282195+m-akinc@users.noreply.github.com",
+ "dependentChangeType": "patch"
+}
diff --git a/change/@ni-ok-blazor-06700d2b-bb6d-4678-8b13-4afa529b4bae.json b/change/@ni-ok-blazor-06700d2b-bb6d-4678-8b13-4afa529b4bae.json
new file mode 100644
index 0000000000..1eda3ec50a
--- /dev/null
+++ b/change/@ni-ok-blazor-06700d2b-bb6d-4678-8b13-4afa529b4bae.json
@@ -0,0 +1,7 @@
+{
+ "type": "major",
+ "comment": "Prepend NationalInstruments to Blazor namespaces",
+ "packageName": "@ni/ok-blazor",
+ "email": "7282195+m-akinc@users.noreply.github.com",
+ "dependentChangeType": "patch"
+}
diff --git a/change/@ni-spright-blazor-eedd4bd0-f4c2-4d2a-b58a-18e3563cfb34.json b/change/@ni-spright-blazor-eedd4bd0-f4c2-4d2a-b58a-18e3563cfb34.json
new file mode 100644
index 0000000000..47c55d046b
--- /dev/null
+++ b/change/@ni-spright-blazor-eedd4bd0-f4c2-4d2a-b58a-18e3563cfb34.json
@@ -0,0 +1,7 @@
+{
+ "type": "major",
+ "comment": "Prepend NationalInstruments to Blazor namespaces",
+ "packageName": "@ni/spright-blazor",
+ "email": "7282195+m-akinc@users.noreply.github.com",
+ "dependentChangeType": "patch"
+}
From 90d6be248b53b35f31a1bf6e8a592d89c0bf0a2b Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Mon, 9 Mar 2026 15:07:41 -0500
Subject: [PATCH 03/15] Reorganize files
---
.../NimbleBlazor/AnchorAppearance.cs | 14 -----
.../{ => Anchor}/NimbleAnchor.razor | 0
.../{ => Anchor}/NimbleAnchor.razor.cs | 0
.../NimbleAnchorButton.razor | 0
.../NimbleAnchorButton.razor.cs | 0
.../NimbleAnchorMenuItem.razor | 0
.../NimbleAnchorMenuItem.razor.cs | 0
.../{ => AnchorTab}/NimbleAnchorTab.razor | 0
.../{ => AnchorTab}/NimbleAnchorTab.razor.cs | 0
.../{ => AnchorTabs}/NimbleAnchorTabs.razor | 0
.../NimbleAnchorTabs.razor.cs | 0
.../NimbleAnchorTreeItem.razor | 0
.../NimbleAnchorTreeItem.razor.cs | 0
.../{ => Components/Banner}/BannerSeverity.cs | 0
.../{ => Banner}/NimbleBanner.razor | 0
.../{ => Banner}/NimbleBanner.razor.cs | 0
.../Breadcrumb}/BreadcrumbAppearance.cs | 0
.../{ => Breadcrumb}/NimbleBreadcrumb.razor | 0
.../NimbleBreadcrumb.razor.cs | 0
.../NimbleBreadcrumbItem.razor | 0
.../NimbleBreadcrumbItem.razor.cs | 0
.../Button}/ButtonAppearance.cs | 0
.../Button}/ButtonAppearanceVariant.cs | 0
.../{ => Button}/NimbleButton.razor | 0
.../{ => Button}/NimbleButton.razor.cs | 0
.../Components/{ => Card}/NimbleCard.razor | 0
.../Components/{ => Card}/NimbleCard.razor.cs | 0
.../{ => CardButton}/NimbleCardButton.razor | 0
.../NimbleCardButton.razor.cs | 0
.../{ => Checkbox}/NimbleCheckbox.razor | 0
.../{ => Checkbox}/NimbleCheckbox.razor.cs | 0
.../{ => Components/Combobox}/AutoComplete.cs | 0
.../{ => Combobox}/NimbleCombobox.razor | 0
.../{ => Combobox}/NimbleCombobox.razor.cs | 0
.../{ => Components/Dialog}/DialogResponse.cs | 0
.../{ => Dialog}/NimbleDialog.razor | 0
.../{ => Dialog}/NimbleDialog.razor.cs | 0
.../{ => Components/Drawer}/DrawerLocation.cs | 0
.../{ => Components/Drawer}/DrawerResponse.cs | 0
.../{ => Drawer}/NimbleDrawer.razor | 0
.../{ => Drawer}/NimbleDrawer.razor.cs | 0
.../NimbleLabelProviderCore.razor | 0
.../NimbleLabelProviderCore.razor.cs | 0
.../NimbleLabelProviderTable.razor | 0
.../NimbleLabelProviderTable.razor.cs | 0
.../{ => ListOption}/NimbleListOption.razor | 0
.../NimbleListOption.razor.cs | 0
.../NimbleListOptionGroup.razor | 0
.../NimbleListOptionGroup.razor.cs | 0
.../MappingEmpty}/NimbleMappingEmpty.razor | 0
.../MappingEmpty}/NimbleMappingEmpty.razor.cs | 0
.../MappingIcon}/NimbleMappingIcon.razor | 0
.../MappingIcon}/NimbleMappingIcon.razor.cs | 0
.../NimbleMappingSpinner.razor | 0
.../NimbleMappingSpinner.razor.cs | 0
.../MappingText}/NimbleMappingText.razor | 0
.../MappingText}/NimbleMappingText.razor.cs | 0
.../Mapping}/NimbleMappingBase.cs | 0
.../Components/{ => Menu}/NimbleMenu.razor | 0
.../Components/{ => Menu}/NimbleMenu.razor.cs | 0
.../MenuButton}/MenuButtonPosition.cs | 0
.../{ => MenuButton}/NimbleMenuButton.razor | 0
.../NimbleMenuButton.razor.cs | 0
.../{ => MenuItem}/NimbleMenuItem.razor | 0
.../{ => MenuItem}/NimbleMenuItem.razor.cs | 0
.../{ => NumberField}/NimbleNumberField.razor | 0
.../NimbleNumberField.razor.cs | 0
.../NumberField}/NumberFieldAppearance.cs | 0
.../Patterns}/AttributeHelpers.cs | 0
.../Patterns}/BindAttributes.cs | 0
.../Patterns/Dropdown}/DropdownAppearance.cs | 0
.../Patterns/Dropdown}/NimbleOptionContext.cs | 0
.../Patterns/Dropdown}/Position.cs | 0
.../Patterns}/EventHandlers.cs | 0
.../Patterns}/NimbleAnchorBase.cs | 0
.../Patterns}/NimbleInputBase.cs | 0
.../Patterns}/UnsafeEnumExtensions.cs | 0
.../Components/{ => Radio}/NimbleRadio.razor | 0
.../{ => Radio}/NimbleRadio.razor.cs | 0
.../{ => RadioGroup}/NimbleRadioGroup.razor | 0
.../NimbleRadioGroup.razor.cs | 0
.../RadioGroup}/Orientation.cs | 0
.../NimbleRichTextViewer.razor | 14 ++---
.../NimbleRichTextViewer.razor.cs | 50 ++++++++---------
.../{ => Components/Select}/FilterMode.cs | 0
.../{ => Select}/NimbleSelect.razor | 0
.../{ => Select}/NimbleSelect.razor.cs | 0
.../{ => Spinner}/NimbleSpinner.razor | 0
.../{ => Spinner}/NimbleSpinner.razor.cs | 0
.../Spinner}/SpinnerAppearance.cs | 0
.../{ => Switch}/NimbleSwitch.razor | 0
.../{ => Switch}/NimbleSwitch.razor.cs | 0
.../Components/{ => Tab}/NimbleTab.razor | 0
.../Components/{ => Tab}/NimbleTab.razor.cs | 0
.../{ => TabPanel}/NimbleTabPanel.razor | 0
.../{ => TabPanel}/NimbleTabPanel.razor.cs | 0
.../Components/{ => Table}/NimbleTable.razor | 0
.../{ => Table}/NimbleTable.razor.cs | 0
.../Table}/TableColumnSortDirection.cs | 0
.../TableColumnSortDirectionConverter.cs | 0
.../Table}/TableHierarchyOptions.cs | 0
.../TableRecordDelayedHierarchyState.cs | 0
...bleRecordDelayedHierarchyStateConverter.cs | 0
.../Table}/TableRowSelectionMode.cs | 0
.../Table}/TableSetRecordHierarchyOptions.cs | 0
.../{ => Components/Table}/TableValidity.cs | 0
.../TableColumn}/ICustomSortOrderColumn.cs | 0
.../TableColumn}/IFractionalWidthColumn.cs | 0
.../TableColumn}/IGroupableColumn.cs | 0
.../TableColumn}/ISortableColumn.cs | 0
.../NimbleFractionalTableColumn.cs | 0
.../TableColumn}/NimbleTableColumn.cs | 0
.../TableColumn}/NimbleTableColumnEnumBase.cs | 0
.../NimbleTableColumnAnchor.razor | 0
.../NimbleTableColumnAnchor.razor.cs | 0
.../DateTextColumnTypes.cs | 0
.../NimbleTableColumnDateText.razor | 0
.../NimbleTableColumnDateText.razor.cs | 0
.../NimbleTableColumnDurationText.razor | 0
.../NimbleTableColumnDurationText.razor.cs | 0
.../TableColumnMapping}/MappingColumnTypes.cs | 0
.../NimbleTableColumnMapping.razor | 0
.../NimbleTableColumnMapping.razor.cs | 0
.../NimbleTableColumnMenuButton.razor | 0
.../NimbleTableColumnMenuButton.razor.cs | 0
.../NimbleTableColumnNumberText.razor | 0
.../NimbleTableColumnNumberText.razor.cs | 0
.../NumberTextColumnTypes.cs | 0
.../NimbleTableColumnText.razor | 0
.../NimbleTableColumnText.razor.cs | 0
.../Components/{ => Tabs}/NimbleTabs.razor | 0
.../Components/{ => Tabs}/NimbleTabs.razor.cs | 0
.../{ => TabsToolbar}/NimbleTabsToolbar.razor | 0
.../NimbleTabsToolbar.razor.cs | 0
.../{ => TextArea}/NimbleTextArea.razor | 0
.../{ => TextArea}/NimbleTextArea.razor.cs | 0
.../TextArea}/TextAreaAppearance.cs | 0
.../TextArea}/TextAreaResize.cs | 0
.../{ => TextField}/NimbleTextField.razor | 0
.../{ => TextField}/NimbleTextField.razor.cs | 0
.../TextField}/TextFieldAppearance.cs | 0
.../TextField}/TextFieldType.cs | 0
.../ThemeProvider}/Direction.cs | 0
.../NimbleThemeProvider.razor | 0
.../NimbleThemeProvider.razor.cs | 0
.../{ => Components/ThemeProvider}/Theme.cs | 0
.../ThemeProvider}/ThemeProviderValidity.cs | 0
.../NimbleToggleButton.razor | 0
.../NimbleToggleButton.razor.cs | 0
.../{ => Toolbar}/NimbleToolbar.razor | 0
.../{ => Toolbar}/NimbleToolbar.razor.cs | 0
.../{ => Tooltip}/NimbleTooltip.razor | 0
.../{ => Tooltip}/NimbleTooltip.razor.cs | 0
.../Tooltip}/TooltipSeverity.cs | 0
.../{ => TreeItem}/NimbleTreeItem.razor | 0
.../{ => TreeItem}/NimbleTreeItem.razor.cs | 0
.../{ => TreeView}/NimbleTreeView.razor | 0
.../{ => TreeView}/NimbleTreeView.razor.cs | 0
.../TreeView}/SelectionMode.cs | 0
.../{ => Unit/UnitByte}/NimbleUnitByte.razor | 0
.../UnitByte}/NimbleUnitByte.razor.cs | 0
.../UnitCelsius}/NimbleUnitCelsius.razor | 0
.../UnitCelsius}/NimbleUnitCelsius.razor.cs | 0
.../NimbleUnitFahrenheit.razor | 0
.../NimbleUnitFahrenheit.razor.cs | 0
.../{ => Unit/UnitVolt}/NimbleUnitVolt.razor | 0
.../UnitVolt}/NimbleUnitVolt.razor.cs | 0
.../{ => WaferMap}/NimbleWaferMap.razor | 0
.../{ => WaferMap}/NimbleWaferMap.razor.cs | 0
.../WaferMap}/WaferMapColorScale.cs | 0
.../WaferMap}/WaferMapColorScaleMode.cs | 0
.../{ => Components/WaferMap}/WaferMapDie.cs | 0
.../WaferMap}/WaferMapOrientation.cs | 0
.../WaferMap}/WaferMapOriginLocation.cs | 0
.../WaferMap}/WaferMapValidity.cs | 0
.../NimbleBlazor/IconSeverity.cs | 17 ------
.../NimbleBlazor/NimbleIconBase.cs | 17 ------
.../Components/{ => Button}/OkButton.razor | 0
.../Components/{ => Button}/OkButton.razor.cs | 0
.../{ => IconDynamic}/OkIconDynamic.cs | 0
.../Patterns}/AttributeHelpers.cs | 0
.../Patterns}/EventHandlers.cs | 0
.../Patterns}/UnsafeEnumExtensions.cs | 0
.../SprightChatConversation.razor | 10 ++--
.../SprightChatConversation.razor.cs | 36 ++++++-------
.../ChatInput}/SprightChatInput.razor | 0
.../ChatInput}/SprightChatInput.razor.cs | 0
.../ChatMessage}/SprightChatMessage.razor | 12 ++---
.../ChatMessage}/SprightChatMessage.razor.cs | 54 +++++++++----------
.../SprightChatMessageInbound.razor | 10 ++--
.../SprightChatMessageInbound.razor.cs | 36 ++++++-------
.../SprightChatMessageOutbound.razor | 10 ++--
.../SprightChatMessageOutbound.razor.cs | 36 ++++++-------
.../SprightChatMessageSystem.cs | 36 ++++++-------
.../SprightChatMessageSystem.razor | 10 ++--
.../{ => Components/Chat}/ChatMessageType.cs | 30 +++++------
.../Patterns}/AttributeHelpers.cs | 0
.../Patterns}/EventHandlers.cs | 0
.../Patterns}/UnsafeEnumExtensions.cs | 0
.../{ => Rectangle}/SprightRectangle.razor | 0
.../{ => Rectangle}/SprightRectangle.razor.cs | 0
201 files changed, 172 insertions(+), 220 deletions(-)
delete mode 100644 packages/blazor-workspace/NimbleBlazor/AnchorAppearance.cs
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Anchor}/NimbleAnchor.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Anchor}/NimbleAnchor.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorButton}/NimbleAnchorButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorButton}/NimbleAnchorButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorMenuItem}/NimbleAnchorMenuItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorMenuItem}/NimbleAnchorMenuItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorTab}/NimbleAnchorTab.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorTab}/NimbleAnchorTab.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorTabs}/NimbleAnchorTabs.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorTabs}/NimbleAnchorTabs.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorTreeItem}/NimbleAnchorTreeItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => AnchorTreeItem}/NimbleAnchorTreeItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Banner}/BannerSeverity.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Banner}/NimbleBanner.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Banner}/NimbleBanner.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Breadcrumb}/BreadcrumbAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Breadcrumb}/NimbleBreadcrumb.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Breadcrumb}/NimbleBreadcrumb.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => BreadcrumbItem}/NimbleBreadcrumbItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => BreadcrumbItem}/NimbleBreadcrumbItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Button}/ButtonAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Button}/ButtonAppearanceVariant.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Button}/NimbleButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Button}/NimbleButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Card}/NimbleCard.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Card}/NimbleCard.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => CardButton}/NimbleCardButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => CardButton}/NimbleCardButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Checkbox}/NimbleCheckbox.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Checkbox}/NimbleCheckbox.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Combobox}/AutoComplete.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Combobox}/NimbleCombobox.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Combobox}/NimbleCombobox.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Dialog}/DialogResponse.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Dialog}/NimbleDialog.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Dialog}/NimbleDialog.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Drawer}/DrawerLocation.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Drawer}/DrawerResponse.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Drawer}/NimbleDrawer.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Drawer}/NimbleDrawer.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => LabelProviderCore}/NimbleLabelProviderCore.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => LabelProviderCore}/NimbleLabelProviderCore.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => LabelProviderTable}/NimbleLabelProviderTable.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => LabelProviderTable}/NimbleLabelProviderTable.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => ListOption}/NimbleListOption.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => ListOption}/NimbleListOption.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => ListOptionGroup}/NimbleListOptionGroup.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => ListOptionGroup}/NimbleListOptionGroup.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Mapping/MappingEmpty}/NimbleMappingEmpty.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Mapping/MappingEmpty}/NimbleMappingEmpty.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Mapping/MappingIcon}/NimbleMappingIcon.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Mapping/MappingIcon}/NimbleMappingIcon.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Mapping/MappingSpinner}/NimbleMappingSpinner.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Mapping/MappingSpinner}/NimbleMappingSpinner.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Mapping/MappingText}/NimbleMappingText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Mapping/MappingText}/NimbleMappingText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Mapping}/NimbleMappingBase.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Menu}/NimbleMenu.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Menu}/NimbleMenu.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/MenuButton}/MenuButtonPosition.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => MenuButton}/NimbleMenuButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => MenuButton}/NimbleMenuButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => MenuItem}/NimbleMenuItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => MenuItem}/NimbleMenuItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => NumberField}/NimbleNumberField.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => NumberField}/NimbleNumberField.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/NumberField}/NumberFieldAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Patterns}/AttributeHelpers.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Patterns}/BindAttributes.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Patterns/Dropdown}/DropdownAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Patterns/Dropdown}/NimbleOptionContext.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Patterns/Dropdown}/Position.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Patterns}/EventHandlers.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Patterns}/NimbleAnchorBase.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Patterns}/NimbleInputBase.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Patterns}/UnsafeEnumExtensions.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Radio}/NimbleRadio.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Radio}/NimbleRadio.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => RadioGroup}/NimbleRadioGroup.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => RadioGroup}/NimbleRadioGroup.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/RadioGroup}/Orientation.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => RichTextViewer}/NimbleRichTextViewer.razor (96%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => RichTextViewer}/NimbleRichTextViewer.razor.cs (96%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Select}/FilterMode.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Select}/NimbleSelect.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Select}/NimbleSelect.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Spinner}/NimbleSpinner.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Spinner}/NimbleSpinner.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Spinner}/SpinnerAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Switch}/NimbleSwitch.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Switch}/NimbleSwitch.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Tab}/NimbleTab.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Tab}/NimbleTab.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TabPanel}/NimbleTabPanel.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TabPanel}/NimbleTabPanel.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Table}/NimbleTable.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Table}/NimbleTable.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Table}/TableColumnSortDirection.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Table}/TableColumnSortDirectionConverter.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Table}/TableHierarchyOptions.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Table}/TableRecordDelayedHierarchyState.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Table}/TableRecordDelayedHierarchyStateConverter.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Table}/TableRowSelectionMode.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Table}/TableSetRecordHierarchyOptions.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Table}/TableValidity.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn}/ICustomSortOrderColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn}/IFractionalWidthColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn}/IGroupableColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn}/ISortableColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn}/NimbleFractionalTableColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn}/NimbleTableColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn}/NimbleTableColumnEnumBase.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnAnchor}/NimbleTableColumnAnchor.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnAnchor}/NimbleTableColumnAnchor.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn/TableColumnDateText}/DateTextColumnTypes.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnDateText}/NimbleTableColumnDateText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnDateText}/NimbleTableColumnDateText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnDurationText}/NimbleTableColumnDurationText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnDurationText}/NimbleTableColumnDurationText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn/TableColumnMapping}/MappingColumnTypes.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnMapping}/NimbleTableColumnMapping.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnMapping}/NimbleTableColumnMapping.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnMenuButton}/NimbleTableColumnMenuButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnMenuButton}/NimbleTableColumnMenuButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnNumberText}/NimbleTableColumnNumberText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnNumberText}/NimbleTableColumnNumberText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TableColumn/TableColumnNumberText}/NumberTextColumnTypes.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnText}/NimbleTableColumnText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TableColumn/TableColumnText}/NimbleTableColumnText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Tabs}/NimbleTabs.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Tabs}/NimbleTabs.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TabsToolbar}/NimbleTabsToolbar.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TabsToolbar}/NimbleTabsToolbar.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TextArea}/NimbleTextArea.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TextArea}/NimbleTextArea.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TextArea}/TextAreaAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TextArea}/TextAreaResize.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TextField}/NimbleTextField.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TextField}/NimbleTextField.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TextField}/TextFieldAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TextField}/TextFieldType.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/ThemeProvider}/Direction.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => ThemeProvider}/NimbleThemeProvider.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => ThemeProvider}/NimbleThemeProvider.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/ThemeProvider}/Theme.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/ThemeProvider}/ThemeProviderValidity.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => ToggleButton}/NimbleToggleButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => ToggleButton}/NimbleToggleButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Toolbar}/NimbleToolbar.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Toolbar}/NimbleToolbar.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Tooltip}/NimbleTooltip.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Tooltip}/NimbleTooltip.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/Tooltip}/TooltipSeverity.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TreeItem}/NimbleTreeItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TreeItem}/NimbleTreeItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TreeView}/NimbleTreeView.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => TreeView}/NimbleTreeView.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/TreeView}/SelectionMode.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Unit/UnitByte}/NimbleUnitByte.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Unit/UnitByte}/NimbleUnitByte.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Unit/UnitCelsius}/NimbleUnitCelsius.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Unit/UnitCelsius}/NimbleUnitCelsius.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Unit/UnitFahrenheit}/NimbleUnitFahrenheit.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Unit/UnitFahrenheit}/NimbleUnitFahrenheit.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Unit/UnitVolt}/NimbleUnitVolt.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => Unit/UnitVolt}/NimbleUnitVolt.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => WaferMap}/NimbleWaferMap.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/Components/{ => WaferMap}/NimbleWaferMap.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/WaferMap}/WaferMapColorScale.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/WaferMap}/WaferMapColorScaleMode.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/WaferMap}/WaferMapDie.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/WaferMap}/WaferMapOrientation.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/WaferMap}/WaferMapOriginLocation.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{ => Components/WaferMap}/WaferMapValidity.cs (100%)
delete mode 100644 packages/blazor-workspace/NimbleBlazor/IconSeverity.cs
delete mode 100644 packages/blazor-workspace/NimbleBlazor/NimbleIconBase.cs
rename packages/blazor-workspace/OkBlazor/Components/{ => Button}/OkButton.razor (100%)
rename packages/blazor-workspace/OkBlazor/Components/{ => Button}/OkButton.razor.cs (100%)
rename packages/blazor-workspace/OkBlazor/Components/{ => IconDynamic}/OkIconDynamic.cs (100%)
rename packages/blazor-workspace/OkBlazor/{ => Components/Patterns}/AttributeHelpers.cs (100%)
rename packages/blazor-workspace/OkBlazor/{ => Components/Patterns}/EventHandlers.cs (100%)
rename packages/blazor-workspace/OkBlazor/{ => Components/Patterns}/UnsafeEnumExtensions.cs (100%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatConversation}/SprightChatConversation.razor (97%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatConversation}/SprightChatConversation.razor.cs (96%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatInput}/SprightChatInput.razor (100%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatInput}/SprightChatInput.razor.cs (100%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatMessage}/SprightChatMessage.razor (97%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatMessage}/SprightChatMessage.razor.cs (96%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatMessageInbound}/SprightChatMessageInbound.razor (97%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatMessageInbound}/SprightChatMessageInbound.razor.cs (96%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatMessageOutbound}/SprightChatMessageOutbound.razor (97%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatMessageOutbound}/SprightChatMessageOutbound.razor.cs (96%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatMessageSystem}/SprightChatMessageSystem.cs (96%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Chat/ChatMessageSystem}/SprightChatMessageSystem.razor (97%)
rename packages/blazor-workspace/SprightBlazor/{ => Components/Chat}/ChatMessageType.cs (96%)
rename packages/blazor-workspace/SprightBlazor/{ => Components/Patterns}/AttributeHelpers.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{ => Components/Patterns}/EventHandlers.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{ => Components/Patterns}/UnsafeEnumExtensions.cs (100%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Rectangle}/SprightRectangle.razor (100%)
rename packages/blazor-workspace/SprightBlazor/Components/{ => Rectangle}/SprightRectangle.razor.cs (100%)
diff --git a/packages/blazor-workspace/NimbleBlazor/AnchorAppearance.cs b/packages/blazor-workspace/NimbleBlazor/AnchorAppearance.cs
deleted file mode 100644
index f643aa58a6..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/AnchorAppearance.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace NationalInstruments.NimbleBlazor;
-
-public enum AnchorAppearance
-{
- Default,
- Prominent
-}
-
-internal static class AnchorAppearanceExtensions
-{
- private static readonly Dictionary _enumValues = AttributeHelpers.GetEnumNamesAsKebabCaseValues();
-
- public static string? ToAttributeValue(this AnchorAppearance? value) => (value == null || value == AnchorAppearance.Default) ? null : _enumValues[value.Value];
-}
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchor.razor b/packages/blazor-workspace/NimbleBlazor/Components/Anchor/NimbleAnchor.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchor.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Anchor/NimbleAnchor.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchor.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Anchor/NimbleAnchor.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchor.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Anchor/NimbleAnchor.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorButton.razor b/packages/blazor-workspace/NimbleBlazor/Components/AnchorButton/NimbleAnchorButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorButton/NimbleAnchorButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/AnchorButton/NimbleAnchorButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorButton/NimbleAnchorButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorMenuItem.razor b/packages/blazor-workspace/NimbleBlazor/Components/AnchorMenuItem/NimbleAnchorMenuItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorMenuItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorMenuItem/NimbleAnchorMenuItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorMenuItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/AnchorMenuItem/NimbleAnchorMenuItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorMenuItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorMenuItem/NimbleAnchorMenuItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTab.razor b/packages/blazor-workspace/NimbleBlazor/Components/AnchorTab/NimbleAnchorTab.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTab.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorTab/NimbleAnchorTab.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTab.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/AnchorTab/NimbleAnchorTab.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTab.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorTab/NimbleAnchorTab.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor b/packages/blazor-workspace/NimbleBlazor/Components/AnchorTabs/NimbleAnchorTabs.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorTabs/NimbleAnchorTabs.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/AnchorTabs/NimbleAnchorTabs.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTabs.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorTabs/NimbleAnchorTabs.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTreeItem.razor b/packages/blazor-workspace/NimbleBlazor/Components/AnchorTreeItem/NimbleAnchorTreeItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTreeItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorTreeItem/NimbleAnchorTreeItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTreeItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/AnchorTreeItem/NimbleAnchorTreeItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleAnchorTreeItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/AnchorTreeItem/NimbleAnchorTreeItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/BannerSeverity.cs b/packages/blazor-workspace/NimbleBlazor/Components/Banner/BannerSeverity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/BannerSeverity.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Banner/BannerSeverity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBanner.razor b/packages/blazor-workspace/NimbleBlazor/Components/Banner/NimbleBanner.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleBanner.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Banner/NimbleBanner.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBanner.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Banner/NimbleBanner.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleBanner.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Banner/NimbleBanner.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/BreadcrumbAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/BreadcrumbAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/BreadcrumbAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/BreadcrumbAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor b/packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/NimbleBreadcrumb.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/NimbleBreadcrumb.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/NimbleBreadcrumb.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumb.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/NimbleBreadcrumb.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumbItem.razor b/packages/blazor-workspace/NimbleBlazor/Components/BreadcrumbItem/NimbleBreadcrumbItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumbItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/BreadcrumbItem/NimbleBreadcrumbItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumbItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/BreadcrumbItem/NimbleBreadcrumbItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleBreadcrumbItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/BreadcrumbItem/NimbleBreadcrumbItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/ButtonAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Components/Button/ButtonAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/ButtonAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Button/ButtonAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/ButtonAppearanceVariant.cs b/packages/blazor-workspace/NimbleBlazor/Components/Button/ButtonAppearanceVariant.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/ButtonAppearanceVariant.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Button/ButtonAppearanceVariant.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleButton.razor b/packages/blazor-workspace/NimbleBlazor/Components/Button/NimbleButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Button/NimbleButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Button/NimbleButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Button/NimbleButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCard.razor b/packages/blazor-workspace/NimbleBlazor/Components/Card/NimbleCard.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleCard.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Card/NimbleCard.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCard.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Card/NimbleCard.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleCard.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Card/NimbleCard.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCardButton.razor b/packages/blazor-workspace/NimbleBlazor/Components/CardButton/NimbleCardButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleCardButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/CardButton/NimbleCardButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCardButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/CardButton/NimbleCardButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleCardButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/CardButton/NimbleCardButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCheckbox.razor b/packages/blazor-workspace/NimbleBlazor/Components/Checkbox/NimbleCheckbox.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleCheckbox.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Checkbox/NimbleCheckbox.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCheckbox.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Checkbox/NimbleCheckbox.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleCheckbox.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Checkbox/NimbleCheckbox.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/AutoComplete.cs b/packages/blazor-workspace/NimbleBlazor/Components/Combobox/AutoComplete.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/AutoComplete.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Combobox/AutoComplete.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCombobox.razor b/packages/blazor-workspace/NimbleBlazor/Components/Combobox/NimbleCombobox.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleCombobox.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Combobox/NimbleCombobox.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleCombobox.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Combobox/NimbleCombobox.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleCombobox.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Combobox/NimbleCombobox.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/DialogResponse.cs b/packages/blazor-workspace/NimbleBlazor/Components/Dialog/DialogResponse.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/DialogResponse.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Dialog/DialogResponse.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleDialog.razor b/packages/blazor-workspace/NimbleBlazor/Components/Dialog/NimbleDialog.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleDialog.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Dialog/NimbleDialog.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleDialog.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Dialog/NimbleDialog.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleDialog.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Dialog/NimbleDialog.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/DrawerLocation.cs b/packages/blazor-workspace/NimbleBlazor/Components/Drawer/DrawerLocation.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/DrawerLocation.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Drawer/DrawerLocation.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/DrawerResponse.cs b/packages/blazor-workspace/NimbleBlazor/Components/Drawer/DrawerResponse.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/DrawerResponse.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Drawer/DrawerResponse.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleDrawer.razor b/packages/blazor-workspace/NimbleBlazor/Components/Drawer/NimbleDrawer.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleDrawer.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Drawer/NimbleDrawer.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleDrawer.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Drawer/NimbleDrawer.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleDrawer.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Drawer/NimbleDrawer.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderCore.razor b/packages/blazor-workspace/NimbleBlazor/Components/LabelProviderCore/NimbleLabelProviderCore.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderCore.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/LabelProviderCore/NimbleLabelProviderCore.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderCore.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/LabelProviderCore/NimbleLabelProviderCore.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderCore.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/LabelProviderCore/NimbleLabelProviderCore.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderTable.razor b/packages/blazor-workspace/NimbleBlazor/Components/LabelProviderTable/NimbleLabelProviderTable.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderTable.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/LabelProviderTable/NimbleLabelProviderTable.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderTable.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/LabelProviderTable/NimbleLabelProviderTable.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleLabelProviderTable.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/LabelProviderTable/NimbleLabelProviderTable.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleListOption.razor b/packages/blazor-workspace/NimbleBlazor/Components/ListOption/NimbleListOption.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleListOption.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/ListOption/NimbleListOption.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleListOption.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/ListOption/NimbleListOption.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleListOption.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/ListOption/NimbleListOption.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleListOptionGroup.razor b/packages/blazor-workspace/NimbleBlazor/Components/ListOptionGroup/NimbleListOptionGroup.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleListOptionGroup.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/ListOptionGroup/NimbleListOptionGroup.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleListOptionGroup.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/ListOptionGroup/NimbleListOptionGroup.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleListOptionGroup.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/ListOptionGroup/NimbleListOptionGroup.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingEmpty.razor b/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingEmpty/NimbleMappingEmpty.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingEmpty.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingEmpty/NimbleMappingEmpty.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingEmpty.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingEmpty/NimbleMappingEmpty.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingEmpty.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingEmpty/NimbleMappingEmpty.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor b/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingIcon/NimbleMappingIcon.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingIcon/NimbleMappingIcon.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingIcon/NimbleMappingIcon.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingIcon.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingIcon/NimbleMappingIcon.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor b/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingSpinner/NimbleMappingSpinner.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingSpinner/NimbleMappingSpinner.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingSpinner/NimbleMappingSpinner.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingSpinner.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingSpinner/NimbleMappingSpinner.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor b/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingText/NimbleMappingText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingText/NimbleMappingText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingText/NimbleMappingText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMappingText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingText/NimbleMappingText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleMappingBase.cs b/packages/blazor-workspace/NimbleBlazor/Components/Mapping/NimbleMappingBase.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NimbleMappingBase.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Mapping/NimbleMappingBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor b/packages/blazor-workspace/NimbleBlazor/Components/Menu/NimbleMenu.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Menu/NimbleMenu.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Menu/NimbleMenu.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMenu.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Menu/NimbleMenu.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/MenuButtonPosition.cs b/packages/blazor-workspace/NimbleBlazor/Components/MenuButton/MenuButtonPosition.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/MenuButtonPosition.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/MenuButton/MenuButtonPosition.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuButton.razor b/packages/blazor-workspace/NimbleBlazor/Components/MenuButton/NimbleMenuButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/MenuButton/NimbleMenuButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/MenuButton/NimbleMenuButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/MenuButton/NimbleMenuButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuItem.razor b/packages/blazor-workspace/NimbleBlazor/Components/MenuItem/NimbleMenuItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/MenuItem/NimbleMenuItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/MenuItem/NimbleMenuItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleMenuItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/MenuItem/NimbleMenuItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleNumberField.razor b/packages/blazor-workspace/NimbleBlazor/Components/NumberField/NimbleNumberField.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleNumberField.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/NumberField/NimbleNumberField.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleNumberField.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/NumberField/NimbleNumberField.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleNumberField.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/NumberField/NimbleNumberField.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/NumberFieldAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Components/NumberField/NumberFieldAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NumberFieldAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/NumberField/NumberFieldAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/AttributeHelpers.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/AttributeHelpers.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/AttributeHelpers.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Patterns/AttributeHelpers.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/BindAttributes.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/BindAttributes.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/BindAttributes.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Patterns/BindAttributes.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/DropdownAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/DropdownAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/DropdownAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/DropdownAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleOptionContext.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/NimbleOptionContext.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NimbleOptionContext.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/NimbleOptionContext.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Position.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/Position.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Position.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/Position.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/EventHandlers.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/EventHandlers.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/EventHandlers.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Patterns/EventHandlers.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleAnchorBase.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleAnchorBase.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NimbleAnchorBase.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleAnchorBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleInputBase.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleInputBase.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NimbleInputBase.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleInputBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/UnsafeEnumExtensions.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/UnsafeEnumExtensions.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/UnsafeEnumExtensions.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Patterns/UnsafeEnumExtensions.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRadio.razor b/packages/blazor-workspace/NimbleBlazor/Components/Radio/NimbleRadio.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleRadio.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Radio/NimbleRadio.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRadio.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Radio/NimbleRadio.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleRadio.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Radio/NimbleRadio.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRadioGroup.razor b/packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/NimbleRadioGroup.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleRadioGroup.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/NimbleRadioGroup.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRadioGroup.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/NimbleRadioGroup.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleRadioGroup.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/NimbleRadioGroup.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Orientation.cs b/packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/Orientation.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Orientation.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/Orientation.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor b/packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor
similarity index 96%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor
index 166289e931..f7e3e15320 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor
+++ b/packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor
@@ -1,7 +1,7 @@
-@namespace NationalInstruments.NimbleBlazor
-
- @ChildContent
-
-
+@namespace NationalInstruments.NimbleBlazor
+
+ @ChildContent
+
+
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor.cs
similarity index 96%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor.cs
index 2fdff50a69..84c5c319fd 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/NimbleRichTextViewer.razor.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor.cs
@@ -1,25 +1,25 @@
-using System.Diagnostics.CodeAnalysis;
-using Microsoft.AspNetCore.Components;
-
-namespace NationalInstruments.NimbleBlazor;
-
-public partial class NimbleRichTextViewer : ComponentBase
-{
- ///
- /// The markdown content to render.
- ///
- [Parameter]
- public string? Markdown { get; set; }
-
- ///
- /// The child content of the element.
- ///
- [Parameter]
- public RenderFragment? ChildContent { get; set; }
-
- ///
- /// Any additional attributes that did not match known properties.
- ///
- [Parameter(CaptureUnmatchedValues = true)]
- public IDictionary? AdditionalAttributes { get; set; }
-}
+using System.Diagnostics.CodeAnalysis;
+using Microsoft.AspNetCore.Components;
+
+namespace NationalInstruments.NimbleBlazor;
+
+public partial class NimbleRichTextViewer : ComponentBase
+{
+ ///
+ /// The markdown content to render.
+ ///
+ [Parameter]
+ public string? Markdown { get; set; }
+
+ ///
+ /// The child content of the element.
+ ///
+ [Parameter]
+ public RenderFragment? ChildContent { get; set; }
+
+ ///
+ /// Any additional attributes that did not match known properties.
+ ///
+ [Parameter(CaptureUnmatchedValues = true)]
+ public IDictionary? AdditionalAttributes { get; set; }
+}
diff --git a/packages/blazor-workspace/NimbleBlazor/FilterMode.cs b/packages/blazor-workspace/NimbleBlazor/Components/Select/FilterMode.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/FilterMode.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Select/FilterMode.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSelect.razor b/packages/blazor-workspace/NimbleBlazor/Components/Select/NimbleSelect.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleSelect.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Select/NimbleSelect.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSelect.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Select/NimbleSelect.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleSelect.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Select/NimbleSelect.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor b/packages/blazor-workspace/NimbleBlazor/Components/Spinner/NimbleSpinner.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Spinner/NimbleSpinner.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Spinner/NimbleSpinner.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleSpinner.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Spinner/NimbleSpinner.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/SpinnerAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Components/Spinner/SpinnerAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/SpinnerAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Spinner/SpinnerAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSwitch.razor b/packages/blazor-workspace/NimbleBlazor/Components/Switch/NimbleSwitch.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleSwitch.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Switch/NimbleSwitch.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleSwitch.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Switch/NimbleSwitch.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleSwitch.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Switch/NimbleSwitch.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor b/packages/blazor-workspace/NimbleBlazor/Components/Tab/NimbleTab.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Tab/NimbleTab.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Tab/NimbleTab.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTab.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Tab/NimbleTab.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor b/packages/blazor-workspace/NimbleBlazor/Components/TabPanel/NimbleTabPanel.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TabPanel/NimbleTabPanel.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TabPanel/NimbleTabPanel.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTabPanel.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TabPanel/NimbleTabPanel.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTable.razor b/packages/blazor-workspace/NimbleBlazor/Components/Table/NimbleTable.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTable.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/NimbleTable.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTable.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Table/NimbleTable.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTable.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/NimbleTable.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirection.cs b/packages/blazor-workspace/NimbleBlazor/Components/Table/TableColumnSortDirection.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TableColumnSortDirection.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/TableColumnSortDirection.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TableColumnSortDirectionConverter.cs b/packages/blazor-workspace/NimbleBlazor/Components/Table/TableColumnSortDirectionConverter.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TableColumnSortDirectionConverter.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/TableColumnSortDirectionConverter.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TableHierarchyOptions.cs b/packages/blazor-workspace/NimbleBlazor/Components/Table/TableHierarchyOptions.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TableHierarchyOptions.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/TableHierarchyOptions.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyState.cs b/packages/blazor-workspace/NimbleBlazor/Components/Table/TableRecordDelayedHierarchyState.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyState.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/TableRecordDelayedHierarchyState.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyStateConverter.cs b/packages/blazor-workspace/NimbleBlazor/Components/Table/TableRecordDelayedHierarchyStateConverter.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TableRecordDelayedHierarchyStateConverter.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/TableRecordDelayedHierarchyStateConverter.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TableRowSelectionMode.cs b/packages/blazor-workspace/NimbleBlazor/Components/Table/TableRowSelectionMode.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TableRowSelectionMode.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/TableRowSelectionMode.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TableSetRecordHierarchyOptions.cs b/packages/blazor-workspace/NimbleBlazor/Components/Table/TableSetRecordHierarchyOptions.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TableSetRecordHierarchyOptions.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/TableSetRecordHierarchyOptions.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TableValidity.cs b/packages/blazor-workspace/NimbleBlazor/Components/Table/TableValidity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TableValidity.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Table/TableValidity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/ICustomSortOrderColumn.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/ICustomSortOrderColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/ICustomSortOrderColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/ICustomSortOrderColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/IFractionalWidthColumn.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/IFractionalWidthColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/IFractionalWidthColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/IFractionalWidthColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/IGroupableColumn.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/IGroupableColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/IGroupableColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/IGroupableColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/ISortableColumn.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/ISortableColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/ISortableColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/ISortableColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleFractionalTableColumn.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleFractionalTableColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NimbleFractionalTableColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleFractionalTableColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleTableColumn.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleTableColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NimbleTableColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleTableColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleTableColumnEnumBase.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleTableColumnEnumBase.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NimbleTableColumnEnumBase.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleTableColumnEnumBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnAnchor.razor b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnAnchor/NimbleTableColumnAnchor.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnAnchor.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnAnchor/NimbleTableColumnAnchor.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnAnchor.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnAnchor/NimbleTableColumnAnchor.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnAnchor.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnAnchor/NimbleTableColumnAnchor.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/DateTextColumnTypes.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/DateTextColumnTypes.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/DateTextColumnTypes.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/DateTextColumnTypes.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnDateText.razor b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/NimbleTableColumnDateText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnDateText.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/NimbleTableColumnDateText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnDateText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/NimbleTableColumnDateText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnDateText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/NimbleTableColumnDateText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnDurationText.razor b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDurationText/NimbleTableColumnDurationText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnDurationText.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDurationText/NimbleTableColumnDurationText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnDurationText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDurationText/NimbleTableColumnDurationText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnDurationText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDurationText/NimbleTableColumnDurationText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/MappingColumnTypes.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/MappingColumnTypes.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/MappingColumnTypes.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/MappingColumnTypes.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMapping.razor b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/NimbleTableColumnMapping.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMapping.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/NimbleTableColumnMapping.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMapping.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/NimbleTableColumnMapping.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMapping.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/NimbleTableColumnMapping.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMenuButton.razor b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMenuButton/NimbleTableColumnMenuButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMenuButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMenuButton/NimbleTableColumnMenuButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMenuButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMenuButton/NimbleTableColumnMenuButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnMenuButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMenuButton/NimbleTableColumnMenuButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnNumberText.razor b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NimbleTableColumnNumberText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnNumberText.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NimbleTableColumnNumberText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnNumberText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NimbleTableColumnNumberText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnNumberText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NimbleTableColumnNumberText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/NumberTextColumnTypes.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NumberTextColumnTypes.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NumberTextColumnTypes.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NumberTextColumnTypes.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnText.razor b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnText/NimbleTableColumnText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnText.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnText/NimbleTableColumnText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnText/NimbleTableColumnText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTableColumnText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnText/NimbleTableColumnText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabs.razor b/packages/blazor-workspace/NimbleBlazor/Components/Tabs/NimbleTabs.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTabs.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Tabs/NimbleTabs.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabs.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Tabs/NimbleTabs.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTabs.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Tabs/NimbleTabs.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor b/packages/blazor-workspace/NimbleBlazor/Components/TabsToolbar/NimbleTabsToolbar.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TabsToolbar/NimbleTabsToolbar.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TabsToolbar/NimbleTabsToolbar.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTabsToolbar.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TabsToolbar/NimbleTabsToolbar.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextArea.razor b/packages/blazor-workspace/NimbleBlazor/Components/TextArea/NimbleTextArea.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTextArea.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TextArea/NimbleTextArea.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextArea.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TextArea/NimbleTextArea.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTextArea.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TextArea/NimbleTextArea.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TextAreaAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Components/TextArea/TextAreaAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TextAreaAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TextArea/TextAreaAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TextAreaResize.cs b/packages/blazor-workspace/NimbleBlazor/Components/TextArea/TextAreaResize.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TextAreaResize.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TextArea/TextAreaResize.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextField.razor b/packages/blazor-workspace/NimbleBlazor/Components/TextField/NimbleTextField.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTextField.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TextField/NimbleTextField.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTextField.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TextField/NimbleTextField.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTextField.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TextField/NimbleTextField.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TextFieldAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Components/TextField/TextFieldAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TextFieldAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TextField/TextFieldAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TextFieldType.cs b/packages/blazor-workspace/NimbleBlazor/Components/TextField/TextFieldType.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TextFieldType.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TextField/TextFieldType.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Direction.cs b/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/Direction.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Direction.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/Direction.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleThemeProvider.razor b/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/NimbleThemeProvider.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleThemeProvider.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/NimbleThemeProvider.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleThemeProvider.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/NimbleThemeProvider.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleThemeProvider.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/NimbleThemeProvider.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Theme.cs b/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/Theme.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Theme.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/Theme.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/ThemeProviderValidity.cs b/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/ThemeProviderValidity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/ThemeProviderValidity.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/ThemeProviderValidity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleToggleButton.razor b/packages/blazor-workspace/NimbleBlazor/Components/ToggleButton/NimbleToggleButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleToggleButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/ToggleButton/NimbleToggleButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleToggleButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/ToggleButton/NimbleToggleButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleToggleButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/ToggleButton/NimbleToggleButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor b/packages/blazor-workspace/NimbleBlazor/Components/Toolbar/NimbleToolbar.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Toolbar/NimbleToolbar.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Toolbar/NimbleToolbar.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleToolbar.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Toolbar/NimbleToolbar.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTooltip.razor b/packages/blazor-workspace/NimbleBlazor/Components/Tooltip/NimbleTooltip.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTooltip.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Tooltip/NimbleTooltip.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTooltip.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Tooltip/NimbleTooltip.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTooltip.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Tooltip/NimbleTooltip.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/TooltipSeverity.cs b/packages/blazor-workspace/NimbleBlazor/Components/Tooltip/TooltipSeverity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/TooltipSeverity.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Tooltip/TooltipSeverity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTreeItem.razor b/packages/blazor-workspace/NimbleBlazor/Components/TreeItem/NimbleTreeItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTreeItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TreeItem/NimbleTreeItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTreeItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TreeItem/NimbleTreeItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTreeItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TreeItem/NimbleTreeItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTreeView.razor b/packages/blazor-workspace/NimbleBlazor/Components/TreeView/NimbleTreeView.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTreeView.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/TreeView/NimbleTreeView.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleTreeView.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/TreeView/NimbleTreeView.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleTreeView.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TreeView/NimbleTreeView.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/SelectionMode.cs b/packages/blazor-workspace/NimbleBlazor/Components/TreeView/SelectionMode.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/SelectionMode.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/TreeView/SelectionMode.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitByte.razor b/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitByte/NimbleUnitByte.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitByte.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitByte/NimbleUnitByte.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitByte.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitByte/NimbleUnitByte.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitByte.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitByte/NimbleUnitByte.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitCelsius.razor b/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitCelsius/NimbleUnitCelsius.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitCelsius.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitCelsius/NimbleUnitCelsius.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitCelsius.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitCelsius/NimbleUnitCelsius.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitCelsius.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitCelsius/NimbleUnitCelsius.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor b/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitFahrenheit/NimbleUnitFahrenheit.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitFahrenheit/NimbleUnitFahrenheit.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitFahrenheit/NimbleUnitFahrenheit.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitFahrenheit.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitFahrenheit/NimbleUnitFahrenheit.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor b/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitVolt/NimbleUnitVolt.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitVolt/NimbleUnitVolt.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitVolt/NimbleUnitVolt.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleUnitVolt.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitVolt/NimbleUnitVolt.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleWaferMap.razor b/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/NimbleWaferMap.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleWaferMap.razor
rename to packages/blazor-workspace/NimbleBlazor/Components/WaferMap/NimbleWaferMap.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NimbleWaferMap.razor.cs b/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/NimbleWaferMap.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NimbleWaferMap.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/WaferMap/NimbleWaferMap.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapColorScale.cs b/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapColorScale.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/WaferMapColorScale.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapColorScale.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapColorScaleMode.cs b/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapColorScaleMode.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/WaferMapColorScaleMode.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapColorScaleMode.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapDie.cs b/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapDie.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/WaferMapDie.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapDie.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapOrientation.cs b/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapOrientation.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/WaferMapOrientation.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapOrientation.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapOriginLocation.cs b/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapOriginLocation.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/WaferMapOriginLocation.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapOriginLocation.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/WaferMapValidity.cs b/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapValidity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/WaferMapValidity.cs
rename to packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapValidity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/IconSeverity.cs b/packages/blazor-workspace/NimbleBlazor/IconSeverity.cs
deleted file mode 100644
index 726806737b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/IconSeverity.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-namespace NationalInstruments.NimbleBlazor;
-
-public enum IconSeverity
-{
- Default,
- Success,
- Information,
- Warning,
- Error
-}
-
-internal static class IconSeverityExtensions
-{
- private static readonly Dictionary _enumValues = AttributeHelpers.GetEnumNamesAsKebabCaseValues();
-
- public static string? ToAttributeValue(this IconSeverity? value) => (value == null || value == IconSeverity.Default) ? null : _enumValues[value.Value];
-}
diff --git a/packages/blazor-workspace/NimbleBlazor/NimbleIconBase.cs b/packages/blazor-workspace/NimbleBlazor/NimbleIconBase.cs
deleted file mode 100644
index f6482d4a2e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/NimbleIconBase.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using Microsoft.AspNetCore.Components;
-
-namespace NationalInstruments.NimbleBlazor;
-
-///
-/// Base class for Nimble icons.
-///
-public abstract class NimbleIconBase : ComponentBase
-{
- [Parameter]
- public IconSeverity? Severity { get; set; }
-
- ///
- /// Gets or sets a collection of additional attributes that will be applied to the created element.
- ///
- [Parameter(CaptureUnmatchedValues = true)] public IReadOnlyDictionary? AdditionalAttributes { get; set; }
-}
diff --git a/packages/blazor-workspace/OkBlazor/Components/OkButton.razor b/packages/blazor-workspace/OkBlazor/Components/Button/OkButton.razor
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/Components/OkButton.razor
rename to packages/blazor-workspace/OkBlazor/Components/Button/OkButton.razor
diff --git a/packages/blazor-workspace/OkBlazor/Components/OkButton.razor.cs b/packages/blazor-workspace/OkBlazor/Components/Button/OkButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/Components/OkButton.razor.cs
rename to packages/blazor-workspace/OkBlazor/Components/Button/OkButton.razor.cs
diff --git a/packages/blazor-workspace/OkBlazor/Components/OkIconDynamic.cs b/packages/blazor-workspace/OkBlazor/Components/IconDynamic/OkIconDynamic.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/Components/OkIconDynamic.cs
rename to packages/blazor-workspace/OkBlazor/Components/IconDynamic/OkIconDynamic.cs
diff --git a/packages/blazor-workspace/OkBlazor/AttributeHelpers.cs b/packages/blazor-workspace/OkBlazor/Components/Patterns/AttributeHelpers.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/AttributeHelpers.cs
rename to packages/blazor-workspace/OkBlazor/Components/Patterns/AttributeHelpers.cs
diff --git a/packages/blazor-workspace/OkBlazor/EventHandlers.cs b/packages/blazor-workspace/OkBlazor/Components/Patterns/EventHandlers.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/EventHandlers.cs
rename to packages/blazor-workspace/OkBlazor/Components/Patterns/EventHandlers.cs
diff --git a/packages/blazor-workspace/OkBlazor/UnsafeEnumExtensions.cs b/packages/blazor-workspace/OkBlazor/Components/Patterns/UnsafeEnumExtensions.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/UnsafeEnumExtensions.cs
rename to packages/blazor-workspace/OkBlazor/Components/Patterns/UnsafeEnumExtensions.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor
similarity index 97%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor
index dc2a6c2dc5..8948f354cb 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor
@@ -1,5 +1,5 @@
-@namespace NationalInstruments.SprightBlazor
-
- @ChildContent
-
+@namespace NationalInstruments.SprightBlazor
+
+ @ChildContent
+
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor.cs
similarity index 96%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor.cs
index 19308792e8..0805c480a1 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatConversation.razor.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor.cs
@@ -1,18 +1,18 @@
-using Microsoft.AspNetCore.Components;
-
-namespace NationalInstruments.SprightBlazor;
-
-public partial class SprightChatConversation : ComponentBase
-{
- ///
- /// The child content of the element.
- ///
- [Parameter]
- public RenderFragment? ChildContent { get; set; }
-
- ///
- /// Any additional attributes that did not match known properties.
- ///
- [Parameter(CaptureUnmatchedValues = true)]
- public IDictionary? AdditionalAttributes { get; set; }
-}
+using Microsoft.AspNetCore.Components;
+
+namespace NationalInstruments.SprightBlazor;
+
+public partial class SprightChatConversation : ComponentBase
+{
+ ///
+ /// The child content of the element.
+ ///
+ [Parameter]
+ public RenderFragment? ChildContent { get; set; }
+
+ ///
+ /// Any additional attributes that did not match known properties.
+ ///
+ [Parameter(CaptureUnmatchedValues = true)]
+ public IDictionary? AdditionalAttributes { get; set; }
+}
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatInput.razor b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatInput/SprightChatInput.razor
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatInput.razor
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatInput/SprightChatInput.razor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatInput.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatInput/SprightChatInput.razor.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatInput.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatInput/SprightChatInput.razor.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor
similarity index 97%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor
index 71da9b7a55..619c84ad2d 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor
@@ -1,6 +1,6 @@
-@namespace NationalInstruments.SprightBlazor
-
- @ChildContent
-
+@namespace NationalInstruments.SprightBlazor
+
+ @ChildContent
+
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor.cs
similarity index 96%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor.cs
index 92001db664..e220b61762 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessage.razor.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor.cs
@@ -1,27 +1,27 @@
-using Microsoft.AspNetCore.Components;
-
-namespace NationalInstruments.SprightBlazor;
-
-///
-/// SprightChatMessage is deprecated. Use specific message component types instead.
-///
-public partial class SprightChatMessage : ComponentBase
-{
- ///
- /// The message type of the message
- ///
- [Parameter]
- public ChatMessageType? MessageType { get; set; }
-
- ///
- /// The child content of the element.
- ///
- [Parameter]
- public RenderFragment? ChildContent { get; set; }
-
- ///
- /// Any additional attributes that did not match known properties.
- ///
- [Parameter(CaptureUnmatchedValues = true)]
- public IDictionary? AdditionalAttributes { get; set; }
-}
+using Microsoft.AspNetCore.Components;
+
+namespace NationalInstruments.SprightBlazor;
+
+///
+/// SprightChatMessage is deprecated. Use specific message component types instead.
+///
+public partial class SprightChatMessage : ComponentBase
+{
+ ///
+ /// The message type of the message
+ ///
+ [Parameter]
+ public ChatMessageType? MessageType { get; set; }
+
+ ///
+ /// The child content of the element.
+ ///
+ [Parameter]
+ public RenderFragment? ChildContent { get; set; }
+
+ ///
+ /// Any additional attributes that did not match known properties.
+ ///
+ [Parameter(CaptureUnmatchedValues = true)]
+ public IDictionary? AdditionalAttributes { get; set; }
+}
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor
similarity index 97%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor
index 0ccc08a667..f50fe2416f 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor
@@ -1,5 +1,5 @@
-@namespace NationalInstruments.SprightBlazor
-
- @ChildContent
-
+@namespace NationalInstruments.SprightBlazor
+
+ @ChildContent
+
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor.cs
similarity index 96%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor.cs
index 4f836f79c8..aa757a9337 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageInbound.razor.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor.cs
@@ -1,18 +1,18 @@
-using Microsoft.AspNetCore.Components;
-
-namespace NationalInstruments.SprightBlazor;
-
-public partial class SprightChatMessageInbound : ComponentBase
-{
- ///
- /// The child content of the element.
- ///
- [Parameter]
- public RenderFragment? ChildContent { get; set; }
-
- ///
- /// Any additional attributes that did not match known properties.
- ///
- [Parameter(CaptureUnmatchedValues = true)]
- public IDictionary? AdditionalAttributes { get; set; }
-}
+using Microsoft.AspNetCore.Components;
+
+namespace NationalInstruments.SprightBlazor;
+
+public partial class SprightChatMessageInbound : ComponentBase
+{
+ ///
+ /// The child content of the element.
+ ///
+ [Parameter]
+ public RenderFragment? ChildContent { get; set; }
+
+ ///
+ /// Any additional attributes that did not match known properties.
+ ///
+ [Parameter(CaptureUnmatchedValues = true)]
+ public IDictionary? AdditionalAttributes { get; set; }
+}
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor
similarity index 97%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor
index aa55633aea..47cbd66cf0 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor
@@ -1,5 +1,5 @@
-@namespace NationalInstruments.SprightBlazor
-
- @ChildContent
-
+@namespace NationalInstruments.SprightBlazor
+
+ @ChildContent
+
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor.cs
similarity index 96%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor.cs
index 71769ecaa5..f33aa4da3f 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageOutbound.razor.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor.cs
@@ -1,18 +1,18 @@
-using Microsoft.AspNetCore.Components;
-
-namespace NationalInstruments.SprightBlazor;
-
-public partial class SprightChatMessageOutbound : ComponentBase
-{
- ///
- /// The child content of the element.
- ///
- [Parameter]
- public RenderFragment? ChildContent { get; set; }
-
- ///
- /// Any additional attributes that did not match known properties.
- ///
- [Parameter(CaptureUnmatchedValues = true)]
- public IDictionary? AdditionalAttributes { get; set; }
-}
+using Microsoft.AspNetCore.Components;
+
+namespace NationalInstruments.SprightBlazor;
+
+public partial class SprightChatMessageOutbound : ComponentBase
+{
+ ///
+ /// The child content of the element.
+ ///
+ [Parameter]
+ public RenderFragment? ChildContent { get; set; }
+
+ ///
+ /// Any additional attributes that did not match known properties.
+ ///
+ [Parameter(CaptureUnmatchedValues = true)]
+ public IDictionary? AdditionalAttributes { get; set; }
+}
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.cs b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.cs
similarity index 96%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.cs
index 0c78b01309..3042e6875b 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.cs
@@ -1,18 +1,18 @@
-using Microsoft.AspNetCore.Components;
-
-namespace NationalInstruments.SprightBlazor;
-
-public partial class SprightChatMessageSystem : ComponentBase
-{
- ///
- /// The child content of the element.
- ///
- [Parameter]
- public RenderFragment? ChildContent { get; set; }
-
- ///
- /// Any additional attributes that did not match known properties.
- ///
- [Parameter(CaptureUnmatchedValues = true)]
- public IDictionary? AdditionalAttributes { get; set; }
-}
+using Microsoft.AspNetCore.Components;
+
+namespace NationalInstruments.SprightBlazor;
+
+public partial class SprightChatMessageSystem : ComponentBase
+{
+ ///
+ /// The child content of the element.
+ ///
+ [Parameter]
+ public RenderFragment? ChildContent { get; set; }
+
+ ///
+ /// Any additional attributes that did not match known properties.
+ ///
+ [Parameter(CaptureUnmatchedValues = true)]
+ public IDictionary? AdditionalAttributes { get; set; }
+}
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.razor b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.razor
similarity index 97%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.razor
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.razor
index d8ba55c0df..b8933e92a7 100644
--- a/packages/blazor-workspace/SprightBlazor/Components/SprightChatMessageSystem.razor
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.razor
@@ -1,5 +1,5 @@
-@namespace NationalInstruments.SprightBlazor
-
- @ChildContent
-
+@namespace NationalInstruments.SprightBlazor
+
+ @ChildContent
+
diff --git a/packages/blazor-workspace/SprightBlazor/ChatMessageType.cs b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageType.cs
similarity index 96%
rename from packages/blazor-workspace/SprightBlazor/ChatMessageType.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageType.cs
index 686f68c429..3cd483d262 100644
--- a/packages/blazor-workspace/SprightBlazor/ChatMessageType.cs
+++ b/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageType.cs
@@ -1,15 +1,15 @@
-namespace NationalInstruments.SprightBlazor;
-
-public enum ChatMessageType
-{
- System,
- Outbound,
- Inbound
-}
-
-internal static class ChatMessageTypeExtensions
-{
- private static readonly Dictionary _enumValues = AttributeHelpers.GetEnumNamesAsKebabCaseValues();
-
- public static string? ToAttributeValue(this ChatMessageType? value) => value == null ? null : _enumValues[value.Value];
-}
+namespace NationalInstruments.SprightBlazor;
+
+public enum ChatMessageType
+{
+ System,
+ Outbound,
+ Inbound
+}
+
+internal static class ChatMessageTypeExtensions
+{
+ private static readonly Dictionary _enumValues = AttributeHelpers.GetEnumNamesAsKebabCaseValues();
+
+ public static string? ToAttributeValue(this ChatMessageType? value) => value == null ? null : _enumValues[value.Value];
+}
diff --git a/packages/blazor-workspace/SprightBlazor/AttributeHelpers.cs b/packages/blazor-workspace/SprightBlazor/Components/Patterns/AttributeHelpers.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/AttributeHelpers.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Patterns/AttributeHelpers.cs
diff --git a/packages/blazor-workspace/SprightBlazor/EventHandlers.cs b/packages/blazor-workspace/SprightBlazor/Components/Patterns/EventHandlers.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/EventHandlers.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Patterns/EventHandlers.cs
diff --git a/packages/blazor-workspace/SprightBlazor/UnsafeEnumExtensions.cs b/packages/blazor-workspace/SprightBlazor/Components/Patterns/UnsafeEnumExtensions.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/UnsafeEnumExtensions.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Patterns/UnsafeEnumExtensions.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor b/packages/blazor-workspace/SprightBlazor/Components/Rectangle/SprightRectangle.razor
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor
rename to packages/blazor-workspace/SprightBlazor/Components/Rectangle/SprightRectangle.razor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor.cs b/packages/blazor-workspace/SprightBlazor/Components/Rectangle/SprightRectangle.razor.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/SprightRectangle.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Components/Rectangle/SprightRectangle.razor.cs
From a351b4e11b95dfcc90bf4caba4e474304b3d361a Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Mon, 9 Mar 2026 15:59:10 -0500
Subject: [PATCH 04/15] Fixes
---
.../Examples/Demo.Client/packages.lock.json | 12 ++++++------
.../Components/Patterns/AnchorAppearance.cs | 14 ++++++++++++++
.../packages.lock.json | 12 ++++++------
3 files changed, 26 insertions(+), 12 deletions(-)
create mode 100644 packages/blazor-workspace/NimbleBlazor/Components/Patterns/AnchorAppearance.cs
diff --git a/packages/blazor-workspace/Examples/Demo.Client/packages.lock.json b/packages/blazor-workspace/Examples/Demo.Client/packages.lock.json
index 9b58232eeb..7dc3172938 100644
--- a/packages/blazor-workspace/Examples/Demo.Client/packages.lock.json
+++ b/packages/blazor-workspace/Examples/Demo.Client/packages.lock.json
@@ -35,15 +35,15 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
- "requested": "[8.0.23, )",
- "resolved": "8.0.23",
- "contentHash": "GqHiB1HbbODWPbY/lc5xLQH8siEEhNA0ptpJCC6X6adtAYNEzu5ZlqV3YHA3Gh7fuEwgA8XqVwMtH2KNtuQM1Q=="
+ "requested": "[8.0.24, )",
+ "resolved": "8.0.24",
+ "contentHash": "1gnadp//+DoGJvV4AFdzPqYPxkypaWYjYMCr7KAacV0iadsHz1nU+rrkoxBCna4FCmeKH49CisEwa7g94/MbEg=="
},
"Microsoft.NET.Sdk.WebAssembly.Pack": {
"type": "Direct",
- "requested": "[10.0.2, )",
- "resolved": "10.0.2",
- "contentHash": "ZDAtI9V2EQajyccTZ67JtJWMCIpK3ZFgwqNHyfMieossRdB90WJ+IbYVKObLOLIv9Vkc3eJcrJD2CeffsF/nUA=="
+ "requested": "[8.0.24, )",
+ "resolved": "8.0.24",
+ "contentHash": "+yUq82k8/JYeOmQo2e1QDTNRSgsBksmvkfk/o4GYcRLY42ukFtvnvQb/9BoTkB4jbS8xKRnRIa7mT7mcfRC1CQ=="
},
"NI.CSharp.Analyzers": {
"type": "Direct",
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/AnchorAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/AnchorAppearance.cs
new file mode 100644
index 0000000000..f643aa58a6
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/AnchorAppearance.cs
@@ -0,0 +1,14 @@
+namespace NationalInstruments.NimbleBlazor;
+
+public enum AnchorAppearance
+{
+ Default,
+ Prominent
+}
+
+internal static class AnchorAppearanceExtensions
+{
+ private static readonly Dictionary _enumValues = AttributeHelpers.GetEnumNamesAsKebabCaseValues();
+
+ public static string? ToAttributeValue(this AnchorAppearance? value) => (value == null || value == AnchorAppearance.Default) ? null : _enumValues[value.Value];
+}
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/packages.lock.json b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/packages.lock.json
index eb04f8dad9..489f80efbd 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/packages.lock.json
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/packages.lock.json
@@ -17,15 +17,15 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
- "requested": "[8.0.23, )",
- "resolved": "8.0.23",
- "contentHash": "GqHiB1HbbODWPbY/lc5xLQH8siEEhNA0ptpJCC6X6adtAYNEzu5ZlqV3YHA3Gh7fuEwgA8XqVwMtH2KNtuQM1Q=="
+ "requested": "[8.0.24, )",
+ "resolved": "8.0.24",
+ "contentHash": "1gnadp//+DoGJvV4AFdzPqYPxkypaWYjYMCr7KAacV0iadsHz1nU+rrkoxBCna4FCmeKH49CisEwa7g94/MbEg=="
},
"Microsoft.NET.Sdk.WebAssembly.Pack": {
"type": "Direct",
- "requested": "[10.0.2, )",
- "resolved": "10.0.2",
- "contentHash": "ZDAtI9V2EQajyccTZ67JtJWMCIpK3ZFgwqNHyfMieossRdB90WJ+IbYVKObLOLIv9Vkc3eJcrJD2CeffsF/nUA=="
+ "requested": "[8.0.24, )",
+ "resolved": "8.0.24",
+ "contentHash": "+yUq82k8/JYeOmQo2e1QDTNRSgsBksmvkfk/o4GYcRLY42ukFtvnvQb/9BoTkB4jbS8xKRnRIa7mT7mcfRC1CQ=="
},
"NI.CSharp.Analyzers": {
"type": "Direct",
From 356d7e4d0fc9d1333c09b166cf74e11807426df0 Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Mon, 9 Mar 2026 16:36:16 -0500
Subject: [PATCH 05/15] Adding icon files back that got deleted
---
.../Components/Patterns/IconSeverity.cs | 17 +++++++++++++++++
.../Components/Patterns/NimbleIconBase.cs | 17 +++++++++++++++++
2 files changed, 34 insertions(+)
create mode 100644 packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs
create mode 100644 packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs
new file mode 100644
index 0000000000..2e95c46dd9
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs
@@ -0,0 +1,17 @@
+namespace NimbleBlazor;
+
+public enum IconSeverity
+{
+ Default,
+ Success,
+ Information,
+ Warning,
+ Error
+}
+
+internal static class IconSeverityExtensions
+{
+ private static readonly Dictionary _enumValues = AttributeHelpers.GetEnumNamesAsKebabCaseValues();
+
+ public static string? ToAttributeValue(this IconSeverity? value) => (value == null || value == IconSeverity.Default) ? null : _enumValues[value.Value];
+}
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs
new file mode 100644
index 0000000000..a4bf82115b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs
@@ -0,0 +1,17 @@
+using Microsoft.AspNetCore.Components;
+
+namespace NimbleBlazor;
+
+///
+/// Base class for Nimble icons.
+///
+public abstract class NimbleIconBase : ComponentBase
+{
+ [Parameter]
+ public IconSeverity? Severity { get; set; }
+
+ ///
+ /// Gets or sets a collection of additional attributes that will be applied to the created element.
+ ///
+ [Parameter(CaptureUnmatchedValues = true)] public IReadOnlyDictionary? AdditionalAttributes { get; set; }
+}
From d74401230838c375ad2e51b8abbf575deb6e24f0 Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Mon, 9 Mar 2026 16:59:58 -0500
Subject: [PATCH 06/15] Add back the namespace prefix
---
.../NimbleBlazor/Components/Patterns/IconSeverity.cs | 2 +-
.../NimbleBlazor/Components/Patterns/NimbleIconBase.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs
index 2e95c46dd9..726806737b 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs
@@ -1,4 +1,4 @@
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
public enum IconSeverity
{
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs
index a4bf82115b..f6482d4a2e 100644
--- a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs
+++ b/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace NimbleBlazor;
+namespace NationalInstruments.NimbleBlazor;
///
/// Base class for Nimble icons.
From 25e32730cb0e049d46e19532c7af872d6644dde7 Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Mon, 9 Mar 2026 17:31:44 -0500
Subject: [PATCH 07/15] Rename targets file
---
...bleBlazor.targets => NationalInstruments.NimbleBlazor.targets} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename packages/blazor-workspace/NimbleBlazor/NuGetFiles/build/{NimbleBlazor.targets => NationalInstruments.NimbleBlazor.targets} (100%)
diff --git a/packages/blazor-workspace/NimbleBlazor/NuGetFiles/build/NimbleBlazor.targets b/packages/blazor-workspace/NimbleBlazor/NuGetFiles/build/NationalInstruments.NimbleBlazor.targets
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/NuGetFiles/build/NimbleBlazor.targets
rename to packages/blazor-workspace/NimbleBlazor/NuGetFiles/build/NationalInstruments.NimbleBlazor.targets
From 291c761477e4ca8751ae9c9a52300d731c827aa1 Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Mon, 9 Mar 2026 17:49:00 -0500
Subject: [PATCH 08/15] Update reference
---
.../blazor-workspace/Examples/Demo.Shared/Demo.Shared.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/blazor-workspace/Examples/Demo.Shared/Demo.Shared.csproj b/packages/blazor-workspace/Examples/Demo.Shared/Demo.Shared.csproj
index e558041c26..84eacdd382 100644
--- a/packages/blazor-workspace/Examples/Demo.Shared/Demo.Shared.csproj
+++ b/packages/blazor-workspace/Examples/Demo.Shared/Demo.Shared.csproj
@@ -42,5 +42,5 @@
Since examples are in the same solution as NimbleBlazor, manually import .targets to copy Nimble
token SCSS. See NimbleBlazor README for correct workflow for external clients to use SCSS.
-->
-
+
From 0437b4dccdfbea2330d432a5fa1244792bc65c0a Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Thu, 19 Mar 2026 12:43:38 -0500
Subject: [PATCH 09/15] Folder renames
---
.../{Components => Source}/Anchor/NimbleAnchor.razor | 0
.../Anchor/NimbleAnchor.razor.cs | 0
.../AnchorButton/NimbleAnchorButton.razor | 0
.../AnchorButton/NimbleAnchorButton.razor.cs | 0
.../AnchorMenuItem/NimbleAnchorMenuItem.razor | 0
.../AnchorMenuItem/NimbleAnchorMenuItem.razor.cs | 0
.../AnchorTab/NimbleAnchorTab.razor | 0
.../AnchorTab/NimbleAnchorTab.razor.cs | 0
.../AnchorTabs/NimbleAnchorTabs.razor | 0
.../AnchorTabs/NimbleAnchorTabs.razor.cs | 0
.../AnchorTreeItem/NimbleAnchorTreeItem.razor | 0
.../AnchorTreeItem/NimbleAnchorTreeItem.razor.cs | 0
.../{Components => Source}/Banner/BannerSeverity.cs | 0
.../{Components => Source}/Banner/NimbleBanner.razor | 0
.../Banner/NimbleBanner.razor.cs | 0
.../Breadcrumb/BreadcrumbAppearance.cs | 0
.../Breadcrumb/NimbleBreadcrumb.razor | 0
.../Breadcrumb/NimbleBreadcrumb.razor.cs | 0
.../BreadcrumbItem/NimbleBreadcrumbItem.razor | 0
.../BreadcrumbItem/NimbleBreadcrumbItem.razor.cs | 0
.../{Components => Source}/Button/ButtonAppearance.cs | 0
.../Button/ButtonAppearanceVariant.cs | 0
.../{Components => Source}/Button/NimbleButton.razor | 0
.../Button/NimbleButton.razor.cs | 0
.../{Components => Source}/Card/NimbleCard.razor | 0
.../{Components => Source}/Card/NimbleCard.razor.cs | 0
.../CardButton/NimbleCardButton.razor | 0
.../CardButton/NimbleCardButton.razor.cs | 0
.../Checkbox/NimbleCheckbox.razor | 0
.../Checkbox/NimbleCheckbox.razor.cs | 0
.../{Components => Source}/Combobox/AutoComplete.cs | 0
.../Combobox/NimbleCombobox.razor | 0
.../Combobox/NimbleCombobox.razor.cs | 0
.../{Components => Source}/Dialog/DialogResponse.cs | 0
.../{Components => Source}/Dialog/NimbleDialog.razor | 0
.../Dialog/NimbleDialog.razor.cs | 0
.../{Components => Source}/Drawer/DrawerLocation.cs | 0
.../{Components => Source}/Drawer/DrawerResponse.cs | 0
.../{Components => Source}/Drawer/NimbleDrawer.razor | 0
.../Drawer/NimbleDrawer.razor.cs | 0
.../NimbleBlazor/Source/Icons/NimbleIconAdd.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowDown.razor | 10 ++++++++++
.../Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowDownRectangle.razor | 10 ++++++++++
.../Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor | 10 ++++++++++
.../Icons/NimbleIconArrowDownTwoRectangles.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowExpanderDown.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowExpanderLeft.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowExpanderRight.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowExpanderUp.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowInCircle.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowLeftFromLine.razor | 10 ++++++++++
.../Icons/NimbleIconArrowLeftTwoRectangles.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowOutCircle.razor | 10 ++++++++++
.../Icons/NimbleIconArrowPartialRotateLeft.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowRightThin.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowRightToLine.razor | 10 ++++++++++
.../Icons/NimbleIconArrowRightTwoRectangles.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowRotateRight.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowULeft.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowURight.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor | 10 ++++++++++
.../Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowUpRectangle.razor | 10 ++++++++++
.../Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor | 10 ++++++++++
.../Icons/NimbleIconArrowUpRightFromSquare.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowUpTwoRectangles.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowsMaximize.razor | 10 ++++++++++
.../Source/Icons/NimbleIconArrowsRepeat.razor | 10 ++++++++++
.../Icons/NimbleIconArrowsRotateReverseDot.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconAt.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconBars.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconBell.razor | 10 ++++++++++
.../Source/Icons/NimbleIconBellAndComment.razor | 10 ++++++++++
.../Source/Icons/NimbleIconBellAndMessage.razor | 10 ++++++++++
.../Source/Icons/NimbleIconBellCheck.razor | 10 ++++++++++
.../Source/Icons/NimbleIconBellCircle.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconBellOn.razor | 10 ++++++++++
.../Source/Icons/NimbleIconBellSolidCircle.razor | 10 ++++++++++
.../Source/Icons/NimbleIconBlockWithRibbon.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconBoldB.razor | 10 ++++++++++
.../Source/Icons/NimbleIconBookMagnifyingGlass.razor | 10 ++++++++++
.../NimbleIconCalendarArrowsRotateReverseDot.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCalendarCheckLines.razor | 10 ++++++++++
.../Icons/NimbleIconCalendarCircleExclamation.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCalendarClock.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCalendarDay.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCalendarDayOutline.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCalendarDays.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCalendarLines.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCalendarRectangle.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCalendarWeek.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCalipers.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCamera.razor | 10 ++++++++++
.../Source/Icons/NimbleIconChartDiagram.razor | 10 ++++++++++
.../Icons/NimbleIconChartDiagramChildFocus.razor | 10 ++++++++++
.../Icons/NimbleIconChartDiagramParentFocus.razor | 10 ++++++++++
.../NimbleIconChartDiagramParentFocusTwoChild.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCheck.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCircle.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCircleBroken.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCircleCheck.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCircleFilled.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCircleMinus.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCirclePartialBroken.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCircleSlash.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCircleX.razor | 10 ++++++++++
.../Source/Icons/NimbleIconClipboard.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconClock.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconClockCog.razor | 10 ++++++++++
.../Source/Icons/NimbleIconClockExclamation.razor | 10 ++++++++++
.../Source/Icons/NimbleIconClockTriangle.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconClone.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCloud.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCloudUpload.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCloudWithArrow.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCog.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCogDatabase.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCogDatabaseInset.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCogSmallCog.razor | 10 ++++++++++
.../Source/Icons/NimbleIconCogZoomed.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconComment.razor | 10 ++++++++++
.../Source/Icons/NimbleIconComputerAndMonitor.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCopy.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconCopyText.razor | 10 ++++++++++
.../Source/Icons/NimbleIconDashboardBuilder.razor | 10 ++++++++++
.../Icons/NimbleIconDashboardBuilderLegend.razor | 10 ++++++++++
.../Icons/NimbleIconDashboardBuilderTemplates.razor | 10 ++++++++++
.../Source/Icons/NimbleIconDashboardBuilderTile.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconDatabase.razor | 10 ++++++++++
.../Source/Icons/NimbleIconDatabaseCheck.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconDebug.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconDesktop.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconDiadem.razor | 10 ++++++++++
.../Source/Icons/NimbleIconDonutChart.razor | 10 ++++++++++
.../Source/Icons/NimbleIconDotSolidDotStroke.razor | 10 ++++++++++
.../Icons/NimbleIconDotSolidDotStrokeMeasurement.razor | 10 ++++++++++
.../Source/Icons/NimbleIconDownRightFromSquare.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconDownload.razor | 10 ++++++++++
.../Source/Icons/NimbleIconElectronicChipZoomed.razor | 10 ++++++++++
.../Source/Icons/NimbleIconExclamationMark.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconEye.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconFancyA.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconFile.razor | 10 ++++++++++
.../Source/Icons/NimbleIconFileArrowCurvedRight.razor | 10 ++++++++++
.../Source/Icons/NimbleIconFileDrawer.razor | 10 ++++++++++
.../Source/Icons/NimbleIconFileSearch.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconFilter.razor | 10 ++++++++++
.../Source/Icons/NimbleIconFloppyDisk.razor | 10 ++++++++++
.../Source/Icons/NimbleIconFloppyDiskCheckmark.razor | 10 ++++++++++
.../Source/Icons/NimbleIconFloppyDiskPen.razor | 10 ++++++++++
.../Icons/NimbleIconFloppyDiskStarArrowRight.razor | 10 ++++++++++
.../Source/Icons/NimbleIconFloppyDiskThreeDots.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconFolder.razor | 10 ++++++++++
.../Source/Icons/NimbleIconFolderOpen.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconForklift.razor | 10 ++++++++++
.../Source/Icons/NimbleIconForwardSlash.razor | 10 ++++++++++
.../Source/Icons/NimbleIconFourDotsSquare.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconFunction.razor | 10 ++++++++++
.../Source/Icons/NimbleIconGaugeSimple.razor | 10 ++++++++++
.../Source/Icons/NimbleIconGridThreeByThree.razor | 10 ++++++++++
.../Source/Icons/NimbleIconGridTwoByTwo.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconHammer.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconHashtag.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconHome.razor | 10 ++++++++++
.../Icons/NimbleIconHorizontalTriangleOutline.razor | 10 ++++++++++
.../Source/Icons/NimbleIconHourglass.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconIndent.razor | 10 ++++++++++
.../Source/Icons/NimbleIconIndeterminantCheckbox.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconInfo.razor | 10 ++++++++++
.../Source/Icons/NimbleIconInfoCircle.razor | 10 ++++++++++
.../Source/Icons/NimbleIconInwardSquaresThree.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconItalicI.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconKey.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconLaptop.razor | 10 ++++++++++
.../Source/Icons/NimbleIconLayerGroup.razor | 10 ++++++++++
.../Source/Icons/NimbleIconLightbulb.razor | 10 ++++++++++
.../Source/Icons/NimbleIconLightningBolt.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconLink.razor | 10 ++++++++++
.../Source/Icons/NimbleIconLinkCancel.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconList.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconListTree.razor | 10 ++++++++++
.../Source/Icons/NimbleIconListTreeDatabase.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconLock.razor | 10 ++++++++++
.../Source/Icons/NimbleIconMagnifyingGlass.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconMessage.razor | 10 ++++++++++
.../Source/Icons/NimbleIconMessageBot.razor | 10 ++++++++++
.../Source/Icons/NimbleIconMessagesSparkle.razor | 10 ++++++++++
.../Source/Icons/NimbleIconMicrophone.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconMinus.razor | 10 ++++++++++
.../Source/Icons/NimbleIconMinusWide.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconMobile.razor | 10 ++++++++++
.../Source/Icons/NimbleIconMountainSun.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconNi.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconNotebook.razor | 10 ++++++++++
.../Source/Icons/NimbleIconNumberList.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconOutdent.razor | 10 ++++++++++
.../Source/Icons/NimbleIconOutwardSquaresThree.razor | 10 ++++++++++
.../Source/Icons/NimbleIconPaperPlane.razor | 10 ++++++++++
.../Source/Icons/NimbleIconPaperclip.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconPaste.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconPause.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconPencil.razor | 10 ++++++++++
.../Source/Icons/NimbleIconPencilToRectangle.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconPlay.razor | 10 ++++++++++
.../Source/Icons/NimbleIconPotWithLid.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconPrint.razor | 10 ++++++++++
.../Source/Icons/NimbleIconQrcodeRead.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconQuestion.razor | 10 ++++++++++
.../Source/Icons/NimbleIconRectangleCheckLines.razor | 10 ++++++++++
.../Source/Icons/NimbleIconRectangleLines.razor | 10 ++++++++++
.../Source/Icons/NimbleIconRunningArrow.razor | 10 ++++++++++
.../Source/Icons/NimbleIconScannerGun.razor | 10 ++++++++++
.../Source/Icons/NimbleIconScreenCheckLines.razor | 10 ++++++++++
.../Icons/NimbleIconScreenCheckLinesCalendar.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconServer.razor | 10 ++++++++++
.../Source/Icons/NimbleIconShareNodes.razor | 10 ++++++++++
.../Source/Icons/NimbleIconShieldCheck.razor | 10 ++++++++++
.../Source/Icons/NimbleIconShieldXmark.razor | 10 ++++++++++
.../Source/Icons/NimbleIconSignalBars.razor | 10 ++++++++++
.../Source/Icons/NimbleIconSineGraph.razor | 10 ++++++++++
.../Source/Icons/NimbleIconSkipArrow.razor | 10 ++++++++++
.../Source/Icons/NimbleIconSparkleSwirls.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconSparkles.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconSpinner.razor | 10 ++++++++++
.../Source/Icons/NimbleIconSquareCheck.razor | 10 ++++++++++
.../Source/Icons/NimbleIconSquareListCog.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconSquareT.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconSquareX.razor | 10 ++++++++++
.../Source/Icons/NimbleIconStar8Point.razor | 10 ++++++++++
.../Source/Icons/NimbleIconStopSquare.razor | 10 ++++++++++
.../Source/Icons/NimbleIconSystemlink.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconT.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconTablet.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconTag.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconTags.razor | 10 ++++++++++
.../Source/Icons/NimbleIconTargetCrosshairs.razor | 10 ++++++++++
.../Icons/NimbleIconTargetCrosshairsProgress.razor | 10 ++++++++++
.../NimbleIconThreeCirclesAscendingContainer.razor | 10 ++++++++++
.../Source/Icons/NimbleIconThreeDotsLine.razor | 10 ++++++++++
.../Source/Icons/NimbleIconThreeVerticalLines.razor | 10 ++++++++++
.../Source/Icons/NimbleIconThumbDown.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor | 10 ++++++++++
.../Source/Icons/NimbleIconThumbtack.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconTileSize.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconTimes.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconTrash.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconTriangle.razor | 10 ++++++++++
.../Source/Icons/NimbleIconTriangleFilled.razor | 10 ++++++++++
.../Icons/NimbleIconTriangleTwoLinesHorizontal.razor | 10 ++++++++++
.../Source/Icons/NimbleIconTrueFalseRectangle.razor | 10 ++++++++++
.../Source/Icons/NimbleIconTwoSquaresInBrackets.razor | 10 ++++++++++
.../Icons/NimbleIconTwoTrianglesBetweenLines.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconUnlink.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconUnlock.razor | 10 ++++++++++
.../Source/Icons/NimbleIconUpRightFromSquare.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconUpload.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconUser.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconWatch.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconWaveform.razor | 10 ++++++++++
.../Source/Icons/NimbleIconWebviCustom.razor | 10 ++++++++++
.../Source/Icons/NimbleIconWebviHost.razor | 10 ++++++++++
.../Source/Icons/NimbleIconWindowCode.razor | 10 ++++++++++
.../Source/Icons/NimbleIconWindowDock.razor | 10 ++++++++++
.../Source/Icons/NimbleIconWindowRestore.razor | 10 ++++++++++
.../Source/Icons/NimbleIconWindowText.razor | 10 ++++++++++
.../Source/Icons/NimbleIconWrenchHammer.razor | 10 ++++++++++
.../NimbleBlazor/Source/Icons/NimbleIconXmark.razor | 10 ++++++++++
.../Source/Icons/NimbleIconXmarkCheck.razor | 10 ++++++++++
.../LabelProviderCore/NimbleLabelProviderCore.razor | 0
.../LabelProviderCore/NimbleLabelProviderCore.razor.cs | 0
.../LabelProviderTable/NimbleLabelProviderTable.razor | 0
.../NimbleLabelProviderTable.razor.cs | 0
.../ListOption/NimbleListOption.razor | 0
.../ListOption/NimbleListOption.razor.cs | 0
.../ListOptionGroup/NimbleListOptionGroup.razor | 0
.../ListOptionGroup/NimbleListOptionGroup.razor.cs | 0
.../Mapping/Empty}/NimbleMappingEmpty.razor | 0
.../Mapping/Empty}/NimbleMappingEmpty.razor.cs | 0
.../Mapping/Icon}/NimbleMappingIcon.razor | 0
.../Mapping/Icon}/NimbleMappingIcon.razor.cs | 0
.../Mapping/NimbleMappingBase.cs | 0
.../Mapping/Spinner}/NimbleMappingSpinner.razor | 0
.../Mapping/Spinner}/NimbleMappingSpinner.razor.cs | 0
.../Mapping/Text}/NimbleMappingText.razor | 0
.../Mapping/Text}/NimbleMappingText.razor.cs | 0
.../{Components => Source}/Menu/NimbleMenu.razor | 0
.../{Components => Source}/Menu/NimbleMenu.razor.cs | 0
.../MenuButton/MenuButtonPosition.cs | 0
.../MenuButton/NimbleMenuButton.razor | 0
.../MenuButton/NimbleMenuButton.razor.cs | 0
.../MenuItem/NimbleMenuItem.razor | 0
.../MenuItem/NimbleMenuItem.razor.cs | 0
.../NumberField/NimbleNumberField.razor | 0
.../NumberField/NimbleNumberField.razor.cs | 0
.../NumberField/NumberFieldAppearance.cs | 0
.../Patterns/AnchorAppearance.cs | 0
.../Patterns/AttributeHelpers.cs | 0
.../{Components => Source}/Patterns/BindAttributes.cs | 0
.../Patterns/Dropdown/DropdownAppearance.cs | 0
.../Patterns/Dropdown/NimbleOptionContext.cs | 0
.../Patterns/Dropdown/Position.cs | 0
.../{Components => Source}/Patterns/EventHandlers.cs | 0
.../{Components => Source}/Patterns/IconSeverity.cs | 0
.../Patterns/NimbleAnchorBase.cs | 0
.../{Components => Source}/Patterns/NimbleIconBase.cs | 0
.../{Components => Source}/Patterns/NimbleInputBase.cs | 0
.../Patterns/UnsafeEnumExtensions.cs | 0
.../{Components => Source}/Radio/NimbleRadio.razor | 0
.../{Components => Source}/Radio/NimbleRadio.razor.cs | 0
.../RadioGroup/NimbleRadioGroup.razor | 0
.../RadioGroup/NimbleRadioGroup.razor.cs | 0
.../{Components => Source}/RadioGroup/Orientation.cs | 0
.../RichTextViewer/NimbleRichTextViewer.razor | 0
.../RichTextViewer/NimbleRichTextViewer.razor.cs | 0
.../{Components => Source}/Select/FilterMode.cs | 0
.../{Components => Source}/Select/NimbleSelect.razor | 0
.../Select/NimbleSelect.razor.cs | 0
.../{Components => Source}/Spinner/NimbleSpinner.razor | 0
.../Spinner/NimbleSpinner.razor.cs | 0
.../Spinner/SpinnerAppearance.cs | 0
.../{Components => Source}/Switch/NimbleSwitch.razor | 0
.../Switch/NimbleSwitch.razor.cs | 0
.../{Components => Source}/Tab/NimbleTab.razor | 0
.../{Components => Source}/Tab/NimbleTab.razor.cs | 0
.../TabPanel/NimbleTabPanel.razor | 0
.../TabPanel/NimbleTabPanel.razor.cs | 0
.../{Components => Source}/Table/NimbleTable.razor | 0
.../{Components => Source}/Table/NimbleTable.razor.cs | 0
.../Table/TableColumnSortDirection.cs | 0
.../Table/TableColumnSortDirectionConverter.cs | 0
.../Table/TableHierarchyOptions.cs | 0
.../Table/TableRecordDelayedHierarchyState.cs | 0
.../Table/TableRecordDelayedHierarchyStateConverter.cs | 0
.../Table/TableRowSelectionMode.cs | 0
.../Table/TableSetRecordHierarchyOptions.cs | 0
.../{Components => Source}/Table/TableValidity.cs | 0
.../TableColumn/Anchor}/NimbleTableColumnAnchor.razor | 0
.../Anchor}/NimbleTableColumnAnchor.razor.cs | 0
.../TableColumn/DateText}/DateTextColumnTypes.cs | 0
.../DateText}/NimbleTableColumnDateText.razor | 0
.../DateText}/NimbleTableColumnDateText.razor.cs | 0
.../DurationText}/NimbleTableColumnDurationText.razor | 0
.../NimbleTableColumnDurationText.razor.cs | 0
.../TableColumn/ICustomSortOrderColumn.cs | 0
.../TableColumn/IFractionalWidthColumn.cs | 0
.../TableColumn/IGroupableColumn.cs | 0
.../TableColumn/ISortableColumn.cs | 0
.../TableColumn/Mapping}/MappingColumnTypes.cs | 0
.../Mapping}/NimbleTableColumnMapping.razor | 0
.../Mapping}/NimbleTableColumnMapping.razor.cs | 0
.../MenuButton}/NimbleTableColumnMenuButton.razor | 0
.../MenuButton}/NimbleTableColumnMenuButton.razor.cs | 0
.../TableColumn/NimbleFractionalTableColumn.cs | 0
.../TableColumn/NimbleTableColumn.cs | 0
.../TableColumn/NimbleTableColumnEnumBase.cs | 0
.../NumberText}/NimbleTableColumnNumberText.razor | 0
.../NumberText}/NimbleTableColumnNumberText.razor.cs | 0
.../TableColumn/NumberText}/NumberTextColumnTypes.cs | 0
.../TableColumn/Text}/NimbleTableColumnText.razor | 0
.../TableColumn/Text}/NimbleTableColumnText.razor.cs | 0
.../{Components => Source}/Tabs/NimbleTabs.razor | 0
.../{Components => Source}/Tabs/NimbleTabs.razor.cs | 0
.../TabsToolbar/NimbleTabsToolbar.razor | 0
.../TabsToolbar/NimbleTabsToolbar.razor.cs | 0
.../TextArea/NimbleTextArea.razor | 0
.../TextArea/NimbleTextArea.razor.cs | 0
.../TextArea/TextAreaAppearance.cs | 0
.../{Components => Source}/TextArea/TextAreaResize.cs | 0
.../TextField/NimbleTextField.razor | 0
.../TextField/NimbleTextField.razor.cs | 0
.../TextField/TextFieldAppearance.cs | 0
.../{Components => Source}/TextField/TextFieldType.cs | 0
.../{Components => Source}/ThemeProvider/Direction.cs | 0
.../ThemeProvider/NimbleThemeProvider.razor | 0
.../ThemeProvider/NimbleThemeProvider.razor.cs | 0
.../{Components => Source}/ThemeProvider/Theme.cs | 0
.../ThemeProvider/ThemeProviderValidity.cs | 0
.../ToggleButton/NimbleToggleButton.razor | 0
.../ToggleButton/NimbleToggleButton.razor.cs | 0
.../{Components => Source}/Toolbar/NimbleToolbar.razor | 0
.../Toolbar/NimbleToolbar.razor.cs | 0
.../{Components => Source}/Tooltip/NimbleTooltip.razor | 0
.../Tooltip/NimbleTooltip.razor.cs | 0
.../{Components => Source}/Tooltip/TooltipSeverity.cs | 0
.../TreeItem/NimbleTreeItem.razor | 0
.../TreeItem/NimbleTreeItem.razor.cs | 0
.../TreeView/NimbleTreeView.razor | 0
.../TreeView/NimbleTreeView.razor.cs | 0
.../{Components => Source}/TreeView/SelectionMode.cs | 0
.../UnitByte => Source/Unit/Byte}/NimbleUnitByte.razor | 0
.../Unit/Byte}/NimbleUnitByte.razor.cs | 0
.../Unit/Celsius}/NimbleUnitCelsius.razor | 0
.../Unit/Celsius}/NimbleUnitCelsius.razor.cs | 0
.../Unit/Fahrenheit}/NimbleUnitFahrenheit.razor | 0
.../Unit/Fahrenheit}/NimbleUnitFahrenheit.razor.cs | 0
.../UnitVolt => Source/Unit/Volt}/NimbleUnitVolt.razor | 0
.../Unit/Volt}/NimbleUnitVolt.razor.cs | 0
.../WaferMap/NimbleWaferMap.razor | 0
.../WaferMap/NimbleWaferMap.razor.cs | 0
.../WaferMap/WaferMapColorScale.cs | 0
.../WaferMap/WaferMapColorScaleMode.cs | 0
.../{Components => Source}/WaferMap/WaferMapDie.cs | 0
.../WaferMap/WaferMapOrientation.cs | 0
.../WaferMap/WaferMapOriginLocation.cs | 0
.../WaferMap/WaferMapValidity.cs | 0
.../{Components => Source}/Button/OkButton.razor | 0
.../{Components => Source}/Button/OkButton.razor.cs | 0
.../IconDynamic/OkIconDynamic.cs | 0
.../Patterns/AttributeHelpers.cs | 0
.../{Components => Source}/Patterns/EventHandlers.cs | 0
.../Patterns/UnsafeEnumExtensions.cs | 0
.../{Components => Source}/Chat/ChatMessageType.cs | 0
.../Chat/Conversation}/SprightChatConversation.razor | 0
.../Conversation}/SprightChatConversation.razor.cs | 0
.../Chat/Input}/SprightChatInput.razor | 0
.../Chat/Input}/SprightChatInput.razor.cs | 0
.../Chat/Message}/SprightChatMessage.razor | 0
.../Chat/Message}/SprightChatMessage.razor.cs | 0
.../MessageInbound}/SprightChatMessageInbound.razor | 0
.../MessageInbound}/SprightChatMessageInbound.razor.cs | 0
.../MessageOutbound}/SprightChatMessageOutbound.razor | 0
.../SprightChatMessageOutbound.razor.cs | 0
.../Chat/MessageSystem}/SprightChatMessageSystem.cs | 0
.../Chat/MessageSystem}/SprightChatMessageSystem.razor | 0
.../Patterns/AttributeHelpers.cs | 0
.../{Components => Source}/Patterns/EventHandlers.cs | 0
.../Patterns/UnsafeEnumExtensions.cs | 0
.../Rectangle/SprightRectangle.razor | 0
.../Rectangle/SprightRectangle.razor.cs | 0
435 files changed, 2340 insertions(+)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Anchor/NimbleAnchor.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Anchor/NimbleAnchor.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorButton/NimbleAnchorButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorButton/NimbleAnchorButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorMenuItem/NimbleAnchorMenuItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorMenuItem/NimbleAnchorMenuItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorTab/NimbleAnchorTab.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorTab/NimbleAnchorTab.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorTabs/NimbleAnchorTabs.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorTabs/NimbleAnchorTabs.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorTreeItem/NimbleAnchorTreeItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/AnchorTreeItem/NimbleAnchorTreeItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Banner/BannerSeverity.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Banner/NimbleBanner.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Banner/NimbleBanner.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Breadcrumb/BreadcrumbAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Breadcrumb/NimbleBreadcrumb.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Breadcrumb/NimbleBreadcrumb.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/BreadcrumbItem/NimbleBreadcrumbItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/BreadcrumbItem/NimbleBreadcrumbItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Button/ButtonAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Button/ButtonAppearanceVariant.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Button/NimbleButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Button/NimbleButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Card/NimbleCard.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Card/NimbleCard.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/CardButton/NimbleCardButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/CardButton/NimbleCardButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Checkbox/NimbleCheckbox.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Checkbox/NimbleCheckbox.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Combobox/AutoComplete.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Combobox/NimbleCombobox.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Combobox/NimbleCombobox.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Dialog/DialogResponse.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Dialog/NimbleDialog.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Dialog/NimbleDialog.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Drawer/DrawerLocation.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Drawer/DrawerResponse.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Drawer/NimbleDrawer.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Drawer/NimbleDrawer.razor.cs (100%)
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAdd.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDown.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRectangle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownTwoRectangles.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderDown.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderLeft.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderRight.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderUp.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowInCircle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftFromLine.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftTwoRectangles.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowOutCircle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowPartialRotateLeft.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightThin.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightToLine.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightTwoRectangles.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRotateRight.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowULeft.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowURight.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRectangle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightFromSquare.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpTwoRectangles.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsMaximize.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRepeat.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRotateReverseDot.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAt.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBars.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBell.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndComment.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndMessage.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCheck.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCircle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellOn.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellSolidCircle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBlockWithRibbon.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBoldB.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBookMagnifyingGlass.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarArrowsRotateReverseDot.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCheckLines.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCircleExclamation.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarClock.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDay.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDayOutline.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDays.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarLines.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarRectangle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarWeek.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalipers.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCamera.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagram.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramChildFocus.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocus.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocusTwoChild.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheck.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleBroken.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleCheck.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleFilled.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleMinus.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCirclePartialBroken.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleSlash.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleX.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClipboard.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClock.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockCog.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockExclamation.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockTriangle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClone.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloud.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudUpload.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudWithArrow.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCog.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabase.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabaseInset.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogSmallCog.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogZoomed.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComment.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComputerAndMonitor.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopy.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopyText.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilder.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderLegend.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTemplates.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTile.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabase.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabaseCheck.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDebug.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDesktop.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDiadem.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDonutChart.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStroke.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStrokeMeasurement.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownRightFromSquare.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownload.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconElectronicChipZoomed.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconExclamationMark.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEye.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFancyA.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFile.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileArrowCurvedRight.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileDrawer.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileSearch.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFilter.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDisk.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskCheckmark.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskPen.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskStarArrowRight.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskThreeDots.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolder.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolderOpen.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForklift.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForwardSlash.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFourDotsSquare.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFunction.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGaugeSimple.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridThreeByThree.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridTwoByTwo.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHammer.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHashtag.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHome.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHorizontalTriangleOutline.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHourglass.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndent.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndeterminantCheckbox.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfo.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfoCircle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInwardSquaresThree.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconItalicI.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconKey.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLaptop.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLayerGroup.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightbulb.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightningBolt.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLink.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLinkCancel.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconList.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTree.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTreeDatabase.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLock.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMagnifyingGlass.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessage.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessageBot.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessagesSparkle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMicrophone.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinus.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinusWide.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMobile.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMountainSun.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNi.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNotebook.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNumberList.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutdent.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutwardSquaresThree.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperPlane.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperclip.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaste.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPause.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencil.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencilToRectangle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPlay.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPotWithLid.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPrint.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQrcodeRead.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQuestion.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleCheckLines.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleLines.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRunningArrow.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScannerGun.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLines.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLinesCalendar.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconServer.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShareNodes.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldCheck.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldXmark.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSignalBars.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSineGraph.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSkipArrow.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkleSwirls.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkles.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSpinner.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareCheck.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareListCog.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareT.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareX.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStar8Point.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStopSquare.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSystemlink.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconT.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTablet.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTag.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTags.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairs.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairsProgress.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeCirclesAscendingContainer.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeDotsLine.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeVerticalLines.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbDown.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbtack.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTileSize.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTimes.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrash.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleFilled.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleTwoLinesHorizontal.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrueFalseRectangle.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoSquaresInBrackets.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoTrianglesBetweenLines.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlink.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlock.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpRightFromSquare.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpload.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUser.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWatch.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWaveform.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviCustom.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviHost.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowCode.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowDock.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowRestore.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowText.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWrenchHammer.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmark.razor
create mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmarkCheck.razor
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/LabelProviderCore/NimbleLabelProviderCore.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/LabelProviderCore/NimbleLabelProviderCore.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/LabelProviderTable/NimbleLabelProviderTable.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/LabelProviderTable/NimbleLabelProviderTable.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ListOption/NimbleListOption.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ListOption/NimbleListOption.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ListOptionGroup/NimbleListOptionGroup.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ListOptionGroup/NimbleListOptionGroup.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Mapping/MappingEmpty => Source/Mapping/Empty}/NimbleMappingEmpty.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Mapping/MappingEmpty => Source/Mapping/Empty}/NimbleMappingEmpty.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Mapping/MappingIcon => Source/Mapping/Icon}/NimbleMappingIcon.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Mapping/MappingIcon => Source/Mapping/Icon}/NimbleMappingIcon.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Mapping/NimbleMappingBase.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Mapping/MappingSpinner => Source/Mapping/Spinner}/NimbleMappingSpinner.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Mapping/MappingSpinner => Source/Mapping/Spinner}/NimbleMappingSpinner.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Mapping/MappingText => Source/Mapping/Text}/NimbleMappingText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Mapping/MappingText => Source/Mapping/Text}/NimbleMappingText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Menu/NimbleMenu.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Menu/NimbleMenu.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/MenuButton/MenuButtonPosition.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/MenuButton/NimbleMenuButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/MenuButton/NimbleMenuButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/MenuItem/NimbleMenuItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/MenuItem/NimbleMenuItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/NumberField/NimbleNumberField.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/NumberField/NimbleNumberField.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/NumberField/NumberFieldAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/AnchorAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/AttributeHelpers.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/BindAttributes.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/Dropdown/DropdownAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/Dropdown/NimbleOptionContext.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/Dropdown/Position.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/EventHandlers.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/IconSeverity.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/NimbleAnchorBase.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/NimbleIconBase.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/NimbleInputBase.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Patterns/UnsafeEnumExtensions.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Radio/NimbleRadio.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Radio/NimbleRadio.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/RadioGroup/NimbleRadioGroup.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/RadioGroup/NimbleRadioGroup.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/RadioGroup/Orientation.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/RichTextViewer/NimbleRichTextViewer.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/RichTextViewer/NimbleRichTextViewer.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Select/FilterMode.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Select/NimbleSelect.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Select/NimbleSelect.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Spinner/NimbleSpinner.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Spinner/NimbleSpinner.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Spinner/SpinnerAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Switch/NimbleSwitch.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Switch/NimbleSwitch.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Tab/NimbleTab.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Tab/NimbleTab.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TabPanel/NimbleTabPanel.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TabPanel/NimbleTabPanel.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/NimbleTable.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/NimbleTable.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/TableColumnSortDirection.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/TableColumnSortDirectionConverter.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/TableHierarchyOptions.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/TableRecordDelayedHierarchyState.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/TableRecordDelayedHierarchyStateConverter.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/TableRowSelectionMode.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/TableSetRecordHierarchyOptions.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Table/TableValidity.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnAnchor => Source/TableColumn/Anchor}/NimbleTableColumnAnchor.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnAnchor => Source/TableColumn/Anchor}/NimbleTableColumnAnchor.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnDateText => Source/TableColumn/DateText}/DateTextColumnTypes.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnDateText => Source/TableColumn/DateText}/NimbleTableColumnDateText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnDateText => Source/TableColumn/DateText}/NimbleTableColumnDateText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnDurationText => Source/TableColumn/DurationText}/NimbleTableColumnDurationText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnDurationText => Source/TableColumn/DurationText}/NimbleTableColumnDurationText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TableColumn/ICustomSortOrderColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TableColumn/IFractionalWidthColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TableColumn/IGroupableColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TableColumn/ISortableColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnMapping => Source/TableColumn/Mapping}/MappingColumnTypes.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnMapping => Source/TableColumn/Mapping}/NimbleTableColumnMapping.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnMapping => Source/TableColumn/Mapping}/NimbleTableColumnMapping.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnMenuButton => Source/TableColumn/MenuButton}/NimbleTableColumnMenuButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnMenuButton => Source/TableColumn/MenuButton}/NimbleTableColumnMenuButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TableColumn/NimbleFractionalTableColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TableColumn/NimbleTableColumn.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TableColumn/NimbleTableColumnEnumBase.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnNumberText => Source/TableColumn/NumberText}/NimbleTableColumnNumberText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnNumberText => Source/TableColumn/NumberText}/NimbleTableColumnNumberText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnNumberText => Source/TableColumn/NumberText}/NumberTextColumnTypes.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnText => Source/TableColumn/Text}/NimbleTableColumnText.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/TableColumn/TableColumnText => Source/TableColumn/Text}/NimbleTableColumnText.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Tabs/NimbleTabs.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Tabs/NimbleTabs.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TabsToolbar/NimbleTabsToolbar.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TabsToolbar/NimbleTabsToolbar.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TextArea/NimbleTextArea.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TextArea/NimbleTextArea.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TextArea/TextAreaAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TextArea/TextAreaResize.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TextField/NimbleTextField.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TextField/NimbleTextField.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TextField/TextFieldAppearance.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TextField/TextFieldType.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ThemeProvider/Direction.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ThemeProvider/NimbleThemeProvider.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ThemeProvider/NimbleThemeProvider.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ThemeProvider/Theme.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ThemeProvider/ThemeProviderValidity.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ToggleButton/NimbleToggleButton.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/ToggleButton/NimbleToggleButton.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Toolbar/NimbleToolbar.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Toolbar/NimbleToolbar.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Tooltip/NimbleTooltip.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Tooltip/NimbleTooltip.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/Tooltip/TooltipSeverity.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TreeItem/NimbleTreeItem.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TreeItem/NimbleTreeItem.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TreeView/NimbleTreeView.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TreeView/NimbleTreeView.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/TreeView/SelectionMode.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Unit/UnitByte => Source/Unit/Byte}/NimbleUnitByte.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Unit/UnitByte => Source/Unit/Byte}/NimbleUnitByte.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Unit/UnitCelsius => Source/Unit/Celsius}/NimbleUnitCelsius.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Unit/UnitCelsius => Source/Unit/Celsius}/NimbleUnitCelsius.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Unit/UnitFahrenheit => Source/Unit/Fahrenheit}/NimbleUnitFahrenheit.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Unit/UnitFahrenheit => Source/Unit/Fahrenheit}/NimbleUnitFahrenheit.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Unit/UnitVolt => Source/Unit/Volt}/NimbleUnitVolt.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components/Unit/UnitVolt => Source/Unit/Volt}/NimbleUnitVolt.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/WaferMap/NimbleWaferMap.razor (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/WaferMap/NimbleWaferMap.razor.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/WaferMap/WaferMapColorScale.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/WaferMap/WaferMapColorScaleMode.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/WaferMap/WaferMapDie.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/WaferMap/WaferMapOrientation.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/WaferMap/WaferMapOriginLocation.cs (100%)
rename packages/blazor-workspace/NimbleBlazor/{Components => Source}/WaferMap/WaferMapValidity.cs (100%)
rename packages/blazor-workspace/OkBlazor/{Components => Source}/Button/OkButton.razor (100%)
rename packages/blazor-workspace/OkBlazor/{Components => Source}/Button/OkButton.razor.cs (100%)
rename packages/blazor-workspace/OkBlazor/{Components => Source}/IconDynamic/OkIconDynamic.cs (100%)
rename packages/blazor-workspace/OkBlazor/{Components => Source}/Patterns/AttributeHelpers.cs (100%)
rename packages/blazor-workspace/OkBlazor/{Components => Source}/Patterns/EventHandlers.cs (100%)
rename packages/blazor-workspace/OkBlazor/{Components => Source}/Patterns/UnsafeEnumExtensions.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components => Source}/Chat/ChatMessageType.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatConversation => Source/Chat/Conversation}/SprightChatConversation.razor (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatConversation => Source/Chat/Conversation}/SprightChatConversation.razor.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatInput => Source/Chat/Input}/SprightChatInput.razor (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatInput => Source/Chat/Input}/SprightChatInput.razor.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatMessage => Source/Chat/Message}/SprightChatMessage.razor (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatMessage => Source/Chat/Message}/SprightChatMessage.razor.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatMessageInbound => Source/Chat/MessageInbound}/SprightChatMessageInbound.razor (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatMessageInbound => Source/Chat/MessageInbound}/SprightChatMessageInbound.razor.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatMessageOutbound => Source/Chat/MessageOutbound}/SprightChatMessageOutbound.razor (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatMessageOutbound => Source/Chat/MessageOutbound}/SprightChatMessageOutbound.razor.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatMessageSystem => Source/Chat/MessageSystem}/SprightChatMessageSystem.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components/Chat/ChatMessageSystem => Source/Chat/MessageSystem}/SprightChatMessageSystem.razor (100%)
rename packages/blazor-workspace/SprightBlazor/{Components => Source}/Patterns/AttributeHelpers.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components => Source}/Patterns/EventHandlers.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components => Source}/Patterns/UnsafeEnumExtensions.cs (100%)
rename packages/blazor-workspace/SprightBlazor/{Components => Source}/Rectangle/SprightRectangle.razor (100%)
rename packages/blazor-workspace/SprightBlazor/{Components => Source}/Rectangle/SprightRectangle.razor.cs (100%)
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Anchor/NimbleAnchor.razor b/packages/blazor-workspace/NimbleBlazor/Source/Anchor/NimbleAnchor.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Anchor/NimbleAnchor.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Anchor/NimbleAnchor.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Anchor/NimbleAnchor.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Anchor/NimbleAnchor.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Anchor/NimbleAnchor.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Anchor/NimbleAnchor.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorButton/NimbleAnchorButton.razor b/packages/blazor-workspace/NimbleBlazor/Source/AnchorButton/NimbleAnchorButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorButton/NimbleAnchorButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorButton/NimbleAnchorButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorButton/NimbleAnchorButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/AnchorButton/NimbleAnchorButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorButton/NimbleAnchorButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorButton/NimbleAnchorButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorMenuItem/NimbleAnchorMenuItem.razor b/packages/blazor-workspace/NimbleBlazor/Source/AnchorMenuItem/NimbleAnchorMenuItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorMenuItem/NimbleAnchorMenuItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorMenuItem/NimbleAnchorMenuItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorMenuItem/NimbleAnchorMenuItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/AnchorMenuItem/NimbleAnchorMenuItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorMenuItem/NimbleAnchorMenuItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorMenuItem/NimbleAnchorMenuItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorTab/NimbleAnchorTab.razor b/packages/blazor-workspace/NimbleBlazor/Source/AnchorTab/NimbleAnchorTab.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorTab/NimbleAnchorTab.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorTab/NimbleAnchorTab.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorTab/NimbleAnchorTab.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/AnchorTab/NimbleAnchorTab.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorTab/NimbleAnchorTab.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorTab/NimbleAnchorTab.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorTabs/NimbleAnchorTabs.razor b/packages/blazor-workspace/NimbleBlazor/Source/AnchorTabs/NimbleAnchorTabs.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorTabs/NimbleAnchorTabs.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorTabs/NimbleAnchorTabs.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorTabs/NimbleAnchorTabs.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/AnchorTabs/NimbleAnchorTabs.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorTabs/NimbleAnchorTabs.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorTabs/NimbleAnchorTabs.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorTreeItem/NimbleAnchorTreeItem.razor b/packages/blazor-workspace/NimbleBlazor/Source/AnchorTreeItem/NimbleAnchorTreeItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorTreeItem/NimbleAnchorTreeItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorTreeItem/NimbleAnchorTreeItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/AnchorTreeItem/NimbleAnchorTreeItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/AnchorTreeItem/NimbleAnchorTreeItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/AnchorTreeItem/NimbleAnchorTreeItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/AnchorTreeItem/NimbleAnchorTreeItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Banner/BannerSeverity.cs b/packages/blazor-workspace/NimbleBlazor/Source/Banner/BannerSeverity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Banner/BannerSeverity.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Banner/BannerSeverity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Banner/NimbleBanner.razor b/packages/blazor-workspace/NimbleBlazor/Source/Banner/NimbleBanner.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Banner/NimbleBanner.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Banner/NimbleBanner.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Banner/NimbleBanner.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Banner/NimbleBanner.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Banner/NimbleBanner.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Banner/NimbleBanner.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/BreadcrumbAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Source/Breadcrumb/BreadcrumbAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/BreadcrumbAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Breadcrumb/BreadcrumbAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/NimbleBreadcrumb.razor b/packages/blazor-workspace/NimbleBlazor/Source/Breadcrumb/NimbleBreadcrumb.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/NimbleBreadcrumb.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Breadcrumb/NimbleBreadcrumb.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/NimbleBreadcrumb.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Breadcrumb/NimbleBreadcrumb.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Breadcrumb/NimbleBreadcrumb.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Breadcrumb/NimbleBreadcrumb.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/BreadcrumbItem/NimbleBreadcrumbItem.razor b/packages/blazor-workspace/NimbleBlazor/Source/BreadcrumbItem/NimbleBreadcrumbItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/BreadcrumbItem/NimbleBreadcrumbItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/BreadcrumbItem/NimbleBreadcrumbItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/BreadcrumbItem/NimbleBreadcrumbItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/BreadcrumbItem/NimbleBreadcrumbItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/BreadcrumbItem/NimbleBreadcrumbItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/BreadcrumbItem/NimbleBreadcrumbItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Button/ButtonAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Source/Button/ButtonAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Button/ButtonAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Button/ButtonAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Button/ButtonAppearanceVariant.cs b/packages/blazor-workspace/NimbleBlazor/Source/Button/ButtonAppearanceVariant.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Button/ButtonAppearanceVariant.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Button/ButtonAppearanceVariant.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Button/NimbleButton.razor b/packages/blazor-workspace/NimbleBlazor/Source/Button/NimbleButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Button/NimbleButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Button/NimbleButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Button/NimbleButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Button/NimbleButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Button/NimbleButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Button/NimbleButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Card/NimbleCard.razor b/packages/blazor-workspace/NimbleBlazor/Source/Card/NimbleCard.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Card/NimbleCard.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Card/NimbleCard.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Card/NimbleCard.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Card/NimbleCard.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Card/NimbleCard.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Card/NimbleCard.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/CardButton/NimbleCardButton.razor b/packages/blazor-workspace/NimbleBlazor/Source/CardButton/NimbleCardButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/CardButton/NimbleCardButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/CardButton/NimbleCardButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/CardButton/NimbleCardButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/CardButton/NimbleCardButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/CardButton/NimbleCardButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/CardButton/NimbleCardButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Checkbox/NimbleCheckbox.razor b/packages/blazor-workspace/NimbleBlazor/Source/Checkbox/NimbleCheckbox.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Checkbox/NimbleCheckbox.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Checkbox/NimbleCheckbox.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Checkbox/NimbleCheckbox.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Checkbox/NimbleCheckbox.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Checkbox/NimbleCheckbox.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Checkbox/NimbleCheckbox.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Combobox/AutoComplete.cs b/packages/blazor-workspace/NimbleBlazor/Source/Combobox/AutoComplete.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Combobox/AutoComplete.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Combobox/AutoComplete.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Combobox/NimbleCombobox.razor b/packages/blazor-workspace/NimbleBlazor/Source/Combobox/NimbleCombobox.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Combobox/NimbleCombobox.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Combobox/NimbleCombobox.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Combobox/NimbleCombobox.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Combobox/NimbleCombobox.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Combobox/NimbleCombobox.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Combobox/NimbleCombobox.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Dialog/DialogResponse.cs b/packages/blazor-workspace/NimbleBlazor/Source/Dialog/DialogResponse.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Dialog/DialogResponse.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Dialog/DialogResponse.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Dialog/NimbleDialog.razor b/packages/blazor-workspace/NimbleBlazor/Source/Dialog/NimbleDialog.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Dialog/NimbleDialog.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Dialog/NimbleDialog.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Dialog/NimbleDialog.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Dialog/NimbleDialog.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Dialog/NimbleDialog.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Dialog/NimbleDialog.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Drawer/DrawerLocation.cs b/packages/blazor-workspace/NimbleBlazor/Source/Drawer/DrawerLocation.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Drawer/DrawerLocation.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Drawer/DrawerLocation.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Drawer/DrawerResponse.cs b/packages/blazor-workspace/NimbleBlazor/Source/Drawer/DrawerResponse.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Drawer/DrawerResponse.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Drawer/DrawerResponse.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Drawer/NimbleDrawer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Drawer/NimbleDrawer.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Drawer/NimbleDrawer.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Drawer/NimbleDrawer.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Drawer/NimbleDrawer.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Drawer/NimbleDrawer.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Drawer/NimbleDrawer.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Drawer/NimbleDrawer.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAdd.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAdd.razor
new file mode 100644
index 0000000000..c25d6d64aa
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAdd.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDown.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDown.razor
new file mode 100644
index 0000000000..0f9a110404
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDown.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor
new file mode 100644
index 0000000000..56b03fcdcb
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRectangle.razor
new file mode 100644
index 0000000000..0799120f30
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRectangle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor
new file mode 100644
index 0000000000..2ad2f74859
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownTwoRectangles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownTwoRectangles.razor
new file mode 100644
index 0000000000..4e0e48fe1d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownTwoRectangles.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderDown.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderDown.razor
new file mode 100644
index 0000000000..f3bceac355
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderDown.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderLeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderLeft.razor
new file mode 100644
index 0000000000..7360e9f522
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderLeft.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderRight.razor
new file mode 100644
index 0000000000..e014f45557
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderRight.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderUp.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderUp.razor
new file mode 100644
index 0000000000..55eb46085f
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderUp.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowInCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowInCircle.razor
new file mode 100644
index 0000000000..496e550639
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowInCircle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftFromLine.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftFromLine.razor
new file mode 100644
index 0000000000..45374f742b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftFromLine.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftTwoRectangles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftTwoRectangles.razor
new file mode 100644
index 0000000000..575f9a48d8
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftTwoRectangles.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowOutCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowOutCircle.razor
new file mode 100644
index 0000000000..cb0a70be5e
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowOutCircle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowPartialRotateLeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowPartialRotateLeft.razor
new file mode 100644
index 0000000000..eeee943c2a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowPartialRotateLeft.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightThin.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightThin.razor
new file mode 100644
index 0000000000..8fd2ef2a27
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightThin.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightToLine.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightToLine.razor
new file mode 100644
index 0000000000..b363b300bf
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightToLine.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightTwoRectangles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightTwoRectangles.razor
new file mode 100644
index 0000000000..92b13edb47
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightTwoRectangles.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRotateRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRotateRight.razor
new file mode 100644
index 0000000000..eda8a5d3d3
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRotateRight.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowULeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowULeft.razor
new file mode 100644
index 0000000000..52b091de9c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowULeft.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowURight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowURight.razor
new file mode 100644
index 0000000000..543e20063f
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowURight.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor
new file mode 100644
index 0000000000..5e27c95d51
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor
new file mode 100644
index 0000000000..ef96d7da2f
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor
new file mode 100644
index 0000000000..51e232e58d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRectangle.razor
new file mode 100644
index 0000000000..02cfdb081e
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRectangle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor
new file mode 100644
index 0000000000..90aad80d79
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightFromSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightFromSquare.razor
new file mode 100644
index 0000000000..a0ae47366b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightFromSquare.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpTwoRectangles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpTwoRectangles.razor
new file mode 100644
index 0000000000..ef3044a36b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpTwoRectangles.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsMaximize.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsMaximize.razor
new file mode 100644
index 0000000000..808756495b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsMaximize.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRepeat.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRepeat.razor
new file mode 100644
index 0000000000..b318203486
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRepeat.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRotateReverseDot.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRotateReverseDot.razor
new file mode 100644
index 0000000000..246fc49d0b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRotateReverseDot.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor
new file mode 100644
index 0000000000..eef5089571
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAt.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAt.razor
new file mode 100644
index 0000000000..482ef55a38
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAt.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBars.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBars.razor
new file mode 100644
index 0000000000..fc92fbe5a3
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBars.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBell.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBell.razor
new file mode 100644
index 0000000000..aac495ed81
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBell.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndComment.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndComment.razor
new file mode 100644
index 0000000000..8b8aaea4e0
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndComment.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndMessage.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndMessage.razor
new file mode 100644
index 0000000000..d2c4e3958f
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndMessage.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCheck.razor
new file mode 100644
index 0000000000..f2a4dedf4e
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCheck.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCircle.razor
new file mode 100644
index 0000000000..b313ca6884
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCircle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellOn.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellOn.razor
new file mode 100644
index 0000000000..e52003cd0e
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellOn.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellSolidCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellSolidCircle.razor
new file mode 100644
index 0000000000..3176878c07
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellSolidCircle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBlockWithRibbon.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBlockWithRibbon.razor
new file mode 100644
index 0000000000..43217790ef
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBlockWithRibbon.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBoldB.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBoldB.razor
new file mode 100644
index 0000000000..960af21bb4
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBoldB.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBookMagnifyingGlass.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBookMagnifyingGlass.razor
new file mode 100644
index 0000000000..084532099d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBookMagnifyingGlass.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarArrowsRotateReverseDot.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarArrowsRotateReverseDot.razor
new file mode 100644
index 0000000000..3c381819ab
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarArrowsRotateReverseDot.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCheckLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCheckLines.razor
new file mode 100644
index 0000000000..94d5dd1562
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCheckLines.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCircleExclamation.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCircleExclamation.razor
new file mode 100644
index 0000000000..f496bea3fe
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCircleExclamation.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarClock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarClock.razor
new file mode 100644
index 0000000000..9190d5b762
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarClock.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDay.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDay.razor
new file mode 100644
index 0000000000..67eaefa2e1
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDay.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDayOutline.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDayOutline.razor
new file mode 100644
index 0000000000..8873e2cdf9
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDayOutline.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDays.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDays.razor
new file mode 100644
index 0000000000..41c5ca1c0a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDays.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarLines.razor
new file mode 100644
index 0000000000..a179b25979
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarLines.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarRectangle.razor
new file mode 100644
index 0000000000..345939ba35
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarRectangle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarWeek.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarWeek.razor
new file mode 100644
index 0000000000..ffba44053c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarWeek.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalipers.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalipers.razor
new file mode 100644
index 0000000000..3e2cc55d37
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalipers.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCamera.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCamera.razor
new file mode 100644
index 0000000000..14f067208b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCamera.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagram.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagram.razor
new file mode 100644
index 0000000000..f80260b0ad
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagram.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramChildFocus.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramChildFocus.razor
new file mode 100644
index 0000000000..648cb45d1a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramChildFocus.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocus.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocus.razor
new file mode 100644
index 0000000000..018ef92ac0
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocus.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocusTwoChild.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocusTwoChild.razor
new file mode 100644
index 0000000000..525122ed33
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocusTwoChild.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheck.razor
new file mode 100644
index 0000000000..6971758e7a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheck.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor
new file mode 100644
index 0000000000..6ba28f290d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircle.razor
new file mode 100644
index 0000000000..c676eabd4d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleBroken.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleBroken.razor
new file mode 100644
index 0000000000..8f2a0d445b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleBroken.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleCheck.razor
new file mode 100644
index 0000000000..40095b19dc
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleCheck.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleFilled.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleFilled.razor
new file mode 100644
index 0000000000..8898c53fe2
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleFilled.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleMinus.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleMinus.razor
new file mode 100644
index 0000000000..a317e1437f
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleMinus.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCirclePartialBroken.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCirclePartialBroken.razor
new file mode 100644
index 0000000000..93764e7d6b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCirclePartialBroken.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleSlash.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleSlash.razor
new file mode 100644
index 0000000000..3ff38d7c40
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleSlash.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleX.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleX.razor
new file mode 100644
index 0000000000..093766e5e1
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleX.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClipboard.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClipboard.razor
new file mode 100644
index 0000000000..546f0f2e52
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClipboard.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClock.razor
new file mode 100644
index 0000000000..2fa162eeae
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClock.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockCog.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockCog.razor
new file mode 100644
index 0000000000..db3fb82e9d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockCog.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockExclamation.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockExclamation.razor
new file mode 100644
index 0000000000..43f14b7dbe
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockExclamation.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockTriangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockTriangle.razor
new file mode 100644
index 0000000000..87fab5ee6c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockTriangle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClone.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClone.razor
new file mode 100644
index 0000000000..ff5eb468c3
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClone.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloud.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloud.razor
new file mode 100644
index 0000000000..ca89173351
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloud.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudUpload.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudUpload.razor
new file mode 100644
index 0000000000..c8212bce1c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudUpload.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudWithArrow.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudWithArrow.razor
new file mode 100644
index 0000000000..c97e4e0885
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudWithArrow.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCog.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCog.razor
new file mode 100644
index 0000000000..0f3aea3bd0
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCog.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabase.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabase.razor
new file mode 100644
index 0000000000..b2d5045237
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabase.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabaseInset.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabaseInset.razor
new file mode 100644
index 0000000000..ab2d3ee409
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabaseInset.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogSmallCog.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogSmallCog.razor
new file mode 100644
index 0000000000..0aba9485a5
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogSmallCog.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogZoomed.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogZoomed.razor
new file mode 100644
index 0000000000..9e97f779f0
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogZoomed.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComment.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComment.razor
new file mode 100644
index 0000000000..e376352263
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComment.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComputerAndMonitor.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComputerAndMonitor.razor
new file mode 100644
index 0000000000..73890e7bc6
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComputerAndMonitor.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopy.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopy.razor
new file mode 100644
index 0000000000..df781f7aa2
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopy.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopyText.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopyText.razor
new file mode 100644
index 0000000000..79295e9bb2
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopyText.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilder.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilder.razor
new file mode 100644
index 0000000000..5ef6c2734a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilder.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderLegend.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderLegend.razor
new file mode 100644
index 0000000000..315d3005af
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderLegend.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTemplates.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTemplates.razor
new file mode 100644
index 0000000000..dad39a058d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTemplates.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTile.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTile.razor
new file mode 100644
index 0000000000..0d8dd15229
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTile.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabase.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabase.razor
new file mode 100644
index 0000000000..d8bff6630c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabase.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabaseCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabaseCheck.razor
new file mode 100644
index 0000000000..419c680d03
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabaseCheck.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDebug.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDebug.razor
new file mode 100644
index 0000000000..f3d473882f
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDebug.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDesktop.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDesktop.razor
new file mode 100644
index 0000000000..69f804fa27
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDesktop.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDiadem.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDiadem.razor
new file mode 100644
index 0000000000..20808b966c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDiadem.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDonutChart.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDonutChart.razor
new file mode 100644
index 0000000000..0e143ddd73
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDonutChart.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStroke.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStroke.razor
new file mode 100644
index 0000000000..3442081d86
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStroke.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStrokeMeasurement.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStrokeMeasurement.razor
new file mode 100644
index 0000000000..ea69dd8647
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStrokeMeasurement.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownRightFromSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownRightFromSquare.razor
new file mode 100644
index 0000000000..547ccfb491
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownRightFromSquare.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownload.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownload.razor
new file mode 100644
index 0000000000..4e0d23770e
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownload.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconElectronicChipZoomed.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconElectronicChipZoomed.razor
new file mode 100644
index 0000000000..0a9532b559
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconElectronicChipZoomed.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconExclamationMark.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconExclamationMark.razor
new file mode 100644
index 0000000000..ecbe30617b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconExclamationMark.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEye.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEye.razor
new file mode 100644
index 0000000000..832376e1ce
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEye.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor
new file mode 100644
index 0000000000..80fd42ee94
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFancyA.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFancyA.razor
new file mode 100644
index 0000000000..097a34fa01
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFancyA.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFile.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFile.razor
new file mode 100644
index 0000000000..7b7309b969
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFile.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileArrowCurvedRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileArrowCurvedRight.razor
new file mode 100644
index 0000000000..7e1ce4cb09
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileArrowCurvedRight.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileDrawer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileDrawer.razor
new file mode 100644
index 0000000000..d27c39f66a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileDrawer.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileSearch.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileSearch.razor
new file mode 100644
index 0000000000..a82e667abe
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileSearch.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFilter.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFilter.razor
new file mode 100644
index 0000000000..2824eb3b19
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFilter.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDisk.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDisk.razor
new file mode 100644
index 0000000000..c234787634
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDisk.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskCheckmark.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskCheckmark.razor
new file mode 100644
index 0000000000..a56a4df6f9
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskCheckmark.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskPen.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskPen.razor
new file mode 100644
index 0000000000..664a51c754
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskPen.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskStarArrowRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskStarArrowRight.razor
new file mode 100644
index 0000000000..d340e47ce6
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskStarArrowRight.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskThreeDots.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskThreeDots.razor
new file mode 100644
index 0000000000..3ef83b70b1
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskThreeDots.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolder.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolder.razor
new file mode 100644
index 0000000000..e515f8d324
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolder.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolderOpen.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolderOpen.razor
new file mode 100644
index 0000000000..c65ae91ddb
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolderOpen.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForklift.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForklift.razor
new file mode 100644
index 0000000000..b0d6607d64
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForklift.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForwardSlash.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForwardSlash.razor
new file mode 100644
index 0000000000..b60fd6f2a8
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForwardSlash.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFourDotsSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFourDotsSquare.razor
new file mode 100644
index 0000000000..e32ff7c00d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFourDotsSquare.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFunction.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFunction.razor
new file mode 100644
index 0000000000..c6201d188f
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFunction.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGaugeSimple.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGaugeSimple.razor
new file mode 100644
index 0000000000..174169ba63
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGaugeSimple.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridThreeByThree.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridThreeByThree.razor
new file mode 100644
index 0000000000..b99de18bb9
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridThreeByThree.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridTwoByTwo.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridTwoByTwo.razor
new file mode 100644
index 0000000000..c75d6b38e7
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridTwoByTwo.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHammer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHammer.razor
new file mode 100644
index 0000000000..424be57715
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHammer.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHashtag.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHashtag.razor
new file mode 100644
index 0000000000..b92086c6a0
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHashtag.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHome.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHome.razor
new file mode 100644
index 0000000000..3858ffc6a6
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHome.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHorizontalTriangleOutline.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHorizontalTriangleOutline.razor
new file mode 100644
index 0000000000..438dbd6872
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHorizontalTriangleOutline.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHourglass.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHourglass.razor
new file mode 100644
index 0000000000..693d775438
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHourglass.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndent.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndent.razor
new file mode 100644
index 0000000000..cc57137205
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndent.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndeterminantCheckbox.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndeterminantCheckbox.razor
new file mode 100644
index 0000000000..a504b94479
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndeterminantCheckbox.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfo.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfo.razor
new file mode 100644
index 0000000000..0c51118f73
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfo.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfoCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfoCircle.razor
new file mode 100644
index 0000000000..807be3c907
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfoCircle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInwardSquaresThree.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInwardSquaresThree.razor
new file mode 100644
index 0000000000..ab4dc5e729
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInwardSquaresThree.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconItalicI.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconItalicI.razor
new file mode 100644
index 0000000000..ea583c7c65
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconItalicI.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconKey.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconKey.razor
new file mode 100644
index 0000000000..85ed003a53
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconKey.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLaptop.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLaptop.razor
new file mode 100644
index 0000000000..e90b0505ab
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLaptop.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLayerGroup.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLayerGroup.razor
new file mode 100644
index 0000000000..4f5dbdc005
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLayerGroup.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightbulb.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightbulb.razor
new file mode 100644
index 0000000000..d2fb2bab65
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightbulb.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightningBolt.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightningBolt.razor
new file mode 100644
index 0000000000..ba1361bd7a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightningBolt.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLink.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLink.razor
new file mode 100644
index 0000000000..558e718e6d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLink.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLinkCancel.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLinkCancel.razor
new file mode 100644
index 0000000000..6516492d80
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLinkCancel.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconList.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconList.razor
new file mode 100644
index 0000000000..e21d74b95d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconList.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTree.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTree.razor
new file mode 100644
index 0000000000..bc5b94daf0
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTree.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTreeDatabase.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTreeDatabase.razor
new file mode 100644
index 0000000000..b7489e9a94
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTreeDatabase.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLock.razor
new file mode 100644
index 0000000000..b3bcf270cd
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLock.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMagnifyingGlass.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMagnifyingGlass.razor
new file mode 100644
index 0000000000..2ddfa3fbfc
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMagnifyingGlass.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor
new file mode 100644
index 0000000000..1d24df29fd
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessage.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessage.razor
new file mode 100644
index 0000000000..032e150747
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessage.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessageBot.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessageBot.razor
new file mode 100644
index 0000000000..e928e10ed7
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessageBot.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessagesSparkle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessagesSparkle.razor
new file mode 100644
index 0000000000..fa9ca83bde
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessagesSparkle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMicrophone.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMicrophone.razor
new file mode 100644
index 0000000000..5502b89e46
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMicrophone.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinus.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinus.razor
new file mode 100644
index 0000000000..5e1d6a969c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinus.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinusWide.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinusWide.razor
new file mode 100644
index 0000000000..b8345c109f
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinusWide.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMobile.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMobile.razor
new file mode 100644
index 0000000000..b0029e010b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMobile.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMountainSun.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMountainSun.razor
new file mode 100644
index 0000000000..a7287445d8
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMountainSun.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNi.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNi.razor
new file mode 100644
index 0000000000..19c141f75c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNi.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNotebook.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNotebook.razor
new file mode 100644
index 0000000000..f94c4f0d75
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNotebook.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNumberList.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNumberList.razor
new file mode 100644
index 0000000000..9fb202998a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNumberList.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutdent.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutdent.razor
new file mode 100644
index 0000000000..0d81e7c91a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutdent.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutwardSquaresThree.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutwardSquaresThree.razor
new file mode 100644
index 0000000000..6ac3f300d0
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutwardSquaresThree.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperPlane.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperPlane.razor
new file mode 100644
index 0000000000..2db11e922e
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperPlane.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperclip.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperclip.razor
new file mode 100644
index 0000000000..cdda8d2942
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperclip.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaste.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaste.razor
new file mode 100644
index 0000000000..ea9055a1c3
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaste.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPause.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPause.razor
new file mode 100644
index 0000000000..0b581eaeff
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPause.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencil.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencil.razor
new file mode 100644
index 0000000000..2e281e3bde
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencil.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencilToRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencilToRectangle.razor
new file mode 100644
index 0000000000..8345da01a9
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencilToRectangle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPlay.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPlay.razor
new file mode 100644
index 0000000000..29d635f4bc
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPlay.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPotWithLid.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPotWithLid.razor
new file mode 100644
index 0000000000..80ca78d173
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPotWithLid.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPrint.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPrint.razor
new file mode 100644
index 0000000000..37e27b9260
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPrint.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQrcodeRead.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQrcodeRead.razor
new file mode 100644
index 0000000000..3bcf50a37a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQrcodeRead.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQuestion.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQuestion.razor
new file mode 100644
index 0000000000..d00ed5ef77
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQuestion.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleCheckLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleCheckLines.razor
new file mode 100644
index 0000000000..df5a788ef7
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleCheckLines.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleLines.razor
new file mode 100644
index 0000000000..20e64b86ed
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleLines.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRunningArrow.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRunningArrow.razor
new file mode 100644
index 0000000000..7926f0a733
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRunningArrow.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScannerGun.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScannerGun.razor
new file mode 100644
index 0000000000..490a2d3b97
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScannerGun.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLines.razor
new file mode 100644
index 0000000000..db2bba50b7
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLines.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLinesCalendar.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLinesCalendar.razor
new file mode 100644
index 0000000000..3d31e7546b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLinesCalendar.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconServer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconServer.razor
new file mode 100644
index 0000000000..750ffe40b8
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconServer.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShareNodes.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShareNodes.razor
new file mode 100644
index 0000000000..5223cb5500
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShareNodes.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldCheck.razor
new file mode 100644
index 0000000000..bb3ec7b27c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldCheck.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldXmark.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldXmark.razor
new file mode 100644
index 0000000000..b8af3cfd73
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldXmark.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSignalBars.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSignalBars.razor
new file mode 100644
index 0000000000..85bc4d9046
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSignalBars.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSineGraph.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSineGraph.razor
new file mode 100644
index 0000000000..18a24a8209
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSineGraph.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSkipArrow.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSkipArrow.razor
new file mode 100644
index 0000000000..3db891c954
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSkipArrow.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkleSwirls.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkleSwirls.razor
new file mode 100644
index 0000000000..83eba73a63
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkleSwirls.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkles.razor
new file mode 100644
index 0000000000..c6b89288ae
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkles.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSpinner.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSpinner.razor
new file mode 100644
index 0000000000..484a50ea33
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSpinner.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareCheck.razor
new file mode 100644
index 0000000000..599f761baf
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareCheck.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareListCog.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareListCog.razor
new file mode 100644
index 0000000000..f09e9c74fb
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareListCog.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareT.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareT.razor
new file mode 100644
index 0000000000..2ae1475c93
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareT.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareX.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareX.razor
new file mode 100644
index 0000000000..0121d5480d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareX.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStar8Point.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStar8Point.razor
new file mode 100644
index 0000000000..83e8059e5a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStar8Point.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStopSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStopSquare.razor
new file mode 100644
index 0000000000..bf1de12df8
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStopSquare.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSystemlink.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSystemlink.razor
new file mode 100644
index 0000000000..57a543af59
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSystemlink.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconT.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconT.razor
new file mode 100644
index 0000000000..16256ff68c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconT.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTablet.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTablet.razor
new file mode 100644
index 0000000000..b8b04b1b5e
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTablet.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTag.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTag.razor
new file mode 100644
index 0000000000..4e0a96dc94
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTag.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTags.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTags.razor
new file mode 100644
index 0000000000..3d2c8fe051
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTags.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairs.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairs.razor
new file mode 100644
index 0000000000..85aeca0ddc
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairs.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairsProgress.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairsProgress.razor
new file mode 100644
index 0000000000..378d90e78d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairsProgress.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeCirclesAscendingContainer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeCirclesAscendingContainer.razor
new file mode 100644
index 0000000000..4da29968d1
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeCirclesAscendingContainer.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeDotsLine.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeDotsLine.razor
new file mode 100644
index 0000000000..baad7bd0f5
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeDotsLine.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeVerticalLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeVerticalLines.razor
new file mode 100644
index 0000000000..49c312a695
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeVerticalLines.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbDown.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbDown.razor
new file mode 100644
index 0000000000..81601ffc9d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbDown.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor
new file mode 100644
index 0000000000..9af79d87bf
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbtack.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbtack.razor
new file mode 100644
index 0000000000..874d1d64e6
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbtack.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTileSize.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTileSize.razor
new file mode 100644
index 0000000000..2a4af0fde8
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTileSize.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTimes.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTimes.razor
new file mode 100644
index 0000000000..ee83685963
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTimes.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrash.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrash.razor
new file mode 100644
index 0000000000..54cfc0ad5e
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrash.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangle.razor
new file mode 100644
index 0000000000..986ce4b25d
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleFilled.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleFilled.razor
new file mode 100644
index 0000000000..8f137b07bb
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleFilled.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleTwoLinesHorizontal.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleTwoLinesHorizontal.razor
new file mode 100644
index 0000000000..02b3fd4b03
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleTwoLinesHorizontal.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrueFalseRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrueFalseRectangle.razor
new file mode 100644
index 0000000000..ec275d8a5a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrueFalseRectangle.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoSquaresInBrackets.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoSquaresInBrackets.razor
new file mode 100644
index 0000000000..82e50dced5
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoSquaresInBrackets.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoTrianglesBetweenLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoTrianglesBetweenLines.razor
new file mode 100644
index 0000000000..a1ef53a705
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoTrianglesBetweenLines.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlink.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlink.razor
new file mode 100644
index 0000000000..7eb179834b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlink.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlock.razor
new file mode 100644
index 0000000000..03333de298
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlock.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpRightFromSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpRightFromSquare.razor
new file mode 100644
index 0000000000..46fd29a0c0
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpRightFromSquare.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpload.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpload.razor
new file mode 100644
index 0000000000..740ad83274
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpload.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUser.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUser.razor
new file mode 100644
index 0000000000..e5c3d0fc1b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUser.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWatch.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWatch.razor
new file mode 100644
index 0000000000..cf0136c39a
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWatch.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWaveform.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWaveform.razor
new file mode 100644
index 0000000000..a2421999f2
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWaveform.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviCustom.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviCustom.razor
new file mode 100644
index 0000000000..2c2b35bc47
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviCustom.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviHost.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviHost.razor
new file mode 100644
index 0000000000..c558999e4c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviHost.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowCode.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowCode.razor
new file mode 100644
index 0000000000..1c9798d455
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowCode.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowDock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowDock.razor
new file mode 100644
index 0000000000..b818c7718b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowDock.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowRestore.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowRestore.razor
new file mode 100644
index 0000000000..1c31e8f01b
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowRestore.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowText.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowText.razor
new file mode 100644
index 0000000000..941a6cdf8c
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowText.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWrenchHammer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWrenchHammer.razor
new file mode 100644
index 0000000000..8018f55bc9
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWrenchHammer.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmark.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmark.razor
new file mode 100644
index 0000000000..ca11e06e7e
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmark.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmarkCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmarkCheck.razor
new file mode 100644
index 0000000000..0b7b0629f0
--- /dev/null
+++ b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmarkCheck.razor
@@ -0,0 +1,10 @@
+@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
+ // See generation source in blazor-workspace/build/generate-icons *@
+
+@namespace NationalInstruments.NimbleBlazor
+@inherits NimbleIconBase
+
+
+
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/LabelProviderCore/NimbleLabelProviderCore.razor b/packages/blazor-workspace/NimbleBlazor/Source/LabelProviderCore/NimbleLabelProviderCore.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/LabelProviderCore/NimbleLabelProviderCore.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/LabelProviderCore/NimbleLabelProviderCore.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/LabelProviderCore/NimbleLabelProviderCore.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/LabelProviderCore/NimbleLabelProviderCore.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/LabelProviderCore/NimbleLabelProviderCore.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/LabelProviderCore/NimbleLabelProviderCore.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/LabelProviderTable/NimbleLabelProviderTable.razor b/packages/blazor-workspace/NimbleBlazor/Source/LabelProviderTable/NimbleLabelProviderTable.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/LabelProviderTable/NimbleLabelProviderTable.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/LabelProviderTable/NimbleLabelProviderTable.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/LabelProviderTable/NimbleLabelProviderTable.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/LabelProviderTable/NimbleLabelProviderTable.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/LabelProviderTable/NimbleLabelProviderTable.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/LabelProviderTable/NimbleLabelProviderTable.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ListOption/NimbleListOption.razor b/packages/blazor-workspace/NimbleBlazor/Source/ListOption/NimbleListOption.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ListOption/NimbleListOption.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/ListOption/NimbleListOption.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ListOption/NimbleListOption.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/ListOption/NimbleListOption.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ListOption/NimbleListOption.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/ListOption/NimbleListOption.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ListOptionGroup/NimbleListOptionGroup.razor b/packages/blazor-workspace/NimbleBlazor/Source/ListOptionGroup/NimbleListOptionGroup.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ListOptionGroup/NimbleListOptionGroup.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/ListOptionGroup/NimbleListOptionGroup.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ListOptionGroup/NimbleListOptionGroup.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/ListOptionGroup/NimbleListOptionGroup.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ListOptionGroup/NimbleListOptionGroup.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/ListOptionGroup/NimbleListOptionGroup.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingEmpty/NimbleMappingEmpty.razor b/packages/blazor-workspace/NimbleBlazor/Source/Mapping/Empty/NimbleMappingEmpty.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingEmpty/NimbleMappingEmpty.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Mapping/Empty/NimbleMappingEmpty.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingEmpty/NimbleMappingEmpty.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Mapping/Empty/NimbleMappingEmpty.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingEmpty/NimbleMappingEmpty.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Mapping/Empty/NimbleMappingEmpty.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingIcon/NimbleMappingIcon.razor b/packages/blazor-workspace/NimbleBlazor/Source/Mapping/Icon/NimbleMappingIcon.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingIcon/NimbleMappingIcon.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Mapping/Icon/NimbleMappingIcon.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingIcon/NimbleMappingIcon.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Mapping/Icon/NimbleMappingIcon.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingIcon/NimbleMappingIcon.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Mapping/Icon/NimbleMappingIcon.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Mapping/NimbleMappingBase.cs b/packages/blazor-workspace/NimbleBlazor/Source/Mapping/NimbleMappingBase.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Mapping/NimbleMappingBase.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Mapping/NimbleMappingBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingSpinner/NimbleMappingSpinner.razor b/packages/blazor-workspace/NimbleBlazor/Source/Mapping/Spinner/NimbleMappingSpinner.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingSpinner/NimbleMappingSpinner.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Mapping/Spinner/NimbleMappingSpinner.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingSpinner/NimbleMappingSpinner.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Mapping/Spinner/NimbleMappingSpinner.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingSpinner/NimbleMappingSpinner.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Mapping/Spinner/NimbleMappingSpinner.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingText/NimbleMappingText.razor b/packages/blazor-workspace/NimbleBlazor/Source/Mapping/Text/NimbleMappingText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingText/NimbleMappingText.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Mapping/Text/NimbleMappingText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingText/NimbleMappingText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Mapping/Text/NimbleMappingText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Mapping/MappingText/NimbleMappingText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Mapping/Text/NimbleMappingText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Menu/NimbleMenu.razor b/packages/blazor-workspace/NimbleBlazor/Source/Menu/NimbleMenu.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Menu/NimbleMenu.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Menu/NimbleMenu.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Menu/NimbleMenu.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Menu/NimbleMenu.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Menu/NimbleMenu.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Menu/NimbleMenu.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/MenuButton/MenuButtonPosition.cs b/packages/blazor-workspace/NimbleBlazor/Source/MenuButton/MenuButtonPosition.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/MenuButton/MenuButtonPosition.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/MenuButton/MenuButtonPosition.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/MenuButton/NimbleMenuButton.razor b/packages/blazor-workspace/NimbleBlazor/Source/MenuButton/NimbleMenuButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/MenuButton/NimbleMenuButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/MenuButton/NimbleMenuButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/MenuButton/NimbleMenuButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/MenuButton/NimbleMenuButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/MenuButton/NimbleMenuButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/MenuButton/NimbleMenuButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/MenuItem/NimbleMenuItem.razor b/packages/blazor-workspace/NimbleBlazor/Source/MenuItem/NimbleMenuItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/MenuItem/NimbleMenuItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/MenuItem/NimbleMenuItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/MenuItem/NimbleMenuItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/MenuItem/NimbleMenuItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/MenuItem/NimbleMenuItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/MenuItem/NimbleMenuItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NumberField/NimbleNumberField.razor b/packages/blazor-workspace/NimbleBlazor/Source/NumberField/NimbleNumberField.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NumberField/NimbleNumberField.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/NumberField/NimbleNumberField.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NumberField/NimbleNumberField.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/NumberField/NimbleNumberField.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NumberField/NimbleNumberField.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/NumberField/NimbleNumberField.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/NumberField/NumberFieldAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Source/NumberField/NumberFieldAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/NumberField/NumberFieldAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/NumberField/NumberFieldAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/AnchorAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/AnchorAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/AnchorAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/AnchorAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/AttributeHelpers.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/AttributeHelpers.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/AttributeHelpers.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/AttributeHelpers.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/BindAttributes.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/BindAttributes.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/BindAttributes.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/BindAttributes.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/DropdownAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/Dropdown/DropdownAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/DropdownAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/Dropdown/DropdownAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/NimbleOptionContext.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/Dropdown/NimbleOptionContext.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/NimbleOptionContext.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/Dropdown/NimbleOptionContext.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/Position.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/Dropdown/Position.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/Dropdown/Position.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/Dropdown/Position.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/EventHandlers.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/EventHandlers.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/EventHandlers.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/EventHandlers.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/IconSeverity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/IconSeverity.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/IconSeverity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleAnchorBase.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/NimbleAnchorBase.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleAnchorBase.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/NimbleAnchorBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/NimbleIconBase.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleIconBase.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/NimbleIconBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleInputBase.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/NimbleInputBase.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/NimbleInputBase.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/NimbleInputBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Patterns/UnsafeEnumExtensions.cs b/packages/blazor-workspace/NimbleBlazor/Source/Patterns/UnsafeEnumExtensions.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Patterns/UnsafeEnumExtensions.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Patterns/UnsafeEnumExtensions.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Radio/NimbleRadio.razor b/packages/blazor-workspace/NimbleBlazor/Source/Radio/NimbleRadio.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Radio/NimbleRadio.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Radio/NimbleRadio.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Radio/NimbleRadio.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Radio/NimbleRadio.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Radio/NimbleRadio.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Radio/NimbleRadio.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/NimbleRadioGroup.razor b/packages/blazor-workspace/NimbleBlazor/Source/RadioGroup/NimbleRadioGroup.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/NimbleRadioGroup.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/RadioGroup/NimbleRadioGroup.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/NimbleRadioGroup.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/RadioGroup/NimbleRadioGroup.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/NimbleRadioGroup.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/RadioGroup/NimbleRadioGroup.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/Orientation.cs b/packages/blazor-workspace/NimbleBlazor/Source/RadioGroup/Orientation.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/RadioGroup/Orientation.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/RadioGroup/Orientation.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor b/packages/blazor-workspace/NimbleBlazor/Source/RichTextViewer/NimbleRichTextViewer.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/RichTextViewer/NimbleRichTextViewer.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/RichTextViewer/NimbleRichTextViewer.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/RichTextViewer/NimbleRichTextViewer.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/RichTextViewer/NimbleRichTextViewer.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Select/FilterMode.cs b/packages/blazor-workspace/NimbleBlazor/Source/Select/FilterMode.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Select/FilterMode.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Select/FilterMode.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Select/NimbleSelect.razor b/packages/blazor-workspace/NimbleBlazor/Source/Select/NimbleSelect.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Select/NimbleSelect.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Select/NimbleSelect.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Select/NimbleSelect.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Select/NimbleSelect.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Select/NimbleSelect.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Select/NimbleSelect.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Spinner/NimbleSpinner.razor b/packages/blazor-workspace/NimbleBlazor/Source/Spinner/NimbleSpinner.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Spinner/NimbleSpinner.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Spinner/NimbleSpinner.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Spinner/NimbleSpinner.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Spinner/NimbleSpinner.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Spinner/NimbleSpinner.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Spinner/NimbleSpinner.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Spinner/SpinnerAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Source/Spinner/SpinnerAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Spinner/SpinnerAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Spinner/SpinnerAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Switch/NimbleSwitch.razor b/packages/blazor-workspace/NimbleBlazor/Source/Switch/NimbleSwitch.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Switch/NimbleSwitch.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Switch/NimbleSwitch.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Switch/NimbleSwitch.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Switch/NimbleSwitch.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Switch/NimbleSwitch.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Switch/NimbleSwitch.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Tab/NimbleTab.razor b/packages/blazor-workspace/NimbleBlazor/Source/Tab/NimbleTab.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Tab/NimbleTab.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Tab/NimbleTab.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Tab/NimbleTab.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Tab/NimbleTab.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Tab/NimbleTab.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Tab/NimbleTab.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TabPanel/NimbleTabPanel.razor b/packages/blazor-workspace/NimbleBlazor/Source/TabPanel/NimbleTabPanel.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TabPanel/NimbleTabPanel.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TabPanel/NimbleTabPanel.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TabPanel/NimbleTabPanel.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TabPanel/NimbleTabPanel.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TabPanel/NimbleTabPanel.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TabPanel/NimbleTabPanel.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/NimbleTable.razor b/packages/blazor-workspace/NimbleBlazor/Source/Table/NimbleTable.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/NimbleTable.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/NimbleTable.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/NimbleTable.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Table/NimbleTable.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/NimbleTable.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/NimbleTable.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/TableColumnSortDirection.cs b/packages/blazor-workspace/NimbleBlazor/Source/Table/TableColumnSortDirection.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/TableColumnSortDirection.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/TableColumnSortDirection.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/TableColumnSortDirectionConverter.cs b/packages/blazor-workspace/NimbleBlazor/Source/Table/TableColumnSortDirectionConverter.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/TableColumnSortDirectionConverter.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/TableColumnSortDirectionConverter.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/TableHierarchyOptions.cs b/packages/blazor-workspace/NimbleBlazor/Source/Table/TableHierarchyOptions.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/TableHierarchyOptions.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/TableHierarchyOptions.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/TableRecordDelayedHierarchyState.cs b/packages/blazor-workspace/NimbleBlazor/Source/Table/TableRecordDelayedHierarchyState.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/TableRecordDelayedHierarchyState.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/TableRecordDelayedHierarchyState.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/TableRecordDelayedHierarchyStateConverter.cs b/packages/blazor-workspace/NimbleBlazor/Source/Table/TableRecordDelayedHierarchyStateConverter.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/TableRecordDelayedHierarchyStateConverter.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/TableRecordDelayedHierarchyStateConverter.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/TableRowSelectionMode.cs b/packages/blazor-workspace/NimbleBlazor/Source/Table/TableRowSelectionMode.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/TableRowSelectionMode.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/TableRowSelectionMode.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/TableSetRecordHierarchyOptions.cs b/packages/blazor-workspace/NimbleBlazor/Source/Table/TableSetRecordHierarchyOptions.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/TableSetRecordHierarchyOptions.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/TableSetRecordHierarchyOptions.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Table/TableValidity.cs b/packages/blazor-workspace/NimbleBlazor/Source/Table/TableValidity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Table/TableValidity.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Table/TableValidity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnAnchor/NimbleTableColumnAnchor.razor b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Anchor/NimbleTableColumnAnchor.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnAnchor/NimbleTableColumnAnchor.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Anchor/NimbleTableColumnAnchor.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnAnchor/NimbleTableColumnAnchor.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Anchor/NimbleTableColumnAnchor.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnAnchor/NimbleTableColumnAnchor.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Anchor/NimbleTableColumnAnchor.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/DateTextColumnTypes.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DateText/DateTextColumnTypes.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/DateTextColumnTypes.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DateText/DateTextColumnTypes.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/NimbleTableColumnDateText.razor b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DateText/NimbleTableColumnDateText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/NimbleTableColumnDateText.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DateText/NimbleTableColumnDateText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/NimbleTableColumnDateText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DateText/NimbleTableColumnDateText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDateText/NimbleTableColumnDateText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DateText/NimbleTableColumnDateText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDurationText/NimbleTableColumnDurationText.razor b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DurationText/NimbleTableColumnDurationText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDurationText/NimbleTableColumnDurationText.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DurationText/NimbleTableColumnDurationText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDurationText/NimbleTableColumnDurationText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DurationText/NimbleTableColumnDurationText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnDurationText/NimbleTableColumnDurationText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/DurationText/NimbleTableColumnDurationText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/ICustomSortOrderColumn.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/ICustomSortOrderColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/ICustomSortOrderColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/ICustomSortOrderColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/IFractionalWidthColumn.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/IFractionalWidthColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/IFractionalWidthColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/IFractionalWidthColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/IGroupableColumn.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/IGroupableColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/IGroupableColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/IGroupableColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/ISortableColumn.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/ISortableColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/ISortableColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/ISortableColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/MappingColumnTypes.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Mapping/MappingColumnTypes.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/MappingColumnTypes.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Mapping/MappingColumnTypes.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/NimbleTableColumnMapping.razor b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Mapping/NimbleTableColumnMapping.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/NimbleTableColumnMapping.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Mapping/NimbleTableColumnMapping.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/NimbleTableColumnMapping.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Mapping/NimbleTableColumnMapping.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMapping/NimbleTableColumnMapping.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Mapping/NimbleTableColumnMapping.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMenuButton/NimbleTableColumnMenuButton.razor b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/MenuButton/NimbleTableColumnMenuButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMenuButton/NimbleTableColumnMenuButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/MenuButton/NimbleTableColumnMenuButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMenuButton/NimbleTableColumnMenuButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/MenuButton/NimbleTableColumnMenuButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnMenuButton/NimbleTableColumnMenuButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/MenuButton/NimbleTableColumnMenuButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleFractionalTableColumn.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NimbleFractionalTableColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleFractionalTableColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NimbleFractionalTableColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleTableColumn.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NimbleTableColumn.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleTableColumn.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NimbleTableColumn.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleTableColumnEnumBase.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NimbleTableColumnEnumBase.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/NimbleTableColumnEnumBase.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NimbleTableColumnEnumBase.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NimbleTableColumnNumberText.razor b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NumberText/NimbleTableColumnNumberText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NimbleTableColumnNumberText.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NumberText/NimbleTableColumnNumberText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NimbleTableColumnNumberText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NumberText/NimbleTableColumnNumberText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NimbleTableColumnNumberText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NumberText/NimbleTableColumnNumberText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NumberTextColumnTypes.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NumberText/NumberTextColumnTypes.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnNumberText/NumberTextColumnTypes.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/NumberText/NumberTextColumnTypes.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnText/NimbleTableColumnText.razor b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Text/NimbleTableColumnText.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnText/NimbleTableColumnText.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Text/NimbleTableColumnText.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnText/NimbleTableColumnText.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Text/NimbleTableColumnText.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TableColumn/TableColumnText/NimbleTableColumnText.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TableColumn/Text/NimbleTableColumnText.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Tabs/NimbleTabs.razor b/packages/blazor-workspace/NimbleBlazor/Source/Tabs/NimbleTabs.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Tabs/NimbleTabs.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Tabs/NimbleTabs.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Tabs/NimbleTabs.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Tabs/NimbleTabs.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Tabs/NimbleTabs.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Tabs/NimbleTabs.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TabsToolbar/NimbleTabsToolbar.razor b/packages/blazor-workspace/NimbleBlazor/Source/TabsToolbar/NimbleTabsToolbar.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TabsToolbar/NimbleTabsToolbar.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TabsToolbar/NimbleTabsToolbar.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TabsToolbar/NimbleTabsToolbar.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TabsToolbar/NimbleTabsToolbar.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TabsToolbar/NimbleTabsToolbar.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TabsToolbar/NimbleTabsToolbar.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TextArea/NimbleTextArea.razor b/packages/blazor-workspace/NimbleBlazor/Source/TextArea/NimbleTextArea.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TextArea/NimbleTextArea.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TextArea/NimbleTextArea.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TextArea/NimbleTextArea.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TextArea/NimbleTextArea.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TextArea/NimbleTextArea.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TextArea/NimbleTextArea.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TextArea/TextAreaAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Source/TextArea/TextAreaAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TextArea/TextAreaAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TextArea/TextAreaAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TextArea/TextAreaResize.cs b/packages/blazor-workspace/NimbleBlazor/Source/TextArea/TextAreaResize.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TextArea/TextAreaResize.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TextArea/TextAreaResize.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TextField/NimbleTextField.razor b/packages/blazor-workspace/NimbleBlazor/Source/TextField/NimbleTextField.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TextField/NimbleTextField.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TextField/NimbleTextField.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TextField/NimbleTextField.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TextField/NimbleTextField.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TextField/NimbleTextField.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TextField/NimbleTextField.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TextField/TextFieldAppearance.cs b/packages/blazor-workspace/NimbleBlazor/Source/TextField/TextFieldAppearance.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TextField/TextFieldAppearance.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TextField/TextFieldAppearance.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TextField/TextFieldType.cs b/packages/blazor-workspace/NimbleBlazor/Source/TextField/TextFieldType.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TextField/TextFieldType.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TextField/TextFieldType.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/Direction.cs b/packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/Direction.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/Direction.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/Direction.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/NimbleThemeProvider.razor b/packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/NimbleThemeProvider.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/NimbleThemeProvider.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/NimbleThemeProvider.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/NimbleThemeProvider.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/NimbleThemeProvider.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/NimbleThemeProvider.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/NimbleThemeProvider.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/Theme.cs b/packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/Theme.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/Theme.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/Theme.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/ThemeProviderValidity.cs b/packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/ThemeProviderValidity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ThemeProvider/ThemeProviderValidity.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/ThemeProvider/ThemeProviderValidity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ToggleButton/NimbleToggleButton.razor b/packages/blazor-workspace/NimbleBlazor/Source/ToggleButton/NimbleToggleButton.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ToggleButton/NimbleToggleButton.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/ToggleButton/NimbleToggleButton.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/ToggleButton/NimbleToggleButton.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/ToggleButton/NimbleToggleButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/ToggleButton/NimbleToggleButton.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/ToggleButton/NimbleToggleButton.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Toolbar/NimbleToolbar.razor b/packages/blazor-workspace/NimbleBlazor/Source/Toolbar/NimbleToolbar.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Toolbar/NimbleToolbar.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Toolbar/NimbleToolbar.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Toolbar/NimbleToolbar.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Toolbar/NimbleToolbar.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Toolbar/NimbleToolbar.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Toolbar/NimbleToolbar.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Tooltip/NimbleTooltip.razor b/packages/blazor-workspace/NimbleBlazor/Source/Tooltip/NimbleTooltip.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Tooltip/NimbleTooltip.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Tooltip/NimbleTooltip.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Tooltip/NimbleTooltip.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Tooltip/NimbleTooltip.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Tooltip/NimbleTooltip.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Tooltip/NimbleTooltip.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Tooltip/TooltipSeverity.cs b/packages/blazor-workspace/NimbleBlazor/Source/Tooltip/TooltipSeverity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Tooltip/TooltipSeverity.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Tooltip/TooltipSeverity.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TreeItem/NimbleTreeItem.razor b/packages/blazor-workspace/NimbleBlazor/Source/TreeItem/NimbleTreeItem.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TreeItem/NimbleTreeItem.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TreeItem/NimbleTreeItem.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TreeItem/NimbleTreeItem.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TreeItem/NimbleTreeItem.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TreeItem/NimbleTreeItem.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TreeItem/NimbleTreeItem.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TreeView/NimbleTreeView.razor b/packages/blazor-workspace/NimbleBlazor/Source/TreeView/NimbleTreeView.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TreeView/NimbleTreeView.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/TreeView/NimbleTreeView.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TreeView/NimbleTreeView.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/TreeView/NimbleTreeView.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TreeView/NimbleTreeView.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TreeView/NimbleTreeView.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/TreeView/SelectionMode.cs b/packages/blazor-workspace/NimbleBlazor/Source/TreeView/SelectionMode.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/TreeView/SelectionMode.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/TreeView/SelectionMode.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitByte/NimbleUnitByte.razor b/packages/blazor-workspace/NimbleBlazor/Source/Unit/Byte/NimbleUnitByte.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitByte/NimbleUnitByte.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Unit/Byte/NimbleUnitByte.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitByte/NimbleUnitByte.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Unit/Byte/NimbleUnitByte.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitByte/NimbleUnitByte.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Unit/Byte/NimbleUnitByte.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitCelsius/NimbleUnitCelsius.razor b/packages/blazor-workspace/NimbleBlazor/Source/Unit/Celsius/NimbleUnitCelsius.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitCelsius/NimbleUnitCelsius.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Unit/Celsius/NimbleUnitCelsius.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitCelsius/NimbleUnitCelsius.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Unit/Celsius/NimbleUnitCelsius.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitCelsius/NimbleUnitCelsius.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Unit/Celsius/NimbleUnitCelsius.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitFahrenheit/NimbleUnitFahrenheit.razor b/packages/blazor-workspace/NimbleBlazor/Source/Unit/Fahrenheit/NimbleUnitFahrenheit.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitFahrenheit/NimbleUnitFahrenheit.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Unit/Fahrenheit/NimbleUnitFahrenheit.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitFahrenheit/NimbleUnitFahrenheit.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Unit/Fahrenheit/NimbleUnitFahrenheit.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitFahrenheit/NimbleUnitFahrenheit.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Unit/Fahrenheit/NimbleUnitFahrenheit.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitVolt/NimbleUnitVolt.razor b/packages/blazor-workspace/NimbleBlazor/Source/Unit/Volt/NimbleUnitVolt.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitVolt/NimbleUnitVolt.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/Unit/Volt/NimbleUnitVolt.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitVolt/NimbleUnitVolt.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/Unit/Volt/NimbleUnitVolt.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/Unit/UnitVolt/NimbleUnitVolt.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/Unit/Volt/NimbleUnitVolt.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/NimbleWaferMap.razor b/packages/blazor-workspace/NimbleBlazor/Source/WaferMap/NimbleWaferMap.razor
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/WaferMap/NimbleWaferMap.razor
rename to packages/blazor-workspace/NimbleBlazor/Source/WaferMap/NimbleWaferMap.razor
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/NimbleWaferMap.razor.cs b/packages/blazor-workspace/NimbleBlazor/Source/WaferMap/NimbleWaferMap.razor.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/WaferMap/NimbleWaferMap.razor.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/WaferMap/NimbleWaferMap.razor.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapColorScale.cs b/packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapColorScale.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapColorScale.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapColorScale.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapColorScaleMode.cs b/packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapColorScaleMode.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapColorScaleMode.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapColorScaleMode.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapDie.cs b/packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapDie.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapDie.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapDie.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapOrientation.cs b/packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapOrientation.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapOrientation.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapOrientation.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapOriginLocation.cs b/packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapOriginLocation.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapOriginLocation.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapOriginLocation.cs
diff --git a/packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapValidity.cs b/packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapValidity.cs
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/Components/WaferMap/WaferMapValidity.cs
rename to packages/blazor-workspace/NimbleBlazor/Source/WaferMap/WaferMapValidity.cs
diff --git a/packages/blazor-workspace/OkBlazor/Components/Button/OkButton.razor b/packages/blazor-workspace/OkBlazor/Source/Button/OkButton.razor
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/Components/Button/OkButton.razor
rename to packages/blazor-workspace/OkBlazor/Source/Button/OkButton.razor
diff --git a/packages/blazor-workspace/OkBlazor/Components/Button/OkButton.razor.cs b/packages/blazor-workspace/OkBlazor/Source/Button/OkButton.razor.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/Components/Button/OkButton.razor.cs
rename to packages/blazor-workspace/OkBlazor/Source/Button/OkButton.razor.cs
diff --git a/packages/blazor-workspace/OkBlazor/Components/IconDynamic/OkIconDynamic.cs b/packages/blazor-workspace/OkBlazor/Source/IconDynamic/OkIconDynamic.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/Components/IconDynamic/OkIconDynamic.cs
rename to packages/blazor-workspace/OkBlazor/Source/IconDynamic/OkIconDynamic.cs
diff --git a/packages/blazor-workspace/OkBlazor/Components/Patterns/AttributeHelpers.cs b/packages/blazor-workspace/OkBlazor/Source/Patterns/AttributeHelpers.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/Components/Patterns/AttributeHelpers.cs
rename to packages/blazor-workspace/OkBlazor/Source/Patterns/AttributeHelpers.cs
diff --git a/packages/blazor-workspace/OkBlazor/Components/Patterns/EventHandlers.cs b/packages/blazor-workspace/OkBlazor/Source/Patterns/EventHandlers.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/Components/Patterns/EventHandlers.cs
rename to packages/blazor-workspace/OkBlazor/Source/Patterns/EventHandlers.cs
diff --git a/packages/blazor-workspace/OkBlazor/Components/Patterns/UnsafeEnumExtensions.cs b/packages/blazor-workspace/OkBlazor/Source/Patterns/UnsafeEnumExtensions.cs
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/Components/Patterns/UnsafeEnumExtensions.cs
rename to packages/blazor-workspace/OkBlazor/Source/Patterns/UnsafeEnumExtensions.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageType.cs b/packages/blazor-workspace/SprightBlazor/Source/Chat/ChatMessageType.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageType.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/ChatMessageType.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor b/packages/blazor-workspace/SprightBlazor/Source/Chat/Conversation/SprightChatConversation.razor
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/Conversation/SprightChatConversation.razor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor.cs b/packages/blazor-workspace/SprightBlazor/Source/Chat/Conversation/SprightChatConversation.razor.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatConversation/SprightChatConversation.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/Conversation/SprightChatConversation.razor.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatInput/SprightChatInput.razor b/packages/blazor-workspace/SprightBlazor/Source/Chat/Input/SprightChatInput.razor
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatInput/SprightChatInput.razor
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/Input/SprightChatInput.razor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatInput/SprightChatInput.razor.cs b/packages/blazor-workspace/SprightBlazor/Source/Chat/Input/SprightChatInput.razor.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatInput/SprightChatInput.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/Input/SprightChatInput.razor.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor b/packages/blazor-workspace/SprightBlazor/Source/Chat/Message/SprightChatMessage.razor
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/Message/SprightChatMessage.razor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor.cs b/packages/blazor-workspace/SprightBlazor/Source/Chat/Message/SprightChatMessage.razor.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessage/SprightChatMessage.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/Message/SprightChatMessage.razor.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor b/packages/blazor-workspace/SprightBlazor/Source/Chat/MessageInbound/SprightChatMessageInbound.razor
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/MessageInbound/SprightChatMessageInbound.razor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor.cs b/packages/blazor-workspace/SprightBlazor/Source/Chat/MessageInbound/SprightChatMessageInbound.razor.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageInbound/SprightChatMessageInbound.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/MessageInbound/SprightChatMessageInbound.razor.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor b/packages/blazor-workspace/SprightBlazor/Source/Chat/MessageOutbound/SprightChatMessageOutbound.razor
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/MessageOutbound/SprightChatMessageOutbound.razor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor.cs b/packages/blazor-workspace/SprightBlazor/Source/Chat/MessageOutbound/SprightChatMessageOutbound.razor.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageOutbound/SprightChatMessageOutbound.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/MessageOutbound/SprightChatMessageOutbound.razor.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.cs b/packages/blazor-workspace/SprightBlazor/Source/Chat/MessageSystem/SprightChatMessageSystem.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/MessageSystem/SprightChatMessageSystem.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.razor b/packages/blazor-workspace/SprightBlazor/Source/Chat/MessageSystem/SprightChatMessageSystem.razor
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Chat/ChatMessageSystem/SprightChatMessageSystem.razor
rename to packages/blazor-workspace/SprightBlazor/Source/Chat/MessageSystem/SprightChatMessageSystem.razor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Patterns/AttributeHelpers.cs b/packages/blazor-workspace/SprightBlazor/Source/Patterns/AttributeHelpers.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Patterns/AttributeHelpers.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Patterns/AttributeHelpers.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Patterns/EventHandlers.cs b/packages/blazor-workspace/SprightBlazor/Source/Patterns/EventHandlers.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Patterns/EventHandlers.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Patterns/EventHandlers.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Patterns/UnsafeEnumExtensions.cs b/packages/blazor-workspace/SprightBlazor/Source/Patterns/UnsafeEnumExtensions.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Patterns/UnsafeEnumExtensions.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Patterns/UnsafeEnumExtensions.cs
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Rectangle/SprightRectangle.razor b/packages/blazor-workspace/SprightBlazor/Source/Rectangle/SprightRectangle.razor
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Rectangle/SprightRectangle.razor
rename to packages/blazor-workspace/SprightBlazor/Source/Rectangle/SprightRectangle.razor
diff --git a/packages/blazor-workspace/SprightBlazor/Components/Rectangle/SprightRectangle.razor.cs b/packages/blazor-workspace/SprightBlazor/Source/Rectangle/SprightRectangle.razor.cs
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/Components/Rectangle/SprightRectangle.razor.cs
rename to packages/blazor-workspace/SprightBlazor/Source/Rectangle/SprightRectangle.razor.cs
From d21bd5d1f2670b209eed8c1a441e9dfeec8a84d5 Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Thu, 19 Mar 2026 13:02:20 -0500
Subject: [PATCH 10/15] Update directory name in generate-icons script
---
packages/blazor-workspace/build/generate-icons.mjs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/blazor-workspace/build/generate-icons.mjs b/packages/blazor-workspace/build/generate-icons.mjs
index 94cf5e1009..5e5ddbe3e9 100644
--- a/packages/blazor-workspace/build/generate-icons.mjs
+++ b/packages/blazor-workspace/build/generate-icons.mjs
@@ -15,7 +15,7 @@ const generatedFilePrefix = `@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
// See generation source in blazor-workspace/build/generate-icons *@\n`;
const packageDirectory = path.resolve(import.meta.dirname, '../');
-const iconsDirectory = path.resolve(packageDirectory, 'NimbleBlazor/Components/Icons');
+const iconsDirectory = path.resolve(packageDirectory, 'NimbleBlazor/Source/Icons');
console.log(iconsDirectory);
if (fs.existsSync(iconsDirectory)) {
From cd0aa20ce7f57f38de4499e05a40cc40f67c0f5b Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Thu, 19 Mar 2026 15:53:54 -0500
Subject: [PATCH 11/15] Fix ignored Icons dir path and remove accidentally
committed icon files
---
packages/blazor-workspace/.gitignore | 2 +-
.../NimbleBlazor/Source/Icons/NimbleIconAdd.razor | 10 ----------
.../Source/Icons/NimbleIconArrowDown.razor | 10 ----------
.../Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor | 10 ----------
.../Source/Icons/NimbleIconArrowDownRectangle.razor | 10 ----------
.../Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor | 10 ----------
.../Icons/NimbleIconArrowDownTwoRectangles.razor | 10 ----------
.../Source/Icons/NimbleIconArrowExpanderDown.razor | 10 ----------
.../Source/Icons/NimbleIconArrowExpanderLeft.razor | 10 ----------
.../Source/Icons/NimbleIconArrowExpanderRight.razor | 10 ----------
.../Source/Icons/NimbleIconArrowExpanderUp.razor | 10 ----------
.../Source/Icons/NimbleIconArrowInCircle.razor | 10 ----------
.../Source/Icons/NimbleIconArrowLeftFromLine.razor | 10 ----------
.../Icons/NimbleIconArrowLeftTwoRectangles.razor | 10 ----------
.../Source/Icons/NimbleIconArrowOutCircle.razor | 10 ----------
.../Icons/NimbleIconArrowPartialRotateLeft.razor | 10 ----------
.../Source/Icons/NimbleIconArrowRightThin.razor | 10 ----------
.../Source/Icons/NimbleIconArrowRightToLine.razor | 10 ----------
.../Icons/NimbleIconArrowRightTwoRectangles.razor | 10 ----------
.../Source/Icons/NimbleIconArrowRotateRight.razor | 10 ----------
.../Source/Icons/NimbleIconArrowULeft.razor | 10 ----------
.../Source/Icons/NimbleIconArrowURight.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor | 10 ----------
.../Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor | 10 ----------
.../Source/Icons/NimbleIconArrowUpRectangle.razor | 10 ----------
.../Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor | 10 ----------
.../Icons/NimbleIconArrowUpRightFromSquare.razor | 10 ----------
.../Source/Icons/NimbleIconArrowUpTwoRectangles.razor | 10 ----------
.../Source/Icons/NimbleIconArrowsMaximize.razor | 10 ----------
.../Source/Icons/NimbleIconArrowsRepeat.razor | 10 ----------
.../Icons/NimbleIconArrowsRotateReverseDot.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconAt.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconBars.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconBell.razor | 10 ----------
.../Source/Icons/NimbleIconBellAndComment.razor | 10 ----------
.../Source/Icons/NimbleIconBellAndMessage.razor | 10 ----------
.../Source/Icons/NimbleIconBellCheck.razor | 10 ----------
.../Source/Icons/NimbleIconBellCircle.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconBellOn.razor | 10 ----------
.../Source/Icons/NimbleIconBellSolidCircle.razor | 10 ----------
.../Source/Icons/NimbleIconBlockWithRibbon.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconBoldB.razor | 10 ----------
.../Source/Icons/NimbleIconBookMagnifyingGlass.razor | 10 ----------
.../NimbleIconCalendarArrowsRotateReverseDot.razor | 10 ----------
.../Source/Icons/NimbleIconCalendarCheckLines.razor | 10 ----------
.../Icons/NimbleIconCalendarCircleExclamation.razor | 10 ----------
.../Source/Icons/NimbleIconCalendarClock.razor | 10 ----------
.../Source/Icons/NimbleIconCalendarDay.razor | 10 ----------
.../Source/Icons/NimbleIconCalendarDayOutline.razor | 10 ----------
.../Source/Icons/NimbleIconCalendarDays.razor | 10 ----------
.../Source/Icons/NimbleIconCalendarLines.razor | 10 ----------
.../Source/Icons/NimbleIconCalendarRectangle.razor | 10 ----------
.../Source/Icons/NimbleIconCalendarWeek.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCalipers.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCamera.razor | 10 ----------
.../Source/Icons/NimbleIconChartDiagram.razor | 10 ----------
.../Icons/NimbleIconChartDiagramChildFocus.razor | 10 ----------
.../Icons/NimbleIconChartDiagramParentFocus.razor | 10 ----------
.../NimbleIconChartDiagramParentFocusTwoChild.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCheck.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCircle.razor | 10 ----------
.../Source/Icons/NimbleIconCircleBroken.razor | 10 ----------
.../Source/Icons/NimbleIconCircleCheck.razor | 10 ----------
.../Source/Icons/NimbleIconCircleFilled.razor | 10 ----------
.../Source/Icons/NimbleIconCircleMinus.razor | 10 ----------
.../Source/Icons/NimbleIconCirclePartialBroken.razor | 10 ----------
.../Source/Icons/NimbleIconCircleSlash.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCircleX.razor | 10 ----------
.../Source/Icons/NimbleIconClipboard.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconClock.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconClockCog.razor | 10 ----------
.../Source/Icons/NimbleIconClockExclamation.razor | 10 ----------
.../Source/Icons/NimbleIconClockTriangle.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconClone.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCloud.razor | 10 ----------
.../Source/Icons/NimbleIconCloudUpload.razor | 10 ----------
.../Source/Icons/NimbleIconCloudWithArrow.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCog.razor | 10 ----------
.../Source/Icons/NimbleIconCogDatabase.razor | 10 ----------
.../Source/Icons/NimbleIconCogDatabaseInset.razor | 10 ----------
.../Source/Icons/NimbleIconCogSmallCog.razor | 10 ----------
.../Source/Icons/NimbleIconCogZoomed.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconComment.razor | 10 ----------
.../Source/Icons/NimbleIconComputerAndMonitor.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCopy.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconCopyText.razor | 10 ----------
.../Source/Icons/NimbleIconDashboardBuilder.razor | 10 ----------
.../Icons/NimbleIconDashboardBuilderLegend.razor | 10 ----------
.../Icons/NimbleIconDashboardBuilderTemplates.razor | 10 ----------
.../Source/Icons/NimbleIconDashboardBuilderTile.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconDatabase.razor | 10 ----------
.../Source/Icons/NimbleIconDatabaseCheck.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconDebug.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconDesktop.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconDiadem.razor | 10 ----------
.../Source/Icons/NimbleIconDonutChart.razor | 10 ----------
.../Source/Icons/NimbleIconDotSolidDotStroke.razor | 10 ----------
.../Icons/NimbleIconDotSolidDotStrokeMeasurement.razor | 10 ----------
.../Source/Icons/NimbleIconDownRightFromSquare.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconDownload.razor | 10 ----------
.../Source/Icons/NimbleIconElectronicChipZoomed.razor | 10 ----------
.../Source/Icons/NimbleIconExclamationMark.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconEye.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconFancyA.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconFile.razor | 10 ----------
.../Source/Icons/NimbleIconFileArrowCurvedRight.razor | 10 ----------
.../Source/Icons/NimbleIconFileDrawer.razor | 10 ----------
.../Source/Icons/NimbleIconFileSearch.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconFilter.razor | 10 ----------
.../Source/Icons/NimbleIconFloppyDisk.razor | 10 ----------
.../Source/Icons/NimbleIconFloppyDiskCheckmark.razor | 10 ----------
.../Source/Icons/NimbleIconFloppyDiskPen.razor | 10 ----------
.../Icons/NimbleIconFloppyDiskStarArrowRight.razor | 10 ----------
.../Source/Icons/NimbleIconFloppyDiskThreeDots.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconFolder.razor | 10 ----------
.../Source/Icons/NimbleIconFolderOpen.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconForklift.razor | 10 ----------
.../Source/Icons/NimbleIconForwardSlash.razor | 10 ----------
.../Source/Icons/NimbleIconFourDotsSquare.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconFunction.razor | 10 ----------
.../Source/Icons/NimbleIconGaugeSimple.razor | 10 ----------
.../Source/Icons/NimbleIconGridThreeByThree.razor | 10 ----------
.../Source/Icons/NimbleIconGridTwoByTwo.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconHammer.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconHashtag.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconHome.razor | 10 ----------
.../Icons/NimbleIconHorizontalTriangleOutline.razor | 10 ----------
.../Source/Icons/NimbleIconHourglass.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconIndent.razor | 10 ----------
.../Source/Icons/NimbleIconIndeterminantCheckbox.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconInfo.razor | 10 ----------
.../Source/Icons/NimbleIconInfoCircle.razor | 10 ----------
.../Source/Icons/NimbleIconInwardSquaresThree.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconItalicI.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconKey.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconLaptop.razor | 10 ----------
.../Source/Icons/NimbleIconLayerGroup.razor | 10 ----------
.../Source/Icons/NimbleIconLightbulb.razor | 10 ----------
.../Source/Icons/NimbleIconLightningBolt.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconLink.razor | 10 ----------
.../Source/Icons/NimbleIconLinkCancel.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconList.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconListTree.razor | 10 ----------
.../Source/Icons/NimbleIconListTreeDatabase.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconLock.razor | 10 ----------
.../Source/Icons/NimbleIconMagnifyingGlass.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconMessage.razor | 10 ----------
.../Source/Icons/NimbleIconMessageBot.razor | 10 ----------
.../Source/Icons/NimbleIconMessagesSparkle.razor | 10 ----------
.../Source/Icons/NimbleIconMicrophone.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconMinus.razor | 10 ----------
.../Source/Icons/NimbleIconMinusWide.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconMobile.razor | 10 ----------
.../Source/Icons/NimbleIconMountainSun.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconNi.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconNotebook.razor | 10 ----------
.../Source/Icons/NimbleIconNumberList.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconOutdent.razor | 10 ----------
.../Source/Icons/NimbleIconOutwardSquaresThree.razor | 10 ----------
.../Source/Icons/NimbleIconPaperPlane.razor | 10 ----------
.../Source/Icons/NimbleIconPaperclip.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconPaste.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconPause.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconPencil.razor | 10 ----------
.../Source/Icons/NimbleIconPencilToRectangle.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconPlay.razor | 10 ----------
.../Source/Icons/NimbleIconPotWithLid.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconPrint.razor | 10 ----------
.../Source/Icons/NimbleIconQrcodeRead.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconQuestion.razor | 10 ----------
.../Source/Icons/NimbleIconRectangleCheckLines.razor | 10 ----------
.../Source/Icons/NimbleIconRectangleLines.razor | 10 ----------
.../Source/Icons/NimbleIconRunningArrow.razor | 10 ----------
.../Source/Icons/NimbleIconScannerGun.razor | 10 ----------
.../Source/Icons/NimbleIconScreenCheckLines.razor | 10 ----------
.../Icons/NimbleIconScreenCheckLinesCalendar.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconServer.razor | 10 ----------
.../Source/Icons/NimbleIconShareNodes.razor | 10 ----------
.../Source/Icons/NimbleIconShieldCheck.razor | 10 ----------
.../Source/Icons/NimbleIconShieldXmark.razor | 10 ----------
.../Source/Icons/NimbleIconSignalBars.razor | 10 ----------
.../Source/Icons/NimbleIconSineGraph.razor | 10 ----------
.../Source/Icons/NimbleIconSkipArrow.razor | 10 ----------
.../Source/Icons/NimbleIconSparkleSwirls.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconSparkles.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconSpinner.razor | 10 ----------
.../Source/Icons/NimbleIconSquareCheck.razor | 10 ----------
.../Source/Icons/NimbleIconSquareListCog.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconSquareT.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconSquareX.razor | 10 ----------
.../Source/Icons/NimbleIconStar8Point.razor | 10 ----------
.../Source/Icons/NimbleIconStopSquare.razor | 10 ----------
.../Source/Icons/NimbleIconSystemlink.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconT.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconTablet.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconTag.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconTags.razor | 10 ----------
.../Source/Icons/NimbleIconTargetCrosshairs.razor | 10 ----------
.../Icons/NimbleIconTargetCrosshairsProgress.razor | 10 ----------
.../NimbleIconThreeCirclesAscendingContainer.razor | 10 ----------
.../Source/Icons/NimbleIconThreeDotsLine.razor | 10 ----------
.../Source/Icons/NimbleIconThreeVerticalLines.razor | 10 ----------
.../Source/Icons/NimbleIconThumbDown.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor | 10 ----------
.../Source/Icons/NimbleIconThumbtack.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconTileSize.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconTimes.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconTrash.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconTriangle.razor | 10 ----------
.../Source/Icons/NimbleIconTriangleFilled.razor | 10 ----------
.../Icons/NimbleIconTriangleTwoLinesHorizontal.razor | 10 ----------
.../Source/Icons/NimbleIconTrueFalseRectangle.razor | 10 ----------
.../Source/Icons/NimbleIconTwoSquaresInBrackets.razor | 10 ----------
.../Icons/NimbleIconTwoTrianglesBetweenLines.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconUnlink.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconUnlock.razor | 10 ----------
.../Source/Icons/NimbleIconUpRightFromSquare.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconUpload.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconUser.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconWatch.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconWaveform.razor | 10 ----------
.../Source/Icons/NimbleIconWebviCustom.razor | 10 ----------
.../Source/Icons/NimbleIconWebviHost.razor | 10 ----------
.../Source/Icons/NimbleIconWindowCode.razor | 10 ----------
.../Source/Icons/NimbleIconWindowDock.razor | 10 ----------
.../Source/Icons/NimbleIconWindowRestore.razor | 10 ----------
.../Source/Icons/NimbleIconWindowText.razor | 10 ----------
.../Source/Icons/NimbleIconWrenchHammer.razor | 10 ----------
.../NimbleBlazor/Source/Icons/NimbleIconXmark.razor | 10 ----------
.../Source/Icons/NimbleIconXmarkCheck.razor | 10 ----------
235 files changed, 1 insertion(+), 2341 deletions(-)
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAdd.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDown.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRectangle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownTwoRectangles.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderDown.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderLeft.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderRight.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderUp.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowInCircle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftFromLine.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftTwoRectangles.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowOutCircle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowPartialRotateLeft.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightThin.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightToLine.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightTwoRectangles.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRotateRight.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowULeft.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowURight.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRectangle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightFromSquare.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpTwoRectangles.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsMaximize.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRepeat.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRotateReverseDot.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAt.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBars.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBell.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndComment.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndMessage.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCheck.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCircle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellOn.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellSolidCircle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBlockWithRibbon.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBoldB.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBookMagnifyingGlass.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarArrowsRotateReverseDot.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCheckLines.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCircleExclamation.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarClock.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDay.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDayOutline.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDays.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarLines.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarRectangle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarWeek.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalipers.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCamera.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagram.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramChildFocus.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocus.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocusTwoChild.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheck.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleBroken.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleCheck.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleFilled.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleMinus.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCirclePartialBroken.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleSlash.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleX.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClipboard.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClock.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockCog.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockExclamation.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockTriangle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClone.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloud.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudUpload.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudWithArrow.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCog.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabase.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabaseInset.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogSmallCog.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogZoomed.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComment.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComputerAndMonitor.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopy.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopyText.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilder.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderLegend.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTemplates.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTile.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabase.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabaseCheck.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDebug.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDesktop.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDiadem.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDonutChart.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStroke.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStrokeMeasurement.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownRightFromSquare.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownload.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconElectronicChipZoomed.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconExclamationMark.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEye.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFancyA.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFile.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileArrowCurvedRight.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileDrawer.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileSearch.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFilter.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDisk.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskCheckmark.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskPen.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskStarArrowRight.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskThreeDots.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolder.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolderOpen.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForklift.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForwardSlash.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFourDotsSquare.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFunction.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGaugeSimple.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridThreeByThree.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridTwoByTwo.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHammer.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHashtag.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHome.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHorizontalTriangleOutline.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHourglass.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndent.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndeterminantCheckbox.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfo.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfoCircle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInwardSquaresThree.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconItalicI.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconKey.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLaptop.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLayerGroup.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightbulb.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightningBolt.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLink.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLinkCancel.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconList.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTree.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTreeDatabase.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLock.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMagnifyingGlass.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessage.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessageBot.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessagesSparkle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMicrophone.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinus.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinusWide.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMobile.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMountainSun.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNi.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNotebook.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNumberList.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutdent.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutwardSquaresThree.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperPlane.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperclip.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaste.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPause.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencil.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencilToRectangle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPlay.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPotWithLid.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPrint.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQrcodeRead.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQuestion.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleCheckLines.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleLines.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRunningArrow.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScannerGun.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLines.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLinesCalendar.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconServer.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShareNodes.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldCheck.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldXmark.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSignalBars.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSineGraph.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSkipArrow.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkleSwirls.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkles.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSpinner.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareCheck.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareListCog.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareT.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareX.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStar8Point.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStopSquare.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSystemlink.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconT.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTablet.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTag.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTags.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairs.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairsProgress.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeCirclesAscendingContainer.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeDotsLine.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeVerticalLines.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbDown.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbtack.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTileSize.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTimes.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrash.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleFilled.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleTwoLinesHorizontal.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrueFalseRectangle.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoSquaresInBrackets.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoTrianglesBetweenLines.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlink.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlock.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpRightFromSquare.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpload.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUser.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWatch.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWaveform.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviCustom.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviHost.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowCode.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowDock.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowRestore.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowText.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWrenchHammer.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmark.razor
delete mode 100644 packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmarkCheck.razor
diff --git a/packages/blazor-workspace/.gitignore b/packages/blazor-workspace/.gitignore
index e191d5e0d0..7d40763c2c 100644
--- a/packages/blazor-workspace/.gitignore
+++ b/packages/blazor-workspace/.gitignore
@@ -2,7 +2,7 @@
NimbleBlazor/wwwroot/nimble-tokens/
NimbleBlazor/wwwroot/nimble-components/
NimbleBlazor/wwwroot/NimbleBlazor.HybridWorkaround.js
-NimbleBlazor/Components/Icons/
+NimbleBlazor/Source/Icons/
NimbleBlazor/NuGetFiles/files/
SprightBlazor/wwwroot/nimble-tokens/
SprightBlazor/wwwroot/spright-components/
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAdd.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAdd.razor
deleted file mode 100644
index c25d6d64aa..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAdd.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDown.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDown.razor
deleted file mode 100644
index 0f9a110404..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDown.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor
deleted file mode 100644
index 56b03fcdcb..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownLeftAndArrowUpRight.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRectangle.razor
deleted file mode 100644
index 0799120f30..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRectangle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor
deleted file mode 100644
index 2ad2f74859..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownRightAndArrowUpLeft.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownTwoRectangles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownTwoRectangles.razor
deleted file mode 100644
index 4e0e48fe1d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowDownTwoRectangles.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderDown.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderDown.razor
deleted file mode 100644
index f3bceac355..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderDown.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderLeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderLeft.razor
deleted file mode 100644
index 7360e9f522..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderLeft.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderRight.razor
deleted file mode 100644
index e014f45557..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderRight.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderUp.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderUp.razor
deleted file mode 100644
index 55eb46085f..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowExpanderUp.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowInCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowInCircle.razor
deleted file mode 100644
index 496e550639..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowInCircle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftFromLine.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftFromLine.razor
deleted file mode 100644
index 45374f742b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftFromLine.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftTwoRectangles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftTwoRectangles.razor
deleted file mode 100644
index 575f9a48d8..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowLeftTwoRectangles.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowOutCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowOutCircle.razor
deleted file mode 100644
index cb0a70be5e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowOutCircle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowPartialRotateLeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowPartialRotateLeft.razor
deleted file mode 100644
index eeee943c2a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowPartialRotateLeft.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightThin.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightThin.razor
deleted file mode 100644
index 8fd2ef2a27..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightThin.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightToLine.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightToLine.razor
deleted file mode 100644
index b363b300bf..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightToLine.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightTwoRectangles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightTwoRectangles.razor
deleted file mode 100644
index 92b13edb47..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRightTwoRectangles.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRotateRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRotateRight.razor
deleted file mode 100644
index eda8a5d3d3..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowRotateRight.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowULeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowULeft.razor
deleted file mode 100644
index 52b091de9c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowULeft.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowURight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowURight.razor
deleted file mode 100644
index 543e20063f..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowURight.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor
deleted file mode 100644
index 5e27c95d51..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUUp.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor
deleted file mode 100644
index ef96d7da2f..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUp.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor
deleted file mode 100644
index 51e232e58d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpLeftAndArrowDownRight.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRectangle.razor
deleted file mode 100644
index 02cfdb081e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRectangle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor
deleted file mode 100644
index 90aad80d79..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightAndArrowDownLeft.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightFromSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightFromSquare.razor
deleted file mode 100644
index a0ae47366b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpRightFromSquare.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpTwoRectangles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpTwoRectangles.razor
deleted file mode 100644
index ef3044a36b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowUpTwoRectangles.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsMaximize.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsMaximize.razor
deleted file mode 100644
index 808756495b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsMaximize.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRepeat.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRepeat.razor
deleted file mode 100644
index b318203486..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRepeat.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRotateReverseDot.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRotateReverseDot.razor
deleted file mode 100644
index 246fc49d0b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconArrowsRotateReverseDot.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor
deleted file mode 100644
index eef5089571..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAsterisk.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAt.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAt.razor
deleted file mode 100644
index 482ef55a38..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconAt.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBars.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBars.razor
deleted file mode 100644
index fc92fbe5a3..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBars.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBell.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBell.razor
deleted file mode 100644
index aac495ed81..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBell.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndComment.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndComment.razor
deleted file mode 100644
index 8b8aaea4e0..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndComment.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndMessage.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndMessage.razor
deleted file mode 100644
index d2c4e3958f..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellAndMessage.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCheck.razor
deleted file mode 100644
index f2a4dedf4e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCheck.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCircle.razor
deleted file mode 100644
index b313ca6884..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellCircle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellOn.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellOn.razor
deleted file mode 100644
index e52003cd0e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellOn.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellSolidCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellSolidCircle.razor
deleted file mode 100644
index 3176878c07..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBellSolidCircle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBlockWithRibbon.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBlockWithRibbon.razor
deleted file mode 100644
index 43217790ef..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBlockWithRibbon.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBoldB.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBoldB.razor
deleted file mode 100644
index 960af21bb4..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBoldB.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBookMagnifyingGlass.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBookMagnifyingGlass.razor
deleted file mode 100644
index 084532099d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconBookMagnifyingGlass.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarArrowsRotateReverseDot.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarArrowsRotateReverseDot.razor
deleted file mode 100644
index 3c381819ab..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarArrowsRotateReverseDot.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCheckLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCheckLines.razor
deleted file mode 100644
index 94d5dd1562..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCheckLines.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCircleExclamation.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCircleExclamation.razor
deleted file mode 100644
index f496bea3fe..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarCircleExclamation.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarClock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarClock.razor
deleted file mode 100644
index 9190d5b762..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarClock.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDay.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDay.razor
deleted file mode 100644
index 67eaefa2e1..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDay.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDayOutline.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDayOutline.razor
deleted file mode 100644
index 8873e2cdf9..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDayOutline.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDays.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDays.razor
deleted file mode 100644
index 41c5ca1c0a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarDays.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarLines.razor
deleted file mode 100644
index a179b25979..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarLines.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarRectangle.razor
deleted file mode 100644
index 345939ba35..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarRectangle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarWeek.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarWeek.razor
deleted file mode 100644
index ffba44053c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalendarWeek.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalipers.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalipers.razor
deleted file mode 100644
index 3e2cc55d37..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCalipers.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCamera.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCamera.razor
deleted file mode 100644
index 14f067208b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCamera.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagram.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagram.razor
deleted file mode 100644
index f80260b0ad..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagram.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramChildFocus.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramChildFocus.razor
deleted file mode 100644
index 648cb45d1a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramChildFocus.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocus.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocus.razor
deleted file mode 100644
index 018ef92ac0..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocus.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocusTwoChild.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocusTwoChild.razor
deleted file mode 100644
index 525122ed33..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconChartDiagramParentFocusTwoChild.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheck.razor
deleted file mode 100644
index 6971758e7a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheck.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor
deleted file mode 100644
index 6ba28f290d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCheckDot.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircle.razor
deleted file mode 100644
index c676eabd4d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleBroken.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleBroken.razor
deleted file mode 100644
index 8f2a0d445b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleBroken.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleCheck.razor
deleted file mode 100644
index 40095b19dc..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleCheck.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleFilled.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleFilled.razor
deleted file mode 100644
index 8898c53fe2..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleFilled.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleMinus.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleMinus.razor
deleted file mode 100644
index a317e1437f..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleMinus.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCirclePartialBroken.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCirclePartialBroken.razor
deleted file mode 100644
index 93764e7d6b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCirclePartialBroken.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleSlash.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleSlash.razor
deleted file mode 100644
index 3ff38d7c40..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleSlash.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleX.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleX.razor
deleted file mode 100644
index 093766e5e1..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCircleX.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClipboard.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClipboard.razor
deleted file mode 100644
index 546f0f2e52..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClipboard.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClock.razor
deleted file mode 100644
index 2fa162eeae..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClock.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockCog.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockCog.razor
deleted file mode 100644
index db3fb82e9d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockCog.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockExclamation.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockExclamation.razor
deleted file mode 100644
index 43f14b7dbe..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockExclamation.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockTriangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockTriangle.razor
deleted file mode 100644
index 87fab5ee6c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClockTriangle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClone.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClone.razor
deleted file mode 100644
index ff5eb468c3..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconClone.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloud.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloud.razor
deleted file mode 100644
index ca89173351..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloud.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudUpload.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudUpload.razor
deleted file mode 100644
index c8212bce1c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudUpload.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudWithArrow.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudWithArrow.razor
deleted file mode 100644
index c97e4e0885..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCloudWithArrow.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCog.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCog.razor
deleted file mode 100644
index 0f3aea3bd0..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCog.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabase.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabase.razor
deleted file mode 100644
index b2d5045237..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabase.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabaseInset.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabaseInset.razor
deleted file mode 100644
index ab2d3ee409..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogDatabaseInset.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogSmallCog.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogSmallCog.razor
deleted file mode 100644
index 0aba9485a5..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogSmallCog.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogZoomed.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogZoomed.razor
deleted file mode 100644
index 9e97f779f0..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCogZoomed.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComment.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComment.razor
deleted file mode 100644
index e376352263..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComment.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComputerAndMonitor.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComputerAndMonitor.razor
deleted file mode 100644
index 73890e7bc6..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconComputerAndMonitor.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopy.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopy.razor
deleted file mode 100644
index df781f7aa2..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopy.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopyText.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopyText.razor
deleted file mode 100644
index 79295e9bb2..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconCopyText.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilder.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilder.razor
deleted file mode 100644
index 5ef6c2734a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilder.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderLegend.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderLegend.razor
deleted file mode 100644
index 315d3005af..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderLegend.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTemplates.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTemplates.razor
deleted file mode 100644
index dad39a058d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTemplates.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTile.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTile.razor
deleted file mode 100644
index 0d8dd15229..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDashboardBuilderTile.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabase.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabase.razor
deleted file mode 100644
index d8bff6630c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabase.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabaseCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabaseCheck.razor
deleted file mode 100644
index 419c680d03..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDatabaseCheck.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDebug.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDebug.razor
deleted file mode 100644
index f3d473882f..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDebug.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDesktop.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDesktop.razor
deleted file mode 100644
index 69f804fa27..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDesktop.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDiadem.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDiadem.razor
deleted file mode 100644
index 20808b966c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDiadem.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDonutChart.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDonutChart.razor
deleted file mode 100644
index 0e143ddd73..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDonutChart.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStroke.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStroke.razor
deleted file mode 100644
index 3442081d86..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStroke.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStrokeMeasurement.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStrokeMeasurement.razor
deleted file mode 100644
index ea69dd8647..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDotSolidDotStrokeMeasurement.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownRightFromSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownRightFromSquare.razor
deleted file mode 100644
index 547ccfb491..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownRightFromSquare.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownload.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownload.razor
deleted file mode 100644
index 4e0d23770e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconDownload.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconElectronicChipZoomed.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconElectronicChipZoomed.razor
deleted file mode 100644
index 0a9532b559..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconElectronicChipZoomed.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconExclamationMark.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconExclamationMark.razor
deleted file mode 100644
index ecbe30617b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconExclamationMark.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEye.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEye.razor
deleted file mode 100644
index 832376e1ce..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEye.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor
deleted file mode 100644
index 80fd42ee94..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconEyeDash.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFancyA.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFancyA.razor
deleted file mode 100644
index 097a34fa01..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFancyA.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFile.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFile.razor
deleted file mode 100644
index 7b7309b969..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFile.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileArrowCurvedRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileArrowCurvedRight.razor
deleted file mode 100644
index 7e1ce4cb09..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileArrowCurvedRight.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileDrawer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileDrawer.razor
deleted file mode 100644
index d27c39f66a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileDrawer.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileSearch.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileSearch.razor
deleted file mode 100644
index a82e667abe..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFileSearch.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFilter.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFilter.razor
deleted file mode 100644
index 2824eb3b19..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFilter.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDisk.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDisk.razor
deleted file mode 100644
index c234787634..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDisk.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskCheckmark.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskCheckmark.razor
deleted file mode 100644
index a56a4df6f9..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskCheckmark.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskPen.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskPen.razor
deleted file mode 100644
index 664a51c754..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskPen.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskStarArrowRight.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskStarArrowRight.razor
deleted file mode 100644
index d340e47ce6..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskStarArrowRight.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskThreeDots.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskThreeDots.razor
deleted file mode 100644
index 3ef83b70b1..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFloppyDiskThreeDots.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolder.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolder.razor
deleted file mode 100644
index e515f8d324..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolder.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolderOpen.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolderOpen.razor
deleted file mode 100644
index c65ae91ddb..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFolderOpen.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForklift.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForklift.razor
deleted file mode 100644
index b0d6607d64..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForklift.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForwardSlash.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForwardSlash.razor
deleted file mode 100644
index b60fd6f2a8..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconForwardSlash.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFourDotsSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFourDotsSquare.razor
deleted file mode 100644
index e32ff7c00d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFourDotsSquare.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFunction.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFunction.razor
deleted file mode 100644
index c6201d188f..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconFunction.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGaugeSimple.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGaugeSimple.razor
deleted file mode 100644
index 174169ba63..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGaugeSimple.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridThreeByThree.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridThreeByThree.razor
deleted file mode 100644
index b99de18bb9..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridThreeByThree.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridTwoByTwo.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridTwoByTwo.razor
deleted file mode 100644
index c75d6b38e7..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconGridTwoByTwo.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHammer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHammer.razor
deleted file mode 100644
index 424be57715..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHammer.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHashtag.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHashtag.razor
deleted file mode 100644
index b92086c6a0..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHashtag.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHome.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHome.razor
deleted file mode 100644
index 3858ffc6a6..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHome.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHorizontalTriangleOutline.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHorizontalTriangleOutline.razor
deleted file mode 100644
index 438dbd6872..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHorizontalTriangleOutline.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHourglass.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHourglass.razor
deleted file mode 100644
index 693d775438..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconHourglass.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndent.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndent.razor
deleted file mode 100644
index cc57137205..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndent.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndeterminantCheckbox.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndeterminantCheckbox.razor
deleted file mode 100644
index a504b94479..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconIndeterminantCheckbox.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfo.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfo.razor
deleted file mode 100644
index 0c51118f73..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfo.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfoCircle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfoCircle.razor
deleted file mode 100644
index 807be3c907..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInfoCircle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInwardSquaresThree.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInwardSquaresThree.razor
deleted file mode 100644
index ab4dc5e729..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconInwardSquaresThree.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconItalicI.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconItalicI.razor
deleted file mode 100644
index ea583c7c65..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconItalicI.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconKey.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconKey.razor
deleted file mode 100644
index 85ed003a53..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconKey.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLaptop.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLaptop.razor
deleted file mode 100644
index e90b0505ab..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLaptop.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLayerGroup.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLayerGroup.razor
deleted file mode 100644
index 4f5dbdc005..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLayerGroup.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightbulb.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightbulb.razor
deleted file mode 100644
index d2fb2bab65..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightbulb.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightningBolt.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightningBolt.razor
deleted file mode 100644
index ba1361bd7a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLightningBolt.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLink.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLink.razor
deleted file mode 100644
index 558e718e6d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLink.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLinkCancel.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLinkCancel.razor
deleted file mode 100644
index 6516492d80..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLinkCancel.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconList.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconList.razor
deleted file mode 100644
index e21d74b95d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconList.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTree.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTree.razor
deleted file mode 100644
index bc5b94daf0..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTree.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTreeDatabase.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTreeDatabase.razor
deleted file mode 100644
index b7489e9a94..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconListTreeDatabase.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLock.razor
deleted file mode 100644
index b3bcf270cd..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconLock.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMagnifyingGlass.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMagnifyingGlass.razor
deleted file mode 100644
index 2ddfa3fbfc..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMagnifyingGlass.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor
deleted file mode 100644
index 1d24df29fd..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMarkdown.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessage.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessage.razor
deleted file mode 100644
index 032e150747..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessage.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessageBot.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessageBot.razor
deleted file mode 100644
index e928e10ed7..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessageBot.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessagesSparkle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessagesSparkle.razor
deleted file mode 100644
index fa9ca83bde..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMessagesSparkle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMicrophone.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMicrophone.razor
deleted file mode 100644
index 5502b89e46..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMicrophone.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinus.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinus.razor
deleted file mode 100644
index 5e1d6a969c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinus.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinusWide.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinusWide.razor
deleted file mode 100644
index b8345c109f..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMinusWide.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMobile.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMobile.razor
deleted file mode 100644
index b0029e010b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMobile.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMountainSun.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMountainSun.razor
deleted file mode 100644
index a7287445d8..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconMountainSun.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNi.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNi.razor
deleted file mode 100644
index 19c141f75c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNi.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNotebook.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNotebook.razor
deleted file mode 100644
index f94c4f0d75..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNotebook.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNumberList.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNumberList.razor
deleted file mode 100644
index 9fb202998a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconNumberList.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutdent.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutdent.razor
deleted file mode 100644
index 0d81e7c91a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutdent.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutwardSquaresThree.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutwardSquaresThree.razor
deleted file mode 100644
index 6ac3f300d0..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconOutwardSquaresThree.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperPlane.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperPlane.razor
deleted file mode 100644
index 2db11e922e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperPlane.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperclip.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperclip.razor
deleted file mode 100644
index cdda8d2942..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaperclip.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaste.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaste.razor
deleted file mode 100644
index ea9055a1c3..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPaste.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPause.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPause.razor
deleted file mode 100644
index 0b581eaeff..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPause.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencil.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencil.razor
deleted file mode 100644
index 2e281e3bde..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencil.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencilToRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencilToRectangle.razor
deleted file mode 100644
index 8345da01a9..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPencilToRectangle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPlay.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPlay.razor
deleted file mode 100644
index 29d635f4bc..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPlay.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPotWithLid.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPotWithLid.razor
deleted file mode 100644
index 80ca78d173..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPotWithLid.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPrint.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPrint.razor
deleted file mode 100644
index 37e27b9260..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconPrint.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQrcodeRead.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQrcodeRead.razor
deleted file mode 100644
index 3bcf50a37a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQrcodeRead.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQuestion.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQuestion.razor
deleted file mode 100644
index d00ed5ef77..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconQuestion.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleCheckLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleCheckLines.razor
deleted file mode 100644
index df5a788ef7..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleCheckLines.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleLines.razor
deleted file mode 100644
index 20e64b86ed..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRectangleLines.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRunningArrow.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRunningArrow.razor
deleted file mode 100644
index 7926f0a733..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconRunningArrow.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScannerGun.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScannerGun.razor
deleted file mode 100644
index 490a2d3b97..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScannerGun.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLines.razor
deleted file mode 100644
index db2bba50b7..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLines.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLinesCalendar.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLinesCalendar.razor
deleted file mode 100644
index 3d31e7546b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconScreenCheckLinesCalendar.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconServer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconServer.razor
deleted file mode 100644
index 750ffe40b8..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconServer.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShareNodes.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShareNodes.razor
deleted file mode 100644
index 5223cb5500..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShareNodes.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldCheck.razor
deleted file mode 100644
index bb3ec7b27c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldCheck.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldXmark.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldXmark.razor
deleted file mode 100644
index b8af3cfd73..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconShieldXmark.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSignalBars.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSignalBars.razor
deleted file mode 100644
index 85bc4d9046..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSignalBars.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSineGraph.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSineGraph.razor
deleted file mode 100644
index 18a24a8209..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSineGraph.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSkipArrow.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSkipArrow.razor
deleted file mode 100644
index 3db891c954..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSkipArrow.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkleSwirls.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkleSwirls.razor
deleted file mode 100644
index 83eba73a63..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkleSwirls.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkles.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkles.razor
deleted file mode 100644
index c6b89288ae..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSparkles.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSpinner.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSpinner.razor
deleted file mode 100644
index 484a50ea33..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSpinner.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareCheck.razor
deleted file mode 100644
index 599f761baf..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareCheck.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareListCog.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareListCog.razor
deleted file mode 100644
index f09e9c74fb..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareListCog.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareT.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareT.razor
deleted file mode 100644
index 2ae1475c93..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareT.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareX.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareX.razor
deleted file mode 100644
index 0121d5480d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSquareX.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStar8Point.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStar8Point.razor
deleted file mode 100644
index 83e8059e5a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStar8Point.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStopSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStopSquare.razor
deleted file mode 100644
index bf1de12df8..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconStopSquare.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSystemlink.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSystemlink.razor
deleted file mode 100644
index 57a543af59..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconSystemlink.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconT.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconT.razor
deleted file mode 100644
index 16256ff68c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconT.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTablet.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTablet.razor
deleted file mode 100644
index b8b04b1b5e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTablet.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTag.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTag.razor
deleted file mode 100644
index 4e0a96dc94..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTag.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTags.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTags.razor
deleted file mode 100644
index 3d2c8fe051..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTags.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairs.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairs.razor
deleted file mode 100644
index 85aeca0ddc..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairs.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairsProgress.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairsProgress.razor
deleted file mode 100644
index 378d90e78d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTargetCrosshairsProgress.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeCirclesAscendingContainer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeCirclesAscendingContainer.razor
deleted file mode 100644
index 4da29968d1..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeCirclesAscendingContainer.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeDotsLine.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeDotsLine.razor
deleted file mode 100644
index baad7bd0f5..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeDotsLine.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeVerticalLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeVerticalLines.razor
deleted file mode 100644
index 49c312a695..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThreeVerticalLines.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbDown.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbDown.razor
deleted file mode 100644
index 81601ffc9d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbDown.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor
deleted file mode 100644
index 9af79d87bf..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbUp.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbtack.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbtack.razor
deleted file mode 100644
index 874d1d64e6..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconThumbtack.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTileSize.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTileSize.razor
deleted file mode 100644
index 2a4af0fde8..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTileSize.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTimes.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTimes.razor
deleted file mode 100644
index ee83685963..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTimes.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrash.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrash.razor
deleted file mode 100644
index 54cfc0ad5e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrash.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangle.razor
deleted file mode 100644
index 986ce4b25d..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleFilled.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleFilled.razor
deleted file mode 100644
index 8f137b07bb..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleFilled.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleTwoLinesHorizontal.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleTwoLinesHorizontal.razor
deleted file mode 100644
index 02b3fd4b03..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTriangleTwoLinesHorizontal.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrueFalseRectangle.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrueFalseRectangle.razor
deleted file mode 100644
index ec275d8a5a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTrueFalseRectangle.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoSquaresInBrackets.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoSquaresInBrackets.razor
deleted file mode 100644
index 82e50dced5..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoSquaresInBrackets.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoTrianglesBetweenLines.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoTrianglesBetweenLines.razor
deleted file mode 100644
index a1ef53a705..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconTwoTrianglesBetweenLines.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlink.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlink.razor
deleted file mode 100644
index 7eb179834b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlink.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlock.razor
deleted file mode 100644
index 03333de298..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUnlock.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpRightFromSquare.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpRightFromSquare.razor
deleted file mode 100644
index 46fd29a0c0..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpRightFromSquare.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpload.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpload.razor
deleted file mode 100644
index 740ad83274..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUpload.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUser.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUser.razor
deleted file mode 100644
index e5c3d0fc1b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconUser.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWatch.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWatch.razor
deleted file mode 100644
index cf0136c39a..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWatch.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWaveform.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWaveform.razor
deleted file mode 100644
index a2421999f2..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWaveform.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviCustom.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviCustom.razor
deleted file mode 100644
index 2c2b35bc47..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviCustom.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviHost.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviHost.razor
deleted file mode 100644
index c558999e4c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWebviHost.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowCode.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowCode.razor
deleted file mode 100644
index 1c9798d455..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowCode.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowDock.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowDock.razor
deleted file mode 100644
index b818c7718b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowDock.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowRestore.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowRestore.razor
deleted file mode 100644
index 1c31e8f01b..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowRestore.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowText.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowText.razor
deleted file mode 100644
index 941a6cdf8c..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWindowText.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWrenchHammer.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWrenchHammer.razor
deleted file mode 100644
index 8018f55bc9..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconWrenchHammer.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmark.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmark.razor
deleted file mode 100644
index ca11e06e7e..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmark.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
diff --git a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmarkCheck.razor b/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmarkCheck.razor
deleted file mode 100644
index 0b7b0629f0..0000000000
--- a/packages/blazor-workspace/NimbleBlazor/Source/Icons/NimbleIconXmarkCheck.razor
+++ /dev/null
@@ -1,10 +0,0 @@
-@* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
- // See generation source in blazor-workspace/build/generate-icons *@
-
-@namespace NationalInstruments.NimbleBlazor
-@inherits NimbleIconBase
-
-
-
\ No newline at end of file
From edfc9a2993c660d2eb038e6ffe035228a944913a Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Thu, 19 Mar 2026 17:24:31 -0500
Subject: [PATCH 12/15] Fixes
---
packages/blazor-workspace/NimbleBlazor/CONTRIBUTING.md | 4 ++--
...dule.js => NationalInstruments.NimbleBlazor.lib.module.js} | 0
...b.module.js => NationalInstruments.OkBlazor.lib.module.js} | 0
...ule.js => NationalInstruments.SprightBlazor.lib.module.js} | 0
.../Tests/NimbleBlazor.Tests.Acceptance/App.razor | 2 +-
.../Tests/OkBlazor.Tests.Acceptance/App.razor | 2 +-
.../Tests/SprightBlazor.Tests.Acceptance/App.razor | 2 +-
7 files changed, 5 insertions(+), 5 deletions(-)
rename packages/blazor-workspace/NimbleBlazor/wwwroot/{NimbleBlazor.lib.module.js => NationalInstruments.NimbleBlazor.lib.module.js} (100%)
rename packages/blazor-workspace/OkBlazor/wwwroot/{OkBlazor.lib.module.js => NationalInstruments.OkBlazor.lib.module.js} (100%)
rename packages/blazor-workspace/SprightBlazor/wwwroot/{SprightBlazor.lib.module.js => NationalInstruments.SprightBlazor.lib.module.js} (100%)
diff --git a/packages/blazor-workspace/NimbleBlazor/CONTRIBUTING.md b/packages/blazor-workspace/NimbleBlazor/CONTRIBUTING.md
index b22c1174f8..10405f2e55 100644
--- a/packages/blazor-workspace/NimbleBlazor/CONTRIBUTING.md
+++ b/packages/blazor-workspace/NimbleBlazor/CONTRIBUTING.md
@@ -73,7 +73,7 @@ The C# code for a property supporting 2-way binding will look like this:
```
- For a form/ input control (textbox, etc.,), the component should derive from `NimbleInputBase`, the `.razor` file needs to bind a DOM element attribute to `CurrentValue` or `CurrentValueAsString`, and set one of those 2 properties in the DOM event listener (generally `@onchange`). `NimbleInputBase` will then handle invoking the `EventCallback`. See `NimbleTextField` for an example. Note that [Nimble has gaps in its `EditForm` support](https://github.com/ni/nimble/issues/766).
-- The `@onchange` event callback built-in to Blazor supports DOM elements that fire a `change` event, and provides only `element.value` (which must be `string`, `string[]`, or `boolean`) in the event args. Most other cases (custom events with different names, the need to pass additional info from the DOM element to C# in the event args, etc.) will require using Blazor's [custom event arguments/ custom event type](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/event-handling?view=aspnetcore-8.0#custom-event-arguments) support. See `NimbleDrawer` for an example. The event and its event arg type are declared in `EventHandlers.cs`, and `NimbleBlazor.lib.module.js` should be updated to register the custom event type, and create the event args in JavaScript. The event listener (C#) in this case needs to invoke the `[PropertyName]Changed` `EventCallback` itself.
+- The `@onchange` event callback built-in to Blazor supports DOM elements that fire a `change` event, and provides only `element.value` (which must be `string`, `string[]`, or `boolean`) in the event args. Most other cases (custom events with different names, the need to pass additional info from the DOM element to C# in the event args, etc.) will require using Blazor's [custom event arguments/ custom event type](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/event-handling?view=aspnetcore-8.0#custom-event-arguments) support. See `NimbleDrawer` for an example. The event and its event arg type are declared in `EventHandlers.cs`, and `NationalInstruments.NimbleBlazor.lib.module.js` should be updated to register the custom event type, and create the event args in JavaScript. The event listener (C#) in this case needs to invoke the `[PropertyName]Changed` `EventCallback` itself.
## Testing
@@ -87,7 +87,7 @@ Testing the Nimble Blazor components is possible through the use of xUnit and bU
Test Project: `NimbleBlazor.Tests.Acceptance`
-In order to fully test the Nimble Blazor components, consider writing new automated acceptance tests for new/modified components. Any component which requires custom JS code in `NimbleBlazor.lib.module.js` should generally have corresponding acceptance tests, because the bUnit tests in `NimbleBlazor.Tests` are unable to exercise/test that JavaScript code.
+In order to fully test the Nimble Blazor components, consider writing new automated acceptance tests for new/modified components. Any component which requires custom JS code in `NationalInstruments.NimbleBlazor.lib.module.js` should generally have corresponding acceptance tests, because the bUnit tests in `NimbleBlazor.Tests` are unable to exercise/test that JavaScript code.
The `NimbleBlazor.Tests.Acceptance` project starts a local Blazor Web App which serves Razor pages that host the Nimble components. Then, xUnit-based acceptance tests start a Chromium instance using [Playwright](https://playwright.dev/), load those Razor pages, and interact with them. The majority of the tests use the `InteractiveServer` render mode, but the project also supports the Interactive Web Assembly render mode (and static server-side rendering mode) for tests. Tests should disable prerendering (as shown in the steps below) to ensure the components are ready for interaction when the Playwright test starts.
diff --git a/packages/blazor-workspace/NimbleBlazor/wwwroot/NimbleBlazor.lib.module.js b/packages/blazor-workspace/NimbleBlazor/wwwroot/NationalInstruments.NimbleBlazor.lib.module.js
similarity index 100%
rename from packages/blazor-workspace/NimbleBlazor/wwwroot/NimbleBlazor.lib.module.js
rename to packages/blazor-workspace/NimbleBlazor/wwwroot/NationalInstruments.NimbleBlazor.lib.module.js
diff --git a/packages/blazor-workspace/OkBlazor/wwwroot/OkBlazor.lib.module.js b/packages/blazor-workspace/OkBlazor/wwwroot/NationalInstruments.OkBlazor.lib.module.js
similarity index 100%
rename from packages/blazor-workspace/OkBlazor/wwwroot/OkBlazor.lib.module.js
rename to packages/blazor-workspace/OkBlazor/wwwroot/NationalInstruments.OkBlazor.lib.module.js
diff --git a/packages/blazor-workspace/SprightBlazor/wwwroot/SprightBlazor.lib.module.js b/packages/blazor-workspace/SprightBlazor/wwwroot/NationalInstruments.SprightBlazor.lib.module.js
similarity index 100%
rename from packages/blazor-workspace/SprightBlazor/wwwroot/SprightBlazor.lib.module.js
rename to packages/blazor-workspace/SprightBlazor/wwwroot/NationalInstruments.SprightBlazor.lib.module.js
diff --git a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/App.razor b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/App.razor
index eab01c8786..1884110765 100644
--- a/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/App.razor
+++ b/packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance/App.razor
@@ -8,7 +8,7 @@
-
+
diff --git a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/App.razor b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/App.razor
index 4e05be847b..a3a65d1298 100644
--- a/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/App.razor
+++ b/packages/blazor-workspace/Tests/OkBlazor.Tests.Acceptance/App.razor
@@ -8,7 +8,7 @@
-
+
diff --git a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/App.razor b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/App.razor
index 28b09d058d..1a87fee056 100644
--- a/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/App.razor
+++ b/packages/blazor-workspace/Tests/SprightBlazor.Tests.Acceptance/App.razor
@@ -8,7 +8,7 @@
-
+
From e293d75d26b24b99c93c12a00ccc520a3084f0bb Mon Sep 17 00:00:00 2001
From: Mert Akinc <7282195+m-akinc@users.noreply.github.com>
Date: Thu, 19 Mar 2026 17:50:59 -0500
Subject: [PATCH 13/15] More fixes
---
.../blazor-workspace/Examples/Demo.Client/wwwroot/index.html | 4 ++--
.../blazor-workspace/Examples/Demo.Hybrid/wwwroot/index.html | 4 ++--
.../Examples/Demo.Server/Components/App.razor | 4 ++--
packages/blazor-workspace/NimbleBlazor/README.md | 4 ++--
packages/blazor-workspace/OkBlazor/README.md | 2 +-
packages/blazor-workspace/SprightBlazor/README.md | 2 +-
.../Tests/NimbleBlazor.Tests.Acceptance/App.razor | 4 ++--
.../Tests/OkBlazor.Tests.Acceptance/App.razor | 4 ++--
.../Tests/SprightBlazor.Tests.Acceptance/App.razor | 4 ++--
9 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/packages/blazor-workspace/Examples/Demo.Client/wwwroot/index.html b/packages/blazor-workspace/Examples/Demo.Client/wwwroot/index.html
index 2b0cc532ad..6c37018f4e 100644
--- a/packages/blazor-workspace/Examples/Demo.Client/wwwroot/index.html
+++ b/packages/blazor-workspace/Examples/Demo.Client/wwwroot/index.html
@@ -9,7 +9,7 @@
-
+
@@ -21,7 +21,7 @@
Reload
🗙
-
+
@@ -21,7 +21,7 @@
🗙
-
+