@x-plat/design-system 0.1.5 → 0.2.1

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 (178) hide show
  1. package/dist/{colors-BG91q_uV.d.cts → colors-DmMsWD7G.d.cts} +20 -4
  2. package/dist/{colors-BG91q_uV.d.ts → colors-DmMsWD7G.d.ts} +20 -4
  3. package/dist/components/Accordion/index.cjs +25 -14
  4. package/dist/components/Accordion/index.css +6 -6
  5. package/dist/components/Accordion/index.d.cts +16 -3
  6. package/dist/components/Accordion/index.d.ts +16 -3
  7. package/dist/components/Accordion/index.js +25 -14
  8. package/dist/components/Alert/index.cjs +1 -1
  9. package/dist/components/Alert/index.css +16 -16
  10. package/dist/components/Alert/index.js +1 -1
  11. package/dist/components/Avatar/index.cjs +1 -1
  12. package/dist/components/Avatar/index.css +3 -279
  13. package/dist/components/Avatar/index.d.cts +2 -118
  14. package/dist/components/Avatar/index.d.ts +2 -118
  15. package/dist/components/Avatar/index.js +1 -1
  16. package/dist/components/Badge/index.cjs +3 -2
  17. package/dist/components/Badge/index.css +23 -279
  18. package/dist/components/Badge/index.d.cts +4 -118
  19. package/dist/components/Badge/index.d.ts +4 -118
  20. package/dist/components/Badge/index.js +3 -2
  21. package/dist/components/Breadcrumb/index.cjs +1 -1
  22. package/dist/components/Breadcrumb/index.css +4 -4
  23. package/dist/components/Breadcrumb/index.js +1 -1
  24. package/dist/components/Button/index.cjs +3 -2
  25. package/dist/components/Button/index.css +26 -1214
  26. package/dist/components/Button/index.d.cts +4 -118
  27. package/dist/components/Button/index.d.ts +4 -118
  28. package/dist/components/Button/index.js +3 -2
  29. package/dist/components/Card/index.cjs +1 -1
  30. package/dist/components/Card/index.css +3 -3
  31. package/dist/components/Card/index.js +1 -1
  32. package/dist/components/CardTab/index.cjs +124 -0
  33. package/dist/components/CardTab/index.css +78 -0
  34. package/dist/components/CardTab/index.d.cts +44 -0
  35. package/dist/components/CardTab/index.d.ts +44 -0
  36. package/dist/components/CardTab/index.js +87 -0
  37. package/dist/components/Chart/index.cjs +14230 -37
  38. package/dist/components/Chart/index.js +14217 -33
  39. package/dist/components/CheckBox/index.cjs +3 -2
  40. package/dist/components/CheckBox/index.css +27 -563
  41. package/dist/components/CheckBox/index.d.cts +5 -119
  42. package/dist/components/CheckBox/index.d.ts +5 -119
  43. package/dist/components/CheckBox/index.js +3 -2
  44. package/dist/components/Chip/index.cjs +3 -2
  45. package/dist/components/Chip/index.css +21 -1209
  46. package/dist/components/Chip/index.d.cts +4 -118
  47. package/dist/components/Chip/index.d.ts +4 -118
  48. package/dist/components/Chip/index.js +3 -2
  49. package/dist/components/DatePicker/index.cjs +10772 -56
  50. package/dist/components/DatePicker/index.css +802 -1231
  51. package/dist/components/DatePicker/index.d.cts +3 -235
  52. package/dist/components/DatePicker/index.d.ts +3 -235
  53. package/dist/components/DatePicker/index.js +11004 -280
  54. package/dist/components/Divider/index.cjs +1 -1
  55. package/dist/components/Divider/index.css +2 -2
  56. package/dist/components/Divider/index.js +1 -1
  57. package/dist/components/Drawer/index.cjs +1 -1
  58. package/dist/components/Drawer/index.css +5 -5
  59. package/dist/components/Drawer/index.js +1 -1
  60. package/dist/components/Dropdown/index.cjs +1 -1
  61. package/dist/components/Dropdown/index.css +7 -7
  62. package/dist/components/Dropdown/index.js +1 -1
  63. package/dist/components/EmptyState/index.cjs +1 -1
  64. package/dist/components/EmptyState/index.css +3 -3
  65. package/dist/components/EmptyState/index.js +1 -1
  66. package/dist/components/FileUpload/index.cjs +1 -1
  67. package/dist/components/FileUpload/index.css +8 -8
  68. package/dist/components/FileUpload/index.js +1 -1
  69. package/dist/components/HtmlTypeWriter/index.css +1 -1
  70. package/dist/components/ImageSelector/index.css +9 -9
  71. package/dist/components/Input/index.cjs +3 -2
  72. package/dist/components/Input/index.css +21 -10
  73. package/dist/components/Input/index.d.cts +6 -2
  74. package/dist/components/Input/index.d.ts +6 -2
  75. package/dist/components/Input/index.js +3 -2
  76. package/dist/components/Modal/index.cjs +1 -1
  77. package/dist/components/Modal/index.js +1 -1
  78. package/dist/components/Pagination/index.cjs +3 -2
  79. package/dist/components/Pagination/index.css +33 -283
  80. package/dist/components/Pagination/index.d.cts +4 -118
  81. package/dist/components/Pagination/index.d.ts +4 -118
  82. package/dist/components/Pagination/index.js +3 -2
  83. package/dist/components/PopOver/index.cjs +1 -1
  84. package/dist/components/PopOver/index.js +1 -1
  85. package/dist/components/Progress/index.cjs +1 -1
  86. package/dist/components/Progress/index.css +3 -281
  87. package/dist/components/Progress/index.d.cts +2 -118
  88. package/dist/components/Progress/index.d.ts +2 -118
  89. package/dist/components/Progress/index.js +1 -1
  90. package/dist/components/Radio/index.cjs +4 -1
  91. package/dist/components/Radio/index.css +36 -747
  92. package/dist/components/Radio/index.d.cts +6 -119
  93. package/dist/components/Radio/index.d.ts +6 -119
  94. package/dist/components/Radio/index.js +4 -1
  95. package/dist/components/Select/index.cjs +4 -2
  96. package/dist/components/Select/index.css +38 -18
  97. package/dist/components/Select/index.d.cts +3 -0
  98. package/dist/components/Select/index.d.ts +3 -0
  99. package/dist/components/Select/index.js +4 -2
  100. package/dist/components/Skeleton/index.cjs +1 -1
  101. package/dist/components/Skeleton/index.css +1 -1
  102. package/dist/components/Skeleton/index.js +1 -1
  103. package/dist/components/Spinner/index.cjs +1 -1
  104. package/dist/components/Spinner/index.css +2 -280
  105. package/dist/components/Spinner/index.d.cts +2 -118
  106. package/dist/components/Spinner/index.d.ts +2 -118
  107. package/dist/components/Spinner/index.js +1 -1
  108. package/dist/components/Steps/index.cjs +1 -1
  109. package/dist/components/Steps/index.css +14 -846
  110. package/dist/components/Steps/index.d.cts +2 -118
  111. package/dist/components/Steps/index.d.ts +2 -118
  112. package/dist/components/Steps/index.js +1 -1
  113. package/dist/components/Swiper/index.cjs +5874 -18
  114. package/dist/components/Swiper/index.css +229 -0
  115. package/dist/components/Swiper/index.js +5863 -17
  116. package/dist/components/Switch/index.cjs +1 -1
  117. package/dist/components/Switch/index.css +9 -745
  118. package/dist/components/Switch/index.d.cts +2 -118
  119. package/dist/components/Switch/index.d.ts +2 -118
  120. package/dist/components/Switch/index.js +1 -1
  121. package/dist/components/Tab/index.cjs +3 -3
  122. package/dist/components/Tab/index.css +20 -9
  123. package/dist/components/Tab/index.d.cts +2 -0
  124. package/dist/components/Tab/index.d.ts +2 -0
  125. package/dist/components/Tab/index.js +3 -3
  126. package/dist/components/Table/index.cjs +1 -1
  127. package/dist/components/Table/index.css +47 -4003
  128. package/dist/components/Table/index.d.cts +2 -118
  129. package/dist/components/Table/index.d.ts +2 -118
  130. package/dist/components/Table/index.js +1 -1
  131. package/dist/components/Tag/index.cjs +3 -2
  132. package/dist/components/Tag/index.css +27 -467
  133. package/dist/components/Tag/index.d.cts +4 -118
  134. package/dist/components/Tag/index.d.ts +4 -118
  135. package/dist/components/Tag/index.js +3 -2
  136. package/dist/components/TextArea/index.cjs +1 -1
  137. package/dist/components/TextArea/index.css +4 -4
  138. package/dist/components/TextArea/index.js +1 -1
  139. package/dist/components/Toast/index.cjs +1 -1
  140. package/dist/components/Toast/index.css +8 -8
  141. package/dist/components/Toast/index.js +1 -1
  142. package/dist/components/Tooltip/index.cjs +1 -1
  143. package/dist/components/Tooltip/index.css +4 -560
  144. package/dist/components/Tooltip/index.d.cts +2 -118
  145. package/dist/components/Tooltip/index.d.ts +2 -118
  146. package/dist/components/Tooltip/index.js +1 -1
  147. package/dist/components/Video/index.cjs +1 -1
  148. package/dist/components/Video/index.css +3 -3
  149. package/dist/components/Video/index.js +1 -1
  150. package/dist/components/index.cjs +25841 -842
  151. package/dist/components/index.css +1929 -12543
  152. package/dist/components/index.d.cts +2 -1
  153. package/dist/components/index.d.ts +2 -1
  154. package/dist/components/index.js +25836 -841
  155. package/dist/index.cjs +25875 -876
  156. package/dist/index.css +2358 -12598
  157. package/dist/index.d.cts +2 -1
  158. package/dist/index.d.ts +2 -1
  159. package/dist/index.js +25878 -883
  160. package/dist/layout/Grid/FullGrid/index.cjs +1 -1
  161. package/dist/layout/Grid/FullGrid/index.js +1 -1
  162. package/dist/layout/Grid/FullScreen/index.cjs +1 -1
  163. package/dist/layout/Grid/FullScreen/index.js +1 -1
  164. package/dist/layout/Grid/Item/index.cjs +1 -1
  165. package/dist/layout/Grid/Item/index.js +1 -1
  166. package/dist/layout/Grid/index.cjs +1 -1
  167. package/dist/layout/Grid/index.js +1 -1
  168. package/dist/layout/Header/index.css +2 -2
  169. package/dist/layout/Layout/index.css +1 -1
  170. package/dist/layout/SideBar/index.cjs +1 -1
  171. package/dist/layout/SideBar/index.js +1 -1
  172. package/dist/layout/index.cjs +1 -1
  173. package/dist/layout/index.css +3 -3
  174. package/dist/layout/index.js +1 -1
  175. package/dist/tokens/index.d.cts +1 -1
  176. package/dist/tokens/index.d.ts +1 -1
  177. package/package.json +13 -12
  178. package/README.md +0 -123
