@dito-uai/components 5.1.0-alpha.63 → 5.1.0-alpha.65
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/global.css +1 -1
- package/dist/index.cjs +67 -65
- package/dist/index.d.cts +296 -2
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12 -12
- package/dist/ui/go-to-card.d.ts +203 -0
- package/dist/ui/go-to-card.d.ts.map +1 -0
- package/dist/ui/select-card.d.ts +104 -0
- package/dist/ui/select-card.d.ts.map +1 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -7,12 +7,12 @@ import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
|
7
7
|
import { VariantProps as VariantProps$1 } from 'class-variance-authority';
|
|
8
8
|
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
9
9
|
import * as tailwind_merge from 'tailwind-merge';
|
|
10
|
+
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
10
11
|
import * as react_toastify from 'react-toastify';
|
|
11
12
|
import { ToastOptions, ToastContainerProps } from 'react-toastify';
|
|
12
13
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
13
14
|
import * as _radix_ui_react_checkbox from '@radix-ui/react-checkbox';
|
|
14
15
|
import { Root } from '@radix-ui/react-checkbox';
|
|
15
|
-
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
16
16
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
17
17
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
18
18
|
|
|
@@ -1469,6 +1469,300 @@ declare const TipCard: React__default.ForwardRefExoticComponent<React__default.H
|
|
|
1469
1469
|
date?: string;
|
|
1470
1470
|
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
1471
1471
|
|
|
1472
|
+
declare const goToCard: tailwind_variants.TVReturnType<{
|
|
1473
|
+
state: {
|
|
1474
|
+
default: {};
|
|
1475
|
+
incomplete: {
|
|
1476
|
+
root: string;
|
|
1477
|
+
title: string;
|
|
1478
|
+
description: string;
|
|
1479
|
+
iconFill: string;
|
|
1480
|
+
chevron: string;
|
|
1481
|
+
};
|
|
1482
|
+
complete: {
|
|
1483
|
+
root: string;
|
|
1484
|
+
title: string;
|
|
1485
|
+
description: string;
|
|
1486
|
+
iconFill: string;
|
|
1487
|
+
chevron: string;
|
|
1488
|
+
};
|
|
1489
|
+
error: {
|
|
1490
|
+
root: string;
|
|
1491
|
+
title: string;
|
|
1492
|
+
description: string;
|
|
1493
|
+
iconFill: string;
|
|
1494
|
+
chevron: string;
|
|
1495
|
+
};
|
|
1496
|
+
};
|
|
1497
|
+
disabled: {
|
|
1498
|
+
true: {
|
|
1499
|
+
root: string;
|
|
1500
|
+
title: string;
|
|
1501
|
+
description: string;
|
|
1502
|
+
iconFill: string;
|
|
1503
|
+
chevron: string;
|
|
1504
|
+
};
|
|
1505
|
+
};
|
|
1506
|
+
size: {
|
|
1507
|
+
md: {
|
|
1508
|
+
root: string;
|
|
1509
|
+
prefix: string;
|
|
1510
|
+
};
|
|
1511
|
+
sm: {
|
|
1512
|
+
root: string;
|
|
1513
|
+
prefix: string;
|
|
1514
|
+
description: string;
|
|
1515
|
+
};
|
|
1516
|
+
};
|
|
1517
|
+
}, {
|
|
1518
|
+
root: string;
|
|
1519
|
+
prefix: string;
|
|
1520
|
+
iconFill: string;
|
|
1521
|
+
iconWrapper: string;
|
|
1522
|
+
content: string;
|
|
1523
|
+
title: string;
|
|
1524
|
+
description: string;
|
|
1525
|
+
suffix: string;
|
|
1526
|
+
stateIconWrapper: string;
|
|
1527
|
+
chevron: string;
|
|
1528
|
+
}, undefined, {
|
|
1529
|
+
state: {
|
|
1530
|
+
default: {};
|
|
1531
|
+
incomplete: {
|
|
1532
|
+
root: string;
|
|
1533
|
+
title: string;
|
|
1534
|
+
description: string;
|
|
1535
|
+
iconFill: string;
|
|
1536
|
+
chevron: string;
|
|
1537
|
+
};
|
|
1538
|
+
complete: {
|
|
1539
|
+
root: string;
|
|
1540
|
+
title: string;
|
|
1541
|
+
description: string;
|
|
1542
|
+
iconFill: string;
|
|
1543
|
+
chevron: string;
|
|
1544
|
+
};
|
|
1545
|
+
error: {
|
|
1546
|
+
root: string;
|
|
1547
|
+
title: string;
|
|
1548
|
+
description: string;
|
|
1549
|
+
iconFill: string;
|
|
1550
|
+
chevron: string;
|
|
1551
|
+
};
|
|
1552
|
+
};
|
|
1553
|
+
disabled: {
|
|
1554
|
+
true: {
|
|
1555
|
+
root: string;
|
|
1556
|
+
title: string;
|
|
1557
|
+
description: string;
|
|
1558
|
+
iconFill: string;
|
|
1559
|
+
chevron: string;
|
|
1560
|
+
};
|
|
1561
|
+
};
|
|
1562
|
+
size: {
|
|
1563
|
+
md: {
|
|
1564
|
+
root: string;
|
|
1565
|
+
prefix: string;
|
|
1566
|
+
};
|
|
1567
|
+
sm: {
|
|
1568
|
+
root: string;
|
|
1569
|
+
prefix: string;
|
|
1570
|
+
description: string;
|
|
1571
|
+
};
|
|
1572
|
+
};
|
|
1573
|
+
}, {
|
|
1574
|
+
root: string;
|
|
1575
|
+
prefix: string;
|
|
1576
|
+
iconFill: string;
|
|
1577
|
+
iconWrapper: string;
|
|
1578
|
+
content: string;
|
|
1579
|
+
title: string;
|
|
1580
|
+
description: string;
|
|
1581
|
+
suffix: string;
|
|
1582
|
+
stateIconWrapper: string;
|
|
1583
|
+
chevron: string;
|
|
1584
|
+
}, tailwind_variants.TVReturnType<{
|
|
1585
|
+
state: {
|
|
1586
|
+
default: {};
|
|
1587
|
+
incomplete: {
|
|
1588
|
+
root: string;
|
|
1589
|
+
title: string;
|
|
1590
|
+
description: string;
|
|
1591
|
+
iconFill: string;
|
|
1592
|
+
chevron: string;
|
|
1593
|
+
};
|
|
1594
|
+
complete: {
|
|
1595
|
+
root: string;
|
|
1596
|
+
title: string;
|
|
1597
|
+
description: string;
|
|
1598
|
+
iconFill: string;
|
|
1599
|
+
chevron: string;
|
|
1600
|
+
};
|
|
1601
|
+
error: {
|
|
1602
|
+
root: string;
|
|
1603
|
+
title: string;
|
|
1604
|
+
description: string;
|
|
1605
|
+
iconFill: string;
|
|
1606
|
+
chevron: string;
|
|
1607
|
+
};
|
|
1608
|
+
};
|
|
1609
|
+
disabled: {
|
|
1610
|
+
true: {
|
|
1611
|
+
root: string;
|
|
1612
|
+
title: string;
|
|
1613
|
+
description: string;
|
|
1614
|
+
iconFill: string;
|
|
1615
|
+
chevron: string;
|
|
1616
|
+
};
|
|
1617
|
+
};
|
|
1618
|
+
size: {
|
|
1619
|
+
md: {
|
|
1620
|
+
root: string;
|
|
1621
|
+
prefix: string;
|
|
1622
|
+
};
|
|
1623
|
+
sm: {
|
|
1624
|
+
root: string;
|
|
1625
|
+
prefix: string;
|
|
1626
|
+
description: string;
|
|
1627
|
+
};
|
|
1628
|
+
};
|
|
1629
|
+
}, {
|
|
1630
|
+
root: string;
|
|
1631
|
+
prefix: string;
|
|
1632
|
+
iconFill: string;
|
|
1633
|
+
iconWrapper: string;
|
|
1634
|
+
content: string;
|
|
1635
|
+
title: string;
|
|
1636
|
+
description: string;
|
|
1637
|
+
suffix: string;
|
|
1638
|
+
stateIconWrapper: string;
|
|
1639
|
+
chevron: string;
|
|
1640
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
1641
|
+
type GoToCardVariants = VariantProps<typeof goToCard>;
|
|
1642
|
+
type GoToCardBaseProps = {
|
|
1643
|
+
title: React__default.ReactNode;
|
|
1644
|
+
description?: React__default.ReactNode;
|
|
1645
|
+
icon?: React__default.ReactNode;
|
|
1646
|
+
iconClassName?: string;
|
|
1647
|
+
className?: string;
|
|
1648
|
+
} & GoToCardVariants;
|
|
1649
|
+
type GoToCardAsButton = GoToCardBaseProps & Omit<React__default.ComponentPropsWithoutRef<'button'>, keyof GoToCardBaseProps> & {
|
|
1650
|
+
as?: 'button';
|
|
1651
|
+
};
|
|
1652
|
+
type GoToCardAsAnchor = GoToCardBaseProps & Omit<React__default.ComponentPropsWithoutRef<'a'>, keyof GoToCardBaseProps> & {
|
|
1653
|
+
as: 'a';
|
|
1654
|
+
};
|
|
1655
|
+
type GoToCardAsLink = GoToCardBaseProps & Record<string, unknown> & {
|
|
1656
|
+
as: React__default.ComponentType<Record<string, unknown>>;
|
|
1657
|
+
to?: string | {
|
|
1658
|
+
pathname?: string;
|
|
1659
|
+
search?: string;
|
|
1660
|
+
hash?: string;
|
|
1661
|
+
};
|
|
1662
|
+
reloadDocument?: boolean;
|
|
1663
|
+
replace?: boolean;
|
|
1664
|
+
state?: unknown;
|
|
1665
|
+
preventScrollReset?: boolean;
|
|
1666
|
+
relative?: 'route' | 'path';
|
|
1667
|
+
viewTransition?: boolean;
|
|
1668
|
+
};
|
|
1669
|
+
type GoToCardProps = GoToCardAsButton | GoToCardAsAnchor | GoToCardAsLink;
|
|
1670
|
+
declare const GoToCard: React__default.ForwardRefExoticComponent<(GoToCardAsButton | GoToCardAsAnchor | Omit<GoToCardAsLink, "ref">) & React__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
1671
|
+
|
|
1672
|
+
type SelectCardGroupProps = React__default.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root>;
|
|
1673
|
+
declare const selectCard: tailwind_variants.TVReturnType<{
|
|
1674
|
+
disabled: {
|
|
1675
|
+
true: {
|
|
1676
|
+
root: string;
|
|
1677
|
+
title: string;
|
|
1678
|
+
description: string;
|
|
1679
|
+
iconWrapper: string;
|
|
1680
|
+
};
|
|
1681
|
+
};
|
|
1682
|
+
size: {
|
|
1683
|
+
md: {
|
|
1684
|
+
root: string;
|
|
1685
|
+
prefix: string;
|
|
1686
|
+
};
|
|
1687
|
+
sm: {
|
|
1688
|
+
root: string;
|
|
1689
|
+
prefix: string;
|
|
1690
|
+
description: string;
|
|
1691
|
+
};
|
|
1692
|
+
};
|
|
1693
|
+
}, {
|
|
1694
|
+
root: string;
|
|
1695
|
+
prefix: string;
|
|
1696
|
+
iconWrapper: string;
|
|
1697
|
+
content: string;
|
|
1698
|
+
title: string;
|
|
1699
|
+
description: string;
|
|
1700
|
+
}, undefined, {
|
|
1701
|
+
disabled: {
|
|
1702
|
+
true: {
|
|
1703
|
+
root: string;
|
|
1704
|
+
title: string;
|
|
1705
|
+
description: string;
|
|
1706
|
+
iconWrapper: string;
|
|
1707
|
+
};
|
|
1708
|
+
};
|
|
1709
|
+
size: {
|
|
1710
|
+
md: {
|
|
1711
|
+
root: string;
|
|
1712
|
+
prefix: string;
|
|
1713
|
+
};
|
|
1714
|
+
sm: {
|
|
1715
|
+
root: string;
|
|
1716
|
+
prefix: string;
|
|
1717
|
+
description: string;
|
|
1718
|
+
};
|
|
1719
|
+
};
|
|
1720
|
+
}, {
|
|
1721
|
+
root: string;
|
|
1722
|
+
prefix: string;
|
|
1723
|
+
iconWrapper: string;
|
|
1724
|
+
content: string;
|
|
1725
|
+
title: string;
|
|
1726
|
+
description: string;
|
|
1727
|
+
}, tailwind_variants.TVReturnType<{
|
|
1728
|
+
disabled: {
|
|
1729
|
+
true: {
|
|
1730
|
+
root: string;
|
|
1731
|
+
title: string;
|
|
1732
|
+
description: string;
|
|
1733
|
+
iconWrapper: string;
|
|
1734
|
+
};
|
|
1735
|
+
};
|
|
1736
|
+
size: {
|
|
1737
|
+
md: {
|
|
1738
|
+
root: string;
|
|
1739
|
+
prefix: string;
|
|
1740
|
+
};
|
|
1741
|
+
sm: {
|
|
1742
|
+
root: string;
|
|
1743
|
+
prefix: string;
|
|
1744
|
+
description: string;
|
|
1745
|
+
};
|
|
1746
|
+
};
|
|
1747
|
+
}, {
|
|
1748
|
+
root: string;
|
|
1749
|
+
prefix: string;
|
|
1750
|
+
iconWrapper: string;
|
|
1751
|
+
content: string;
|
|
1752
|
+
title: string;
|
|
1753
|
+
description: string;
|
|
1754
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
1755
|
+
type SelectCardVariants = VariantProps<typeof selectCard>;
|
|
1756
|
+
declare const SelectCard: {
|
|
1757
|
+
Group: React__default.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
1758
|
+
Card: React__default.ForwardRefExoticComponent<Omit<Omit<RadioGroupPrimitive.RadioGroupItemProps & React__default.RefAttributes<HTMLButtonElement>, "ref">, "title"> & SelectCardVariants & {
|
|
1759
|
+
title: React__default.ReactNode;
|
|
1760
|
+
description?: React__default.ReactNode;
|
|
1761
|
+
icon?: React__default.ReactNode;
|
|
1762
|
+
iconClassName?: string;
|
|
1763
|
+
} & React__default.RefAttributes<HTMLButtonElement>>;
|
|
1764
|
+
};
|
|
1765
|
+
|
|
1472
1766
|
declare enum MessageType {
|
|
1473
1767
|
SUCCESS = "success",
|
|
1474
1768
|
INFO = "info",
|
|
@@ -2512,4 +2806,4 @@ declare const DropdownMenuShortcut: {
|
|
|
2512
2806
|
displayName: string;
|
|
2513
2807
|
};
|
|
2514
2808
|
|
|
2515
|
-
export { Alert, type AlertProps, Avatar, type AvatarProps, Badge, type BadgeProps, Button, type ButtonProps, Card, type CardProps, Checkbox, type CheckboxProps, Chips, type ChipsProps, type CircleProps, Collapsible, type CollapsibleContentProps, type CollapsibleItemProps, type CollapsibleTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type ExpandedProps, Indicator, type IndicatorProps, Input, InputDescription, type InputDescriptionProps, type InputProps, Label, type LabelProps, Loading, type LoadingProps, Message, MessageContainer, type MessageProps, MessageType, Popover, PopoverContent, PopoverTrigger, Progress, ProgressBar, type ProgressBarProps, type ProgressIndicatorProps, Radio, type RadioGroupProps, type RadioItemProps, Scope, type ScopeGroupProps, type ScopeItemProps, Search, type SearchProps, Sheet, type SheetProps, Skeleton, type SkeletonProps, Status, type StatusMenuProps, type StatusOption, type StatusSimpleProps, Switch, type SwitchProps, type TabItem, TabsLayout as Tabs, type TabsLayoutProps, Text, type TextProps, Textarea, type TextareaProps, TipCard, type TipCardProps, Toggle, type ToggleGroupItemProps, type ToggleGroupProps, Tooltip, type TooltipProps, TooltipProvider };
|
|
2809
|
+
export { Alert, type AlertProps, Avatar, type AvatarProps, Badge, type BadgeProps, Button, type ButtonProps, Card, type CardProps, Checkbox, type CheckboxProps, Chips, type ChipsProps, type CircleProps, Collapsible, type CollapsibleContentProps, type CollapsibleItemProps, type CollapsibleTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type ExpandedProps, GoToCard, type GoToCardProps, Indicator, type IndicatorProps, Input, InputDescription, type InputDescriptionProps, type InputProps, Label, type LabelProps, Loading, type LoadingProps, Message, MessageContainer, type MessageProps, MessageType, Popover, PopoverContent, PopoverTrigger, Progress, ProgressBar, type ProgressBarProps, type ProgressIndicatorProps, Radio, type RadioGroupProps, type RadioItemProps, Scope, type ScopeGroupProps, type ScopeItemProps, Search, type SearchProps, SelectCard, type SelectCardGroupProps, Sheet, type SheetProps, Skeleton, type SkeletonProps, Status, type StatusMenuProps, type StatusOption, type StatusSimpleProps, Switch, type SwitchProps, type TabItem, TabsLayout as Tabs, type TabsLayoutProps, Text, type TextProps, Textarea, type TextareaProps, TipCard, type TipCardProps, Toggle, type ToggleGroupItemProps, type ToggleGroupProps, Tooltip, type TooltipProps, TooltipProvider };
|
package/dist/index.d.ts
CHANGED
|
@@ -31,6 +31,10 @@ export { default as Alert } from './ui/alert';
|
|
|
31
31
|
export type { AlertProps } from './ui/alert';
|
|
32
32
|
export { default as TipCard } from './ui/tip-card';
|
|
33
33
|
export type { TipCardProps } from './ui/tip-card';
|
|
34
|
+
export { default as GoToCard } from './ui/go-to-card';
|
|
35
|
+
export type { GoToCardProps } from './ui/go-to-card';
|
|
36
|
+
export { default as SelectCard } from './ui/select-card';
|
|
37
|
+
export type { SelectCardGroupProps } from './ui/select-card';
|
|
34
38
|
export { default as Message, MessageContainer, MessageType, } from './ui/message';
|
|
35
39
|
export type { MessageProps } from './ui/message';
|
|
36
40
|
export { default as Indicator } from './ui/indicator';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,WAAW,CAAC;AAC5C,YAAY,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAE3C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAElE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,YAAY,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAE1D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpD,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,WAAW,CAAC;AAC5C,YAAY,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAE3C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,cAAc,CAAC;AAClD,YAAY,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,EACL,MAAM,EACN,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,GAC1B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC1D,YAAY,EACV,uBAAuB,EACvB,oBAAoB,EACpB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,WAAW,CAAC;AAC5C,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAE1D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AACnD,YAAY,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,gBAAgB,EAChB,WAAW,GACZ,MAAM,cAAc,CAAC;AACtB,YAAY,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAGjD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,YAAY,EACV,eAAe,EACf,YAAY,EACZ,iBAAiB,GAClB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpD,YAAY,EACV,WAAW,EACX,aAAa,EACb,sBAAsB,GACvB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACxD,YAAY,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpD,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAElE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,YAAY,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAEpE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEvE,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,GACvB,MAAM,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|