@halo-dev/components 2.22.0 → 2.24.0
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/dist/icons/icons.d.ts +2 -1
- package/dist/index.es.js +2971 -2954
- package/dist/index.es.js.map +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +23 -23
package/dist/icons/icons.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ import { default as IconStopCircle } from '~icons/ri/stop-circle-line';
|
|
|
64
64
|
import { default as IconTablet } from '~icons/ri/tablet-line';
|
|
65
65
|
import { default as IconTeam } from '~icons/ri/team-fill';
|
|
66
66
|
import { default as IconTerminalBoxLine } from '~icons/ri/terminal-box-line';
|
|
67
|
+
import { default as IconThumbUpLine } from '~icons/ri/thumb-up-line';
|
|
67
68
|
import { default as IconTimerLine } from '~icons/ri/timer-line';
|
|
68
69
|
import { default as IconToolsFill } from '~icons/ri/tools-fill';
|
|
69
70
|
import { default as IconRiUpload2Fill } from '~icons/ri/upload-2-fill';
|
|
@@ -74,4 +75,4 @@ import { default as IconUserSettings } from '~icons/ri/user-settings-line';
|
|
|
74
75
|
import { default as IconWindowLine } from '~icons/ri/window-line';
|
|
75
76
|
import { default as IconZoomInLine } from '~icons/ri/zoom-in-line';
|
|
76
77
|
import { default as IconZoomOutLine } from '~icons/ri/zoom-out-line';
|
|
77
|
-
export { IconAccountCircleLine, IconAddCircle, IconArrowDown, IconArrowDownCircleLine, IconArrowDownLine, IconArrowLeft, IconArrowLeftRightLine, IconArrowRight, IconArrowUpCircleLine, IconArrowUpDownLine, IconArrowUpLine, IconBookRead, IconCalendar, IconCharacterRecognition, IconCheckboxCircle, IconCheckboxFill, IconClipboardLine, IconClose, IconCloseCircle, IconCodeBoxLine, IconComputer, IconDashboard, IconDatabase2Line, IconDeleteBin, IconErrorWarning, IconExchange, IconExternalLinkLine, IconEye, IconEyeOff, IconFolder, IconForbidLine, IconGitBranch, IconGitHub, IconGrid, IconHistoryLine, IconImageAddLine, IconInformation, IconLink, IconList, IconListSettings, IconLockPasswordLine, IconLogoutCircleRLine, IconMagic, IconMessage, IconMore, IconMotionLine, IconNotificationBadgeLine, IconPages, IconPalette, IconPhone, IconPlug, IconRefreshLine, IconReplyLine, IconRiPencilFill, IconRiUpload2Fill, IconRocketLine, IconSave, IconSearch, IconSendPlaneFill, IconServerLine, IconSettings, IconSettings3Line, IconShieldUser, IconStopCircle, IconTablet, IconTeam, IconTerminalBoxLine, IconTimerLine, IconToolsFill, IconUpload, IconUserFollow, IconUserLine, IconUserSettings, IconWindowLine, IconZoomInLine, IconZoomOutLine, };
|
|
78
|
+
export { IconAccountCircleLine, IconAddCircle, IconArrowDown, IconArrowDownCircleLine, IconArrowDownLine, IconArrowLeft, IconArrowLeftRightLine, IconArrowRight, IconArrowUpCircleLine, IconArrowUpDownLine, IconArrowUpLine, IconBookRead, IconCalendar, IconCharacterRecognition, IconCheckboxCircle, IconCheckboxFill, IconClipboardLine, IconClose, IconCloseCircle, IconCodeBoxLine, IconComputer, IconDashboard, IconDatabase2Line, IconDeleteBin, IconErrorWarning, IconExchange, IconExternalLinkLine, IconEye, IconEyeOff, IconFolder, IconForbidLine, IconGitBranch, IconGitHub, IconGrid, IconHistoryLine, IconImageAddLine, IconInformation, IconLink, IconList, IconListSettings, IconLockPasswordLine, IconLogoutCircleRLine, IconMagic, IconMessage, IconMore, IconMotionLine, IconNotificationBadgeLine, IconPages, IconPalette, IconPhone, IconPlug, IconRefreshLine, IconReplyLine, IconRiPencilFill, IconRiUpload2Fill, IconRocketLine, IconSave, IconSearch, IconSendPlaneFill, IconServerLine, IconSettings, IconSettings3Line, IconShieldUser, IconStopCircle, IconTablet, IconTeam, IconTerminalBoxLine, IconThumbUpLine, IconTimerLine, IconToolsFill, IconUpload, IconUserFollow, IconUserLine, IconUserSettings, IconWindowLine, IconZoomInLine, IconZoomOutLine, };
|