package/dist/index.d.cts CHANGED
@@ -5,6 +5,7 @@ export { Badge } from './components/Badge/index.cjs';
5
5
  export { Breadcrumb } from './components/Breadcrumb/index.cjs';
6
6
  export { Button } from './components/Button/index.cjs';
7
7
  export { Card } from './components/Card/index.cjs';
8
+ export { CardTab } from './components/CardTab/index.cjs';
8
9
  export { Chart } from './components/Chart/index.cjs';
9
10
  export { CheckBox } from './components/CheckBox/index.cjs';
10
11
  export { Chip } from './components/Chip/index.cjs';
@@ -41,7 +42,7 @@ export { B as BREAKPOINT_KEYS_ORDERED, a as BreakpointKey, b as GridColumnConfig
41
42
  export { Header } from './layout/Header/index.cjs';
42
43
  export { Layout } from './layout/Layout/index.cjs';
43
44
  export { SideBar, SideBarContext, useSideBarContext } from './layout/SideBar/index.cjs';
44
- export { b as ColorDepth, a as ColorName, C as ColorNamespace, d as ColorProps, c as colors } from './colors-BG91q_uV.cjs';
45
+ export { d as ColorDepth, b as ColorName, a as ColorNamespace, e as ColorProps, C as CustomColors, c as colors } from './colors-DmMsWD7G.cjs';
45
46
  export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookOpenIcon, BookmarkIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CalenderIcon, CallActiveIcon, CallForwardedIcon, DefaultCall as CallIcon, CallIncomingIcon, CallMissedIcon, CallOffIcon, CallOutgoingIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseEyeIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DefaultCall, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ErrorIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GierIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GitMergeIcon, GitPullRequestIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkIcon, LinkedinIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, OpenEyeIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProfileIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SendIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlashIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SuccessIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, ToolIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon } from './tokens/index.cjs';
