mado-ui 0.1.0

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.
Files changed (140) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +274 -0
  3. package/css/index.css +5829 -0
  4. package/dist/components/button.d.ts +21 -0
  5. package/dist/components/form/index.d.ts +30 -0
  6. package/dist/components/form/input/index.d.ts +36 -0
  7. package/dist/components/form/submit-button.d.ts +20 -0
  8. package/dist/components/ghost.d.ts +4 -0
  9. package/dist/components/heading.d.ts +11 -0
  10. package/dist/components/index.d.ts +8 -0
  11. package/dist/components/link.d.ts +51 -0
  12. package/dist/components/mado-ui-provider.d.ts +1 -0
  13. package/dist/components/modal.d.ts +19 -0
  14. package/dist/components/time.d.ts +16 -0
  15. package/dist/hooks/create-fast-context.d.ts +7 -0
  16. package/dist/hooks/index.d.ts +4 -0
  17. package/dist/hooks/use-anime-scope.d.ts +15 -0
  18. package/dist/hooks/use-form-context.d.ts +30 -0
  19. package/dist/hooks/use-form-status.d.ts +7 -0
  20. package/dist/icons/3-people.d.ts +2 -0
  21. package/dist/icons/3-rectangles-desktop-fill.d.ts +2 -0
  22. package/dist/icons/3-rectangles-desktop.d.ts +2 -0
  23. package/dist/icons/airplane.d.ts +2 -0
  24. package/dist/icons/arrow-triangle-2-circlepath-circle-fill.d.ts +2 -0
  25. package/dist/icons/arrow-triangle-2-circlepath-circle.d.ts +2 -0
  26. package/dist/icons/bag-fill.d.ts +2 -0
  27. package/dist/icons/banknote.d.ts +2 -0
  28. package/dist/icons/bell-fill.d.ts +2 -0
  29. package/dist/icons/bolt-car.d.ts +2 -0
  30. package/dist/icons/bolt-fill.d.ts +2 -0
  31. package/dist/icons/bolt-ring-closed.d.ts +2 -0
  32. package/dist/icons/bolt-trianglebadge-exclamationmark.d.ts +2 -0
  33. package/dist/icons/book-fill.d.ts +2 -0
  34. package/dist/icons/bookmark-fill.d.ts +2 -0
  35. package/dist/icons/briefcase-fill.d.ts +2 -0
  36. package/dist/icons/bubble-left-fill.d.ts +2 -0
  37. package/dist/icons/building-2-fill.d.ts +2 -0
  38. package/dist/icons/calendar.d.ts +2 -0
  39. package/dist/icons/camera-fill.d.ts +2 -0
  40. package/dist/icons/car-fill.d.ts +2 -0
  41. package/dist/icons/cart-fill.d.ts +2 -0
  42. package/dist/icons/chart-bar-doc-horizontal.d.ts +2 -0
  43. package/dist/icons/checkmark-seal.d.ts +2 -0
  44. package/dist/icons/checkmark.d.ts +2 -0
  45. package/dist/icons/chevron-compact-down.d.ts +2 -0
  46. package/dist/icons/chevron-down.d.ts +2 -0
  47. package/dist/icons/chevron-left-forwardslash-chevron-right.d.ts +2 -0
  48. package/dist/icons/chevron-left.d.ts +2 -0
  49. package/dist/icons/chevron-right.d.ts +2 -0
  50. package/dist/icons/chevron-up-chevron-down.d.ts +2 -0
  51. package/dist/icons/circle-fill.d.ts +2 -0
  52. package/dist/icons/clock-badge-checkmark.d.ts +2 -0
  53. package/dist/icons/clock-fill.d.ts +2 -0
  54. package/dist/icons/cloud-fill.d.ts +2 -0
  55. package/dist/icons/cube-fill.d.ts +2 -0
  56. package/dist/icons/curve-point-left.d.ts +2 -0
  57. package/dist/icons/dial-high.d.ts +2 -0
  58. package/dist/icons/doc-fill.d.ts +2 -0
  59. package/dist/icons/doc-on-clipboard.d.ts +2 -0
  60. package/dist/icons/doc-on-doc-fill.d.ts +2 -0
  61. package/dist/icons/doc-on-doc.d.ts +2 -0
  62. package/dist/icons/doc-text-magnifyingglass.d.ts +2 -0
  63. package/dist/icons/dollar-sign.d.ts +2 -0
  64. package/dist/icons/ellipsis-circle-fill.d.ts +2 -0
  65. package/dist/icons/ellipsis-circle.d.ts +2 -0
  66. package/dist/icons/envelope-fill.d.ts +2 -0
  67. package/dist/icons/envelope.d.ts +2 -0
  68. package/dist/icons/exclamationmark-octagon.d.ts +2 -0
  69. package/dist/icons/eye.d.ts +2 -0
  70. package/dist/icons/figure-water-fitness.d.ts +2 -0
  71. package/dist/icons/flag-fill.d.ts +2 -0
  72. package/dist/icons/flame-fill.d.ts +2 -0
  73. package/dist/icons/folder-fill.d.ts +2 -0
  74. package/dist/icons/folder.d.ts +2 -0
  75. package/dist/icons/gearshape-fill.d.ts +2 -0
  76. package/dist/icons/gearshape.d.ts +2 -0
  77. package/dist/icons/gift-fill.d.ts +2 -0
  78. package/dist/icons/globe-americas-fill.d.ts +2 -0
  79. package/dist/icons/hare-fill.d.ts +2 -0
  80. package/dist/icons/house-deskclock.d.ts +2 -0
  81. package/dist/icons/house-fill.d.ts +2 -0
  82. package/dist/icons/house.d.ts +2 -0
  83. package/dist/icons/index.d.ts +104 -0
  84. package/dist/icons/iphone-house.d.ts +2 -0
  85. package/dist/icons/light-ribbon.d.ts +2 -0
  86. package/dist/icons/lightbulb-fill.d.ts +2 -0
  87. package/dist/icons/lightbulb-led.d.ts +2 -0
  88. package/dist/icons/list-bullet-clipboard-fill.d.ts +2 -0
  89. package/dist/icons/magnifyingglass.d.ts +2 -0
  90. package/dist/icons/map-pin-ellipse.d.ts +2 -0
  91. package/dist/icons/minus-plus-batterblock.d.ts +2 -0
  92. package/dist/icons/network-shield.d.ts +2 -0
  93. package/dist/icons/network.d.ts +2 -0
  94. package/dist/icons/newspaper-fill.d.ts +2 -0
  95. package/dist/icons/number.d.ts +2 -0
  96. package/dist/icons/paperplane-fill.d.ts +2 -0
  97. package/dist/icons/person-crop-square.d.ts +2 -0
  98. package/dist/icons/person-fill-questionmark.d.ts +2 -0
  99. package/dist/icons/person-fill.d.ts +2 -0
  100. package/dist/icons/person.d.ts +2 -0
  101. package/dist/icons/phone-arrow-up-right.d.ts +2 -0
  102. package/dist/icons/phone-fill.d.ts +2 -0
  103. package/dist/icons/phone.d.ts +2 -0
  104. package/dist/icons/play-rectangle-fill.d.ts +2 -0
  105. package/dist/icons/plus.d.ts +2 -0
  106. package/dist/icons/qrcode.d.ts +2 -0
  107. package/dist/icons/rectangle-portrait-and-arrow-left-fill.d.ts +2 -0
  108. package/dist/icons/rectangle-portrait-and-arrow-left.d.ts +2 -0
  109. package/dist/icons/sensor.d.ts +2 -0
  110. package/dist/icons/signature.d.ts +2 -0
  111. package/dist/icons/solar-panel.d.ts +2 -0
  112. package/dist/icons/square-and-arrow-down-fill.d.ts +2 -0
  113. package/dist/icons/square-and-arrow-down.d.ts +2 -0
  114. package/dist/icons/square-and-arrow-up-fill.d.ts +2 -0
  115. package/dist/icons/square-and-arrow-up.d.ts +2 -0
  116. package/dist/icons/square-and-pencil-fill.d.ts +2 -0
  117. package/dist/icons/square-and-pencil.d.ts +2 -0
  118. package/dist/icons/text-bubble.d.ts +2 -0
  119. package/dist/icons/trash-fill.d.ts +2 -0
  120. package/dist/icons/trash.d.ts +2 -0
  121. package/dist/icons/tree.d.ts +2 -0
  122. package/dist/icons/umbrella-fill.d.ts +2 -0
  123. package/dist/icons/xmark.d.ts +2 -0
  124. package/dist/index.d.ts +3 -0
  125. package/dist/index.esm.js +1168 -0
  126. package/dist/index.esm.js.map +1 -0
  127. package/dist/index.js +1186 -0
  128. package/dist/index.js.map +1 -0
  129. package/dist/types/index.d.ts +2 -0
  130. package/dist/types/utils.d.ts +18 -0
  131. package/dist/utils/class-management.d.ts +29 -0
  132. package/dist/utils/custom-tailwind-merge.d.ts +4 -0
  133. package/dist/utils/get-date.d.ts +153 -0
  134. package/dist/utils/helpers.d.ts +2 -0
  135. package/dist/utils/index.d.ts +9 -0
  136. package/dist/utils/math.d.ts +1 -0
  137. package/dist/utils/regex.d.ts +12 -0
  138. package/dist/utils/string-manipulation.d.ts +17 -0
  139. package/dist/utils/tw-sort.d.ts +1 -0
  140. package/package.json +63 -0
