@zenkigen-inc/component-icons 1.19.2 → 1.19.4
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/index.d.mts +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +397 -377
- package/dist/index.mjs +397 -377
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -360,6 +360,10 @@ interface expandIconProps {
|
|
|
360
360
|
accentClassName?: string;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
+
interface expandcontentIconProps {
|
|
364
|
+
accentClassName?: string;
|
|
365
|
+
}
|
|
366
|
+
|
|
363
367
|
interface exitIconProps {
|
|
364
368
|
accentClassName?: string;
|
|
365
369
|
}
|
|
@@ -416,6 +420,10 @@ interface commentIconProps {
|
|
|
416
420
|
accentClassName?: string;
|
|
417
421
|
}
|
|
418
422
|
|
|
423
|
+
interface collapsecontentIconProps {
|
|
424
|
+
accentClassName?: string;
|
|
425
|
+
}
|
|
426
|
+
|
|
419
427
|
interface closeIconProps {
|
|
420
428
|
accentClassName?: string;
|
|
421
429
|
}
|
|
@@ -556,7 +564,7 @@ interface addIconProps {
|
|
|
556
564
|
accentClassName?: string;
|
|
557
565
|
}
|
|
558
566
|
|
|
559
|
-
type IconName = 'add' | 'ai-agent' | 'ai' | 'angle-down' | 'angle-left' | 'angle-right' | 'angle-small-down' | 'angle-small-up' | 'angle-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'attachment' | 'attention' | 'background-blur-strong' | 'background-blur-weak' | 'beginner' | 'block' | 'bookmark' | 'building' | 'calendar-attention' | 'calendar-check' | 'calendar-draft' | 'calendar-minus' | 'calendar-today' | 'calendar' | 'caret-down' | 'caret-right' | 'catch' | 'chart-bar' | 'chart-line' | 'check' | 'circle' | 'close' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | 'expand' | 'external-link' | 'feedback' | 'filter' | 'flag' | 'global' | 'graph-line' | 'guide' | 'hamburger-close' | 'hamburger-open' | 'hamburger' | 'handle' | 'harutaka' | 'help' | 'hint' | 'home' | 'image' | 'information-filled' | 'information' | 'input-delete' | 'link' | 'list' | 'live-background' | 'logout' | 'main-view' | 'message-text' | 'mic-off' | 'mic' | 'minus' | 'more' | 'movie' | 'network' | 'notification' | 'pause' | 'pdf' | 'picture-in-picture' | 'play-filled' | 'play' | 'plus' | 'presentation' | 'record' | 'reload' | 'remove' | 'repeat' | 'score' | 'screen-share' | 'search' | 'security' | 'send' | 'setting' | 'share' | 'shuffle' | 'sidebar' | 'signal-low' | 'signal-off' | 'signal' | 'slider-editing' | 'sort-down' | 'sort-up' | 'sort' | 'sparkle' | 'stamp' | 'star-filled' | 'star' | 'success-filled' | 'superadmin' | 'table-download' | 'table-upload' | 'table' | 'timer' | 'transcription' | 'triangle' | 'upload-document-success' | 'upload-document' | 'upload' | 'user-add' | 'user-group' | 'user-line' | 'user-multi' | 'user-one' | 'user-remove' | 'user-verified' | 'user' | 'video-off' | 'video' | 'visibility-off' | 'visibility' | 'volume-off' | 'volume' | 'warning';
|
|
567
|
+
type IconName = 'add' | 'ai-agent' | 'ai' | 'angle-down' | 'angle-left' | 'angle-right' | 'angle-small-down' | 'angle-small-up' | 'angle-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'attachment' | 'attention' | 'background-blur-strong' | 'background-blur-weak' | 'beginner' | 'block' | 'bookmark' | 'building' | 'calendar-attention' | 'calendar-check' | 'calendar-draft' | 'calendar-minus' | 'calendar-today' | 'calendar' | 'caret-down' | 'caret-right' | 'catch' | 'chart-bar' | 'chart-line' | 'check' | 'circle' | 'close' | 'collapse-content' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | 'expand-content' | 'expand' | 'external-link' | 'feedback' | 'filter' | 'flag' | 'global' | 'graph-line' | 'guide' | 'hamburger-close' | 'hamburger-open' | 'hamburger' | 'handle' | 'harutaka' | 'help' | 'hint' | 'home' | 'image' | 'information-filled' | 'information' | 'input-delete' | 'link' | 'list' | 'live-background' | 'logout' | 'main-view' | 'message-text' | 'mic-off' | 'mic' | 'minus' | 'more' | 'movie' | 'network' | 'notification' | 'pause' | 'pdf' | 'picture-in-picture' | 'play-filled' | 'play' | 'plus' | 'presentation' | 'record' | 'reload' | 'remove' | 'repeat' | 'score' | 'screen-share' | 'search' | 'security' | 'send' | 'setting' | 'share' | 'shuffle' | 'sidebar' | 'signal-low' | 'signal-off' | 'signal' | 'slider-editing' | 'sort-down' | 'sort-up' | 'sort' | 'sparkle' | 'stamp' | 'star-filled' | 'star' | 'success-filled' | 'superadmin' | 'table-download' | 'table-upload' | 'table' | 'timer' | 'transcription' | 'triangle' | 'upload-document-success' | 'upload-document' | 'upload' | 'user-add' | 'user-group' | 'user-line' | 'user-multi' | 'user-one' | 'user-remove' | 'user-verified' | 'user' | 'video-off' | 'video' | 'visibility-off' | 'visibility' | 'volume-off' | 'volume' | 'warning';
|
|
560
568
|
type IconComponent = React.FC<{
|
|
561
569
|
accentClassName?: string;
|
|
562
570
|
}>;
|
|
@@ -596,6 +604,7 @@ declare const iconElements: {
|
|
|
596
604
|
check: React.FC<checkIconProps>;
|
|
597
605
|
circle: React.FC<circleIconProps>;
|
|
598
606
|
close: React.FC<closeIconProps>;
|
|
607
|
+
'collapse-content': React.FC<collapsecontentIconProps>;
|
|
599
608
|
comment: React.FC<commentIconProps>;
|
|
600
609
|
contract: React.FC<contractIconProps>;
|
|
601
610
|
copy: React.FC<copyIconProps>;
|
|
@@ -610,6 +619,7 @@ declare const iconElements: {
|
|
|
610
619
|
edit: React.FC<editIconProps>;
|
|
611
620
|
email: React.FC<emailIconProps>;
|
|
612
621
|
exit: React.FC<exitIconProps>;
|
|
622
|
+
'expand-content': React.FC<expandcontentIconProps>;
|
|
613
623
|
expand: React.FC<expandIconProps>;
|
|
614
624
|
'external-link': React.FC<externallinkIconProps>;
|
|
615
625
|
feedback: React.FC<feedbackIconProps>;
|
package/dist/index.d.ts
CHANGED
|
@@ -360,6 +360,10 @@ interface expandIconProps {
|
|
|
360
360
|
accentClassName?: string;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
+
interface expandcontentIconProps {
|
|
364
|
+
accentClassName?: string;
|
|
365
|
+
}
|
|
366
|
+
|
|
363
367
|
interface exitIconProps {
|
|
364
368
|
accentClassName?: string;
|
|
365
369
|
}
|
|
@@ -416,6 +420,10 @@ interface commentIconProps {
|
|
|
416
420
|
accentClassName?: string;
|
|
417
421
|
}
|
|
418
422
|
|
|
423
|
+
interface collapsecontentIconProps {
|
|
424
|
+
accentClassName?: string;
|
|
425
|
+
}
|
|
426
|
+
|
|
419
427
|
interface closeIconProps {
|
|
420
428
|
accentClassName?: string;
|
|
421
429
|
}
|
|
@@ -556,7 +564,7 @@ interface addIconProps {
|
|
|
556
564
|
accentClassName?: string;
|
|
557
565
|
}
|
|
558
566
|
|
|
559
|
-
type IconName = 'add' | 'ai-agent' | 'ai' | 'angle-down' | 'angle-left' | 'angle-right' | 'angle-small-down' | 'angle-small-up' | 'angle-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'attachment' | 'attention' | 'background-blur-strong' | 'background-blur-weak' | 'beginner' | 'block' | 'bookmark' | 'building' | 'calendar-attention' | 'calendar-check' | 'calendar-draft' | 'calendar-minus' | 'calendar-today' | 'calendar' | 'caret-down' | 'caret-right' | 'catch' | 'chart-bar' | 'chart-line' | 'check' | 'circle' | 'close' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | 'expand' | 'external-link' | 'feedback' | 'filter' | 'flag' | 'global' | 'graph-line' | 'guide' | 'hamburger-close' | 'hamburger-open' | 'hamburger' | 'handle' | 'harutaka' | 'help' | 'hint' | 'home' | 'image' | 'information-filled' | 'information' | 'input-delete' | 'link' | 'list' | 'live-background' | 'logout' | 'main-view' | 'message-text' | 'mic-off' | 'mic' | 'minus' | 'more' | 'movie' | 'network' | 'notification' | 'pause' | 'pdf' | 'picture-in-picture' | 'play-filled' | 'play' | 'plus' | 'presentation' | 'record' | 'reload' | 'remove' | 'repeat' | 'score' | 'screen-share' | 'search' | 'security' | 'send' | 'setting' | 'share' | 'shuffle' | 'sidebar' | 'signal-low' | 'signal-off' | 'signal' | 'slider-editing' | 'sort-down' | 'sort-up' | 'sort' | 'sparkle' | 'stamp' | 'star-filled' | 'star' | 'success-filled' | 'superadmin' | 'table-download' | 'table-upload' | 'table' | 'timer' | 'transcription' | 'triangle' | 'upload-document-success' | 'upload-document' | 'upload' | 'user-add' | 'user-group' | 'user-line' | 'user-multi' | 'user-one' | 'user-remove' | 'user-verified' | 'user' | 'video-off' | 'video' | 'visibility-off' | 'visibility' | 'volume-off' | 'volume' | 'warning';
|
|
567
|
+
type IconName = 'add' | 'ai-agent' | 'ai' | 'angle-down' | 'angle-left' | 'angle-right' | 'angle-small-down' | 'angle-small-up' | 'angle-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'attachment' | 'attention' | 'background-blur-strong' | 'background-blur-weak' | 'beginner' | 'block' | 'bookmark' | 'building' | 'calendar-attention' | 'calendar-check' | 'calendar-draft' | 'calendar-minus' | 'calendar-today' | 'calendar' | 'caret-down' | 'caret-right' | 'catch' | 'chart-bar' | 'chart-line' | 'check' | 'circle' | 'close' | 'collapse-content' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | 'expand-content' | 'expand' | 'external-link' | 'feedback' | 'filter' | 'flag' | 'global' | 'graph-line' | 'guide' | 'hamburger-close' | 'hamburger-open' | 'hamburger' | 'handle' | 'harutaka' | 'help' | 'hint' | 'home' | 'image' | 'information-filled' | 'information' | 'input-delete' | 'link' | 'list' | 'live-background' | 'logout' | 'main-view' | 'message-text' | 'mic-off' | 'mic' | 'minus' | 'more' | 'movie' | 'network' | 'notification' | 'pause' | 'pdf' | 'picture-in-picture' | 'play-filled' | 'play' | 'plus' | 'presentation' | 'record' | 'reload' | 'remove' | 'repeat' | 'score' | 'screen-share' | 'search' | 'security' | 'send' | 'setting' | 'share' | 'shuffle' | 'sidebar' | 'signal-low' | 'signal-off' | 'signal' | 'slider-editing' | 'sort-down' | 'sort-up' | 'sort' | 'sparkle' | 'stamp' | 'star-filled' | 'star' | 'success-filled' | 'superadmin' | 'table-download' | 'table-upload' | 'table' | 'timer' | 'transcription' | 'triangle' | 'upload-document-success' | 'upload-document' | 'upload' | 'user-add' | 'user-group' | 'user-line' | 'user-multi' | 'user-one' | 'user-remove' | 'user-verified' | 'user' | 'video-off' | 'video' | 'visibility-off' | 'visibility' | 'volume-off' | 'volume' | 'warning';
|
|
560
568
|
type IconComponent = React.FC<{
|
|
561
569
|
accentClassName?: string;
|
|
562
570
|
}>;
|
|
@@ -596,6 +604,7 @@ declare const iconElements: {
|
|
|
596
604
|
check: React.FC<checkIconProps>;
|
|
597
605
|
circle: React.FC<circleIconProps>;
|
|
598
606
|
close: React.FC<closeIconProps>;
|
|
607
|
+
'collapse-content': React.FC<collapsecontentIconProps>;
|
|
599
608
|
comment: React.FC<commentIconProps>;
|
|
600
609
|
contract: React.FC<contractIconProps>;
|
|
601
610
|
copy: React.FC<copyIconProps>;
|
|
@@ -610,6 +619,7 @@ declare const iconElements: {
|
|
|
610
619
|
edit: React.FC<editIconProps>;
|
|
611
620
|
email: React.FC<emailIconProps>;
|
|
612
621
|
exit: React.FC<exitIconProps>;
|
|
622
|
+
'expand-content': React.FC<expandcontentIconProps>;
|
|
613
623
|
expand: React.FC<expandIconProps>;
|
|
614
624
|
'external-link': React.FC<externallinkIconProps>;
|
|
615
625
|
feedback: React.FC<feedbackIconProps>;
|