46
47
  import 'react';
47
48
  import 'react/jsx-runtime';
package/dist/index.d.ts CHANGED
@@ -5,6 +5,7 @@ export { Badge } from './components/Badge/index.js';
5
5
  export { Breadcrumb } from './components/Breadcrumb/index.js';
6
6
  export { Button } from './components/Button/index.js';
7
7
  export { Card } from './components/Card/index.js';
8
+ export { CardTab } from './components/CardTab/index.js';
8
9
  export { Chart } from './components/Chart/index.js';
9
10
  export { CheckBox } from './components/CheckBox/index.js';
10
11
  export { Chip } from './components/Chip/index.js';
@@ -41,7 +42,7 @@ export { B as BREAKPOINT_KEYS_ORDERED, a as BreakpointKey, b as GridColumnConfig
41
42
  export { Header } from './layout/Header/index.js';
42
43
  export { Layout } from './layout/Layout/index.js';
43
44
  export { SideBar, SideBarContext, useSideBarContext } from './layout/SideBar/index.js';
44
- export { b as ColorDepth, a as ColorName, C as ColorNamespace, d as ColorProps, c as colors } from './colors-BG91q_uV.js';
45
+ export { d as ColorDepth, b as ColorName, a as ColorNamespace, e as ColorProps, C as CustomColors, c as colors } from './colors-DmMsWD7G.js';
45
46
  export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookOpenIcon, BookmarkIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CalenderIcon, CallActiveIcon, CallForwardedIcon, DefaultCall as CallIcon, CallIncomingIcon, CallMissedIcon, CallOffIcon, CallOutgoingIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseEyeIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DefaultCall, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ErrorIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GierIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GitMergeIcon, GitPullRequestIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkIcon, LinkedinIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, OpenEyeIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProfileIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SendIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlashIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SuccessIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, ToolIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon } from './tokens/index.js';
46
47
  import 'react';
47
48
  import 'react/jsx-runtime';