@nice2dev/ui 1.0.23 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# [1.0.24] — 2026-06-06
|
|
2
|
+
|
|
3
|
+
### Added — OmniVerk domain icons (`@nice2dev/icons`)
|
|
4
|
+
|
|
5
|
+
Distinct sidebar-nav icons for ERP modules that previously fell back to generic
|
|
6
|
+
icons (NICE2DEV_ICONS_REQUEST.md). Each ships solid / outline / duotone variants
|
|
7
|
+
and resolves by name via the NiceIcon resolver:
|
|
8
|
+
|
|
9
|
+
- **`NtdProduct`**, **`NtdShipment`** (alias `NtdPackage` already existed),
|
|
10
|
+
**`NtdWorkflow`** (BPMN states, distinct from `NtdFlow`), **`NtdAlert`** (+ alias
|
|
11
|
+
`NtdAlertBell`; bell-with-exclamation, distinct from `NtdBell`/`NtdWarning`).
|
|
12
|
+
- **`NtdFood`** (+ alias `NtdMeal`), **`NtdProject`** (kanban), **`NtdInsurance`**
|
|
13
|
+
(shield + check), **`NtdTax`** (stamped %), **`NtdGym`**, **`NtdLab`** (flask).
|
|
14
|
+
- Requested icons that already existed (`NtdInvoice`, `NtdContract`, `NtdRecipe`,
|
|
15
|
+
`NtdPackage`, `NtdDumbbell`) were left as-is — OmniVerk just needs to whitelist them.
|
|
16
|
+
|
|
1
17
|
# [1.0.23] — 2026-06-06
|
|
2
18
|
|
|
3
19
|
### Added — OmniVerk wishlist (DX quality-of-life)
|