gwan-design-system 0.1.11 → 0.1.13

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 CHANGED
@@ -1,4 +1,5 @@
1
1
  import { FC, ReactNode, JSX } from 'react';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
3
 
3
4
  declare enum AVATAR_VARIANT {
4
5
  IMAGE_WITH_FULL = "image_with_full",
@@ -56,6 +57,7 @@ interface ICheckbox {
56
57
  checked: boolean;
57
58
  onChange: (checked: boolean) => void;
58
59
  className?: string;
60
+ disabled?: boolean;
59
61
  }
60
62
  declare const Checkbox: FC<ICheckbox>;
61
63
 
@@ -143,6 +145,11 @@ interface IModal {
143
145
  }
144
146
  declare const Modal: FC<IModal>;
145
147
 
148
+ interface ISubMenuItem {
149
+ title: string;
150
+ route: string;
151
+ isActive: boolean;
152
+ }
146
153
  interface IMenuItem {
147
154
  title: string;
148
155
  icon?: ReactNode;
@@ -150,6 +157,8 @@ interface IMenuItem {
150
157
  isActive: boolean;
151
158
  isDivider: boolean;
152
159
  onClick?: () => void;
160
+ hasChildren?: boolean;
161
+ children?: ISubMenuItem[];
153
162
  }
154
163
  interface INavBar {
155
164
  menuItems: IMenuItem[];
@@ -203,6 +212,7 @@ interface IRadioButton {
203
212
  selectedValue?: string;
204
213
  onChange?: (value: string) => void;
205
214
  className?: string;
215
+ disabled?: boolean;
206
216
  }
207
217
  declare const RadioButton: FC<IRadioButton>;
208
218
 
@@ -270,19 +280,11 @@ interface ITag {
270
280
  }
271
281
  declare const Tag: FC<ITag>;
272
282
 
273
- declare enum ORDER_STATUS {
274
- ORDER_PLACED = "Order placed",
275
- PRINTING_IN_PROGRESS = "Printing in progress",
276
- PACKAGING = "Packaging",
277
- DISPATCHED_TO_COURIER = "Dispatched to courier",
278
- DELIVERED = "Delivered",
279
- ORDER_CANCELLED = "Order cancelled",
280
- PENDING = "Pending"
281
- }
282
283
  interface ILog {
283
- title: ORDER_STATUS;
284
+ title: string;
284
285
  date?: string;
285
286
  description?: string;
287
+ status: string;
286
288
  }
287
289
  interface ITimeLine {
288
290
  logs: ILog[];
@@ -330,8 +332,194 @@ declare const ArrowLeft: () => ReactNode;
330
332
 
331
333
  declare const ArrowRight: () => ReactNode;
332
334
 
335
+ declare const AlienFace: () => react_jsx_runtime.JSX.Element;
336
+
337
+ declare const NewTab: () => react_jsx_runtime.JSX.Element;
338
+
339
+ declare const Percentage: () => react_jsx_runtime.JSX.Element;
340
+
341
+ declare const Balloons: () => react_jsx_runtime.JSX.Element;
342
+
343
+ declare const ToDo: () => react_jsx_runtime.JSX.Element;
344
+
345
+ declare const Basket: () => react_jsx_runtime.JSX.Element;
346
+
347
+ declare const Bat: () => react_jsx_runtime.JSX.Element;
348
+
349
+ declare const Battery: () => react_jsx_runtime.JSX.Element;
350
+
351
+ declare const Bee: () => react_jsx_runtime.JSX.Element;
352
+
353
+ declare const Binocular: () => react_jsx_runtime.JSX.Element;
354
+
355
+ declare const Bird: () => react_jsx_runtime.JSX.Element;
356
+
357
+ declare const Printer: () => react_jsx_runtime.JSX.Element;
358
+
359
+ declare const BoxFilled: () => react_jsx_runtime.JSX.Element;
360
+
361
+ declare const Brain: () => react_jsx_runtime.JSX.Element;
362
+
363
+ declare const BrightLow: () => react_jsx_runtime.JSX.Element;
364
+
365
+ declare const BrightHigh: () => react_jsx_runtime.JSX.Element;
366
+
367
+ declare const Cabin: () => react_jsx_runtime.JSX.Element;
368
+
369
+ declare const Cake: () => react_jsx_runtime.JSX.Element;
370
+
371
+ declare const Chart: () => react_jsx_runtime.JSX.Element;
372
+
373
+ declare const City: () => react_jsx_runtime.JSX.Element;
374
+
375
+ declare const Clock: () => react_jsx_runtime.JSX.Element;
376
+
377
+ declare const Code: () => react_jsx_runtime.JSX.Element;
378
+
379
+ declare const Coins: () => react_jsx_runtime.JSX.Element;
380
+
381
+ declare const Cow: () => react_jsx_runtime.JSX.Element;
382
+
383
+ declare const Crab: () => react_jsx_runtime.JSX.Element;
384
+
385
+ declare const Dice: () => react_jsx_runtime.JSX.Element;
386
+
387
+ declare const Dolphin: () => react_jsx_runtime.JSX.Element;
388
+
389
+ declare const DoorOpen: () => react_jsx_runtime.JSX.Element;
390
+
391
+ declare const Cocktail: () => react_jsx_runtime.JSX.Element;
392
+
393
+ declare const Elephant: () => react_jsx_runtime.JSX.Element;
394
+
395
+ declare const Balance: () => react_jsx_runtime.JSX.Element;
396
+
397
+ declare const Fence: () => react_jsx_runtime.JSX.Element;
398
+
399
+ declare const Csv: () => react_jsx_runtime.JSX.Element;
400
+
401
+ declare const Edit: () => react_jsx_runtime.JSX.Element;
402
+
403
+ declare const Pdf: () => react_jsx_runtime.JSX.Element;
404
+
405
+ declare const Filters: () => react_jsx_runtime.JSX.Element;
406
+
407
+ declare const DownFolder: () => react_jsx_runtime.JSX.Element;
408
+
409
+ declare const UpFolder: () => react_jsx_runtime.JSX.Element;
410
+
411
+ declare const Fox: () => react_jsx_runtime.JSX.Element;
412
+
413
+ declare const Joystick: () => react_jsx_runtime.JSX.Element;
414
+
415
+ declare const Ghost: () => react_jsx_runtime.JSX.Element;
416
+
417
+ declare const Image: () => react_jsx_runtime.JSX.Element;
418
+
419
+ declare const Helicopter: () => react_jsx_runtime.JSX.Element;
420
+
421
+ declare const Hospital: () => react_jsx_runtime.JSX.Element;
422
+
423
+ declare const Download: () => react_jsx_runtime.JSX.Element;
424
+
425
+ declare const Light: () => react_jsx_runtime.JSX.Element;
426
+
427
+ declare const Lion: () => react_jsx_runtime.JSX.Element;
428
+
429
+ declare const Lobster: () => react_jsx_runtime.JSX.Element;
430
+
431
+ declare const Lock: () => react_jsx_runtime.JSX.Element;
432
+
433
+ declare const Pin: () => react_jsx_runtime.JSX.Element;
434
+
435
+ declare const Mobile: () => react_jsx_runtime.JSX.Element;
436
+
437
+ declare const Money: () => react_jsx_runtime.JSX.Element;
438
+
439
+ declare const Monkey: () => react_jsx_runtime.JSX.Element;
440
+
441
+ declare const Plane: () => react_jsx_runtime.JSX.Element;
442
+
443
+ declare const Radio: () => react_jsx_runtime.JSX.Element;
444
+
445
+ declare const Sheep: () => react_jsx_runtime.JSX.Element;
446
+
447
+ declare const Rocket: () => react_jsx_runtime.JSX.Element;
448
+
449
+ declare const MoneyBag: () => react_jsx_runtime.JSX.Element;
450
+
451
+ declare const Steps: () => react_jsx_runtime.JSX.Element;
452
+
453
+ declare const Bucket: () => react_jsx_runtime.JSX.Element;
454
+
455
+ declare const Van: () => react_jsx_runtime.JSX.Element;
456
+
457
+ declare const Signal: () => react_jsx_runtime.JSX.Element;
458
+
459
+ declare const Connection: () => react_jsx_runtime.JSX.Element;
460
+
461
+ declare const Siren: () => react_jsx_runtime.JSX.Element;
462
+
463
+ declare const Snake: () => react_jsx_runtime.JSX.Element;
464
+
465
+ declare const Sort: () => react_jsx_runtime.JSX.Element;
466
+
467
+ declare const Shuttle: () => react_jsx_runtime.JSX.Element;
468
+
469
+ declare const Stars: () => react_jsx_runtime.JSX.Element;
470
+
471
+ declare const Terminal: () => react_jsx_runtime.JSX.Element;
472
+
473
+ declare const Store: () => react_jsx_runtime.JSX.Element;
474
+
475
+ declare const Suitcase: () => react_jsx_runtime.JSX.Element;
476
+
477
+ declare const Tags: () => react_jsx_runtime.JSX.Element;
478
+
479
+ declare const Masks: () => react_jsx_runtime.JSX.Element;
480
+
481
+ declare const Turtle: () => react_jsx_runtime.JSX.Element;
482
+
483
+ declare const Ufo: () => react_jsx_runtime.JSX.Element;
484
+
485
+ declare const Unlock: () => react_jsx_runtime.JSX.Element;
486
+
487
+ declare const Coin: () => react_jsx_runtime.JSX.Element;
488
+
489
+ declare const AlienUser: () => react_jsx_runtime.JSX.Element;
490
+
491
+ declare const Astronaut: () => react_jsx_runtime.JSX.Element;
492
+
493
+ declare const Robot: () => react_jsx_runtime.JSX.Element;
494
+
495
+ declare const VideoCam: () => react_jsx_runtime.JSX.Element;
496
+
497
+ declare const Wallet: () => react_jsx_runtime.JSX.Element;
498
+
499
+ declare const Whale: () => react_jsx_runtime.JSX.Element;
500
+
501
+ declare const Wifi: () => react_jsx_runtime.JSX.Element;
502
+
503
+ declare const DotFill: () => ReactNode;
504
+
505
+ declare const SquareFill: () => ReactNode;
506
+
507
+ declare const Eclipse: () => ReactNode;
508
+
509
+ declare const index_BrightHigh: typeof BrightHigh;
333
510
  declare namespace index {
334
- export { ArrowLeft as ArrowLeftSVG, ArrowRight as ArrowRightSVG, Check as CheckSVG, ChevDown as ChevDownSVG, ChevLeft as ChevLeftSVG, ChevRight as ChevRightSVG, ChevUp as ChevUpSVG, Circle as CircleSVG, Colors as ColorsSVG, Covers as CoversSVG, Cross as CrossSVG, Dashboard as DashboardSVG, Filter as FilterSVG, OrderInfo as OrderInfoSVG, Orders as OrdersSVG, Products as ProductsSVG, SignIn as SignInSVG, SignOut as SignOutSVG, Templates as TemplatesSVG, Upload as UploadSVG };
511
+ export { AlienFace as AlienFaceSVG, AlienUser as AlienUserSVG, ArrowLeft as ArrowLeftSVG, ArrowRight as ArrowRightSVG, Astronaut as AstronautSVG, Balance as BalanceSVG, Balloons as BalloonsSVG, Basket as BasketSVG, Bat as BatSVG, Battery as BatterySVG, Bee as BeeSVG, Binocular as BinocularSVG, Bird as BirdSVG, BoxFilled as BoxFilledSVG, Brain as BrainSVG, index_BrightHigh as BrightHigh, BrightLow as BrightLowSVG, Bucket as BucketSVG, Cabin as CabinSVG, Cake as CakeSVG, Chart as ChartSVG, Check as CheckSVG, ChevDown as ChevDownSVG, ChevLeft as ChevLeftSVG, ChevRight as ChevRightSVG, ChevUp as ChevUpSVG, Circle as CircleSVG, City as CitySVG, Clock as ClockSVG, Cocktail as CocktailSVG, Code as CodeSVG, Coin as CoinSVG, Coins as CoinsSVG, Colors as ColorsSVG, Connection as ConnectionSVG, Covers as CoversSVG, Cow as CowSVG, Crab as CrabSVG, Cross as CrossSVG, Csv as CsvSVG, Dashboard as DashboardSVG, Dice as DiceSVG, Dolphin as DolphinSVG, DoorOpen as DoorOpnSVG, DotFill as DotFillSVG, DownFolder as DownFolderSVG, Download as DownloadSVG, Eclipse as EclipseSVG, Edit as EditSVG, Elephant as ElephantSVG, Fence as FenceSVG, Filter as FilterSVG, Filters as FiltersSVG, Fox as FoxSVG, Ghost as GhostSVG, Helicopter as HelicopterSVG, Hospital as HospitalSVG, Image as ImageSVG, Joystick as JoystickSVG, Light as LightSVG, Lion as LionSVG, Lobster as LobsterSVG, Lock as LockSVG, Masks as MasksSVG, Mobile as MobileSVG, MoneyBag as MoneyBagSVG, Money as MoneySVG, Monkey as MonkeySVG, NewTab as NewTabSVG, OrderInfo as OrderInfoSVG, Orders as OrdersSVG, Pdf as PdfSVG, Percentage as PercentageSVG, Pin as PinSVG, Plane as PlaneSVG, Printer as PrinterSVG, Products as ProductsSVG, Radio as RadioSVG, Robot as RobotSVG, Rocket as RocketSVG, Sheep as SheepSVG, Shuttle as ShuttleSVG, SignIn as SignInSVG, SignOut as SignOutSVG, Signal as SignalSVG, Siren as SirenSVG, Snake as SnakeSVG, Sort as SortSVG, SquareFill as SquareFillSVG, Stars as StarsSVG, Steps as StepsSVG, Store as StoreSVG, Suitcase as SuitcaseSVG, Tags as TagsSVG, Templates as TemplatesSVG, Terminal as TerminalSVG, ToDo as ToDoSVG, Turtle as TurtleSVG, Ufo as UfoSVG, Unlock as UnlockSVG, UpFolder as UpFolderSVG, Upload as UploadSVG, Van as VanSVG, VideoCam as VideoCamSVG, Wallet as WalletSVG, Whale as WhaleSVG, Wifi as WifiSVG };
512
+ }
513
+
514
+ interface ITextArea extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
515
+ label?: string;
516
+ value: string;
517
+ disabled?: boolean;
518
+ placeholder?: string;
519
+ inputClassName?: string;
520
+ required?: boolean;
521
+ className?: string;
522
+ onClear?: () => void;
335
523
  }
336
524
 
337
- export { AVATAR_VARIANT, Avatar, BUTTON_VARIANTS, Banner, Button, Carousel, Checkbox, Chip, Ellipsis, FileUploader, FilterDropdown, type IAvatar, type IBanner, type IButton, type ICarousel, type ICheckbox, type IChip, type IEllipsis, type IFileUploader, type IFilter, type IFilterCategory, type IFilterOption, type IInput, type ILog, type IMenuItem, type IModal, type INavBar, type IPagination, type IPaging, type IRadioButton, type ISelectDropdown, type ISelectDropdownOption, type ISnackBar, type IState, type IStateBase, type ITable, type ITableColumn, type ITag, type ITimeLine, type ITooltip, index as Icons, Input, MODAL_SIZE, Modal, NavBar, Pagination, RadioButton, SNACK_BAR_TYPE, STATE_TYPE, SelectDropdown, Snackbar, State as States, TAG_TYPE, TOOLTIP_POSITION, Table, Tag, TimeLine, Tooltip };
525
+ export { AVATAR_VARIANT, Avatar, BUTTON_VARIANTS, Banner, Button, Carousel, Checkbox, Chip, Ellipsis, FileUploader, FilterDropdown, type IAvatar, type IBanner, type IButton, type ICarousel, type ICheckbox, type IChip, type IEllipsis, type IFileUploader, type IFilter, type IFilterCategory, type IFilterOption, type IInput, type ILog, type IMenuItem, type IModal, type INavBar, type IPagination, type IPaging, type IRadioButton, type ISelectDropdown, type ISelectDropdownOption, type ISnackBar, type IState, type IStateBase, type ITable, type ITableColumn, type ITag, type ITextArea, type ITimeLine, type ITooltip, index as Icons, Input, MODAL_SIZE, Modal, NavBar, Pagination, RadioButton, SNACK_BAR_TYPE, STATE_TYPE, SelectDropdown, Snackbar, State as States, TAG_TYPE, TOOLTIP_POSITION, Table, Tag, TimeLine, Tooltip };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { FC, ReactNode, JSX } from 'react';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
3
 
3
4
  declare enum AVATAR_VARIANT {
4
5
  IMAGE_WITH_FULL = "image_with_full",
@@ -56,6 +57,7 @@ interface ICheckbox {
56
57
  checked: boolean;
57
58
  onChange: (checked: boolean) => void;
58
59
  className?: string;
60
+ disabled?: boolean;
59
61
  }
60
62
  declare const Checkbox: FC<ICheckbox>;
61
63
 
@@ -143,6 +145,11 @@ interface IModal {
143
145
  }
144
146
  declare const Modal: FC<IModal>;
145
147
 
148
+ interface ISubMenuItem {
149
+ title: string;
150
+ route: string;
151
+ isActive: boolean;
152
+ }
146
153
  interface IMenuItem {
147
154
  title: string;
148
155
  icon?: ReactNode;
@@ -150,6 +157,8 @@ interface IMenuItem {
150
157
  isActive: boolean;
151
158
  isDivider: boolean;
152
159
  onClick?: () => void;
160
+ hasChildren?: boolean;
161
+ children?: ISubMenuItem[];
153
162
  }
154
163
  interface INavBar {
155
164
  menuItems: IMenuItem[];
@@ -203,6 +212,7 @@ interface IRadioButton {
203
212
  selectedValue?: string;
204
213
  onChange?: (value: string) => void;
205
214
  className?: string;
215
+ disabled?: boolean;
206
216
  }
207
217
  declare const RadioButton: FC<IRadioButton>;
208
218
 
@@ -270,19 +280,11 @@ interface ITag {
270
280
  }
271
281
  declare const Tag: FC<ITag>;
272
282
 
273
- declare enum ORDER_STATUS {
274
- ORDER_PLACED = "Order placed",
275
- PRINTING_IN_PROGRESS = "Printing in progress",
276
- PACKAGING = "Packaging",
277
- DISPATCHED_TO_COURIER = "Dispatched to courier",
278
- DELIVERED = "Delivered",
279
- ORDER_CANCELLED = "Order cancelled",
280
- PENDING = "Pending"
281
- }
282
283
  interface ILog {
283
- title: ORDER_STATUS;
284
+ title: string;
284
285
  date?: string;
285
286
  description?: string;
287
+ status: string;
286
288
  }
287
289
  interface ITimeLine {
288
290
  logs: ILog[];
@@ -330,8 +332,194 @@ declare const ArrowLeft: () => ReactNode;
330
332
 
331
333
  declare const ArrowRight: () => ReactNode;
332
334
 
335
+ declare const AlienFace: () => react_jsx_runtime.JSX.Element;
336
+
337
+ declare const NewTab: () => react_jsx_runtime.JSX.Element;
338
+
339
+ declare const Percentage: () => react_jsx_runtime.JSX.Element;
340
+
341
+ declare const Balloons: () => react_jsx_runtime.JSX.Element;
342
+
343
+ declare const ToDo: () => react_jsx_runtime.JSX.Element;
344
+
345
+ declare const Basket: () => react_jsx_runtime.JSX.Element;
346
+
347
+ declare const Bat: () => react_jsx_runtime.JSX.Element;
348
+
349
+ declare const Battery: () => react_jsx_runtime.JSX.Element;
350
+
351
+ declare const Bee: () => react_jsx_runtime.JSX.Element;
352
+
353
+ declare const Binocular: () => react_jsx_runtime.JSX.Element;
354
+
355
+ declare const Bird: () => react_jsx_runtime.JSX.Element;
356
+
357
+ declare const Printer: () => react_jsx_runtime.JSX.Element;
358
+
359
+ declare const BoxFilled: () => react_jsx_runtime.JSX.Element;
360
+
361
+ declare const Brain: () => react_jsx_runtime.JSX.Element;
362
+
363
+ declare const BrightLow: () => react_jsx_runtime.JSX.Element;
364
+
365
+ declare const BrightHigh: () => react_jsx_runtime.JSX.Element;
366
+
367
+ declare const Cabin: () => react_jsx_runtime.JSX.Element;
368
+
369
+ declare const Cake: () => react_jsx_runtime.JSX.Element;
370
+
371
+ declare const Chart: () => react_jsx_runtime.JSX.Element;
372
+
373
+ declare const City: () => react_jsx_runtime.JSX.Element;
374
+
375
+ declare const Clock: () => react_jsx_runtime.JSX.Element;
376
+
377
+ declare const Code: () => react_jsx_runtime.JSX.Element;
378
+
379
+ declare const Coins: () => react_jsx_runtime.JSX.Element;
380
+
381
+ declare const Cow: () => react_jsx_runtime.JSX.Element;
382
+
383
+ declare const Crab: () => react_jsx_runtime.JSX.Element;
384
+
385
+ declare const Dice: () => react_jsx_runtime.JSX.Element;
386
+
387
+ declare const Dolphin: () => react_jsx_runtime.JSX.Element;
388
+
389
+ declare const DoorOpen: () => react_jsx_runtime.JSX.Element;
390
+
391
+ declare const Cocktail: () => react_jsx_runtime.JSX.Element;
392
+
393
+ declare const Elephant: () => react_jsx_runtime.JSX.Element;
394
+
395
+ declare const Balance: () => react_jsx_runtime.JSX.Element;
396
+
397
+ declare const Fence: () => react_jsx_runtime.JSX.Element;
398
+
399
+ declare const Csv: () => react_jsx_runtime.JSX.Element;
400
+
401
+ declare const Edit: () => react_jsx_runtime.JSX.Element;
402
+
403
+ declare const Pdf: () => react_jsx_runtime.JSX.Element;
404
+
405
+ declare const Filters: () => react_jsx_runtime.JSX.Element;
406
+
407
+ declare const DownFolder: () => react_jsx_runtime.JSX.Element;
408
+
409
+ declare const UpFolder: () => react_jsx_runtime.JSX.Element;
410
+
411
+ declare const Fox: () => react_jsx_runtime.JSX.Element;
412
+
413
+ declare const Joystick: () => react_jsx_runtime.JSX.Element;
414
+
415
+ declare const Ghost: () => react_jsx_runtime.JSX.Element;
416
+
417
+ declare const Image: () => react_jsx_runtime.JSX.Element;
418
+
419
+ declare const Helicopter: () => react_jsx_runtime.JSX.Element;
420
+
421
+ declare const Hospital: () => react_jsx_runtime.JSX.Element;
422
+
423
+ declare const Download: () => react_jsx_runtime.JSX.Element;
424
+
425
+ declare const Light: () => react_jsx_runtime.JSX.Element;
426
+
427
+ declare const Lion: () => react_jsx_runtime.JSX.Element;
428
+
429
+ declare const Lobster: () => react_jsx_runtime.JSX.Element;
430
+
431
+ declare const Lock: () => react_jsx_runtime.JSX.Element;
432
+
433
+ declare const Pin: () => react_jsx_runtime.JSX.Element;
434
+
435
+ declare const Mobile: () => react_jsx_runtime.JSX.Element;
436
+
437
+ declare const Money: () => react_jsx_runtime.JSX.Element;
438
+
439
+ declare const Monkey: () => react_jsx_runtime.JSX.Element;
440
+
441
+ declare const Plane: () => react_jsx_runtime.JSX.Element;
442
+
443
+ declare const Radio: () => react_jsx_runtime.JSX.Element;
444
+
445
+ declare const Sheep: () => react_jsx_runtime.JSX.Element;
446
+
447
+ declare const Rocket: () => react_jsx_runtime.JSX.Element;
448
+
449
+ declare const MoneyBag: () => react_jsx_runtime.JSX.Element;
450
+
451
+ declare const Steps: () => react_jsx_runtime.JSX.Element;
452
+
453
+ declare const Bucket: () => react_jsx_runtime.JSX.Element;
454
+
455
+ declare const Van: () => react_jsx_runtime.JSX.Element;
456
+
457
+ declare const Signal: () => react_jsx_runtime.JSX.Element;
458
+
459
+ declare const Connection: () => react_jsx_runtime.JSX.Element;
460
+
461
+ declare const Siren: () => react_jsx_runtime.JSX.Element;
462
+
463
+ declare const Snake: () => react_jsx_runtime.JSX.Element;
464
+
465
+ declare const Sort: () => react_jsx_runtime.JSX.Element;
466
+
467
+ declare const Shuttle: () => react_jsx_runtime.JSX.Element;
468
+
469
+ declare const Stars: () => react_jsx_runtime.JSX.Element;
470
+
471
+ declare const Terminal: () => react_jsx_runtime.JSX.Element;
472
+
473
+ declare const Store: () => react_jsx_runtime.JSX.Element;
474
+
475
+ declare const Suitcase: () => react_jsx_runtime.JSX.Element;
476
+
477
+ declare const Tags: () => react_jsx_runtime.JSX.Element;
478
+
479
+ declare const Masks: () => react_jsx_runtime.JSX.Element;
480
+
481
+ declare const Turtle: () => react_jsx_runtime.JSX.Element;
482
+
483
+ declare const Ufo: () => react_jsx_runtime.JSX.Element;
484
+
485
+ declare const Unlock: () => react_jsx_runtime.JSX.Element;
486
+
487
+ declare const Coin: () => react_jsx_runtime.JSX.Element;
488
+
489
+ declare const AlienUser: () => react_jsx_runtime.JSX.Element;
490
+
491
+ declare const Astronaut: () => react_jsx_runtime.JSX.Element;
492
+
493
+ declare const Robot: () => react_jsx_runtime.JSX.Element;
494
+
495
+ declare const VideoCam: () => react_jsx_runtime.JSX.Element;
496
+
497
+ declare const Wallet: () => react_jsx_runtime.JSX.Element;
498
+
499
+ declare const Whale: () => react_jsx_runtime.JSX.Element;
500
+
501
+ declare const Wifi: () => react_jsx_runtime.JSX.Element;
502
+
503
+ declare const DotFill: () => ReactNode;
504
+
505
+ declare const SquareFill: () => ReactNode;
506
+
507
+ declare const Eclipse: () => ReactNode;
508
+
509
+ declare const index_BrightHigh: typeof BrightHigh;
333
510
  declare namespace index {
334
- export { ArrowLeft as ArrowLeftSVG, ArrowRight as ArrowRightSVG, Check as CheckSVG, ChevDown as ChevDownSVG, ChevLeft as ChevLeftSVG, ChevRight as ChevRightSVG, ChevUp as ChevUpSVG, Circle as CircleSVG, Colors as ColorsSVG, Covers as CoversSVG, Cross as CrossSVG, Dashboard as DashboardSVG, Filter as FilterSVG, OrderInfo as OrderInfoSVG, Orders as OrdersSVG, Products as ProductsSVG, SignIn as SignInSVG, SignOut as SignOutSVG, Templates as TemplatesSVG, Upload as UploadSVG };
511
+ export { AlienFace as AlienFaceSVG, AlienUser as AlienUserSVG, ArrowLeft as ArrowLeftSVG, ArrowRight as ArrowRightSVG, Astronaut as AstronautSVG, Balance as BalanceSVG, Balloons as BalloonsSVG, Basket as BasketSVG, Bat as BatSVG, Battery as BatterySVG, Bee as BeeSVG, Binocular as BinocularSVG, Bird as BirdSVG, BoxFilled as BoxFilledSVG, Brain as BrainSVG, index_BrightHigh as BrightHigh, BrightLow as BrightLowSVG, Bucket as BucketSVG, Cabin as CabinSVG, Cake as CakeSVG, Chart as ChartSVG, Check as CheckSVG, ChevDown as ChevDownSVG, ChevLeft as ChevLeftSVG, ChevRight as ChevRightSVG, ChevUp as ChevUpSVG, Circle as CircleSVG, City as CitySVG, Clock as ClockSVG, Cocktail as CocktailSVG, Code as CodeSVG, Coin as CoinSVG, Coins as CoinsSVG, Colors as ColorsSVG, Connection as ConnectionSVG, Covers as CoversSVG, Cow as CowSVG, Crab as CrabSVG, Cross as CrossSVG, Csv as CsvSVG, Dashboard as DashboardSVG, Dice as DiceSVG, Dolphin as DolphinSVG, DoorOpen as DoorOpnSVG, DotFill as DotFillSVG, DownFolder as DownFolderSVG, Download as DownloadSVG, Eclipse as EclipseSVG, Edit as EditSVG, Elephant as ElephantSVG, Fence as FenceSVG, Filter as FilterSVG, Filters as FiltersSVG, Fox as FoxSVG, Ghost as GhostSVG, Helicopter as HelicopterSVG, Hospital as HospitalSVG, Image as ImageSVG, Joystick as JoystickSVG, Light as LightSVG, Lion as LionSVG, Lobster as LobsterSVG, Lock as LockSVG, Masks as MasksSVG, Mobile as MobileSVG, MoneyBag as MoneyBagSVG, Money as MoneySVG, Monkey as MonkeySVG, NewTab as NewTabSVG, OrderInfo as OrderInfoSVG, Orders as OrdersSVG, Pdf as PdfSVG, Percentage as PercentageSVG, Pin as PinSVG, Plane as PlaneSVG, Printer as PrinterSVG, Products as ProductsSVG, Radio as RadioSVG, Robot as RobotSVG, Rocket as RocketSVG, Sheep as SheepSVG, Shuttle as ShuttleSVG, SignIn as SignInSVG, SignOut as SignOutSVG, Signal as SignalSVG, Siren as SirenSVG, Snake as SnakeSVG, Sort as SortSVG, SquareFill as SquareFillSVG, Stars as StarsSVG, Steps as StepsSVG, Store as StoreSVG, Suitcase as SuitcaseSVG, Tags as TagsSVG, Templates as TemplatesSVG, Terminal as TerminalSVG, ToDo as ToDoSVG, Turtle as TurtleSVG, Ufo as UfoSVG, Unlock as UnlockSVG, UpFolder as UpFolderSVG, Upload as UploadSVG, Van as VanSVG, VideoCam as VideoCamSVG, Wallet as WalletSVG, Whale as WhaleSVG, Wifi as WifiSVG };
512
+ }
513
+
514
+ interface ITextArea extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
515
+ label?: string;
516
+ value: string;
517
+ disabled?: boolean;
518
+ placeholder?: string;
519
+ inputClassName?: string;
520
+ required?: boolean;
521
+ className?: string;
522
+ onClear?: () => void;
335
523
  }
336
524
 
337
- export { AVATAR_VARIANT, Avatar, BUTTON_VARIANTS, Banner, Button, Carousel, Checkbox, Chip, Ellipsis, FileUploader, FilterDropdown, type IAvatar, type IBanner, type IButton, type ICarousel, type ICheckbox, type IChip, type IEllipsis, type IFileUploader, type IFilter, type IFilterCategory, type IFilterOption, type IInput, type ILog, type IMenuItem, type IModal, type INavBar, type IPagination, type IPaging, type IRadioButton, type ISelectDropdown, type ISelectDropdownOption, type ISnackBar, type IState, type IStateBase, type ITable, type ITableColumn, type ITag, type ITimeLine, type ITooltip, index as Icons, Input, MODAL_SIZE, Modal, NavBar, Pagination, RadioButton, SNACK_BAR_TYPE, STATE_TYPE, SelectDropdown, Snackbar, State as States, TAG_TYPE, TOOLTIP_POSITION, Table, Tag, TimeLine, Tooltip };
525
+ export { AVATAR_VARIANT, Avatar, BUTTON_VARIANTS, Banner, Button, Carousel, Checkbox, Chip, Ellipsis, FileUploader, FilterDropdown, type IAvatar, type IBanner, type IButton, type ICarousel, type ICheckbox, type IChip, type IEllipsis, type IFileUploader, type IFilter, type IFilterCategory, type IFilterOption, type IInput, type ILog, type IMenuItem, type IModal, type INavBar, type IPagination, type IPaging, type IRadioButton, type ISelectDropdown, type ISelectDropdownOption, type ISnackBar, type IState, type IStateBase, type ITable, type ITableColumn, type ITag, type ITextArea, type ITimeLine, type ITooltip, index as Icons, Input, MODAL_SIZE, Modal, NavBar, Pagination, RadioButton, SNACK_BAR_TYPE, STATE_TYPE, SelectDropdown, Snackbar, State as States, TAG_TYPE, TOOLTIP_POSITION, Table, Tag, TimeLine, Tooltip };