@antscorp/antsomi-ui 2.0.50 → 2.0.52

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.
@@ -1,6 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { FIELD_DATA_TYPE } from './constants';
3
3
  import { Icon } from '../Icon';
4
+ import { BinaryIcon } from '../../icons';
4
5
  export const IconField = (props) => {
5
6
  const { dataType } = props;
6
7
  switch (dataType) {
@@ -18,6 +19,9 @@ export const IconField = (props) => {
18
19
  case FIELD_DATA_TYPE.DATE_TIME.name:
19
20
  case FIELD_DATA_TYPE.DATE_TIME.value:
20
21
  return _jsx(Icon, { type: "icon-ants-calendar-v2", style: { color: '#56b261' } });
22
+ case FIELD_DATA_TYPE.BINARY.name:
23
+ case FIELD_DATA_TYPE.BINARY.value:
24
+ return _jsx(BinaryIcon, { style: { color: '#51a5d5' } });
21
25
  default:
22
26
  return _jsx(Icon, { type: "icon-ants-ABC", style: { color: '#56b261' } });
23
27
  }
@@ -24,4 +24,9 @@ export declare const FIELD_DATA_TYPE: {
24
24
  readonly name: "boolean";
25
25
  readonly value: 17;
26
26
  };
27
+ readonly BINARY: {
28
+ readonly label: "Binary";
29
+ readonly name: "binary";
30
+ readonly value: 18;
31
+ };
27
32
  };
@@ -24,4 +24,9 @@ export const FIELD_DATA_TYPE = {
24
24
  name: 'boolean',
25
25
  value: 17,
26
26
  },
27
+ BINARY: {
28
+ label: 'Binary',
29
+ name: 'binary',
30
+ value: 18,
31
+ },
27
32
  };
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { THEME } from '@antscorp/antsomi-ui/es/constants';
3
3
  import { StyledSwitch } from './styled';
4
4
  const Switch = props => {
5
- const { color = THEME.token?.colorPrimary || '#005eb8', ...rest } = props;
6
- return _jsx(StyledSwitch, { style: { '--switch-color': color }, ...rest });
5
+ const { color = THEME.token?.colorPrimary || '#005eb8', style, ...rest } = props;
6
+ return _jsx(StyledSwitch, { style: { ...style, '--switch-color': color }, ...rest });
7
7
  };
