@bothub-chat/ui 2.50.1-feat-prompt-queue-579fbf48-08fa-4aea-b751-abbab01f2092 → 2.50.1-feat-prompt-queue-048a056d-97a9-4fe6-8fdb-baa9000f0337
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/components/dropzone-field/styled.d.ts +0 -568
- package/dist/components/dropzone-field/styled.js +1 -1
- package/dist/components/uploaded-file/index.js +1 -1
- package/dist/components/uploaded-file/styled.d.ts +1 -1
- package/dist/components/uploaded-file/styled.js +1 -1
- package/package.json +1 -1
|
@@ -1457,571 +1457,3 @@ export declare const DropzoneFieldPlaceholder: import("styled-components").IStyl
|
|
|
1457
1457
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1458
1458
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1459
1459
|
}>;
|
|
1460
|
-
export declare const DropzoneFieldFilesStyled: import("styled-components").IStyledComponent<"web", {
|
|
1461
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
1462
|
-
key?: import("react").Key | null | undefined;
|
|
1463
|
-
defaultChecked?: boolean | undefined | undefined;
|
|
1464
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1465
|
-
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
1466
|
-
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
1467
|
-
accessKey?: string | undefined | undefined;
|
|
1468
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
1469
|
-
autoFocus?: boolean | undefined | undefined;
|
|
1470
|
-
className?: string | undefined | undefined;
|
|
1471
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1472
|
-
contextMenu?: string | undefined | undefined;
|
|
1473
|
-
dir?: string | undefined | undefined;
|
|
1474
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
1475
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
1476
|
-
hidden?: boolean | undefined | undefined;
|
|
1477
|
-
id?: string | undefined | undefined;
|
|
1478
|
-
lang?: string | undefined | undefined;
|
|
1479
|
-
nonce?: string | undefined | undefined;
|
|
1480
|
-
slot?: string | undefined | undefined;
|
|
1481
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1482
|
-
style?: import("react").CSSProperties | undefined;
|
|
1483
|
-
tabIndex?: number | undefined | undefined;
|
|
1484
|
-
title?: string | undefined | undefined;
|
|
1485
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
1486
|
-
radioGroup?: string | undefined | undefined;
|
|
1487
|
-
role?: import("react").AriaRole | undefined;
|
|
1488
|
-
about?: string | undefined | undefined;
|
|
1489
|
-
content?: string | undefined | undefined;
|
|
1490
|
-
datatype?: string | undefined | undefined;
|
|
1491
|
-
inlist?: any;
|
|
1492
|
-
prefix?: string | undefined | undefined;
|
|
1493
|
-
property?: string | undefined | undefined;
|
|
1494
|
-
rel?: string | undefined | undefined;
|
|
1495
|
-
resource?: string | undefined | undefined;
|
|
1496
|
-
rev?: string | undefined | undefined;
|
|
1497
|
-
typeof?: string | undefined | undefined;
|
|
1498
|
-
vocab?: string | undefined | undefined;
|
|
1499
|
-
autoCorrect?: string | undefined | undefined;
|
|
1500
|
-
autoSave?: string | undefined | undefined;
|
|
1501
|
-
color?: string | undefined | undefined;
|
|
1502
|
-
itemProp?: string | undefined | undefined;
|
|
1503
|
-
itemScope?: boolean | undefined | undefined;
|
|
1504
|
-
itemType?: string | undefined | undefined;
|
|
1505
|
-
itemID?: string | undefined | undefined;
|
|
1506
|
-
itemRef?: string | undefined | undefined;
|
|
1507
|
-
results?: number | undefined | undefined;
|
|
1508
|
-
security?: string | undefined | undefined;
|
|
1509
|
-
unselectable?: "on" | "off" | undefined | undefined;
|
|
1510
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
1511
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
1512
|
-
popoverTarget?: string | undefined | undefined;
|
|
1513
|
-
inert?: boolean | undefined | undefined;
|
|
1514
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
1515
|
-
is?: string | undefined | undefined;
|
|
1516
|
-
exportparts?: string | undefined | undefined;
|
|
1517
|
-
part?: string | undefined | undefined;
|
|
1518
|
-
"aria-activedescendant"?: string | undefined | undefined;
|
|
1519
|
-
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1520
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
1521
|
-
"aria-braillelabel"?: string | undefined | undefined;
|
|
1522
|
-
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
1523
|
-
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1524
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1525
|
-
"aria-colcount"?: number | undefined | undefined;
|
|
1526
|
-
"aria-colindex"?: number | undefined | undefined;
|
|
1527
|
-
"aria-colindextext"?: string | undefined | undefined;
|
|
1528
|
-
"aria-colspan"?: number | undefined | undefined;
|
|
1529
|
-
"aria-controls"?: string | undefined | undefined;
|
|
1530
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
1531
|
-
"aria-describedby"?: string | undefined | undefined;
|
|
1532
|
-
"aria-description"?: string | undefined | undefined;
|
|
1533
|
-
"aria-details"?: string | undefined | undefined;
|
|
1534
|
-
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1535
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
1536
|
-
"aria-errormessage"?: string | undefined | undefined;
|
|
1537
|
-
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1538
|
-
"aria-flowto"?: string | undefined | undefined;
|
|
1539
|
-
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1540
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
1541
|
-
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1542
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
1543
|
-
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
1544
|
-
"aria-label"?: string | undefined | undefined;
|
|
1545
|
-
"aria-labelledby"?: string | undefined | undefined;
|
|
1546
|
-
"aria-level"?: number | undefined | undefined;
|
|
1547
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
1548
|
-
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1549
|
-
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1550
|
-
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1551
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
1552
|
-
"aria-owns"?: string | undefined | undefined;
|
|
1553
|
-
"aria-placeholder"?: string | undefined | undefined;
|
|
1554
|
-
"aria-posinset"?: number | undefined | undefined;
|
|
1555
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1556
|
-
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1557
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
1558
|
-
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1559
|
-
"aria-roledescription"?: string | undefined | undefined;
|
|
1560
|
-
"aria-rowcount"?: number | undefined | undefined;
|
|
1561
|
-
"aria-rowindex"?: number | undefined | undefined;
|
|
1562
|
-
"aria-rowindextext"?: string | undefined | undefined;
|
|
1563
|
-
"aria-rowspan"?: number | undefined | undefined;
|
|
1564
|
-
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1565
|
-
"aria-setsize"?: number | undefined | undefined;
|
|
1566
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
1567
|
-
"aria-valuemax"?: number | undefined | undefined;
|
|
1568
|
-
"aria-valuemin"?: number | undefined | undefined;
|
|
1569
|
-
"aria-valuenow"?: number | undefined | undefined;
|
|
1570
|
-
"aria-valuetext"?: string | undefined | undefined;
|
|
1571
|
-
children?: import("react").ReactNode;
|
|
1572
|
-
dangerouslySetInnerHTML?: {
|
|
1573
|
-
__html: string | TrustedHTML;
|
|
1574
|
-
} | undefined | undefined;
|
|
1575
|
-
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1576
|
-
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1577
|
-
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1578
|
-
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1579
|
-
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1580
|
-
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1581
|
-
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1582
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1583
|
-
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1584
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1585
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1586
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1587
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1588
|
-
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1589
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1590
|
-
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1591
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1592
|
-
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1593
|
-
onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
|
|
1594
|
-
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1595
|
-
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1596
|
-
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1597
|
-
onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1598
|
-
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1599
|
-
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1600
|
-
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1601
|
-
onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1602
|
-
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1603
|
-
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1604
|
-
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1605
|
-
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1606
|
-
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1607
|
-
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1608
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1609
|
-
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1610
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1611
|
-
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1612
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1613
|
-
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1614
|
-
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1615
|
-
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1616
|
-
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1617
|
-
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1618
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1619
|
-
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1620
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1621
|
-
onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1622
|
-
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1623
|
-
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1624
|
-
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1625
|
-
onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1626
|
-
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1627
|
-
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1628
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1629
|
-
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1630
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1631
|
-
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1632
|
-
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1633
|
-
onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1634
|
-
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1635
|
-
onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1636
|
-
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1637
|
-
onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1638
|
-
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1639
|
-
onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1640
|
-
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1641
|
-
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1642
|
-
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1643
|
-
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1644
|
-
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1645
|
-
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1646
|
-
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1647
|
-
onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1648
|
-
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1649
|
-
onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1650
|
-
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1651
|
-
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1652
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1653
|
-
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1654
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1655
|
-
onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1656
|
-
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1657
|
-
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1658
|
-
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1659
|
-
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1660
|
-
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1661
|
-
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1662
|
-
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1663
|
-
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1664
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1665
|
-
onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1666
|
-
onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1667
|
-
onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1668
|
-
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1669
|
-
onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1670
|
-
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1671
|
-
onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1672
|
-
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1673
|
-
onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1674
|
-
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1675
|
-
onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1676
|
-
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1677
|
-
onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1678
|
-
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1679
|
-
onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1680
|
-
onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1681
|
-
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1682
|
-
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1683
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1684
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1685
|
-
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1686
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1687
|
-
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1688
|
-
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1689
|
-
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1690
|
-
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1691
|
-
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1692
|
-
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1693
|
-
onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1694
|
-
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1695
|
-
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1696
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1697
|
-
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1698
|
-
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1699
|
-
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1700
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1701
|
-
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1702
|
-
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1703
|
-
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1704
|
-
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1705
|
-
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1706
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1707
|
-
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1708
|
-
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1709
|
-
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1710
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1711
|
-
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1712
|
-
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1713
|
-
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1714
|
-
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1715
|
-
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1716
|
-
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1717
|
-
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1718
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1719
|
-
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1720
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1721
|
-
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
1722
|
-
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
1723
|
-
onScrollEnd?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
1724
|
-
onScrollEndCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
1725
|
-
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
1726
|
-
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
1727
|
-
onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1728
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1729
|
-
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1730
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1731
|
-
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1732
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1733
|
-
onToggle?: import("react").ToggleEventHandler<HTMLDivElement> | undefined;
|
|
1734
|
-
onBeforeToggle?: import("react").ToggleEventHandler<HTMLDivElement> | undefined;
|
|
1735
|
-
onTransitionCancel?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1736
|
-
onTransitionCancelCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1737
|
-
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1738
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1739
|
-
onTransitionRun?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1740
|
-
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1741
|
-
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1742
|
-
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1743
|
-
}>;
|
|
1744
|
-
export declare const DropzoneFieldFile: import("styled-components").IStyledComponent<"web", {
|
|
1745
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
1746
|
-
key?: import("react").Key | null | undefined;
|
|
1747
|
-
defaultChecked?: boolean | undefined | undefined;
|
|
1748
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1749
|
-
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
1750
|
-
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
1751
|
-
accessKey?: string | undefined | undefined;
|
|
1752
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
1753
|
-
autoFocus?: boolean | undefined | undefined;
|
|
1754
|
-
className?: string | undefined | undefined;
|
|
1755
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1756
|
-
contextMenu?: string | undefined | undefined;
|
|
1757
|
-
dir?: string | undefined | undefined;
|
|
1758
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
1759
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
1760
|
-
hidden?: boolean | undefined | undefined;
|
|
1761
|
-
id?: string | undefined | undefined;
|
|
1762
|
-
lang?: string | undefined | undefined;
|
|
1763
|
-
nonce?: string | undefined | undefined;
|
|
1764
|
-
slot?: string | undefined | undefined;
|
|
1765
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1766
|
-
style?: import("react").CSSProperties | undefined;
|
|
1767
|
-
tabIndex?: number | undefined | undefined;
|
|
1768
|
-
title?: string | undefined | undefined;
|
|
1769
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
1770
|
-
radioGroup?: string | undefined | undefined;
|
|
1771
|
-
role?: import("react").AriaRole | undefined;
|
|
1772
|
-
about?: string | undefined | undefined;
|
|
1773
|
-
content?: string | undefined | undefined;
|
|
1774
|
-
datatype?: string | undefined | undefined;
|
|
1775
|
-
inlist?: any;
|
|
1776
|
-
prefix?: string | undefined | undefined;
|
|
1777
|
-
property?: string | undefined | undefined;
|
|
1778
|
-
rel?: string | undefined | undefined;
|
|
1779
|
-
resource?: string | undefined | undefined;
|
|
1780
|
-
rev?: string | undefined | undefined;
|
|
1781
|
-
typeof?: string | undefined | undefined;
|
|
1782
|
-
vocab?: string | undefined | undefined;
|
|
1783
|
-
autoCorrect?: string | undefined | undefined;
|
|
1784
|
-
autoSave?: string | undefined | undefined;
|
|
1785
|
-
color?: string | undefined | undefined;
|
|
1786
|
-
itemProp?: string | undefined | undefined;
|
|
1787
|
-
itemScope?: boolean | undefined | undefined;
|
|
1788
|
-
itemType?: string | undefined | undefined;
|
|
1789
|
-
itemID?: string | undefined | undefined;
|
|
1790
|
-
itemRef?: string | undefined | undefined;
|
|
1791
|
-
results?: number | undefined | undefined;
|
|
1792
|
-
security?: string | undefined | undefined;
|
|
1793
|
-
unselectable?: "on" | "off" | undefined | undefined;
|
|
1794
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
1795
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
1796
|
-
popoverTarget?: string | undefined | undefined;
|
|
1797
|
-
inert?: boolean | undefined | undefined;
|
|
1798
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
1799
|
-
is?: string | undefined | undefined;
|
|
1800
|
-
exportparts?: string | undefined | undefined;
|
|
1801
|
-
part?: string | undefined | undefined;
|
|
1802
|
-
"aria-activedescendant"?: string | undefined | undefined;
|
|
1803
|
-
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1804
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
1805
|
-
"aria-braillelabel"?: string | undefined | undefined;
|
|
1806
|
-
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
1807
|
-
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1808
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1809
|
-
"aria-colcount"?: number | undefined | undefined;
|
|
1810
|
-
"aria-colindex"?: number | undefined | undefined;
|
|
1811
|
-
"aria-colindextext"?: string | undefined | undefined;
|
|
1812
|
-
"aria-colspan"?: number | undefined | undefined;
|
|
1813
|
-
"aria-controls"?: string | undefined | undefined;
|
|
1814
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
1815
|
-
"aria-describedby"?: string | undefined | undefined;
|
|
1816
|
-
"aria-description"?: string | undefined | undefined;
|
|
1817
|
-
"aria-details"?: string | undefined | undefined;
|
|
1818
|
-
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1819
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
1820
|
-
"aria-errormessage"?: string | undefined | undefined;
|
|
1821
|
-
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1822
|
-
"aria-flowto"?: string | undefined | undefined;
|
|
1823
|
-
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1824
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
1825
|
-
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1826
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
1827
|
-
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
1828
|
-
"aria-label"?: string | undefined | undefined;
|
|
1829
|
-
"aria-labelledby"?: string | undefined | undefined;
|
|
1830
|
-
"aria-level"?: number | undefined | undefined;
|
|
1831
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
1832
|
-
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1833
|
-
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1834
|
-
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1835
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
1836
|
-
"aria-owns"?: string | undefined | undefined;
|
|
1837
|
-
"aria-placeholder"?: string | undefined | undefined;
|
|
1838
|
-
"aria-posinset"?: number | undefined | undefined;
|
|
1839
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1840
|
-
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1841
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
1842
|
-
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1843
|
-
"aria-roledescription"?: string | undefined | undefined;
|
|
1844
|
-
"aria-rowcount"?: number | undefined | undefined;
|
|
1845
|
-
"aria-rowindex"?: number | undefined | undefined;
|
|
1846
|
-
"aria-rowindextext"?: string | undefined | undefined;
|
|
1847
|
-
"aria-rowspan"?: number | undefined | undefined;
|
|
1848
|
-
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1849
|
-
"aria-setsize"?: number | undefined | undefined;
|
|
1850
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
1851
|
-
"aria-valuemax"?: number | undefined | undefined;
|
|
1852
|
-
"aria-valuemin"?: number | undefined | undefined;
|
|
1853
|
-
"aria-valuenow"?: number | undefined | undefined;
|
|
1854
|
-
"aria-valuetext"?: string | undefined | undefined;
|
|
1855
|
-
children?: import("react").ReactNode;
|
|
1856
|
-
dangerouslySetInnerHTML?: {
|
|
1857
|
-
__html: string | TrustedHTML;
|
|
1858
|
-
} | undefined | undefined;
|
|
1859
|
-
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1860
|
-
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1861
|
-
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1862
|
-
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1863
|
-
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1864
|
-
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1865
|
-
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1866
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1867
|
-
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1868
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1869
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1870
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1871
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1872
|
-
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1873
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1874
|
-
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1875
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1876
|
-
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1877
|
-
onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
|
|
1878
|
-
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1879
|
-
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1880
|
-
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1881
|
-
onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1882
|
-
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1883
|
-
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1884
|
-
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1885
|
-
onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1886
|
-
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1887
|
-
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1888
|
-
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1889
|
-
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1890
|
-
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1891
|
-
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1892
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1893
|
-
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1894
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1895
|
-
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1896
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1897
|
-
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1898
|
-
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1899
|
-
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1900
|
-
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1901
|
-
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1902
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1903
|
-
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1904
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1905
|
-
onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1906
|
-
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1907
|
-
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1908
|
-
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1909
|
-
onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1910
|
-
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1911
|
-
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1912
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1913
|
-
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1914
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1915
|
-
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1916
|
-
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1917
|
-
onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1918
|
-
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1919
|
-
onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1920
|
-
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1921
|
-
onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1922
|
-
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1923
|
-
onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1924
|
-
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1925
|
-
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1926
|
-
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1927
|
-
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1928
|
-
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1929
|
-
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1930
|
-
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1931
|
-
onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1932
|
-
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1933
|
-
onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1934
|
-
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1935
|
-
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1936
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1937
|
-
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1938
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1939
|
-
onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1940
|
-
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1941
|
-
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1942
|
-
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1943
|
-
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1944
|
-
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1945
|
-
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1946
|
-
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1947
|
-
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1948
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1949
|
-
onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1950
|
-
onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1951
|
-
onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1952
|
-
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1953
|
-
onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1954
|
-
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1955
|
-
onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1956
|
-
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1957
|
-
onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1958
|
-
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1959
|
-
onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1960
|
-
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1961
|
-
onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1962
|
-
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1963
|
-
onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1964
|
-
onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1965
|
-
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1966
|
-
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1967
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1968
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1969
|
-
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1970
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1971
|
-
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1972
|
-
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1973
|
-
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1974
|
-
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1975
|
-
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1976
|
-
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1977
|
-
onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1978
|
-
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1979
|
-
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1980
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1981
|
-
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1982
|
-
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1983
|
-
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1984
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1985
|
-
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1986
|
-
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1987
|
-
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1988
|
-
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1989
|
-
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1990
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1991
|
-
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1992
|
-
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1993
|
-
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1994
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1995
|
-
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1996
|
-
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1997
|
-
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1998
|
-
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1999
|
-
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
2000
|
-
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
2001
|
-
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
2002
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
2003
|
-
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
2004
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
2005
|
-
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
2006
|
-
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
2007
|
-
onScrollEnd?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
2008
|
-
onScrollEndCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
2009
|
-
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
2010
|
-
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
2011
|
-
onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
2012
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
2013
|
-
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
2014
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
2015
|
-
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
2016
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
2017
|
-
onToggle?: import("react").ToggleEventHandler<HTMLDivElement> | undefined;
|
|
2018
|
-
onBeforeToggle?: import("react").ToggleEventHandler<HTMLDivElement> | undefined;
|
|
2019
|
-
onTransitionCancel?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2020
|
-
onTransitionCancelCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2021
|
-
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2022
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2023
|
-
onTransitionRun?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2024
|
-
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2025
|
-
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2026
|
-
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2027
|
-
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{styled as e}from"styled-components";import{Typography as t}from"../typography/index.js";import"react";import"unified";import"remark-parse";import"remark-gfm";import"mdast-util-to-markdown";import{colorToRgba as o}from"../../utils/colors/colorToRgba.js";import"../../utils/colors/calculateGrayScale.js";import"../../utils/colors/calculateAccentColors.js";const i=e.div.withConfig({displayName:"styled__DropzoneFieldStyled",componentId:"sc-f0fnsu-0"})([""," display:flex;flex-direction:column;justify-content:stretch;gap:20px;background-color:",";padding:20px;border-radius:20px;background-image:",";transition:background 0.3s ease-out;position:relative;&:active,&[data-dragged='true']{background-color:rgba(28,100,242,0.2);background-image:url(\"data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' vector-effect='non-scaling-stroke' stroke='%231C64F2FF' stroke-width='4' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e\");}"],({$fullWidth:e})=>e?"width: 100%;":"",({theme:e})=>o(e.colors.grayScale.gray4,.75),({theme:e})=>`url("${"light"===e.mode?"data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' vector-effect='non-scaling-stroke' stroke='%23CDD5DA' stroke-width='4' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e":"data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' vector-effect='non-scaling-stroke' stroke='%23222B44FF' stroke-width='4' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"}")
|
|
1
|
+
import{styled as e}from"styled-components";import{Typography as t}from"../typography/index.js";import"react";import"unified";import"remark-parse";import"remark-gfm";import"mdast-util-to-markdown";import{colorToRgba as o}from"../../utils/colors/colorToRgba.js";import"../../utils/colors/calculateGrayScale.js";import"../../utils/colors/calculateAccentColors.js";const i=e.div.withConfig({displayName:"styled__DropzoneFieldStyled",componentId:"sc-f0fnsu-0"})([""," display:flex;flex-direction:column;justify-content:stretch;gap:20px;background-color:",";padding:20px;border-radius:20px;background-image:",";transition:background 0.3s ease-out;position:relative;&:active,&[data-dragged='true']{background-color:rgba(28,100,242,0.2);background-image:url(\"data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' vector-effect='non-scaling-stroke' stroke='%231C64F2FF' stroke-width='4' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e\");}@media (max-width:","){padding:18px;border:1px solid ",";background-image:none;}@media (max-width:","){padding:24px;}"],({$fullWidth:e})=>e?"width: 100%;":"",({theme:e})=>o(e.colors.grayScale.gray4,.75),({theme:e})=>`url("${"light"===e.mode?"data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' vector-effect='non-scaling-stroke' stroke='%23CDD5DA' stroke-width='4' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e":"data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' vector-effect='non-scaling-stroke' stroke='%23222B44FF' stroke-width='4' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"}")`,({theme:e})=>e.tablet.maxWidth,({theme:e})=>e.colors.grayScale.gray2,({theme:e})=>e.mobile.maxWidth),r=e.div.withConfig({displayName:"styled__DropzoneFieldLabels",componentId:"sc-f0fnsu-1"})(["display:flex;justify-content:space-between;align-items:center;"]),s=e.div.withConfig({displayName:"styled__DropzoneFieldRightLabelsContainer",componentId:"sc-f0fnsu-2"})(["display:flex;align-items:flex-end;flex-direction:column;gap:8px;margin-left:auto;"]),a=e(t).attrs({variant:"body-xs-medium"}).withConfig({displayName:"styled__DropzoneFieldRightLabel",componentId:"sc-f0fnsu-3"})(["color:",";"],({theme:e})=>e.colors.grayScale.gray1),n=e.input.withConfig({displayName:"styled__DropzoneFieldInput",componentId:"sc-f0fnsu-4"})(["cursor:pointer;position:absolute;opacity:0;inset:0;z-index:1;"]),l=e.div.withConfig({displayName:"styled__DropzoneFieldPlaceholder",componentId:"sc-f0fnsu-5"})(["display:flex;align-items:center;justify-content:center;position:relative;padding:20px;"]);export{n as DropzoneFieldInput,r as DropzoneFieldLabels,l as DropzoneFieldPlaceholder,a as DropzoneFieldRightLabel,s as DropzoneFieldRightLabelsContainer,i as DropzoneFieldStyled};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsxs as o,Fragment as s,jsx as n}from"react/jsx-runtime";import{forwardRef as e}from"react";import"../../icons/arrow-down/index.js";import"../../icons/arrow-narrow-left/index.js";import"../../icons/arrow-narrow-right/index.js";import"../../icons/arrow-up/index.js";import"../../icons/bitcoin/index.js";import"../../icons/bot-circle/index.js";import"../../icons/bothub-agg/index.js";import"../../icons/business-colored/index.js";import"../../icons/check-circle/index.js";import"../../icons/close/index.js";import"../../icons/email-circle/index.js";import"../../icons/language/index.js";import"../../icons/lock-circle/index.js";import"../../icons/menu/index.js";import"../../icons/medium-circle/index.js";import"../../icons/tg-circle/index.js";import"../../icons/tg-colored/index.js";import"../../icons/youcassa/index.js";import"../../icons/dashboard/index.js";import"../../icons/user-profile/index.js";import"../../icons/logout/index.js";import"../../icons/habr-2/index.js";import"../../icons/arrow-2-down/index.js";import"../../icons/links/index.js";import"../../icons/free/index.js";import"../../icons/hotness/index.js";import"../../icons/checked/index.js";import"../../icons/ai/index.js";import"../../icons/bookmarks/index.js";import"../../icons/bookmarks-big/index.js";import"../../icons/chat/index.js";import"../../icons/chats/index.js";import"../../icons/coder/index.js";import"../../icons/copy/index.js";import"../../icons/edit/index.js";import"../../icons/presets-big/index.js";import"../../icons/referal/index.js";import"../../icons/restore/index.js";import"../../icons/tariff/index.js";import"../../icons/trash/index.js";import"../../icons/update/index.js";import"../../icons/menu-dot/index.js";import"../../icons/plus-2/index.js";import"../../icons/plus-1/index.js";import"../../icons/send/index.js";import"../../icons/settings/index.js";import"../../icons/habr/index.js";import"../../icons/check-small/index.js";import"../../icons/stop/index.js";import"../../icons/thumb-up/index.js";import"../../icons/thumb-down/index.js";import"../../icons/star/index.js";import"../../icons/info-big/index.js";import"../../icons/warning-big/index.js";import"../../icons/error-big/index.js";import"../../icons/success-big/index.js";import"../../icons/mj/index.js";import"../../icons/card/index.js";import"../../icons/arrow-narrow-up/index.js";import"../../icons/arrow-narrow-down/index.js";import"../../icons/filters/index.js";import"../../icons/info/index.js";import"../../icons/search-circle/index.js";import"../../icons/save/index.js";import"../../icons/light/index.js";import"../../icons/dark/index.js";import"../../icons/email-colored/index.js";import"../../icons/action-chat/index.js";import"../../icons/attach/index.js";import"../../icons/avatar-add/index.js";import"../../icons/brush/index.js";import"../../icons/calendar/index.js";import"../../icons/claude/index.js";import"../../icons/cookie/index.js";import"../../icons/dalle/index.js";import"../../icons/download-img/index.js";import"../../icons/error/index.js";import"../../icons/expand/index.js";import"../../icons/eye/index.js";import"../../icons/face/index.js";import"../../icons/gear/index.js";import"../../icons/gear-min/index.js";import"../../icons/generation/index.js";import"../../icons/gpt-3_5/index.js";import"../../icons/gpt-4/index.js";import"../../icons/imagine/index.js";import"../../icons/imagine-2/index.js";import"../../icons/loader/index.js";import"../../icons/loader-circular/index.js";import"../../icons/loader-circular-gradient/index.js";import"../../icons/loader-circular-gradient-2/index.js";import"../../icons/minus/index.js";import"../../icons/mj-white/index.js";import"../../icons/prompt/index.js";import"../../icons/rabbit/index.js";import"../../icons/ratio-1x1/index.js";import"../../icons/ratio-2x3/index.js";import"../../icons/ratio-3x2/index.js";import"../../icons/ratio-4x5/index.js";import"../../icons/ratio-4x7/index.js";import"../../icons/ratio-5x4/index.js";import"../../icons/ratio-7x4/index.js";import"../../icons/ratio-16x9/index.js";import"../../icons/ratio-9x16/index.js";import"../../icons/ratio-21x9/index.js";import"../../icons/ratio-9x21/index.js";import"../../icons/refferal-min/index.js";import"../../icons/search-data/index.js";import"../../icons/square/index.js";import"../../icons/turtle/index.js";import"../../icons/upscale/index.js";import"../../icons/withdraw/index.js";import"../../icons/search-plus/index.js";import"../../icons/lightning/index.js";import"../../icons/blog-circle/index.js";import"../../icons/stripe/index.js";import"../../icons/corporate/index.js";import"../../icons/public/index.js";import"../../icons/private/index.js";import"../../icons/mistral/index.js";import"../../icons/gemini/index.js";import"../../icons/search-simple/index.js";import"../../icons/sad-robot/index.js";import"../../icons/model/index.js";import"../../icons/phone-colored/index.js";import"../../icons/questions/index.js";import"../../icons/pdf-big/index.js";import"../../icons/xls-big/index.js";import"../../icons/word-big/index.js";import"../../icons/txt-big/index.js";import"../../icons/pdf/index.js";import"../../icons/xls/index.js";import"../../icons/word/index.js";import"../../icons/txt/index.js";import"../../icons/bothub-logo-gradient/index.js";import"../../icons/telegram-logo-gradient/index.js";import"../../icons/decline-circle/index.js";import"../../icons/simple-gear-bg/index.js";import"../../icons/advanced-filter/index.js";import"../../icons/big-corporate/index.js";import"../../icons/big-mj/index.js";import"../../icons/big-models/index.js";import"../../icons/big-stats/index.js";import"../../icons/big-success/index.js";import"../../icons/big-users/index.js";import"../../icons/optional-presets/index.js";import"../../icons/wallet-withdraw/index.js";import"../../icons/big-presets/index.js";import"../../icons/big-favorite/index.js";import"../../icons/big-referal/index.js";import"../../icons/attach-file/index.js";import"../../icons/attach-file-big/index.js";import"../../icons/voice/index.js";import"../../icons/play-button/index.js";import"../../icons/pause-button/index.js";import"../../icons/text-read/index.js";import"../../icons/text-hide/index.js";import"../../icons/best-chat-bots/index.js";import"../../icons/upload/index.js";import"../../icons/enter/index.js";import"../../icons/discord/index.js";import"../../icons/discord-circle/index.js";import"../../icons/black-forest-labs/index.js";import"../../icons/flux/index.js";import"../../icons/stable-diffusion/index.js";import"../../icons/stability-ai/index.js";import"../../icons/article-generator/index.js";import"../../icons/success/index.js";import"../../icons/google/index.js";import"../../icons/yandex/index.js";import"../../icons/vk/index.js";import"../../icons/resend/index.js";import"../../icons/big-article/index.js";import"../../icons/add-chat/index.js";import"../../icons/add-group/index.js";import"../../icons/drag-dot/index.js";import"../../icons/add-folder/index.js";import"../../icons/temp-chat/index.js";import"../../icons/delete-chat/index.js";import"../../icons/sidebar-chat/index.js";import"../../icons/organization/index.js";import"../../icons/simple-gear/index.js";import"../../icons/text-bold/index.js";import"../../icons/text-italic/index.js";import"../../icons/text-underline/index.js";import"../../icons/text-strikethrough/index.js";import"../../icons/refresh/index.js";import"../../icons/copy-variants/index.js";import"../../icons/sort-ascending/index.js";import"../../icons/sort-descending/index.js";import"../../icons/quote/index.js";import"../../icons/url-circle/index.js";import"../../icons/show-ui/index.js";import"../../icons/hide-ui/index.js";import"../../icons/sort-user/index.js";import"../../icons/happy-robot/index.js";import"../../icons/happy-robot-gradient/index.js";import"../../icons/min-window/index.js";import"../../icons/max-window/index.js";import"../../icons/manage-chat/index.js";import"../../icons/analyze-urls/index.js";import"../../icons/web-search/index.js";import"../../icons/include-context/index.js";import"../../icons/queue/index.js";import"../../icons/sort-alphabet-ascending/index.js";import"../../icons/sort-alphabet-descending/index.js";import"../../icons/sort-date-ascending/index.js";import"../../icons/sort-date-descending/index.js";import"../../icons/cot-r1/index.js";import"../../icons/news/index.js";import"../../icons/volume/index.js";import"../../icons/flag-ru/index.js";import"../../icons/flag-kz/index.js";import"../../icons/print/index.js";import"../../icons/pc-icon-1/index.js";import"../../icons/pc-icon-2/index.js";import"../../icons/pc-icon-3/index.js";import"../../icons/star-unfilled/index.js";import"../../icons/image-generation/index.js";import"../../icons/speech-synthesys/index.js";import"../../icons/transcription/index.js";import"../../icons/text-rewrite/index.js";import"../../icons/code-generation/index.js";import"../../icons/essay-generation/index.js";import"../../icons/spelling/index.js";import"../../icons/text-generation/index.js";import"../../icons/traffic-analisys/index.js";import"../../icons/fav-profile/index.js";import"../../icons/exclamation/index.js";import"../../icons/article/index.js";import"../../icons/setchel/index.js";import"../../icons/assembly/index.js";import"../../icons/data-visualisation/index.js";import"../../icons/document-analisys/index.js";import"../../icons/problem-solvment/index.js";import"../../icons/setting-analisys/index.js";import"../../icons/translation/index.js";import"../../icons/stars/index.js";import"../../icons/academy/index.js";import"../../icons/articles/index.js";import"../../icons/blog-post/index.js";import"../../icons/book/index.js";import"../../icons/bow-tie/index.js";import"../../icons/case-study/index.js";import"../../icons/comments/index.js";import"../../icons/guide/index.js";import"../../icons/marketing/index.js";import"../../icons/post/index.js";import"../../icons/report/index.js";import"../../icons/review/index.js";import"../../icons/scientific-article/index.js";import"../../icons/selling-text/index.js";import"../../icons/textbook/index.js";import"../../icons/wind/index.js";import"../../icons/grok/index.js";import"../../icons/deepseek/index.js";import"../../icons/grid-horizontal/index.js";import"../../icons/grid-vertical/index.js";import"../../icons/star-gradient/index.js";import"../../icons/qwen/index.js";import"../../icons/sidebar-toggle-left/index.js";import"../../icons/sidebar-toggle-right/index.js";import"../../icons/system/index.js";import"../../icons/selector/index.js";import"../../icons/video-camera/index.js";import"../../icons/music-note/index.js";import"../../icons/add-profile/index.js";import"../../icons/token-counter/index.js";import"../../icons/customer-support/index.js";import"../../icons/sort-alphabet-top-bottom/index.js";import"../../icons/sort-alphabet-bottom-top/index.js";import{PauseIcon as r}from"../../icons/pause/index.js";import{PlayIcon as t}from"../../icons/play/index.js";import{Restore2Icon as c}from"../../icons/restore-2/index.js";import"../../icons/video-generation/index.js";import"../../icons/veo-model/index.js";import"../../icons/runway/index.js";import"../../icons/queue-select/index.js";import"../../icons/apple/index.js";import"../../icons/mail-colored/index.js";import"../../icons/shield/index.js";import"../../icons/stars-gradient/index.js";import"../../icons/fire/index.js";import"../../icons/brain/index.js";import"../../icons/mj-purple/index.js";import"../../icons/claude-black/index.js";import"../../icons/vk-filled/index.js";import"../../icons/tg/index.js";import"../../icons/gift/index.js";import"../../icons/exchange/index.js";import"../../icons/time/index.js";import"../../icons/prompt-queue/index.js";import"../../icons/image/index.js";import"../../icons/text/index.js";import"../../icons/code/index.js";import"../../icons/blue-grok/index.js";import{Button as d}from"../button/index.js";import{Typography as m}from"../typography/index.js";import{FileSize as p}from"../file-size/index.js";import{FileIcon as x}from"../file-icon/index.js";import{UploadedFileStyled as j,UploadedFileHeader as a,UploadedFileIcon as l,UploadedFileInfo as g,UploadedFileSize as u,UploadedFileActions as b,UploadedFileStatusChip as h,UploadedFileStatusChipText as f,UploadedFileDeleteButton as w,UploadedFileCloseIcon as y,UploadedFileFooter as k,UploadedFileProgressBar as v,UploadedFileLoaderIcon as z,UploadedFileProgressValue as q}from"./styled.js";const $=e((e,$)=>{var{filename:C,progress:I,status:L="done",doneLabel:P,errorLabel:R,className:N,onDelete:W,bottomContent:B,fullWidth:D,onPause:M,onResume:_,onRetry:A}=e,E=i(e,["filename","progress","status","doneLabel","errorLabel","className","onDelete","bottomContent","fullWidth","onPause","onResume","onRetry"]);const F="secondary"===E.variant,G=!F;return o(j,{ref:$,$fullWidth:D,$isPrimary:G,className:N,children:[o(a,{children:[G?o(s,{children:[n(l,{children:n(x,{filename:C,size:18})}),o(g,{children:[n(m,{variant:"body-s-medium",children:C}),n(u,{children:n(p,{sizeInBytes:E.sizeInBytes})})]})]}):n(m,{variant:"body-m-medium",children:C}),o(b,{children:[M&&n(s,{children:"in-progress"===L&&n(d,{variant:"text",startIcon:n(r,{}),onClick:()=>M()})}),_&&n(s,{children:"paused"===L&&n(d,{variant:"text",startIcon:n(t,{}),onClick:()=>_()})}),"done"===L&&n(s,{children:"string"==typeof P?n(h,{children:n(f,{$status:L,children:P})}):P}),"error"===L&&o(s,{children:["string"==typeof R?n(h,{children:n(f,{$status:L,children:R})}):R,A&&n(d,{variant:"text",startIcon:n(c,{}),onClick:()=>A()})]}),W&&n(w,{variant:"text",startIcon:n(y,{}),onClick:"action"in W?W.action:W,disabled:"disabled"in W?W.disabled:void 0})]})]}),o(k,{children:[n(v,{$error:"error"===L,$isPrimary:G,value:I,min:0,max:100}),F&&E.loading?n(z,{}):o(q,{$isMax:100===I,children:[I,"%"]})]}),B]})});export{$ as UploadedFile,h as UploadedFileStatusChip,f as UploadedFileStatusChipText};
|
|
1
|
+
import{__rest as i}from"tslib";import{jsxs as o,Fragment as s,jsx as n}from"react/jsx-runtime";import{forwardRef as e}from"react";import"../../icons/arrow-down/index.js";import"../../icons/arrow-narrow-left/index.js";import"../../icons/arrow-narrow-right/index.js";import"../../icons/arrow-up/index.js";import"../../icons/bitcoin/index.js";import"../../icons/bot-circle/index.js";import"../../icons/bothub-agg/index.js";import"../../icons/business-colored/index.js";import"../../icons/check-circle/index.js";import"../../icons/close/index.js";import"../../icons/email-circle/index.js";import"../../icons/language/index.js";import"../../icons/lock-circle/index.js";import"../../icons/menu/index.js";import"../../icons/medium-circle/index.js";import"../../icons/tg-circle/index.js";import"../../icons/tg-colored/index.js";import"../../icons/youcassa/index.js";import"../../icons/dashboard/index.js";import"../../icons/user-profile/index.js";import"../../icons/logout/index.js";import"../../icons/habr-2/index.js";import"../../icons/arrow-2-down/index.js";import"../../icons/links/index.js";import"../../icons/free/index.js";import"../../icons/hotness/index.js";import"../../icons/checked/index.js";import"../../icons/ai/index.js";import"../../icons/bookmarks/index.js";import"../../icons/bookmarks-big/index.js";import"../../icons/chat/index.js";import"../../icons/chats/index.js";import"../../icons/coder/index.js";import"../../icons/copy/index.js";import"../../icons/edit/index.js";import"../../icons/presets-big/index.js";import"../../icons/referal/index.js";import"../../icons/restore/index.js";import"../../icons/tariff/index.js";import"../../icons/trash/index.js";import"../../icons/update/index.js";import"../../icons/menu-dot/index.js";import"../../icons/plus-2/index.js";import"../../icons/plus-1/index.js";import"../../icons/send/index.js";import"../../icons/settings/index.js";import"../../icons/habr/index.js";import"../../icons/check-small/index.js";import"../../icons/stop/index.js";import"../../icons/thumb-up/index.js";import"../../icons/thumb-down/index.js";import"../../icons/star/index.js";import"../../icons/info-big/index.js";import"../../icons/warning-big/index.js";import"../../icons/error-big/index.js";import"../../icons/success-big/index.js";import"../../icons/mj/index.js";import"../../icons/card/index.js";import"../../icons/arrow-narrow-up/index.js";import"../../icons/arrow-narrow-down/index.js";import"../../icons/filters/index.js";import"../../icons/info/index.js";import"../../icons/search-circle/index.js";import"../../icons/save/index.js";import"../../icons/light/index.js";import"../../icons/dark/index.js";import"../../icons/email-colored/index.js";import"../../icons/action-chat/index.js";import"../../icons/attach/index.js";import"../../icons/avatar-add/index.js";import"../../icons/brush/index.js";import"../../icons/calendar/index.js";import"../../icons/claude/index.js";import"../../icons/cookie/index.js";import"../../icons/dalle/index.js";import"../../icons/download-img/index.js";import"../../icons/error/index.js";import"../../icons/expand/index.js";import"../../icons/eye/index.js";import"../../icons/face/index.js";import"../../icons/gear/index.js";import"../../icons/gear-min/index.js";import"../../icons/generation/index.js";import"../../icons/gpt-3_5/index.js";import"../../icons/gpt-4/index.js";import"../../icons/imagine/index.js";import"../../icons/imagine-2/index.js";import"../../icons/loader/index.js";import"../../icons/loader-circular/index.js";import"../../icons/loader-circular-gradient/index.js";import"../../icons/loader-circular-gradient-2/index.js";import"../../icons/minus/index.js";import"../../icons/mj-white/index.js";import"../../icons/prompt/index.js";import"../../icons/rabbit/index.js";import"../../icons/ratio-1x1/index.js";import"../../icons/ratio-2x3/index.js";import"../../icons/ratio-3x2/index.js";import"../../icons/ratio-4x5/index.js";import"../../icons/ratio-4x7/index.js";import"../../icons/ratio-5x4/index.js";import"../../icons/ratio-7x4/index.js";import"../../icons/ratio-16x9/index.js";import"../../icons/ratio-9x16/index.js";import"../../icons/ratio-21x9/index.js";import"../../icons/ratio-9x21/index.js";import"../../icons/refferal-min/index.js";import"../../icons/search-data/index.js";import"../../icons/square/index.js";import"../../icons/turtle/index.js";import"../../icons/upscale/index.js";import"../../icons/withdraw/index.js";import"../../icons/search-plus/index.js";import"../../icons/lightning/index.js";import"../../icons/blog-circle/index.js";import"../../icons/stripe/index.js";import"../../icons/corporate/index.js";import"../../icons/public/index.js";import"../../icons/private/index.js";import"../../icons/mistral/index.js";import"../../icons/gemini/index.js";import"../../icons/search-simple/index.js";import"../../icons/sad-robot/index.js";import"../../icons/model/index.js";import"../../icons/phone-colored/index.js";import"../../icons/questions/index.js";import"../../icons/pdf-big/index.js";import"../../icons/xls-big/index.js";import"../../icons/word-big/index.js";import"../../icons/txt-big/index.js";import"../../icons/pdf/index.js";import"../../icons/xls/index.js";import"../../icons/word/index.js";import"../../icons/txt/index.js";import"../../icons/bothub-logo-gradient/index.js";import"../../icons/telegram-logo-gradient/index.js";import"../../icons/decline-circle/index.js";import"../../icons/simple-gear-bg/index.js";import"../../icons/advanced-filter/index.js";import"../../icons/big-corporate/index.js";import"../../icons/big-mj/index.js";import"../../icons/big-models/index.js";import"../../icons/big-stats/index.js";import"../../icons/big-success/index.js";import"../../icons/big-users/index.js";import"../../icons/optional-presets/index.js";import"../../icons/wallet-withdraw/index.js";import"../../icons/big-presets/index.js";import"../../icons/big-favorite/index.js";import"../../icons/big-referal/index.js";import"../../icons/attach-file/index.js";import"../../icons/attach-file-big/index.js";import"../../icons/voice/index.js";import"../../icons/play-button/index.js";import"../../icons/pause-button/index.js";import"../../icons/text-read/index.js";import"../../icons/text-hide/index.js";import"../../icons/best-chat-bots/index.js";import"../../icons/upload/index.js";import"../../icons/enter/index.js";import"../../icons/discord/index.js";import"../../icons/discord-circle/index.js";import"../../icons/black-forest-labs/index.js";import"../../icons/flux/index.js";import"../../icons/stable-diffusion/index.js";import"../../icons/stability-ai/index.js";import"../../icons/article-generator/index.js";import"../../icons/success/index.js";import"../../icons/google/index.js";import"../../icons/yandex/index.js";import"../../icons/vk/index.js";import"../../icons/resend/index.js";import"../../icons/big-article/index.js";import"../../icons/add-chat/index.js";import"../../icons/add-group/index.js";import"../../icons/drag-dot/index.js";import"../../icons/add-folder/index.js";import"../../icons/temp-chat/index.js";import"../../icons/delete-chat/index.js";import"../../icons/sidebar-chat/index.js";import"../../icons/organization/index.js";import"../../icons/simple-gear/index.js";import"../../icons/text-bold/index.js";import"../../icons/text-italic/index.js";import"../../icons/text-underline/index.js";import"../../icons/text-strikethrough/index.js";import"../../icons/refresh/index.js";import"../../icons/copy-variants/index.js";import"../../icons/sort-ascending/index.js";import"../../icons/sort-descending/index.js";import"../../icons/quote/index.js";import"../../icons/url-circle/index.js";import"../../icons/show-ui/index.js";import"../../icons/hide-ui/index.js";import"../../icons/sort-user/index.js";import"../../icons/happy-robot/index.js";import"../../icons/happy-robot-gradient/index.js";import"../../icons/min-window/index.js";import"../../icons/max-window/index.js";import"../../icons/manage-chat/index.js";import"../../icons/analyze-urls/index.js";import"../../icons/web-search/index.js";import"../../icons/include-context/index.js";import"../../icons/queue/index.js";import"../../icons/sort-alphabet-ascending/index.js";import"../../icons/sort-alphabet-descending/index.js";import"../../icons/sort-date-ascending/index.js";import"../../icons/sort-date-descending/index.js";import"../../icons/cot-r1/index.js";import"../../icons/news/index.js";import"../../icons/volume/index.js";import"../../icons/flag-ru/index.js";import"../../icons/flag-kz/index.js";import"../../icons/print/index.js";import"../../icons/pc-icon-1/index.js";import"../../icons/pc-icon-2/index.js";import"../../icons/pc-icon-3/index.js";import"../../icons/star-unfilled/index.js";import"../../icons/image-generation/index.js";import"../../icons/speech-synthesys/index.js";import"../../icons/transcription/index.js";import"../../icons/text-rewrite/index.js";import"../../icons/code-generation/index.js";import"../../icons/essay-generation/index.js";import"../../icons/spelling/index.js";import"../../icons/text-generation/index.js";import"../../icons/traffic-analisys/index.js";import"../../icons/fav-profile/index.js";import"../../icons/exclamation/index.js";import"../../icons/article/index.js";import"../../icons/setchel/index.js";import"../../icons/assembly/index.js";import"../../icons/data-visualisation/index.js";import"../../icons/document-analisys/index.js";import"../../icons/problem-solvment/index.js";import"../../icons/setting-analisys/index.js";import"../../icons/translation/index.js";import"../../icons/stars/index.js";import"../../icons/academy/index.js";import"../../icons/articles/index.js";import"../../icons/blog-post/index.js";import"../../icons/book/index.js";import"../../icons/bow-tie/index.js";import"../../icons/case-study/index.js";import"../../icons/comments/index.js";import"../../icons/guide/index.js";import"../../icons/marketing/index.js";import"../../icons/post/index.js";import"../../icons/report/index.js";import"../../icons/review/index.js";import"../../icons/scientific-article/index.js";import"../../icons/selling-text/index.js";import"../../icons/textbook/index.js";import"../../icons/wind/index.js";import"../../icons/grok/index.js";import"../../icons/deepseek/index.js";import"../../icons/grid-horizontal/index.js";import"../../icons/grid-vertical/index.js";import"../../icons/star-gradient/index.js";import"../../icons/qwen/index.js";import"../../icons/sidebar-toggle-left/index.js";import"../../icons/sidebar-toggle-right/index.js";import"../../icons/system/index.js";import"../../icons/selector/index.js";import"../../icons/video-camera/index.js";import"../../icons/music-note/index.js";import"../../icons/add-profile/index.js";import"../../icons/token-counter/index.js";import"../../icons/customer-support/index.js";import"../../icons/sort-alphabet-top-bottom/index.js";import"../../icons/sort-alphabet-bottom-top/index.js";import{PauseIcon as r}from"../../icons/pause/index.js";import{PlayIcon as t}from"../../icons/play/index.js";import{Restore2Icon as c}from"../../icons/restore-2/index.js";import"../../icons/video-generation/index.js";import"../../icons/veo-model/index.js";import"../../icons/runway/index.js";import"../../icons/queue-select/index.js";import"../../icons/apple/index.js";import"../../icons/mail-colored/index.js";import"../../icons/shield/index.js";import"../../icons/stars-gradient/index.js";import"../../icons/fire/index.js";import"../../icons/brain/index.js";import"../../icons/mj-purple/index.js";import"../../icons/claude-black/index.js";import"../../icons/vk-filled/index.js";import"../../icons/tg/index.js";import"../../icons/gift/index.js";import"../../icons/exchange/index.js";import"../../icons/time/index.js";import"../../icons/prompt-queue/index.js";import"../../icons/image/index.js";import"../../icons/text/index.js";import"../../icons/code/index.js";import"../../icons/blue-grok/index.js";import{Button as d}from"../button/index.js";import{Typography as m}from"../typography/index.js";import{FileSize as p}from"../file-size/index.js";import{FileIcon as x}from"../file-icon/index.js";import{UploadedFileStyled as j,UploadedFileHeader as a,UploadedFileIcon as l,UploadedFileInfo as g,UploadedFileSize as u,UploadedFileActions as b,UploadedFileStatusChip as h,UploadedFileStatusChipText as f,UploadedFileDeleteButton as w,UploadedFileCloseIcon as y,UploadedFileFooter as k,UploadedFileProgressBar as v,UploadedFileLoaderIcon as z,UploadedFileProgressValue as q}from"./styled.js";const $=e((e,$)=>{var{filename:C,progress:I,status:L="done",doneLabel:P,errorLabel:R,className:N,onDelete:W,bottomContent:B,fullWidth:D,onPause:M,onResume:_,onRetry:A}=e,E=i(e,["filename","progress","status","doneLabel","errorLabel","className","onDelete","bottomContent","fullWidth","onPause","onResume","onRetry"]);const F="secondary"===E.variant,G=!F;return o(j,{ref:$,$fullWidth:D,$isPrimary:G,className:N,children:[o(a,{children:[G?o(s,{children:[n(l,{children:n(x,{filename:C,size:18})}),o(g,{children:[n(m,{variant:"body-s-medium",children:C}),n(u,{children:n(p,{sizeInBytes:E.sizeInBytes})})]})]}):n(m,{variant:"body-m-medium",children:C}),o(b,{children:[M&&n(s,{children:"in-progress"===L&&n(d,{variant:"text",startIcon:n(r,{}),onClick:()=>M()})}),_&&n(s,{children:"paused"===L&&n(d,{variant:"text",startIcon:n(t,{}),onClick:()=>_()})}),"done"===L&&n(s,{children:"string"==typeof P?n(h,{children:n(f,{$status:L,children:P})}):P}),"error"===L&&o(s,{children:["string"==typeof R?n(h,{children:n(f,{$status:L,children:R})}):R,A&&n(d,{variant:"text",startIcon:n(c,{}),onClick:()=>A()})]}),W&&n(w,{variant:"text",startIcon:n(y,{}),onClick:"action"in W?W.action:W,disabled:"disabled"in W?W.disabled:void 0})]})]}),o(k,{children:[n(v,{$status:L,$isPrimary:G,value:I,min:0,max:100}),F&&E.loading?n(z,{}):o(q,{$isMax:100===I,children:[I,"%"]})]}),B]})});export{$ as UploadedFile,h as UploadedFileStatusChip,f as UploadedFileStatusChipText};
|
|
@@ -3088,7 +3088,7 @@ export declare const UploadedFileProgressBar: import("styled-components").IStyle
|
|
|
3088
3088
|
fullWidth?: boolean | undefined;
|
|
3089
3089
|
skeleton?: boolean | undefined;
|
|
3090
3090
|
}, {
|
|
3091
|
-
$
|
|
3091
|
+
$status: UploadedFileStatus;
|
|
3092
3092
|
} & IsPrimary>>;
|
|
3093
3093
|
export declare const UploadedFileLoaderIcon: import("styled-components").IStyledComponent<"web", {
|
|
3094
3094
|
size?: number | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{styled as i,css as o}from"styled-components";import{Typography as s}from"../typography/index.js";import{Progress as n}from"../progress/index.js";import"react";import"unified";import"remark-parse";import"remark-gfm";import"mdast-util-to-markdown";import{colorToRgba as e}from"../../utils/colors/colorToRgba.js";import"../../utils/colors/calculateGrayScale.js";import"../../utils/colors/calculateAccentColors.js";import{Button as r}from"../button/index.js";import"../../icons/arrow-down/index.js";import"../../icons/arrow-narrow-left/index.js";import"../../icons/arrow-narrow-right/index.js";import"../../icons/arrow-up/index.js";import"../../icons/bitcoin/index.js";import"../../icons/bot-circle/index.js";import"../../icons/bothub-agg/index.js";import"../../icons/business-colored/index.js";import"../../icons/check-circle/index.js";import{CloseIcon as t}from"../../icons/close/index.js";import"../../icons/email-circle/index.js";import"../../icons/language/index.js";import"../../icons/lock-circle/index.js";import"../../icons/menu/index.js";import"../../icons/medium-circle/index.js";import"../../icons/tg-circle/index.js";import"../../icons/tg-colored/index.js";import"../../icons/youcassa/index.js";import"../../icons/dashboard/index.js";import"../../icons/user-profile/index.js";import"../../icons/logout/index.js";import"tslib";import"react/jsx-runtime";import"../../icons/habr-2/index.js";import"../../icons/arrow-2-down/index.js";import"../../icons/links/index.js";import"../../icons/free/index.js";import"../../icons/hotness/index.js";import"../../icons/checked/index.js";import"../../icons/ai/index.js";import"../../icons/bookmarks/index.js";import"../../icons/bookmarks-big/index.js";import"../../icons/chat/index.js";import"../../icons/chats/index.js";import"../../icons/coder/index.js";import"../../icons/copy/index.js";import"../../icons/edit/index.js";import"../../icons/presets-big/index.js";import"../../icons/referal/index.js";import"../../icons/restore/index.js";import"../../icons/tariff/index.js";import"../../icons/trash/index.js";import"../../icons/update/index.js";import"../../icons/menu-dot/index.js";import"../../icons/plus-2/index.js";import"../../icons/plus-1/index.js";import"../../icons/send/index.js";import"../../icons/settings/index.js";import"../../icons/habr/index.js";import"../../icons/check-small/index.js";import"../../icons/stop/index.js";import"../../icons/thumb-up/index.js";import"../../icons/thumb-down/index.js";import"../../icons/star/index.js";import"../../icons/info-big/index.js";import"../../icons/warning-big/index.js";import"../../icons/error-big/index.js";import"../../icons/success-big/index.js";import"../../icons/mj/index.js";import"../../icons/card/index.js";import"../../icons/arrow-narrow-up/index.js";import"../../icons/arrow-narrow-down/index.js";import"../../icons/filters/index.js";import"../../icons/info/index.js";import"../../icons/search-circle/index.js";import"../../icons/save/index.js";import"../../icons/light/index.js";import"../../icons/dark/index.js";import"../../icons/email-colored/index.js";import"../../icons/action-chat/index.js";import"../../icons/attach/index.js";import"../../icons/avatar-add/index.js";import"../../icons/brush/index.js";import"../../icons/calendar/index.js";import"../../icons/claude/index.js";import"../../icons/cookie/index.js";import"../../icons/dalle/index.js";import"../../icons/download-img/index.js";import"../../icons/error/index.js";import"../../icons/expand/index.js";import"../../icons/eye/index.js";import"../../icons/face/index.js";import"../../icons/gear/index.js";import"../../icons/gear-min/index.js";import"../../icons/generation/index.js";import"../../icons/gpt-3_5/index.js";import"../../icons/gpt-4/index.js";import"../../icons/imagine/index.js";import"../../icons/imagine-2/index.js";import"../../icons/loader/index.js";import"../../icons/loader-circular/index.js";import{LoaderCircularGradientIcon as d}from"../../icons/loader-circular-gradient/index.js";import"../../icons/loader-circular-gradient-2/index.js";import"../../icons/minus/index.js";import"../../icons/mj-white/index.js";import"../../icons/prompt/index.js";import"../../icons/rabbit/index.js";import"../../icons/ratio-1x1/index.js";import"../../icons/ratio-2x3/index.js";import"../../icons/ratio-3x2/index.js";import"../../icons/ratio-4x5/index.js";import"../../icons/ratio-4x7/index.js";import"../../icons/ratio-5x4/index.js";import"../../icons/ratio-7x4/index.js";import"../../icons/ratio-16x9/index.js";import"../../icons/ratio-9x16/index.js";import"../../icons/ratio-21x9/index.js";import"../../icons/ratio-9x21/index.js";import"../../icons/refferal-min/index.js";import"../../icons/search-data/index.js";import"../../icons/square/index.js";import"../../icons/turtle/index.js";import"../../icons/upscale/index.js";import"../../icons/withdraw/index.js";import"../../icons/search-plus/index.js";import"../../icons/lightning/index.js";import"../../icons/blog-circle/index.js";import"../../icons/stripe/index.js";import"../../icons/corporate/index.js";import"../../icons/public/index.js";import"../../icons/private/index.js";import"../../icons/mistral/index.js";import"../../icons/gemini/index.js";import"../../icons/search-simple/index.js";import"../../icons/sad-robot/index.js";import"../../icons/model/index.js";import"../../icons/phone-colored/index.js";import"../../icons/questions/index.js";import"../../icons/pdf-big/index.js";import"../../icons/xls-big/index.js";import"../../icons/word-big/index.js";import"../../icons/txt-big/index.js";import"../../icons/pdf/index.js";import"../../icons/xls/index.js";import"../../icons/word/index.js";import"../../icons/txt/index.js";import"../../icons/bothub-logo-gradient/index.js";import"../../icons/telegram-logo-gradient/index.js";import"../../icons/decline-circle/index.js";import"../../icons/simple-gear-bg/index.js";import"../../icons/advanced-filter/index.js";import"../../icons/big-corporate/index.js";import"../../icons/big-mj/index.js";import"../../icons/big-models/index.js";import"../../icons/big-stats/index.js";import"../../icons/big-success/index.js";import"../../icons/big-users/index.js";import"../../icons/optional-presets/index.js";import"../../icons/wallet-withdraw/index.js";import"../../icons/big-presets/index.js";import"../../icons/big-favorite/index.js";import"../../icons/big-referal/index.js";import"../../icons/attach-file/index.js";import"../../icons/attach-file-big/index.js";import"../../icons/voice/index.js";import"../../icons/play-button/index.js";import"../../icons/pause-button/index.js";import"../../icons/text-read/index.js";import"../../icons/text-hide/index.js";import"../../icons/best-chat-bots/index.js";import"../../icons/upload/index.js";import"../../icons/enter/index.js";import"../../icons/discord/index.js";import"../../icons/discord-circle/index.js";import"../../icons/black-forest-labs/index.js";import"../../icons/flux/index.js";import"../../icons/stable-diffusion/index.js";import"../../icons/stability-ai/index.js";import"../../icons/article-generator/index.js";import"../../icons/success/index.js";import"../../icons/google/index.js";import"../../icons/yandex/index.js";import"../../icons/vk/index.js";import"../../icons/resend/index.js";import"../../icons/big-article/index.js";import"../../icons/add-chat/index.js";import"../../icons/add-group/index.js";import"../../icons/drag-dot/index.js";import"../../icons/add-folder/index.js";import"../../icons/temp-chat/index.js";import"../../icons/delete-chat/index.js";import"../../icons/sidebar-chat/index.js";import"../../icons/organization/index.js";import"../../icons/simple-gear/index.js";import"../../icons/text-bold/index.js";import"../../icons/text-italic/index.js";import"../../icons/text-underline/index.js";import"../../icons/text-strikethrough/index.js";import"../../icons/refresh/index.js";import"../../icons/copy-variants/index.js";import"../../icons/sort-ascending/index.js";import"../../icons/sort-descending/index.js";import"../../icons/quote/index.js";import"../../icons/url-circle/index.js";import"../../icons/show-ui/index.js";import"../../icons/hide-ui/index.js";import"../../icons/sort-user/index.js";import"../../icons/happy-robot/index.js";import"../../icons/happy-robot-gradient/index.js";import"../../icons/min-window/index.js";import"../../icons/max-window/index.js";import"../../icons/manage-chat/index.js";import"../../icons/analyze-urls/index.js";import"../../icons/web-search/index.js";import"../../icons/include-context/index.js";import"../../icons/queue/index.js";import"../../icons/sort-alphabet-ascending/index.js";import"../../icons/sort-alphabet-descending/index.js";import"../../icons/sort-date-ascending/index.js";import"../../icons/sort-date-descending/index.js";import"../../icons/cot-r1/index.js";import"../../icons/news/index.js";import"../../icons/volume/index.js";import"../../icons/flag-ru/index.js";import"../../icons/flag-kz/index.js";import"../../icons/print/index.js";import"../../icons/pc-icon-1/index.js";import"../../icons/pc-icon-2/index.js";import"../../icons/pc-icon-3/index.js";import"../../icons/star-unfilled/index.js";import"../../icons/image-generation/index.js";import"../../icons/speech-synthesys/index.js";import"../../icons/transcription/index.js";import"../../icons/text-rewrite/index.js";import"../../icons/code-generation/index.js";import"../../icons/essay-generation/index.js";import"../../icons/spelling/index.js";import"../../icons/text-generation/index.js";import"../../icons/traffic-analisys/index.js";import"../../icons/fav-profile/index.js";import"../../icons/exclamation/index.js";import"../../icons/article/index.js";import"../../icons/setchel/index.js";import"../../icons/assembly/index.js";import"../../icons/data-visualisation/index.js";import"../../icons/document-analisys/index.js";import"../../icons/problem-solvment/index.js";import"../../icons/setting-analisys/index.js";import"../../icons/translation/index.js";import"../../icons/stars/index.js";import"../../icons/academy/index.js";import"../../icons/articles/index.js";import"../../icons/blog-post/index.js";import"../../icons/book/index.js";import"../../icons/bow-tie/index.js";import"../../icons/case-study/index.js";import"../../icons/comments/index.js";import"../../icons/guide/index.js";import"../../icons/marketing/index.js";import"../../icons/post/index.js";import"../../icons/report/index.js";import"../../icons/review/index.js";import"../../icons/scientific-article/index.js";import"../../icons/selling-text/index.js";import"../../icons/textbook/index.js";import"../../icons/wind/index.js";import"../../icons/grok/index.js";import"../../icons/deepseek/index.js";import"../../icons/grid-horizontal/index.js";import"../../icons/grid-vertical/index.js";import"../../icons/star-gradient/index.js";import"../../icons/qwen/index.js";import"../../icons/sidebar-toggle-left/index.js";import"../../icons/sidebar-toggle-right/index.js";import"../../icons/system/index.js";import"../../icons/selector/index.js";import"../../icons/video-camera/index.js";import"../../icons/music-note/index.js";import"../../icons/add-profile/index.js";import"../../icons/token-counter/index.js";import"../../icons/customer-support/index.js";import"../../icons/sort-alphabet-top-bottom/index.js";import"../../icons/sort-alphabet-bottom-top/index.js";import"../../icons/pause/index.js";import"../../icons/play/index.js";import"../../icons/restore-2/index.js";import"../../icons/video-generation/index.js";import"../../icons/veo-model/index.js";import"../../icons/runway/index.js";import"../../icons/queue-select/index.js";import"../../icons/apple/index.js";import"../../icons/mail-colored/index.js";import"../../icons/shield/index.js";import"../../icons/stars-gradient/index.js";import"../../icons/fire/index.js";import"../../icons/brain/index.js";import"../../icons/mj-purple/index.js";import"../../icons/claude-black/index.js";import"../../icons/vk-filled/index.js";import"../../icons/tg/index.js";import"../../icons/gift/index.js";import"../../icons/exchange/index.js";import"../../icons/time/index.js";import"../../icons/prompt-queue/index.js";import"../../icons/image/index.js";import"../../icons/text/index.js";import"../../icons/code/index.js";import"../../icons/blue-grok/index.js";const c=i.div.withConfig({displayName:"styled__UploadedFileStyled",componentId:"sc-15afvlb-0"})(["display:flex;flex-direction:column;border-radius:20px;transition:height 0.2s;"," ",""],({$isPrimary:i,theme:s})=>i?o(["padding:12px 16px;gap:10px;background-color:",";",""],e(s.colors.grayScale.gray4,.75),"light"===s.mode&&o(["border:1px solid ",";"],s.colors.grayScale.gray2)):o(["width:430px;padding:14px 16px;gap:8px;border:1px solid ",";background-color:",";"],s.colors.grayScale.gray2,s.colors.base.black),({$fullWidth:i})=>i&&o(["width:100%;"])),p=i.div.withConfig({displayName:"styled__UploadedFileHeader",componentId:"sc-15afvlb-1"})(["display:flex;align-items:flex-start;gap:10px;"]),m=i.div.withConfig({displayName:"styled__UploadedFileIcon",componentId:"sc-15afvlb-2"})(["display:flex;padding:9px;border-radius:8px;border:1px solid ",";background-color:",";"],({theme:i})=>i.colors.grayScale.gray2,({theme:i})=>i.colors.base.black),a=i.div.withConfig({displayName:"styled__UploadedFileInfo",componentId:"sc-15afvlb-3"})(["display:flex;flex-direction:column;align-self:center;"]),x=i(s).attrs({variant:"body-xs-medium"}).withConfig({displayName:"styled__UploadedFileSize",componentId:"sc-15afvlb-4"})(["color:",";text-transform:uppercase;"],({theme:i})=>"dark"===i.mode?i.colors.grayScale.gray6:"#9CA3AF"),j=i.div.withConfig({displayName:"styled__UploadedFileActions",componentId:"sc-15afvlb-5"})(["margin-left:auto;display:flex;align-items:center;gap:8px;"]),l=i.div.withConfig({displayName:"styled__UploadedFileStatusChip",componentId:"sc-15afvlb-6"})(["display:flex;align-items:center;gap:10px;border-radius:10px;padding:2px 8px;background-color:",";"],({theme:i})=>i.colors.grayScale.gray4),g=i(s).attrs({variant:"body-s-medium"}).withConfig({displayName:"styled__UploadedFileStatusChipText",componentId:"sc-15afvlb-7"})(["color:",";"],({theme:i,$status:o})=>{switch(o){case"done":return i.colors.accent.primary;case"error":return i.colors.critic}}),b=i(r).withConfig({displayName:"styled__UploadedFileDeleteButton",componentId:"sc-15afvlb-8"})(["&:disabled{opacity:0.4;}"]),u=i(t).withConfig({displayName:"styled__UploadedFileCloseIcon",componentId:"sc-15afvlb-9"})(["path{fill:",";}"],({theme:i})=>i.colors.grayScale.gray1),h=i.div.withConfig({displayName:"styled__UploadedFileFooter",componentId:"sc-15afvlb-10"})(["display:flex;align-items:center;gap:10px;"]),f=i(n).attrs({fullWidth:!0}).withConfig({displayName:"styled__UploadedFileProgressBar",componentId:"sc-15afvlb-11"})(["& > div{height:6px;border-radius:4px;background-color:",";& > div{border-radius:4px;background:",";}}"],({theme:i})=>i.colors.grayScale.gray2,({theme:i,$error:o,$isPrimary:s})=>o?i.colors.critic:s?i.colors.accent.primary:i.colors.gradient.elite),y=i(d).withConfig({displayName:"styled__UploadedFileLoaderIcon",componentId:"sc-15afvlb-12"})(["",""],({theme:i})=>"light"===i.mode&&o(["path{fill:",";}"],i.colors.base.white)),w=i(s).attrs({variant:"body-s-medium"}).withConfig({displayName:"styled__UploadedFileProgressValue",componentId:"sc-15afvlb-13"})(["flex:0 0 fit-content;color:",";"],({theme:i,$isMax:o})=>o?i.colors.accent.primaryLight:i.colors.grayScale.gray1);export{j as UploadedFileActions,u as UploadedFileCloseIcon,b as UploadedFileDeleteButton,h as UploadedFileFooter,p as UploadedFileHeader,m as UploadedFileIcon,a as UploadedFileInfo,y as UploadedFileLoaderIcon,f as UploadedFileProgressBar,w as UploadedFileProgressValue,x as UploadedFileSize,l as UploadedFileStatusChip,g as UploadedFileStatusChipText,c as UploadedFileStyled};
|
|
1
|
+
import{styled as i,css as o}from"styled-components";import{Typography as s}from"../typography/index.js";import{Progress as n}from"../progress/index.js";import"react";import"unified";import"remark-parse";import"remark-gfm";import"mdast-util-to-markdown";import{colorToRgba as e}from"../../utils/colors/colorToRgba.js";import"../../utils/colors/calculateGrayScale.js";import"../../utils/colors/calculateAccentColors.js";import{Button as r}from"../button/index.js";import"../../icons/arrow-down/index.js";import"../../icons/arrow-narrow-left/index.js";import"../../icons/arrow-narrow-right/index.js";import"../../icons/arrow-up/index.js";import"../../icons/bitcoin/index.js";import"../../icons/bot-circle/index.js";import"../../icons/bothub-agg/index.js";import"../../icons/business-colored/index.js";import"../../icons/check-circle/index.js";import{CloseIcon as t}from"../../icons/close/index.js";import"../../icons/email-circle/index.js";import"../../icons/language/index.js";import"../../icons/lock-circle/index.js";import"../../icons/menu/index.js";import"../../icons/medium-circle/index.js";import"../../icons/tg-circle/index.js";import"../../icons/tg-colored/index.js";import"../../icons/youcassa/index.js";import"../../icons/dashboard/index.js";import"../../icons/user-profile/index.js";import"../../icons/logout/index.js";import"tslib";import"react/jsx-runtime";import"../../icons/habr-2/index.js";import"../../icons/arrow-2-down/index.js";import"../../icons/links/index.js";import"../../icons/free/index.js";import"../../icons/hotness/index.js";import"../../icons/checked/index.js";import"../../icons/ai/index.js";import"../../icons/bookmarks/index.js";import"../../icons/bookmarks-big/index.js";import"../../icons/chat/index.js";import"../../icons/chats/index.js";import"../../icons/coder/index.js";import"../../icons/copy/index.js";import"../../icons/edit/index.js";import"../../icons/presets-big/index.js";import"../../icons/referal/index.js";import"../../icons/restore/index.js";import"../../icons/tariff/index.js";import"../../icons/trash/index.js";import"../../icons/update/index.js";import"../../icons/menu-dot/index.js";import"../../icons/plus-2/index.js";import"../../icons/plus-1/index.js";import"../../icons/send/index.js";import"../../icons/settings/index.js";import"../../icons/habr/index.js";import"../../icons/check-small/index.js";import"../../icons/stop/index.js";import"../../icons/thumb-up/index.js";import"../../icons/thumb-down/index.js";import"../../icons/star/index.js";import"../../icons/info-big/index.js";import"../../icons/warning-big/index.js";import"../../icons/error-big/index.js";import"../../icons/success-big/index.js";import"../../icons/mj/index.js";import"../../icons/card/index.js";import"../../icons/arrow-narrow-up/index.js";import"../../icons/arrow-narrow-down/index.js";import"../../icons/filters/index.js";import"../../icons/info/index.js";import"../../icons/search-circle/index.js";import"../../icons/save/index.js";import"../../icons/light/index.js";import"../../icons/dark/index.js";import"../../icons/email-colored/index.js";import"../../icons/action-chat/index.js";import"../../icons/attach/index.js";import"../../icons/avatar-add/index.js";import"../../icons/brush/index.js";import"../../icons/calendar/index.js";import"../../icons/claude/index.js";import"../../icons/cookie/index.js";import"../../icons/dalle/index.js";import"../../icons/download-img/index.js";import"../../icons/error/index.js";import"../../icons/expand/index.js";import"../../icons/eye/index.js";import"../../icons/face/index.js";import"../../icons/gear/index.js";import"../../icons/gear-min/index.js";import"../../icons/generation/index.js";import"../../icons/gpt-3_5/index.js";import"../../icons/gpt-4/index.js";import"../../icons/imagine/index.js";import"../../icons/imagine-2/index.js";import"../../icons/loader/index.js";import"../../icons/loader-circular/index.js";import{LoaderCircularGradientIcon as d}from"../../icons/loader-circular-gradient/index.js";import"../../icons/loader-circular-gradient-2/index.js";import"../../icons/minus/index.js";import"../../icons/mj-white/index.js";import"../../icons/prompt/index.js";import"../../icons/rabbit/index.js";import"../../icons/ratio-1x1/index.js";import"../../icons/ratio-2x3/index.js";import"../../icons/ratio-3x2/index.js";import"../../icons/ratio-4x5/index.js";import"../../icons/ratio-4x7/index.js";import"../../icons/ratio-5x4/index.js";import"../../icons/ratio-7x4/index.js";import"../../icons/ratio-16x9/index.js";import"../../icons/ratio-9x16/index.js";import"../../icons/ratio-21x9/index.js";import"../../icons/ratio-9x21/index.js";import"../../icons/refferal-min/index.js";import"../../icons/search-data/index.js";import"../../icons/square/index.js";import"../../icons/turtle/index.js";import"../../icons/upscale/index.js";import"../../icons/withdraw/index.js";import"../../icons/search-plus/index.js";import"../../icons/lightning/index.js";import"../../icons/blog-circle/index.js";import"../../icons/stripe/index.js";import"../../icons/corporate/index.js";import"../../icons/public/index.js";import"../../icons/private/index.js";import"../../icons/mistral/index.js";import"../../icons/gemini/index.js";import"../../icons/search-simple/index.js";import"../../icons/sad-robot/index.js";import"../../icons/model/index.js";import"../../icons/phone-colored/index.js";import"../../icons/questions/index.js";import"../../icons/pdf-big/index.js";import"../../icons/xls-big/index.js";import"../../icons/word-big/index.js";import"../../icons/txt-big/index.js";import"../../icons/pdf/index.js";import"../../icons/xls/index.js";import"../../icons/word/index.js";import"../../icons/txt/index.js";import"../../icons/bothub-logo-gradient/index.js";import"../../icons/telegram-logo-gradient/index.js";import"../../icons/decline-circle/index.js";import"../../icons/simple-gear-bg/index.js";import"../../icons/advanced-filter/index.js";import"../../icons/big-corporate/index.js";import"../../icons/big-mj/index.js";import"../../icons/big-models/index.js";import"../../icons/big-stats/index.js";import"../../icons/big-success/index.js";import"../../icons/big-users/index.js";import"../../icons/optional-presets/index.js";import"../../icons/wallet-withdraw/index.js";import"../../icons/big-presets/index.js";import"../../icons/big-favorite/index.js";import"../../icons/big-referal/index.js";import"../../icons/attach-file/index.js";import"../../icons/attach-file-big/index.js";import"../../icons/voice/index.js";import"../../icons/play-button/index.js";import"../../icons/pause-button/index.js";import"../../icons/text-read/index.js";import"../../icons/text-hide/index.js";import"../../icons/best-chat-bots/index.js";import"../../icons/upload/index.js";import"../../icons/enter/index.js";import"../../icons/discord/index.js";import"../../icons/discord-circle/index.js";import"../../icons/black-forest-labs/index.js";import"../../icons/flux/index.js";import"../../icons/stable-diffusion/index.js";import"../../icons/stability-ai/index.js";import"../../icons/article-generator/index.js";import"../../icons/success/index.js";import"../../icons/google/index.js";import"../../icons/yandex/index.js";import"../../icons/vk/index.js";import"../../icons/resend/index.js";import"../../icons/big-article/index.js";import"../../icons/add-chat/index.js";import"../../icons/add-group/index.js";import"../../icons/drag-dot/index.js";import"../../icons/add-folder/index.js";import"../../icons/temp-chat/index.js";import"../../icons/delete-chat/index.js";import"../../icons/sidebar-chat/index.js";import"../../icons/organization/index.js";import"../../icons/simple-gear/index.js";import"../../icons/text-bold/index.js";import"../../icons/text-italic/index.js";import"../../icons/text-underline/index.js";import"../../icons/text-strikethrough/index.js";import"../../icons/refresh/index.js";import"../../icons/copy-variants/index.js";import"../../icons/sort-ascending/index.js";import"../../icons/sort-descending/index.js";import"../../icons/quote/index.js";import"../../icons/url-circle/index.js";import"../../icons/show-ui/index.js";import"../../icons/hide-ui/index.js";import"../../icons/sort-user/index.js";import"../../icons/happy-robot/index.js";import"../../icons/happy-robot-gradient/index.js";import"../../icons/min-window/index.js";import"../../icons/max-window/index.js";import"../../icons/manage-chat/index.js";import"../../icons/analyze-urls/index.js";import"../../icons/web-search/index.js";import"../../icons/include-context/index.js";import"../../icons/queue/index.js";import"../../icons/sort-alphabet-ascending/index.js";import"../../icons/sort-alphabet-descending/index.js";import"../../icons/sort-date-ascending/index.js";import"../../icons/sort-date-descending/index.js";import"../../icons/cot-r1/index.js";import"../../icons/news/index.js";import"../../icons/volume/index.js";import"../../icons/flag-ru/index.js";import"../../icons/flag-kz/index.js";import"../../icons/print/index.js";import"../../icons/pc-icon-1/index.js";import"../../icons/pc-icon-2/index.js";import"../../icons/pc-icon-3/index.js";import"../../icons/star-unfilled/index.js";import"../../icons/image-generation/index.js";import"../../icons/speech-synthesys/index.js";import"../../icons/transcription/index.js";import"../../icons/text-rewrite/index.js";import"../../icons/code-generation/index.js";import"../../icons/essay-generation/index.js";import"../../icons/spelling/index.js";import"../../icons/text-generation/index.js";import"../../icons/traffic-analisys/index.js";import"../../icons/fav-profile/index.js";import"../../icons/exclamation/index.js";import"../../icons/article/index.js";import"../../icons/setchel/index.js";import"../../icons/assembly/index.js";import"../../icons/data-visualisation/index.js";import"../../icons/document-analisys/index.js";import"../../icons/problem-solvment/index.js";import"../../icons/setting-analisys/index.js";import"../../icons/translation/index.js";import"../../icons/stars/index.js";import"../../icons/academy/index.js";import"../../icons/articles/index.js";import"../../icons/blog-post/index.js";import"../../icons/book/index.js";import"../../icons/bow-tie/index.js";import"../../icons/case-study/index.js";import"../../icons/comments/index.js";import"../../icons/guide/index.js";import"../../icons/marketing/index.js";import"../../icons/post/index.js";import"../../icons/report/index.js";import"../../icons/review/index.js";import"../../icons/scientific-article/index.js";import"../../icons/selling-text/index.js";import"../../icons/textbook/index.js";import"../../icons/wind/index.js";import"../../icons/grok/index.js";import"../../icons/deepseek/index.js";import"../../icons/grid-horizontal/index.js";import"../../icons/grid-vertical/index.js";import"../../icons/star-gradient/index.js";import"../../icons/qwen/index.js";import"../../icons/sidebar-toggle-left/index.js";import"../../icons/sidebar-toggle-right/index.js";import"../../icons/system/index.js";import"../../icons/selector/index.js";import"../../icons/video-camera/index.js";import"../../icons/music-note/index.js";import"../../icons/add-profile/index.js";import"../../icons/token-counter/index.js";import"../../icons/customer-support/index.js";import"../../icons/sort-alphabet-top-bottom/index.js";import"../../icons/sort-alphabet-bottom-top/index.js";import"../../icons/pause/index.js";import"../../icons/play/index.js";import"../../icons/restore-2/index.js";import"../../icons/video-generation/index.js";import"../../icons/veo-model/index.js";import"../../icons/runway/index.js";import"../../icons/queue-select/index.js";import"../../icons/apple/index.js";import"../../icons/mail-colored/index.js";import"../../icons/shield/index.js";import"../../icons/stars-gradient/index.js";import"../../icons/fire/index.js";import"../../icons/brain/index.js";import"../../icons/mj-purple/index.js";import"../../icons/claude-black/index.js";import"../../icons/vk-filled/index.js";import"../../icons/tg/index.js";import"../../icons/gift/index.js";import"../../icons/exchange/index.js";import"../../icons/time/index.js";import"../../icons/prompt-queue/index.js";import"../../icons/image/index.js";import"../../icons/text/index.js";import"../../icons/code/index.js";import"../../icons/blue-grok/index.js";const c=i.div.withConfig({displayName:"styled__UploadedFileStyled",componentId:"sc-15afvlb-0"})(["display:flex;flex-direction:column;border-radius:20px;transition:height 0.2s;"," ",""],({$isPrimary:i,theme:s})=>i?o(["padding:12px 16px;gap:10px;background-color:",";",""],e(s.colors.grayScale.gray4,.75),"light"===s.mode&&o(["border:1px solid ",";"],s.colors.grayScale.gray2)):o(["width:430px;padding:14px 16px;gap:8px;border:1px solid ",";background-color:",";"],s.colors.grayScale.gray2,s.colors.base.black),({$fullWidth:i})=>i&&o(["width:100%;"])),p=i.div.withConfig({displayName:"styled__UploadedFileHeader",componentId:"sc-15afvlb-1"})(["display:flex;align-items:flex-start;gap:10px;"]),m=i.div.withConfig({displayName:"styled__UploadedFileIcon",componentId:"sc-15afvlb-2"})(["display:flex;padding:9px;border-radius:8px;border:1px solid ",";background-color:",";"],({theme:i})=>i.colors.grayScale.gray2,({theme:i})=>i.colors.base.black),a=i.div.withConfig({displayName:"styled__UploadedFileInfo",componentId:"sc-15afvlb-3"})(["display:flex;flex-direction:column;align-self:center;"]),x=i(s).attrs({variant:"body-xs-medium"}).withConfig({displayName:"styled__UploadedFileSize",componentId:"sc-15afvlb-4"})(["color:",";text-transform:uppercase;"],({theme:i})=>"dark"===i.mode?i.colors.grayScale.gray6:"#9CA3AF"),l=i.div.withConfig({displayName:"styled__UploadedFileActions",componentId:"sc-15afvlb-5"})(["margin-left:auto;display:flex;align-items:center;gap:8px;"]),j=i.div.withConfig({displayName:"styled__UploadedFileStatusChip",componentId:"sc-15afvlb-6"})(["display:flex;align-items:center;gap:10px;border-radius:10px;padding:2px 8px;background-color:",";"],({theme:i})=>i.colors.grayScale.gray4),g=i(s).attrs({variant:"body-s-medium"}).withConfig({displayName:"styled__UploadedFileStatusChipText",componentId:"sc-15afvlb-7"})(["color:",";"],({theme:i,$status:o})=>{switch(o){case"done":return i.colors.accent.primary;case"error":return i.colors.critic}}),u=i(r).withConfig({displayName:"styled__UploadedFileDeleteButton",componentId:"sc-15afvlb-8"})(["&:disabled{opacity:0.4;}"]),b=i(t).withConfig({displayName:"styled__UploadedFileCloseIcon",componentId:"sc-15afvlb-9"})(["path{fill:",";}"],({theme:i})=>i.colors.grayScale.gray1),h=i.div.withConfig({displayName:"styled__UploadedFileFooter",componentId:"sc-15afvlb-10"})(["display:flex;align-items:center;gap:10px;"]),f=i(n).attrs({fullWidth:!0}).withConfig({displayName:"styled__UploadedFileProgressBar",componentId:"sc-15afvlb-11"})(["& > div{height:6px;border-radius:4px;background-color:",";& > div{border-radius:4px;background:",";}}"],({theme:i})=>i.colors.grayScale.gray2,({theme:i,$status:o,$isPrimary:s})=>{switch(o){case"error":return`${i.colors.critic}`;case"paused":return`${i.colors.grayScale.gray1}`;default:return`${s?i.colors.gradient.elite:i.colors.gradient.basic}`}}),y=i(d).withConfig({displayName:"styled__UploadedFileLoaderIcon",componentId:"sc-15afvlb-12"})(["",""],({theme:i})=>"light"===i.mode&&o(["path{fill:",";}"],i.colors.base.white)),w=i(s).attrs({variant:"body-s-medium"}).withConfig({displayName:"styled__UploadedFileProgressValue",componentId:"sc-15afvlb-13"})(["flex:0 0 fit-content;color:",";"],({theme:i,$isMax:o})=>o?i.colors.accent.primaryLight:i.colors.grayScale.gray1);export{l as UploadedFileActions,b as UploadedFileCloseIcon,u as UploadedFileDeleteButton,h as UploadedFileFooter,p as UploadedFileHeader,m as UploadedFileIcon,a as UploadedFileInfo,y as UploadedFileLoaderIcon,f as UploadedFileProgressBar,w as UploadedFileProgressValue,x as UploadedFileSize,j as UploadedFileStatusChip,g as UploadedFileStatusChipText,c as UploadedFileStyled};
|
package/package.json
CHANGED