@sit-onyx/icons 1.6.0 → 1.7.0-dev-20260217072602

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.
@@ -1830,6 +1830,10 @@ declare const _default: {
1830
1830
  "category": "Action & Interface",
1831
1831
  "aliases": ["alert-sign", "warning-banner", "Ausrufezeichen", "Warn-Banner", "Warnung"]
1832
1832
  },
1833
+ "numbered-list": {
1834
+ "category": "Action & Interface",
1835
+ "aliases": []
1836
+ },
1833
1837
  "opactiy": {
1834
1838
  "category": "Tools & Shapes",
1835
1839
  "aliases": ["transparency", "translucence", "Transparenz", "Durchsichtigkeit"]
package/dist/utils.js CHANGED
@@ -426,6 +426,7 @@ const c = { category: "Devices & Electronics", aliases: ["alert", "Wecker", "Uhr
426
426
  "notebook-plus": { category: "File & Type", aliases: ["journal-add", "Notizbuch plus", "Tagebuch hinzufügen"] },
427
427
  notebooks: Pa,
428
428
  "notification-flag": { category: "Action & Interface", aliases: ["alert-sign", "warning-banner", "Ausrufezeichen", "Warn-Banner", "Warnung"] },
429
+ "numbered-list": { category: "Action & Interface", aliases: [] },
429
430
  opactiy: Da,
430
431
  opsgenie: Ea,
431
432
  "organigram-chart-1": { category: "Business & Statistics", aliases: ["hierarchy-graph", "structure-diagram", "Organigramm", "Hierarchiediagramm"] },
@@ -426,6 +426,7 @@ export const iconNotebookEdit: string;
426
426
  export const iconNotebookPlus: string;
427
427
  export const iconNotebooks: string;
428
428
  export const iconNotificationFlag: string;
429
+ export const iconNumberedList: string;
429
430
  export const iconOpactiy: string;
430
431
  export const iconOpsgenie: string;
431
432
  export const iconOrganigramChart1: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sit-onyx/icons",
3
3
  "description": "SVG icons for the onyx design system",
4
- "version": "1.6.0",
4
+ "version": "1.7.0-dev-20260217072602",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
7
7
  "license": "Apache-2.0",