@nice2dev/icons 1.0.18 → 1.0.20

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.
@@ -71,7 +71,9 @@ export { NtdBadge, NtdStatusDot, NtdIconOverlay, NtdIconStack } from './NtdIconB
71
71
  export type { NtdBadgeProps, NtdStatusDotProps, NtdIconOverlayProps, NtdIconStackProps, BadgePosition, StatusType, } from './NtdIconBadge';
72
72
  export { registerIcon, searchIcons, getIcon, getIconMetadata, getIconsByCategory, getAllIcons, getCategoryCounts, getSearchSuggestions, initializeIconMetadata, CATEGORY_INFO, UI_ICON_METADATA, ACTION_ICON_METADATA, } from './iconMetadata';
73
73
  export type { IconMetadata, IconSearchResult, IconCategory, SearchMatch, SearchOptions, } from './iconMetadata';
74
+ /** @deprecated Use NiceVectorEditor from @nice2dev/ui-graphics — it supports initialIcon, library, animation timeline, snippet export. */
74
75
  export { NiceIconEditor, useIconEditor } from './NiceIconEditor';
76
+ /** @deprecated Use NiceVectorEditor from @nice2dev/ui-graphics. */
75
77
  export type { NiceIconEditorProps, IconEditorState } from './NiceIconEditor';
76
78
  export { NiceIconSetCreator, useIconSetCreator } from './NiceIconSetCreator';
77
79
  export type { NiceIconSetCreatorProps, IconSetConfig, IconSetItem } from './NiceIconSetCreator';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice2dev/icons",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "Beautiful, lightweight, multi-color SVG icon library for React with animations",
5
5
  "author": "NiceToDev <contact@nicetodev.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",