@@ -0,0 +1,104 @@
1
+ import Airplane from './airplane';
2
+ import ArrowTriangle2CirclepathCircle from './arrow-triangle-2-circlepath-circle';
3
+ import ArrowTriangle2CirclepathCircleFill from './arrow-triangle-2-circlepath-circle-fill';
4
+ import BagFill from './bag-fill';
5
+ import Banknote from './banknote';
6
+ import BellFill from './bell-fill';
7
+ import BoltCar from './bolt-car';
8
+ import BoltFill from './bolt-fill';
9
+ import BoltRingClosed from './bolt-ring-closed';
10
+ import BoltTrianglebadgeExclamationmark from './bolt-trianglebadge-exclamationmark';
11
+ import BookFill from './book-fill';
12
+ import BookmarkFill from './bookmark-fill';
13
+ import BriefcaseFill from './briefcase-fill';
14
+ import BubbleLeftFill from './bubble-left-fill';
15
+ import Building2Fill from './building-2-fill';
16
+ import Calendar from './calendar';
17
+ import CameraFill from './camera-fill';
18
+ import CarFill from './car-fill';
19
+ import CartFill from './cart-fill';
20
+ import ChartBarDocHorizontal from './chart-bar-doc-horizontal';
21
+ import Checkmark from './checkmark';
22
+ import CheckmarkSeal from './checkmark-seal';
23
+ import ChevronCompactDown from './chevron-compact-down';
24
+ import ChevronDown from './chevron-down';
25
+ import ChevronLeft from './chevron-left';
26
+ import ChevronLeftForwardslashChevronRight from './chevron-left-forwardslash-chevron-right';
27
+ import ChevronRight from './chevron-right';
28
+ import ChevronUpChevronDown from './chevron-up-chevron-down';
29
+ import CircleFill from './circle-fill';
30
+ import ClockBadgeCheckmark from './clock-badge-checkmark';
31
+ import ClockFill from './clock-fill';
32
+ import CloudFill from './cloud-fill';
33
+ import CubeFill from './cube-fill';
34
+ import CurvePointLeft from './curve-point-left';
35
+ import DialHigh from './dial-high';
36
+ import DocFill from './doc-fill';
37
+ import DocOnClipboard from './doc-on-clipboard';
38
+ import DocOnDoc from './doc-on-doc';
39
+ import DocOnDocFill from './doc-on-doc-fill';
40
+ import DocTextMagnifyingglass from './doc-text-magnifyingglass';
41
+ import DollarSign from './dollar-sign';
42
+ import EllipsisCircle from './ellipsis-circle';
43
+ import EllipsisCircleFill from './ellipsis-circle-fill';
44
+ import Envelope from './envelope';
45
+ import EnvelopeFill from './envelope-fill';
46
+ import Eye from './eye';
47
+ import ExclamationmarkOctagon from './exclamationmark-octagon';
48
+ import FigureWaterFitness from './figure-water-fitness';
49
+ import FlagFill from './flag-fill';
50
+ import FlameFill from './flame-fill';
51
+ import Folder from './folder';
52
+ import FolderFill from './folder-fill';
53
+ import Gearshape from './gearshape';
54
+ import GearshapeFill from './gearshape-fill';
55
+ import GiftFill from './gift-fill';
56
+ import GlobeAmericasFill from './globe-americas-fill';
57
+ import HareFill from './hare-fill';
58
+ import House from './house';
59
+ import HouseDeskclock from './house-deskclock';
60
+ import HouseFill from './house-fill';
61
+ import IPhoneHouse from './iphone-house';
62
+ import LightbulbFill from './lightbulb-fill';
63
+ import LightbulbLed from './lightbulb-led';
64
+ import LightRibbon from './light-ribbon';
65
+ import ListBulletClipboardFill from './list-bullet-clipboard-fill';
66
+ import Magnifyingglass from './magnifyingglass';
67
+ import MapPinEllipse from './map-pin-ellipse';
68
+ import MinusPlusBatteryblock from './minus-plus-batterblock';
69
+ import Network from './network';
70
+ import NetworkShield from './network-shield';
71
+ import NewspaperFill from './newspaper-fill';
72
+ import Number from './number';
73
+ import PaperplaneFill from './paperplane-fill';
74
+ import Person from './person';
75
+ import PersonCropSquare from './person-crop-square';
76
+ import PersonFill from './person-fill';
77
+ import PersonFillQuestionmark from './person-fill-questionmark';
78
+ import Phone from './phone';
79
+ import PhoneArrowUpRight from './phone-arrow-up-right';
80
+ import PhoneFill from './phone-fill';
81
+ import PlayRectangleFill from './play-rectangle-fill';
82
+ import Plus from './plus';
83
+ import Qrcode from './qrcode';
84
+ import RectanglePortraitAndArrowLeft from './rectangle-portrait-and-arrow-left';
85
+ import RectanglePortraitAndArrowLeftFill from './rectangle-portrait-and-arrow-left-fill';
86
+ import Sensor from './sensor';
87
+ import Signature from './signature';
88
+ import SolarPanel from './solar-panel';
89
+ import SquareAndArrowDown from './square-and-arrow-down';
90
+ import SquareAndArrowDownFill from './square-and-arrow-down-fill';
91
+ import SquareAndArrowUp from './square-and-arrow-up';
92
+ import SquareAndArrowUpFill from './square-and-arrow-up-fill';
93
+ import SquareAndPencil from './square-and-pencil';
94
+ import SquareAndPencilFill from './square-and-pencil-fill';
95
+ import TextBubble from './text-bubble';
96
+ import ThreePeople from './3-people';
97
+ import ThreeRectanglesDesktop from './3-rectangles-desktop';
98
+ import ThreeRectanglesDesktopFill from './3-rectangles-desktop-fill';
99
+ import Trash from './trash';
100
+ import TrashFill from './trash-fill';
101
+ import Tree from './tree';
102
+ import UmbrellaFill from './umbrella-fill';
103
+ import Xmark from './xmark';
104
+ export { Airplane, ArrowTriangle2CirclepathCircle, ArrowTriangle2CirclepathCircleFill, BagFill, Banknote, BellFill, BoltCar, BoltFill, BoltRingClosed, BoltTrianglebadgeExclamationmark, BookFill, BookmarkFill, BriefcaseFill, BubbleLeftFill, Building2Fill, Calendar, CameraFill, CarFill, CartFill, ChartBarDocHorizontal, Checkmark, CheckmarkSeal, ChevronCompactDown, ChevronDown, ChevronLeft, ChevronLeftForwardslashChevronRight, ChevronRight, ChevronUpChevronDown, CircleFill, ClockBadgeCheckmark, ClockFill, CloudFill, CubeFill, CurvePointLeft, DialHigh, DocFill, DocOnClipboard, DocOnDoc, DocOnDocFill, DocTextMagnifyingglass, DollarSign, EllipsisCircle, EllipsisCircleFill, Envelope, EnvelopeFill, Eye, ExclamationmarkOctagon, FigureWaterFitness, FlagFill, FlameFill, Folder, FolderFill, Gearshape, GearshapeFill, GiftFill, GlobeAmericasFill, House, HouseDeskclock, IPhoneHouse, LightbulbFill, LightbulbLed, ListBulletClipboardFill, LightRibbon, HareFill, HouseFill, Magnifyingglass, MapPinEllipse, MinusPlusBatteryblock, Network, NetworkShield, NewspaperFill, Number, PaperplaneFill, Person, PersonCropSquare, PersonFill, PersonFillQuestionmark, Phone, PhoneArrowUpRight, PhoneFill, PlayRectangleFill, Plus, Qrcode, RectanglePortraitAndArrowLeft, RectanglePortraitAndArrowLeftFill, Sensor, Signature, SolarPanel, SquareAndArrowDown, SquareAndArrowDownFill, SquareAndArrowUp, SquareAndArrowUpFill, SquareAndPencil, SquareAndPencilFill, TextBubble, ThreePeople, ThreeRectanglesDesktop, ThreeRectanglesDesktopFill, Trash, TrashFill, Tree, UmbrellaFill, Xmark, };
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function IPhoneHouse(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function LightRibbon(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function LightbulbFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function LightbulbLed(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function ListBulletClipboardFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Magnifyingglass(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function MapPinEllipse(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function MinusPlusBatteryblock(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function NetworkShield(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Network(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function NewspaperFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Number(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function PaperplaneFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function PersonCropSquare(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function PersonFillQuestionmark(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function PersonFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Person(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function PhoneArrowUpRight(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function PhoneFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Phone(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function PlayRectangleFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Plus(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Qrcode(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function RectanglePortraitAndArrowLeftFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function RectanglePortraitAndArrowLeft(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Sensor(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Signature(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function SolarPanel(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function SquareAndArrowDownFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function SquareAndArrowDown(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function SquareAndArrowUpFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function SquareAndArrowUp(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function SquareAndPencilFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function SquareAndPencil(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function TextBubble(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function TrashFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Trash(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Tree(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function UmbrellaFill(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function xmark(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { Anchor, AnchorProps, Button, ButtonProps, Form, FormProps, FormSubmitArgs, Ghost, Heading, HeadingProps, Input, InputProps, Link, LinkProps, Modal, ModalDialog, ModalProps, ModalTrigger, SubmitButton, SubmitButtonProps, Time } from './components';
2
+ import { defineField, Field, FieldType, FormContext, FormContextProvider, FormStatus, FormStatusProvider, useFormContext, useFormStatus } from './hooks';
3
+ export { Anchor, AnchorProps, Button, ButtonProps, defineField, Field, FieldType, Form, FormProps, FormSubmitArgs, FormContext, FormContextProvider, FormStatus, FormStatusProvider, Ghost, Heading, HeadingProps, Input, InputProps, Link, LinkProps, Modal, ModalDialog, ModalProps, ModalTrigger, SubmitButton, SubmitButtonProps, Time, useFormContext, useFormStatus, };