8
8
  export { Switch };
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const BinaryIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const BinaryIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsxs("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M16.3295 13.2322V12.1403L17.7091 11.9698V7.06925L16.3188 7.05327V6.01989L19.5735 5.47656V11.9698L20.9531 12.1403V13.2322H16.3295Z", fill: "currentColor" }), _jsx("path", { d: "M10.9142 13.3437C10.0726 13.3437 9.40678 13.0773 8.91673 12.5447C8.42667 12.012 8.18164 11.2219 8.18164 10.1743V8.53897C8.18164 7.49494 8.42667 6.70481 8.91673 6.16859C9.40678 5.63237 10.0691 5.36426 10.9036 5.36426C11.731 5.36426 12.3897 5.63237 12.8798 6.16859C13.3734 6.70481 13.6202 7.49494 13.6202 8.53897V10.1743C13.6202 11.2219 13.3752 12.012 12.8851 12.5447C12.3986 13.0773 11.7417 13.3437 10.9142 13.3437ZM10.9142 11.9214C11.1877 11.9214 11.3972 11.7971 11.5428 11.5486C11.6884 11.2964 11.7612 10.8738 11.7612 10.2808V8.42179C11.7612 7.8394 11.6866 7.42214 11.5375 7.17001C11.3883 6.91788 11.177 6.79181 10.9036 6.79181C10.6195 6.79181 10.4047 6.91788 10.2591 7.17001C10.1135 7.41859 10.0407 7.83585 10.0407 8.42179V10.2808C10.0407 10.8774 10.1135 11.3 10.2591 11.5486C10.4047 11.7971 10.623 11.9214 10.9142 11.9214Z", fill: "currentColor" }), _jsx("path", { d: "M18.4123 24.2528C17.5707 24.2528 16.9048 23.9865 16.4148 23.4538C15.9247 22.9212 15.6797 22.131 15.6797 21.0835V19.4482C15.6797 18.4041 15.9247 17.614 16.4148 17.0778C16.9048 16.5415 17.5671 16.2734 18.4016 16.2734C19.229 16.2734 19.8878 16.5415 20.3778 17.0778C20.8714 17.614 21.1183 18.4041 21.1183 19.4482V21.0835C21.1183 22.131 20.8732 22.9212 20.3832 23.4538C19.8967 23.9865 19.2397 24.2528 18.4123 24.2528ZM18.4123 22.8306C18.6857 22.8306 18.8952 22.7063 19.0408 22.4577C19.1864 22.2056 19.2592 21.783 19.2592 21.19V19.331C19.2592 18.7486 19.1847 18.3313 19.0355 18.0792C18.8864 17.8271 18.6751 17.701 18.4016 17.701C18.1175 17.701 17.9027 17.8271 17.7571 18.0792C17.6115 18.3278 17.5387 18.745 17.5387 19.331V21.19C17.5387 21.7866 17.6115 22.2092 17.7571 22.4577C17.9027 22.7063 18.1211 22.8306 18.4123 22.8306Z", fill: "currentColor" }), _jsx("path", { d: "M8.19229 24.1414V23.0494L9.57191 22.879V17.9784L8.18164 17.9624V16.9291L11.4363 16.3857V22.879L12.8159 23.0494V24.1414H8.19229Z", fill: "currentColor" })] }));
7
+ });
@@ -2,10 +2,10 @@
2
2
  export declare const LazyIcon: {
3
3
  AccountCircleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
4
4
  AccountCircleOutlineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
5
- Accounts30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
6
5
  AccountSharing30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
7
6
  AccountSharingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
8
7
  AccountTreeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
8
+ Accounts30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
9
9
  AddChartIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
10
10
  AddFolderIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
11
11
  AddIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -28,6 +28,7 @@ export declare const LazyIcon: {
28
28
  AudioRecordIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
29
29
  BatchStreaming30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
30
30
  BatchStreamingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
31
+ BinaryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
31
32
  BlockIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
32
33
  BudLightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
33
34
  BugIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -53,6 +54,7 @@ export declare const LazyIcon: {
53
54
  ChatConversationCommentAddCommentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
54
55
  ChatMentionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
55
56
  ChatUnreadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
57
+ CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
56
58
  CheckboxChecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
57
59
  CheckboxCheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
58
60
  CheckboxIndeterminate5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -60,7 +62,6 @@ export declare const LazyIcon: {
60
62
  CheckboxUnchecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
61
63
  CheckboxUncheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
62
64
  ChecklistRtlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
63
- CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
64
65
  CircleAddElementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
65
66
  CircleNotificationsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
66
67
  CloseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -95,15 +96,15 @@ export declare const LazyIcon: {
95
96
  DataDestinationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
96
97
  DataEncryption30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
97
98
  DataEncryptionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
98
- Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
99
99
  DataIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
100
100
  DataRefreshIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
101
101
  DataSchema30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
102
102
  DataSource30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
103
- DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
104
- DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
105
103
  DataView30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
106
104
  DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
105
+ Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
106
+ DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
107
+ DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
107
108
  DecreaseDecimalIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
108
109
  DeleteRemoveTrashIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
109
110
  DeliveryLogIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -180,13 +181,13 @@ export declare const LazyIcon: {
180
181
  ForwardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
181
182
  FreeDrawIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
182
183
  FullReviewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
184
+ GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
183
185
  GalleryTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
184
186
  GeneralSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
185
187
  GeneralSettings30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
186
188
  GenerateAutoWizardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
187
189
  Geofence30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
188
190
  GetInsightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
189
- GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
190
191
  GridViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
191
192
  GroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
192
193
  GroupLayerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -249,8 +250,8 @@ export declare const LazyIcon: {
249
250
  MuteIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
250
251
  NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
251
252
  NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
252
- NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
253
253
  NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
254
+ NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
254
255
  OpenNewTabIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
255
256
  OpenUrlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
256
257
  OrchestrationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -301,6 +302,7 @@ export declare const LazyIcon: {
301
302
  ResumeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
302
303
  RightExpandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
303
304
  Role30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
305
+ SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
304
306
  SaveAsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
305
307
  SaveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
306
308
  ScheduleEmailDeliveryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -324,7 +326,6 @@ export declare const LazyIcon: {
324
326
  SlideGroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
325
327
  Sort1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
326
328
  SortIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
327
- SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
328
329
  SqlWorkspaceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
329
330
  StatisticIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
330
331
  StickerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -371,9 +372,9 @@ export declare const LazyIcon: {
371
372
  VisitorInformationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
372
373
  WarningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
373
374
  WebAssetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
374
- WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
375
375
  WebIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
376
376
  WebPersonalizationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
377
+ WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
377
378
  WidgetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
378
379
  WritingAIAssitantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
379
380
  };
@@ -2,10 +2,10 @@ import { lazy } from 'react';
2
2
  export const LazyIcon = {
3
3
  AccountCircleIcon: lazy(() => import('../AccountCircleIcon').then(m => ({ default: m.AccountCircleIcon }))),
4
4
  AccountCircleOutlineIcon: lazy(() => import('../AccountCircleOutlineIcon').then(m => ({ default: m.AccountCircleOutlineIcon }))),
5
- Accounts30Icon: lazy(() => import('../Accounts30Icon').then(m => ({ default: m.Accounts30Icon }))),
6
5
  AccountSharing30Icon: lazy(() => import('../AccountSharing30Icon').then(m => ({ default: m.AccountSharing30Icon }))),
7
6
  AccountSharingIcon: lazy(() => import('../AccountSharingIcon').then(m => ({ default: m.AccountSharingIcon }))),
8
7
  AccountTreeIcon: lazy(() => import('../AccountTreeIcon').then(m => ({ default: m.AccountTreeIcon }))),
8
+ Accounts30Icon: lazy(() => import('../Accounts30Icon').then(m => ({ default: m.Accounts30Icon }))),
9
9
  AddChartIcon: lazy(() => import('../AddChartIcon').then(m => ({ default: m.AddChartIcon }))),
10
10
  AddFolderIcon: lazy(() => import('../AddFolderIcon').then(m => ({ default: m.AddFolderIcon }))),
11
11
  AddIcon: lazy(() => import('../AddIcon').then(m => ({ default: m.AddIcon }))),
@@ -28,6 +28,7 @@ export const LazyIcon = {
28
28
  AudioRecordIcon: lazy(() => import('../AudioRecordIcon').then(m => ({ default: m.AudioRecordIcon }))),
29
29
  BatchStreaming30Icon: lazy(() => import('../BatchStreaming30Icon').then(m => ({ default: m.BatchStreaming30Icon }))),
30
30
  BatchStreamingIcon: lazy(() => import('../BatchStreamingIcon').then(m => ({ default: m.BatchStreamingIcon }))),
31
+ BinaryIcon: lazy(() => import('../BinaryIcon').then(m => ({ default: m.BinaryIcon }))),
31
32
  BlockIcon: lazy(() => import('../BlockIcon').then(m => ({ default: m.BlockIcon }))),
32
33
  BudLightIcon: lazy(() => import('../BudLightIcon').then(m => ({ default: m.BudLightIcon }))),
33
34
  BugIcon: lazy(() => import('../BugIcon').then(m => ({ default: m.BugIcon }))),
@@ -55,6 +56,7 @@ export const LazyIcon = {
55
56
  }))),
56
57
  ChatMentionIcon: lazy(() => import('../ChatMentionIcon').then(m => ({ default: m.ChatMentionIcon }))),
57
58
  ChatUnreadIcon: lazy(() => import('../ChatUnreadIcon').then(m => ({ default: m.ChatUnreadIcon }))),
59
+ CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
58
60
  CheckboxChecked5RadiusIcon: lazy(() => import('../CheckboxChecked5RadiusIcon').then(m => ({ default: m.CheckboxChecked5RadiusIcon }))),
59
61
  CheckboxCheckedIcon: lazy(() => import('../CheckboxCheckedIcon').then(m => ({ default: m.CheckboxCheckedIcon }))),
60
62
  CheckboxIndeterminate5RadiusIcon: lazy(() => import('../CheckboxIndeterminate5RadiusIcon').then(m => ({
@@ -66,7 +68,6 @@ export const LazyIcon = {
66
68
  }))),
67
69
  CheckboxUncheckedIcon: lazy(() => import('../CheckboxUncheckedIcon').then(m => ({ default: m.CheckboxUncheckedIcon }))),
68
70
  ChecklistRtlIcon: lazy(() => import('../ChecklistRtlIcon').then(m => ({ default: m.ChecklistRtlIcon }))),
69
- CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
70
71
  CircleAddElementIcon: lazy(() => import('../CircleAddElementIcon').then(m => ({ default: m.CircleAddElementIcon }))),
71
72
  CircleNotificationsIcon: lazy(() => import('../CircleNotificationsIcon').then(m => ({ default: m.CircleNotificationsIcon }))),
72
73
  CloseIcon: lazy(() => import('../CloseIcon').then(m => ({ default: m.CloseIcon }))),
@@ -101,15 +102,15 @@ export const LazyIcon = {
101
102
  DataDestinationIcon: lazy(() => import('../DataDestinationIcon').then(m => ({ default: m.DataDestinationIcon }))),
102
103
  DataEncryption30Icon: lazy(() => import('../DataEncryption30Icon').then(m => ({ default: m.DataEncryption30Icon }))),
103
104
  DataEncryptionIcon: lazy(() => import('../DataEncryptionIcon').then(m => ({ default: m.DataEncryptionIcon }))),
104
- Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
105
105
  DataIcon: lazy(() => import('../DataIcon').then(m => ({ default: m.DataIcon }))),
106
106
  DataRefreshIcon: lazy(() => import('../DataRefreshIcon').then(m => ({ default: m.DataRefreshIcon }))),
107
107
  DataSchema30Icon: lazy(() => import('../DataSchema30Icon').then(m => ({ default: m.DataSchema30Icon }))),
108
108
  DataSource30Icon: lazy(() => import('../DataSource30Icon').then(m => ({ default: m.DataSource30Icon }))),
109
- DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
110
- DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
111
109
  DataView30Icon: lazy(() => import('../DataView30Icon').then(m => ({ default: m.DataView30Icon }))),
112
110
  DataViewIcon: lazy(() => import('../DataViewIcon').then(m => ({ default: m.DataViewIcon }))),
111
+ Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
112
+ DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
113
+ DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
113
114
  DecreaseDecimalIcon: lazy(() => import('../DecreaseDecimalIcon').then(m => ({ default: m.DecreaseDecimalIcon }))),
114
115
  DeleteRemoveTrashIcon: lazy(() => import('../DeleteRemoveTrashIcon').then(m => ({ default: m.DeleteRemoveTrashIcon }))),
115
116
  DeliveryLogIcon: lazy(() => import('../DeliveryLogIcon').then(m => ({ default: m.DeliveryLogIcon }))),
@@ -186,13 +187,13 @@ export const LazyIcon = {
186
187
  ForwardIcon: lazy(() => import('../ForwardIcon').then(m => ({ default: m.ForwardIcon }))),
187
188
  FreeDrawIcon: lazy(() => import('../FreeDrawIcon').then(m => ({ default: m.FreeDrawIcon }))),
188
189
  FullReviewIcon: lazy(() => import('../FullReviewIcon').then(m => ({ default: m.FullReviewIcon }))),
190
+ GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
189
191
  GalleryTemplateIcon: lazy(() => import('../GalleryTemplateIcon').then(m => ({ default: m.GalleryTemplateIcon }))),
190
192
  GeneralSettingIcon: lazy(() => import('../GeneralSettingIcon').then(m => ({ default: m.GeneralSettingIcon }))),
191
193
  GeneralSettings30Icon: lazy(() => import('../GeneralSettings30Icon').then(m => ({ default: m.GeneralSettings30Icon }))),
192
194
  GenerateAutoWizardIcon: lazy(() => import('../GenerateAutoWizardIcon').then(m => ({ default: m.GenerateAutoWizardIcon }))),
193
195
  Geofence30Icon: lazy(() => import('../Geofence30Icon').then(m => ({ default: m.Geofence30Icon }))),
194
196
  GetInsightIcon: lazy(() => import('../GetInsightIcon').then(m => ({ default: m.GetInsightIcon }))),
195
- GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
196
197
  GridViewIcon: lazy(() => import('../GridViewIcon').then(m => ({ default: m.GridViewIcon }))),
197
198
  GroupIcon: lazy(() => import('../GroupIcon').then(m => ({ default: m.GroupIcon }))),
198
199
  GroupLayerIcon: lazy(() => import('../GroupLayerIcon').then(m => ({ default: m.GroupLayerIcon }))),
@@ -253,8 +254,8 @@ export const LazyIcon = {
253
254
  MuteIcon: lazy(() => import('../MuteIcon').then(m => ({ default: m.MuteIcon }))),
254
255
  NodeViewIcon: lazy(() => import('../NodeViewIcon').then(m => ({ default: m.NodeViewIcon }))),
255
256
  NotificationIcon: lazy(() => import('../NotificationIcon').then(m => ({ default: m.NotificationIcon }))),
256
- NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
257
257
  NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
258
+ NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
258
259
  OpenNewTabIcon: lazy(() => import('../OpenNewTabIcon').then(m => ({ default: m.OpenNewTabIcon }))),
259
260
  OpenUrlIcon: lazy(() => import('../OpenUrlIcon').then(m => ({ default: m.OpenUrlIcon }))),
260
261
  OrchestrationIcon: lazy(() => import('../OrchestrationIcon').then(m => ({ default: m.OrchestrationIcon }))),
@@ -307,6 +308,7 @@ export const LazyIcon = {
307
308
  ResumeIcon: lazy(() => import('../ResumeIcon').then(m => ({ default: m.ResumeIcon }))),
308
309
  RightExpandIcon: lazy(() => import('../RightExpandIcon').then(m => ({ default: m.RightExpandIcon }))),
309
310
  Role30Icon: lazy(() => import('../Role30Icon').then(m => ({ default: m.Role30Icon }))),
311
+ SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
310
312
  SaveAsIcon: lazy(() => import('../SaveAsIcon').then(m => ({ default: m.SaveAsIcon }))),
311
313
  SaveIcon: lazy(() => import('../SaveIcon').then(m => ({ default: m.SaveIcon }))),
312
314
  ScheduleEmailDeliveryIcon: lazy(() => import('../ScheduleEmailDeliveryIcon').then(m => ({ default: m.ScheduleEmailDeliveryIcon }))),
@@ -330,7 +332,6 @@ export const LazyIcon = {
330
332
  SlideGroupIcon: lazy(() => import('../SlideGroupIcon').then(m => ({ default: m.SlideGroupIcon }))),
331
333
  Sort1Icon: lazy(() => import('../Sort1Icon').then(m => ({ default: m.Sort1Icon }))),
332
334
  SortIcon: lazy(() => import('../SortIcon').then(m => ({ default: m.SortIcon }))),
333
- SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
334
335
  SqlWorkspaceIcon: lazy(() => import('../SqlWorkspaceIcon').then(m => ({ default: m.SqlWorkspaceIcon }))),
335
336
  StatisticIcon: lazy(() => import('../StatisticIcon').then(m => ({ default: m.StatisticIcon }))),
336
337
  StickerIcon: lazy(() => import('../StickerIcon').then(m => ({ default: m.StickerIcon }))),
@@ -377,9 +378,9 @@ export const LazyIcon = {
377
378
  VisitorInformationIcon: lazy(() => import('../VisitorInformationIcon').then(m => ({ default: m.VisitorInformationIcon }))),
378
379
  WarningIcon: lazy(() => import('../WarningIcon').then(m => ({ default: m.WarningIcon }))),
379
380
  WebAssetIcon: lazy(() => import('../WebAssetIcon').then(m => ({ default: m.WebAssetIcon }))),
380
- WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
381
381
  WebIcon: lazy(() => import('../WebIcon').then(m => ({ default: m.WebIcon }))),
382
382
  WebPersonalizationIcon: lazy(() => import('../WebPersonalizationIcon').then(m => ({ default: m.WebPersonalizationIcon }))),
383
+ WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
383
384
  WidgetIcon: lazy(() => import('../WidgetIcon').then(m => ({ default: m.WidgetIcon }))),
384
385
  WritingAIAssitantIcon: lazy(() => import('../WritingAIAssitantIcon').then(m => ({ default: m.WritingAIAssitantIcon }))),
385
386
  };
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const TaskAltIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const TaskAltIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960", fill: "#fff", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q65 0 123 19t107 53l-58 59q-38-24-81-37.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-18-2-36t-6-35l65-65q11 32 17 66t6 70q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-56-216L254-466l56-56 114 114 400-401 56 56-456 457Z" }) }));
7
+ });
@@ -1,9 +1,9 @@
1
1
  export { AccountCircleIcon } from './AccountCircleIcon';
2
2
  export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
3
- export { Accounts30Icon } from './Accounts30Icon';
4
3
  export { AccountSharing30Icon } from './AccountSharing30Icon';
5
4
  export { AccountSharingIcon } from './AccountSharingIcon';
6
5
  export { AccountTreeIcon } from './AccountTreeIcon';
6
+ export { Accounts30Icon } from './Accounts30Icon';
7
7
  export { AddChartIcon } from './AddChartIcon';
8
8
  export { AddFolderIcon } from './AddFolderIcon';
9
9
  export { AddIcon } from './AddIcon';
@@ -26,6 +26,7 @@ export { AttachmentIcon } from './AttachmentIcon';
26
26
  export { AudioRecordIcon } from './AudioRecordIcon';
27
27
  export { BatchStreaming30Icon } from './BatchStreaming30Icon';
28
28
  export { BatchStreamingIcon } from './BatchStreamingIcon';
29
+ export { BinaryIcon } from './BinaryIcon';
29
30
  export { BlockIcon } from './BlockIcon';
30
31
  export { BudLightIcon } from './BudLightIcon';
31
32
  export { BugIcon } from './BugIcon';
@@ -51,6 +52,7 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
51
52
  export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
52
53
  export { ChatMentionIcon } from './ChatMentionIcon';
53
54
  export { ChatUnreadIcon } from './ChatUnreadIcon';
55
+ export { CheckSlimIcon } from './CheckSlimIcon';
54
56
  export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
55
57
  export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
56
58
  export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
@@ -58,7 +60,6 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
58
60
  export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
59
61
  export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
60
62
  export { ChecklistRtlIcon } from './ChecklistRtlIcon';
61
- export { CheckSlimIcon } from './CheckSlimIcon';
62
63
  export { CircleAddElementIcon } from './CircleAddElementIcon';
63
64
  export { CircleNotificationsIcon } from './CircleNotificationsIcon';
64
65
  export { CloseIcon } from './CloseIcon';
@@ -93,15 +94,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
93
94
  export { DataDestinationIcon } from './DataDestinationIcon';
94
95
  export { DataEncryption30Icon } from './DataEncryption30Icon';
95
96
  export { DataEncryptionIcon } from './DataEncryptionIcon';
96
- export { Dataflows30Icon } from './Dataflows30Icon';
97
97
  export { DataIcon } from './DataIcon';
98
98
  export { DataRefreshIcon } from './DataRefreshIcon';
99
99
  export { DataSchema30Icon } from './DataSchema30Icon';
100
100
  export { DataSource30Icon } from './DataSource30Icon';
101
- export { DatasourceIcon } from './DatasourceIcon';
102
- export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
103
101
  export { DataView30Icon } from './DataView30Icon';
104
102
  export { DataViewIcon } from './DataViewIcon';
103
+ export { Dataflows30Icon } from './Dataflows30Icon';
104
+ export { DatasourceIcon } from './DatasourceIcon';
105
+ export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
105
106
  export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
106
107
  export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
107
108
  export { DeliveryLogIcon } from './DeliveryLogIcon';
@@ -178,13 +179,13 @@ export { Form30Icon } from './Form30Icon';
178
179
  export { ForwardIcon } from './ForwardIcon';
179
180
  export { FreeDrawIcon } from './FreeDrawIcon';
180
181
  export { FullReviewIcon } from './FullReviewIcon';
182
+ export { GPTIcon } from './GPTIcon';
181
183
  export { GalleryTemplateIcon } from './GalleryTemplateIcon';
182
184
  export { GeneralSettingIcon } from './GeneralSettingIcon';
183
185
  export { GeneralSettings30Icon } from './GeneralSettings30Icon';
184
186
  export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
185
187
  export { Geofence30Icon } from './Geofence30Icon';
186
188
  export { GetInsightIcon } from './GetInsightIcon';
187
- export { GPTIcon } from './GPTIcon';
188
189
  export { GridViewIcon } from './GridViewIcon';
189
190
  export { GroupIcon } from './GroupIcon';
190
191
  export { GroupLayerIcon } from './GroupLayerIcon';
@@ -245,8 +246,8 @@ export { MoveToIcon } from './MoveToIcon';
245
246
  export { MuteIcon } from './MuteIcon';
246
247
  export { NodeViewIcon } from './NodeViewIcon';
247
248
  export { NotificationIcon } from './NotificationIcon';
248
- export { NotificationsActiveIcon } from './NotificationsActiveIcon';
249
249
  export { NotificationSettingIcon } from './NotificationSettingIcon';
250
+ export { NotificationsActiveIcon } from './NotificationsActiveIcon';
250
251
  export { OpenNewTabIcon } from './OpenNewTabIcon';
251
252
  export { OpenUrlIcon } from './OpenUrlIcon';
252
253
  export { OrchestrationIcon } from './OrchestrationIcon';
@@ -297,6 +298,7 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
297
298
  export { ResumeIcon } from './ResumeIcon';
298
299
  export { RightExpandIcon } from './RightExpandIcon';
299
300
  export { Role30Icon } from './Role30Icon';
301
+ export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
300
302
  export { SaveAsIcon } from './SaveAsIcon';
301
303
  export { SaveIcon } from './SaveIcon';
302
304
  export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
@@ -320,7 +322,6 @@ export { SignatureIcon } from './SignatureIcon';
320
322
  export { SlideGroupIcon } from './SlideGroupIcon';
321
323
  export { Sort1Icon } from './Sort1Icon';
322
324
  export { SortIcon } from './SortIcon';
323
- export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
324
325
  export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
325
326
  export { StatisticIcon } from './StatisticIcon';
326
327
  export { StickerIcon } from './StickerIcon';
@@ -367,8 +368,8 @@ export { VisitorIcon } from './VisitorIcon';
367
368
  export { VisitorInformationIcon } from './VisitorInformationIcon';
368
369
  export { WarningIcon } from './WarningIcon';
369
370
  export { WebAssetIcon } from './WebAssetIcon';
370
- export { WebhookIcon } from './WebhookIcon';
371
371
  export { WebIcon } from './WebIcon';
372
372
  export { WebPersonalizationIcon } from './WebPersonalizationIcon';
373
+ export { WebhookIcon } from './WebhookIcon';
373
374
  export { WidgetIcon } from './WidgetIcon';
374
375
  export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
@@ -1,9 +1,9 @@
1
1
  export { AccountCircleIcon } from './AccountCircleIcon';
2
2
  export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
3
- export { Accounts30Icon } from './Accounts30Icon';
4
3
  export { AccountSharing30Icon } from './AccountSharing30Icon';
5
4
  export { AccountSharingIcon } from './AccountSharingIcon';
6
5
  export { AccountTreeIcon } from './AccountTreeIcon';
6
+ export { Accounts30Icon } from './Accounts30Icon';
7
7
  export { AddChartIcon } from './AddChartIcon';
8
8
  export { AddFolderIcon } from './AddFolderIcon';
9
9
  export { AddIcon } from './AddIcon';
@@ -26,6 +26,7 @@ export { AttachmentIcon } from './AttachmentIcon';
26
26
  export { AudioRecordIcon } from './AudioRecordIcon';
27
27
  export { BatchStreaming30Icon } from './BatchStreaming30Icon';
28
28
  export { BatchStreamingIcon } from './BatchStreamingIcon';
29
+ export { BinaryIcon } from './BinaryIcon';
29
30
  export { BlockIcon } from './BlockIcon';
30
31
  export { BudLightIcon } from './BudLightIcon';
31
32
  export { BugIcon } from './BugIcon';
@@ -51,6 +52,7 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
51
52
  export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
52
53
  export { ChatMentionIcon } from './ChatMentionIcon';
53
54
  export { ChatUnreadIcon } from './ChatUnreadIcon';
55
+ export { CheckSlimIcon } from './CheckSlimIcon';
54
56
  export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
55
57
  export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
56
58
  export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
@@ -58,7 +60,6 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
58
60
  export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
59
61
  export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
60
62
  export { ChecklistRtlIcon } from './ChecklistRtlIcon';
61
- export { CheckSlimIcon } from './CheckSlimIcon';
62
63
  export { CircleAddElementIcon } from './CircleAddElementIcon';
63
64
  export { CircleNotificationsIcon } from './CircleNotificationsIcon';
64
65
  export { CloseIcon } from './CloseIcon';
@@ -93,15 +94,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
93
94
  export { DataDestinationIcon } from './DataDestinationIcon';
94
95
  export { DataEncryption30Icon } from './DataEncryption30Icon';
95
96
  export { DataEncryptionIcon } from './DataEncryptionIcon';
96
- export { Dataflows30Icon } from './Dataflows30Icon';
97
97
  export { DataIcon } from './DataIcon';
98
98
  export { DataRefreshIcon } from './DataRefreshIcon';
99
99
  export { DataSchema30Icon } from './DataSchema30Icon';
100
100
  export { DataSource30Icon } from './DataSource30Icon';
101
- export { DatasourceIcon } from './DatasourceIcon';
102
- export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
103
101
  export { DataView30Icon } from './DataView30Icon';
104
102
  export { DataViewIcon } from './DataViewIcon';
103
+ export { Dataflows30Icon } from './Dataflows30Icon';
104
+ export { DatasourceIcon } from './DatasourceIcon';
105
+ export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
105
106
  export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
106
107
  export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
107
108
  export { DeliveryLogIcon } from './DeliveryLogIcon';
@@ -178,13 +179,13 @@ export { Form30Icon } from './Form30Icon';
178
179
  export { ForwardIcon } from './ForwardIcon';
179
180
  export { FreeDrawIcon } from './FreeDrawIcon';
180
181
  export { FullReviewIcon } from './FullReviewIcon';
182
+ export { GPTIcon } from './GPTIcon';
181
183
  export { GalleryTemplateIcon } from './GalleryTemplateIcon';
182
184
  export { GeneralSettingIcon } from './GeneralSettingIcon';
183
185
  export { GeneralSettings30Icon } from './GeneralSettings30Icon';
184
186
  export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
185
187
  export { Geofence30Icon } from './Geofence30Icon';
186
188
  export { GetInsightIcon } from './GetInsightIcon';
187
- export { GPTIcon } from './GPTIcon';
188
189
  export { GridViewIcon } from './GridViewIcon';
189
190
  export { GroupIcon } from './GroupIcon';
190
191
  export { GroupLayerIcon } from './GroupLayerIcon';
@@ -245,8 +246,8 @@ export { MoveToIcon } from './MoveToIcon';
245
246
  export { MuteIcon } from './MuteIcon';
246
247
  export { NodeViewIcon } from './NodeViewIcon';
247
248
  export { NotificationIcon } from './NotificationIcon';
248
- export { NotificationsActiveIcon } from './NotificationsActiveIcon';
249
249
  export { NotificationSettingIcon } from './NotificationSettingIcon';
250
+ export { NotificationsActiveIcon } from './NotificationsActiveIcon';
250
251
  export { OpenNewTabIcon } from './OpenNewTabIcon';
251
252
  export { OpenUrlIcon } from './OpenUrlIcon';
252
253
  export { OrchestrationIcon } from './OrchestrationIcon';
@@ -297,6 +298,7 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
297
298
  export { ResumeIcon } from './ResumeIcon';
298
299
  export { RightExpandIcon } from './RightExpandIcon';
299
300
  export { Role30Icon } from './Role30Icon';
301
+ export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
300
302
  export { SaveAsIcon } from './SaveAsIcon';
301
303
  export { SaveIcon } from './SaveIcon';
302
304
  export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
@@ -320,7 +322,6 @@ export { SignatureIcon } from './SignatureIcon';
320
322
  export { SlideGroupIcon } from './SlideGroupIcon';
321
323
  export { Sort1Icon } from './Sort1Icon';
322
324
  export { SortIcon } from './SortIcon';
323
- export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
324
325
  export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
325
326
  export { StatisticIcon } from './StatisticIcon';
326
327
  export { StickerIcon } from './StickerIcon';
@@ -367,8 +368,8 @@ export { VisitorIcon } from './VisitorIcon';
367
368
  export { VisitorInformationIcon } from './VisitorInformationIcon';
368
369
  export { WarningIcon } from './WarningIcon';
369
370
  export { WebAssetIcon } from './WebAssetIcon';
370
- export { WebhookIcon } from './WebhookIcon';
371
371
  export { WebIcon } from './WebIcon';
372
372
  export { WebPersonalizationIcon } from './WebPersonalizationIcon';
373
+ export { WebhookIcon } from './WebhookIcon';
373
374
  export { WidgetIcon } from './WidgetIcon';
374
375
  export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
@@ -16,7 +16,7 @@ import { safeParseJson } from '@antscorp/antsomi-ui/es/utils';
16
16
  import { POST_MESSAGE_TYPES } from '@antscorp/antsomi-ui/es/constants';
17
17
  export const DrawerDetail = props => {
18
18
  // Props
19
- const { width, fullScreen: fullScreenProp = false, children, menuProps, closeIconProps, maxWidth, minWidth, defaultSize = 'max', headerProps, name, destroyOnClose = true, ...restProps } = props;
19
+ const { width, fullScreen: fullScreenProp = false, children, menuProps, closeIconProps, maxWidth, minWidth, defaultSize = 'max', headerProps, name, destroyOnClose = true, closable = false, ...restProps } = props;
20
20
  const { show: showMenu = true, showExpandButton = true, showClose = true, items, selectedKeys, footer, onClick = () => { }, } = menuProps || {};
21
21
  const { children: headerChildren, ...restOfHeaderProps } = headerProps || {};
22
22
  const { onClose = () => { } } = props;
@@ -105,7 +105,7 @@ export const DrawerDetail = props => {
105
105
  localStorage.setItem(DRAWER_DETAIL_LOCAL_STORAGE_KEY, JSON.stringify({ ...localStorageValues, [name || '']: !collapseDrawer }));
106
106
  }
107
107
  };
108
- return (_jsxs(StyledDrawer, { push: false, closable: false, width: drawerWidth, motion: {
108
+ return (_jsxs(StyledDrawer, { push: false, closable: closable, width: drawerWidth, motion: {
109
109
  visible: false,
110
110
  motionAppear: false,
111
111
  motionEnter: false,
@@ -208,7 +208,7 @@ export const MatchesAnyWrapper = styled(props => _jsx(Flex, { ...props })) `
208
208
 
209
209
  &.load-more-node {
210
210
  overflow: hidden;
211
- height: 0px !important;
211
+ height: 5px !important;
212
212
  padding: 0px !important;
213
213
  }
214
214
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "2.0.50",
3
+ "version": "2.0.52",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",