@smitch/breeze 0.2.1 → 0.2.3

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 (235) hide show
  1. package/lib/@hooks/useWindowWidth.d.ts +2 -0
  2. package/lib/@utils/merge.d.ts +1 -0
  3. package/lib/accordion/Accordion.d.ts +3 -0
  4. package/lib/accordion/atoms/AccordionCard.d.ts +3 -0
  5. package/lib/accordion/atoms/AccordionHead.d.ts +3 -0
  6. package/lib/accordion/atoms/AccordionItem.d.ts +3 -0
  7. package/lib/accordion/atoms/AccordionSection.d.ts +3 -0
  8. package/lib/accordion/atoms/index.d.ts +4 -0
  9. package/lib/accordion/index.d.ts +2 -0
  10. package/lib/accordion/types/index.d.ts +57 -0
  11. package/lib/alert/Alert.d.ts +3 -0
  12. package/lib/alert/index.d.ts +1 -0
  13. package/lib/alert/types/index.d.ts +17 -0
  14. package/lib/autocomplete/Autocomplete.d.ts +3 -0
  15. package/lib/autocomplete/index.d.ts +1 -0
  16. package/lib/autocomplete/types/index.d.ts +16 -0
  17. package/lib/badge/Badge.d.ts +3 -0
  18. package/lib/badge/index.d.ts +1 -0
  19. package/lib/badge/types/index.d.ts +10 -0
  20. package/lib/blockquote/Blockquote.d.ts +3 -0
  21. package/lib/blockquote/index.d.ts +1 -0
  22. package/lib/blockquote/types/index.d.ts +9 -0
  23. package/lib/breadcrumbs/Breadcrumbs.d.ts +3 -0
  24. package/lib/breadcrumbs/index.d.ts +1 -0
  25. package/lib/breadcrumbs/types/index.d.ts +9 -0
  26. package/lib/button/Button.d.ts +5 -0
  27. package/lib/button/index.d.ts +2 -0
  28. package/lib/button/types/index.d.ts +24 -0
  29. package/lib/button/variants/CloseButton.d.ts +3 -0
  30. package/lib/button/variants/index.d.ts +1 -0
  31. package/lib/button/variants/types/index.d.ts +9 -0
  32. package/lib/buttongroup/ButtonGroup.d.ts +3 -0
  33. package/lib/buttongroup/index.d.ts +1 -0
  34. package/lib/buttongroup/types/index.d.ts +11 -0
  35. package/lib/card/Card.d.ts +3 -0
  36. package/lib/card/atoms/CardBody.d.ts +3 -0
  37. package/lib/card/atoms/CardFooter.d.ts +3 -0
  38. package/lib/card/atoms/CardHeader.d.ts +3 -0
  39. package/lib/card/atoms/CardImage.d.ts +3 -0
  40. package/lib/card/index.d.ts +5 -0
  41. package/lib/card/types/index.d.ts +31 -0
  42. package/lib/carousel/Carousel.d.ts +3 -0
  43. package/lib/carousel/index.d.ts +1 -0
  44. package/lib/carousel/types/index.d.ts +28 -0
  45. package/lib/charts/BarChart.d.ts +3 -0
  46. package/lib/charts/BubbleChart.d.ts +3 -0
  47. package/lib/charts/ChartWrap.d.ts +15 -0
  48. package/lib/charts/DoughnutChart.d.ts +3 -0
  49. package/lib/charts/LineChart.d.ts +3 -0
  50. package/lib/charts/MixedChart.d.ts +3 -0
  51. package/lib/charts/PieChart.d.ts +3 -0
  52. package/lib/charts/PolarAreaChart.d.ts +3 -0
  53. package/lib/charts/RadarChart.d.ts +3 -0
  54. package/lib/charts/ScatterChart.d.ts +3 -0
  55. package/lib/charts/index.d.ts +9 -0
  56. package/lib/charts/types/index.d.ts +85 -0
  57. package/lib/checkbox/Checkbox.d.ts +3 -0
  58. package/lib/checkbox/index.d.ts +1 -0
  59. package/lib/checkbox/types/index.d.ts +14 -0
  60. package/lib/clock/Clock.d.ts +3 -0
  61. package/lib/clock/index.d.ts +1 -0
  62. package/lib/clock/types/index.d.ts +13 -0
  63. package/lib/codeblock/Codeblock.d.ts +3 -0
  64. package/lib/codeblock/index.d.ts +1 -0
  65. package/lib/codeblock/types/index.d.ts +6 -0
  66. package/lib/counter/Counter.d.ts +3 -0
  67. package/lib/counter/index.d.ts +1 -0
  68. package/lib/counter/types/index.d.ts +22 -0
  69. package/lib/datatable/DataTable.d.ts +3 -0
  70. package/lib/datatable/index.d.ts +1 -0
  71. package/lib/datatable/types/index.d.ts +10 -0
  72. package/lib/dialog/Dialog.d.ts +3 -0
  73. package/lib/dialog/hooks/useDisableBack.d.ts +1 -0
  74. package/lib/dialog/index.d.ts +1 -0
  75. package/lib/dialog/types/index.d.ts +12 -0
  76. package/lib/drawer/Drawer.d.ts +3 -0
  77. package/lib/drawer/index.d.ts +1 -0
  78. package/lib/drawer/types/index.d.ts +9 -0
  79. package/lib/dropdown/Dropdown.d.ts +3 -0
  80. package/lib/dropdown/index.d.ts +1 -0
  81. package/lib/dropdown/types/index.d.ts +15 -0
  82. package/lib/figure/Figure.d.ts +3 -0
  83. package/lib/figure/index.d.ts +1 -0
  84. package/lib/figure/types/index.d.ts +9 -0
  85. package/lib/fileupload/FileUpload.d.ts +3 -0
  86. package/lib/fileupload/Files.d.ts +3 -0
  87. package/lib/fileupload/index.d.ts +1 -0
  88. package/lib/fileupload/types/index.d.ts +35 -0
  89. package/lib/form/Fieldset.d.ts +3 -0
  90. package/lib/form/Form.d.ts +3 -0
  91. package/lib/form/Legend.d.ts +3 -0
  92. package/lib/form/RegisterForm.d.ts +3 -0
  93. package/lib/form/index.d.ts +4 -0
  94. package/lib/form/types/index.d.ts +83 -0
  95. package/lib/gallery/Gallery.d.ts +3 -0
  96. package/lib/gallery/index.d.ts +1 -0
  97. package/lib/gallery/types/index.d.ts +12 -0
  98. package/lib/heading/Heading.d.ts +3 -0
  99. package/lib/heading/index.d.ts +1 -0
  100. package/lib/heading/types/index.d.ts +9 -0
  101. package/lib/hero/Hero.d.ts +3 -0
  102. package/lib/hero/index.d.ts +1 -0
  103. package/lib/hero/types/index.d.ts +21 -0
  104. package/lib/icon/Icon.d.ts +3 -0
  105. package/lib/icon/index.d.ts +1 -0
  106. package/lib/icon/types/index.d.ts +13 -0
  107. package/lib/index.d.ts +51 -0
  108. package/lib/input/Input.d.ts +5 -0
  109. package/lib/input/index.d.ts +1 -0
  110. package/lib/input/types/index.d.ts +38 -0
  111. package/lib/label/Label.d.ts +3 -0
  112. package/lib/label/index.d.ts +1 -0
  113. package/lib/label/types/index.d.ts +14 -0
  114. package/lib/loading/Loading.d.ts +3 -0
  115. package/lib/loading/index.d.ts +2 -0
  116. package/lib/loading/spinners/Bars.d.ts +4 -0
  117. package/lib/loading/spinners/Clock.d.ts +4 -0
  118. package/lib/loading/spinners/Dots.d.ts +4 -0
  119. package/lib/loading/spinners/Pulse.d.ts +4 -0
  120. package/lib/loading/spinners/Spindots.d.ts +4 -0
  121. package/lib/loading/spinners/Spinner.d.ts +4 -0
  122. package/lib/loading/spinners/Wifi.d.ts +4 -0
  123. package/lib/loading/spinners/index.d.ts +7 -0
  124. package/lib/loading/types/index.d.ts +10 -0
  125. package/lib/map/LazyMap.d.ts +6 -0
  126. package/lib/map/LazyMapCircle.d.ts +3 -0
  127. package/lib/map/LazyMapLine.d.ts +3 -0
  128. package/lib/map/LazyMapMarker.d.ts +5 -0
  129. package/lib/map/LazyMapPolygon.d.ts +3 -0
  130. package/lib/map/LazyMapRectangle.d.ts +3 -0
  131. package/lib/map/Map.d.ts +3 -0
  132. package/lib/map/MapCircle.d.ts +3 -0
  133. package/lib/map/MapLine.d.ts +3 -0
  134. package/lib/map/MapMarker.d.ts +3 -0
  135. package/lib/map/MapPolygon.d.ts +3 -0
  136. package/lib/map/MapRectangle.d.ts +3 -0
  137. package/lib/map/index.d.ts +6 -0
  138. package/lib/map/tileOptions.d.ts +11 -0
  139. package/lib/map/types/index.d.ts +77 -0
  140. package/lib/modal/Modal.d.ts +3 -0
  141. package/lib/modal/hooks/useDisableBack.d.ts +1 -0
  142. package/lib/modal/index.d.ts +1 -0
  143. package/lib/modal/types/index.d.ts +9 -0
  144. package/lib/navbar/NavBar.d.ts +3 -0
  145. package/lib/navbar/NavBrand.d.ts +3 -0
  146. package/lib/navbar/NavLinks.d.ts +3 -0
  147. package/lib/navbar/index.d.ts +1 -0
  148. package/lib/navbar/types/index.d.ts +43 -0
  149. package/lib/pagination/Pagination.d.ts +3 -0
  150. package/lib/pagination/index.d.ts +1 -0
  151. package/lib/pagination/types/index.d.ts +25 -0
  152. package/lib/passwordinput/PasswordInput.d.ts +3 -0
  153. package/lib/passwordinput/index.d.ts +1 -0
  154. package/lib/passwordinput/types/index.d.ts +18 -0
  155. package/lib/pictogram/Pictogram.d.ts +3 -0
  156. package/lib/pictogram/index.d.ts +1 -0
  157. package/lib/pictogram/types/index.d.ts +10 -0
  158. package/lib/placeholder/PlaceHolder.d.ts +3 -0
  159. package/lib/placeholder/index.d.ts +1 -0
  160. package/lib/placeholder/types/index.d.ts +13 -0
  161. package/lib/progress/Progress.d.ts +3 -0
  162. package/lib/progress/index.d.ts +1 -0
  163. package/lib/progress/types/index.d.ts +11 -0
  164. package/lib/radiogroup/RadioGroup.d.ts +3 -0
  165. package/lib/radiogroup/index.d.ts +1 -0
  166. package/lib/radiogroup/types/index.d.ts +18 -0
  167. package/lib/rangeinput/RangeInput.d.ts +3 -0
  168. package/lib/rangeinput/index.d.ts +1 -0
  169. package/lib/rangeinput/types/index.d.ts +28 -0
  170. package/lib/ratings/Ratings.d.ts +3 -0
  171. package/lib/ratings/index.d.ts +1 -0
  172. package/lib/ratings/types/index.d.ts +12 -0
  173. package/lib/searchinput/SearchInput.d.ts +3 -0
  174. package/lib/searchinput/index.d.ts +1 -0
  175. package/lib/searchinput/types/index.d.ts +20 -0
  176. package/lib/select/Select.d.ts +3 -0
  177. package/lib/select/index.d.ts +1 -0
  178. package/lib/select/types/index.d.ts +20 -0
  179. package/lib/sidebar/Sidebar.d.ts +3 -0
  180. package/lib/sidebar/index.d.ts +1 -0
  181. package/lib/sidebar/types/index.d.ts +9 -0
  182. package/lib/socialshare/SocialShare.d.ts +3 -0
  183. package/lib/socialshare/buttons/BlueskyButton.d.ts +3 -0
  184. package/lib/socialshare/buttons/EmailButton.d.ts +3 -0
  185. package/lib/socialshare/buttons/FacebookButton.d.ts +3 -0
  186. package/lib/socialshare/buttons/LinkedinButton.d.ts +3 -0
  187. package/lib/socialshare/buttons/PinterestButton.d.ts +3 -0
  188. package/lib/socialshare/buttons/RedditButton.d.ts +3 -0
  189. package/lib/socialshare/buttons/SlackButton.d.ts +3 -0
  190. package/lib/socialshare/buttons/TelegramButton.d.ts +3 -0
  191. package/lib/socialshare/buttons/WhatsappButton.d.ts +3 -0
  192. package/lib/socialshare/buttons/XButton.d.ts +3 -0
  193. package/lib/socialshare/index.d.ts +11 -0
  194. package/lib/socialshare/types/index.d.ts +25 -0
  195. package/lib/statbar/StatBar.d.ts +3 -0
  196. package/lib/statbar/index.d.ts +1 -0
  197. package/lib/statbar/types/index.d.ts +12 -0
  198. package/lib/switch/Switch.d.ts +3 -0
  199. package/lib/switch/index.d.ts +1 -0
  200. package/lib/switch/types/index.d.ts +21 -0
  201. package/lib/tabs/Tab.d.ts +2 -0
  202. package/lib/tabs/TabBar.d.ts +3 -0
  203. package/lib/tabs/Tabs.d.ts +3 -0
  204. package/lib/tabs/index.d.ts +1 -0
  205. package/lib/tabs/types/index.d.ts +30 -0
  206. package/lib/textarea/TextArea.d.ts +3 -0
  207. package/lib/textarea/index.d.ts +1 -0
  208. package/lib/textarea/types/index.d.ts +16 -0
  209. package/lib/textinput/TextInput.d.ts +3 -0
  210. package/lib/textinput/index.d.ts +1 -0
  211. package/lib/textinput/types/index.d.ts +21 -0
  212. package/lib/ticker/Ticker.d.ts +3 -0
  213. package/lib/ticker/index.d.ts +1 -0
  214. package/lib/ticker/types/index.d.ts +7 -0
  215. package/lib/toast/Toast.d.ts +3 -0
  216. package/lib/toast/index.d.ts +1 -0
  217. package/lib/toast/types/index.d.ts +18 -0
  218. package/lib/twitterembed/TwitterEmbed.d.ts +13 -0
  219. package/lib/twitterembed/index.d.ts +1 -0
  220. package/lib/twitterembed/types/index.d.ts +8 -0
  221. package/lib/videoplayer/Video.d.ts +3 -0
  222. package/lib/videoplayer/VideoControls.d.ts +3 -0
  223. package/lib/videoplayer/VideoPlayer.d.ts +3 -0
  224. package/lib/videoplayer/VideoTracks.d.ts +3 -0
  225. package/lib/videoplayer/controls/CaptionsControl.d.ts +2 -0
  226. package/lib/videoplayer/controls/FullscreenControl.d.ts +2 -0
  227. package/lib/videoplayer/controls/PipControl.d.ts +2 -0
  228. package/lib/videoplayer/controls/SoundControl.d.ts +2 -0
  229. package/lib/videoplayer/controls/index.d.ts +4 -0
  230. package/lib/videoplayer/index.d.ts +2 -0
  231. package/lib/videoplayer/types/index.d.ts +62 -0
  232. package/lib/youtubeembed/YoutubeEmbed.d.ts +3 -0
  233. package/lib/youtubeembed/index.d.ts +1 -0
  234. package/lib/youtubeembed/types/index.d.ts +25 -0
  235. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import { MapRectangleProps } from './types';
2
+ declare const MapRectangle: ({ bounds, color, fillColor, popupContent, }: MapRectangleProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MapRectangle;
@@ -0,0 +1,3 @@
1
+ import { MapProps } from "./types";
2
+ declare const Map: ({ children, ...rest }: MapProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Map;
@@ -0,0 +1,3 @@
1
+ import { MapCircleProps } from './types';
2
+ declare const MapCircle: ({ ...rest }: MapCircleProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MapCircle;
@@ -0,0 +1,3 @@
1
+ import { MapLineProps } from './types';
2
+ declare const MapLine: ({ ...rest }: MapLineProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MapLine;
@@ -0,0 +1,3 @@
1
+ import { MapMarkerProps } from './types';
2
+ declare const MapMarker: ({ ...rest }: MapMarkerProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MapMarker;
@@ -0,0 +1,3 @@
1
+ import { MapPolygonProps } from './types';
2
+ declare const MapPolygon: ({ ...rest }: MapPolygonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MapPolygon;
@@ -0,0 +1,3 @@
1
+ import { MapRectangleProps } from './types';
2
+ declare const MapRectangle: ({ ...rest }: MapRectangleProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MapRectangle;
@@ -0,0 +1,6 @@
1
+ export { default as Map } from './Map';
2
+ export { default as MapMarker } from './MapMarker';
3
+ export { default as MapCircle } from './MapCircle';
4
+ export { default as MapPolygon } from './MapPolygon';
5
+ export { default as MapLine } from './MapLine';
6
+ export { default as MapRectangle } from './MapRectangle';
@@ -0,0 +1,11 @@
1
+ export declare const tileOptions: ({
2
+ name: string;
3
+ url: string;
4
+ attribution: string;
5
+ subdomains: undefined;
6
+ } | {
7
+ name: string;
8
+ url: string;
9
+ attribution: string;
10
+ subdomains: string[];
11
+ })[];
@@ -0,0 +1,77 @@
1
+ import { LatLngExpression, LatLngBoundsExpression } from "leaflet";
2
+ import { GeoJsonObject } from "geojson";
3
+ interface TileLayerOptions {
4
+ name: string;
5
+ url: string;
6
+ minZoom?: number;
7
+ maxZoom?: number;
8
+ attribution: string;
9
+ subdomains?: string[] | undefined;
10
+ }
11
+ export interface MapProps {
12
+ center?: LatLngExpression;
13
+ bounds?: LatLngBoundsExpression;
14
+ zoom?: number;
15
+ zoomControl?: boolean;
16
+ fullscreenControl?: boolean;
17
+ fullscreenControlPosition?: "topleft" | "topright" | "bottomleft" | "bottomright";
18
+ tilesControl?: boolean;
19
+ tileIndex?: number;
20
+ attributionControl?: boolean;
21
+ customTiles?: TileLayerOptions[];
22
+ dragging?: boolean;
23
+ scrollWheelZoom?: boolean;
24
+ doubleClickZoom?: boolean;
25
+ geojson?: GeoJsonObject;
26
+ layerColor?: string;
27
+ layerFillColor?: string;
28
+ className?: string;
29
+ style?: React.CSSProperties;
30
+ children?: React.ReactNode;
31
+ onDblClick?: (position: LatLngExpression) => void;
32
+ }
33
+ export interface MapMarkerProps {
34
+ position: LatLngExpression;
35
+ popupContent?: string;
36
+ iconName?: string;
37
+ iconId?: string;
38
+ iconSize?: number;
39
+ iconColor?: string;
40
+ draggable?: boolean;
41
+ onDragEnd?: (position: LatLngExpression) => void;
42
+ }
43
+ export interface CustomIconProps {
44
+ iconName?: string;
45
+ iconId?: string;
46
+ size?: number;
47
+ color?: string;
48
+ }
49
+ export interface MapCircleProps {
50
+ position: LatLngExpression;
51
+ radius: number;
52
+ fill?: string;
53
+ stroke?: boolean;
54
+ fillOpacity?: number;
55
+ opacity?: number;
56
+ popupContent?: string;
57
+ }
58
+ export interface MapPolygonProps {
59
+ positions: LatLngExpression[] | LatLngExpression[][];
60
+ fill?: string;
61
+ stroke?: boolean;
62
+ popupContent?: string;
63
+ }
64
+ export interface MapLineProps {
65
+ positions: LatLngExpression[];
66
+ color?: string;
67
+ weight?: number;
68
+ dashArray?: string;
69
+ popupContent?: string;
70
+ }
71
+ export interface MapRectangleProps {
72
+ bounds: LatLngBoundsExpression;
73
+ color?: string;
74
+ fillColor?: string;
75
+ popupContent?: string;
76
+ }
77
+ export {};
@@ -0,0 +1,3 @@
1
+ import { ModalProps } from './types';
2
+ declare const Modal: ({ src, caption, alt, onClick, open, theme, className, }: ModalProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Modal;
@@ -0,0 +1 @@
1
+ export declare const useDisableBack: () => void;
@@ -0,0 +1 @@
1
+ export { default as Modal } from './Modal';
@@ -0,0 +1,9 @@
1
+ export interface ModalProps extends React.HTMLAttributes<HTMLDialogElement> {
2
+ src: string;
3
+ alt: string;
4
+ caption?: string;
5
+ className?: string | undefined;
6
+ onClick?: () => void;
7
+ open: boolean;
8
+ theme?: 'light' | 'dark';
9
+ }
@@ -0,0 +1,3 @@
1
+ import { NavBarProps } from './types';
2
+ declare const NavBar: ({ brand, brandSrc, brandStyles, links, linkStyles, btnBackground, btnColor, btnLayout, btnSize, children, navStyles, onLinkClick, placement, prefetch, }: NavBarProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NavBar;
@@ -0,0 +1,3 @@
1
+ import { NavBrandProps } from './types';
2
+ declare const NavBrand: ({ brand, src, brandStyles, prefetch }: NavBrandProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NavBrand;
@@ -0,0 +1,3 @@
1
+ import { NavLinkProps } from './types';
2
+ declare const NavLinks: ({ links, linkStyles, btnBackground, btnColor, btnLayout, btnSize, placement, onLinkClick, prefetch, }: NavLinkProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NavLinks;
@@ -0,0 +1 @@
1
+ export { default as NavBar } from './NavBar';
@@ -0,0 +1,43 @@
1
+ type colors = 'dark' | 'light' | 'info' | 'success' | 'warning' | 'danger' | 'primary' | 'secondary';
2
+ type ButtonColor = colors | 'current';
3
+ type ButtonBackground = colors | 'transparent';
4
+ type ButtonSize = 'sm' | 'md' | 'lg';
5
+ type ButtonLayout = 'rounded' | 'square' | 'circle';
6
+ export interface NavBarProps {
7
+ navStyles?: string;
8
+ brand?: string;
9
+ brandSrc?: string;
10
+ brandStyles?: string;
11
+ links: NavLink[];
12
+ linkStyles?: string;
13
+ btnBackground?: ButtonBackground;
14
+ btnColor?: ButtonColor;
15
+ btnLayout?: ButtonLayout;
16
+ btnSize?: ButtonSize;
17
+ children?: React.ReactNode;
18
+ onLinkClick?: (name: string) => void;
19
+ placement?: 'top' | 'bottom';
20
+ prefetch?: boolean;
21
+ }
22
+ export interface NavLinkProps {
23
+ links: NavLink[];
24
+ linkStyles?: string;
25
+ btnBackground?: ButtonBackground;
26
+ btnColor?: ButtonColor;
27
+ btnLayout?: ButtonLayout;
28
+ btnSize?: ButtonSize;
29
+ onLinkClick?: (name: string) => void;
30
+ placement?: 'top' | 'bottom';
31
+ prefetch?: boolean;
32
+ }
33
+ export interface NavBrandProps {
34
+ brand?: string;
35
+ src?: string;
36
+ brandStyles?: string;
37
+ prefetch?: boolean;
38
+ }
39
+ export interface NavLink {
40
+ name: string;
41
+ href: string;
42
+ }
43
+ export {};
@@ -0,0 +1,3 @@
1
+ import { PaginationProps } from "./types";
2
+ declare const Pagination: ({ page, feedback, feedbackLabel, feedbackSeparator, firstPageLabel, lastPageLabel, prevPageLabel, nextPageLabel, range, results, size, layout, gap, rounded, icons, minimal, btnBackground, btnColor, btnShape, onChange, className, style, }: PaginationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Pagination;
@@ -0,0 +1 @@
1
+ export { default as Pagination } from './Pagination';
@@ -0,0 +1,25 @@
1
+ export interface PaginationProps {
2
+ size?: "md" | "lg" | "xl";
3
+ page: string;
4
+ range: number;
5
+ results: number;
6
+ feedback?: boolean;
7
+ feedbackLabel?: string;
8
+ feedbackSeparator?: string;
9
+ firstPageLabel?: string;
10
+ lastPageLabel?: string;
11
+ prevPageLabel?: string;
12
+ nextPageLabel?: string;
13
+ vertical?: boolean;
14
+ icons?: boolean;
15
+ minimal?: boolean;
16
+ layout?: "horizontal" | "vertical";
17
+ gap?: "none" | "sm" | "md" | "lg" | "xl";
18
+ rounded?: boolean;
19
+ onChange: (page: string) => void;
20
+ className?: string;
21
+ style?: React.CSSProperties;
22
+ btnShape?: "default" | "rounded" | "square" | "circle";
23
+ btnBackground?: "dark" | "light" | "info" | "success" | "warning" | "danger" | "primary" | "secondary" | "transparent";
24
+ btnColor?: "dark" | "light" | "info" | "success" | "warning" | "danger" | "primary" | "secondary" | "current";
25
+ }
@@ -0,0 +1,3 @@
1
+ import { PasswordInputProps } from "./types";
2
+ declare const PasswordInput: ({ name, className, label, size, rounded, placeholder, autocomplete, pattern, inputStyles, hint, title, required, layout, onInputChange, }: PasswordInputProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PasswordInput;
@@ -0,0 +1 @@
1
+ export { default as PasswordInput } from './PasswordInput';
@@ -0,0 +1,18 @@
1
+ export interface PasswordInputProps {
2
+ size?: 'sm' | 'md' | 'lg' | 'xl';
3
+ autocomplete?: 'new-password' | 'current-password';
4
+ name?: string;
5
+ title?: string;
6
+ placeholder?: string;
7
+ pattern?: string;
8
+ className?: string;
9
+ disabled?: boolean;
10
+ hint?: boolean;
11
+ required?: boolean;
12
+ onChange?: React.ChangeEventHandler<HTMLInputElement>;
13
+ onInputChange?: (input: string) => void;
14
+ rounded?: 'none' | 'md' | 'lg' | 'full';
15
+ layout?: 'col' | 'row';
16
+ label: string;
17
+ inputStyles?: string;
18
+ }
@@ -0,0 +1,3 @@
1
+ import { PictogramProps } from "./types";
2
+ declare const Pictogram: ({ labels, tally, icon, size, caption, captionSide, className, style, }: PictogramProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Pictogram;
@@ -0,0 +1 @@
1
+ export { default as Pictogram } from './Pictogram';
@@ -0,0 +1,10 @@
1
+ export interface PictogramProps {
2
+ labels: string[];
3
+ tally: number[];
4
+ icon?: React.ReactNode;
5
+ caption?: string;
6
+ captionSide?: "top" | "bottom";
7
+ size?: "md" | "lg" | "xl";
8
+ className?: string;
9
+ style?: React.CSSProperties;
10
+ }
@@ -0,0 +1,3 @@
1
+ import { PlaceHolderProps } from './types';
2
+ declare const PlaceHolder: ({ width, height, background, color, text, format, className, style, }: PlaceHolderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PlaceHolder;
@@ -0,0 +1 @@
1
+ export { default as PlaceHolder } from './PlaceHolder';
@@ -0,0 +1,13 @@
1
+ interface BaseProps {
2
+ className?: string;
3
+ style?: React.CSSProperties;
4
+ }
5
+ export interface PlaceHolderProps extends BaseProps {
6
+ width: string;
7
+ height?: string;
8
+ background?: string;
9
+ color?: string;
10
+ text?: string;
11
+ format?: 'png' | 'svg';
12
+ }
13
+ export {};
@@ -0,0 +1,3 @@
1
+ import { ProgressProps } from './types';
2
+ declare const Progress: ({ totalSize, downloadedSize, unit, id, onDone, feedbackClasses, className, style, }: ProgressProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Progress;
@@ -0,0 +1 @@
1
+ export { default as Progress } from './Progress';
@@ -0,0 +1,11 @@
1
+ export interface ProgressProps {
2
+ className?: string;
3
+ feedbackClasses?: string;
4
+ style?: React.CSSProperties;
5
+ id?: string;
6
+ totalSize: number;
7
+ downloadedSize: number;
8
+ unit?: "kb" | "mb" | "gb";
9
+ doneMessage?: string;
10
+ onDone?: () => void;
11
+ }
@@ -0,0 +1,3 @@
1
+ import { RadioGroupProps } from './types';
2
+ declare const RadioGroup: ({ className, labelStyles, legend, data, name, getIcon, icons, onChange, hideInput, columns, size, legendAlign, legendBold, hasBorder, spacing, roundedRadio, }: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default RadioGroup;
@@ -0,0 +1 @@
1
+ export { default as RadioGroup } from './RadioGroup';
@@ -0,0 +1,18 @@
1
+ export interface RadioGroupProps extends React.HTMLAttributes<HTMLDivElement> {
2
+ data: any[];
3
+ getIcon?: (key: string) => void;
4
+ legend?: string;
5
+ icons?: boolean;
6
+ className?: string;
7
+ onChange?: React.ChangeEventHandler<HTMLInputElement>;
8
+ labelStyles?: string;
9
+ name?: string;
10
+ hideInput?: boolean;
11
+ columns?: 1 | 2 | 3 | 4 | 5 | 6;
12
+ size?: 'sm' | 'md' | 'lg' | 'xl';
13
+ legendAlign?: 'left' | 'center' | 'right';
14
+ hasBorder?: boolean;
15
+ legendBold?: boolean;
16
+ spacing?: '4' | '8';
17
+ roundedRadio?: 'none' | 'md' | 'lg' | 'full';
18
+ }
@@ -0,0 +1,3 @@
1
+ import { RangeInputProps } from './types';
2
+ declare const RangeInput: ({ name, min, max, defaultValue, step, label, labelIsBold, size, layout, title, hint, required, rangeActive, rangeBackground, thumbnailColor, thumbnailActiveColor, thumbnailShape, rounded, style, className, onChange, }: RangeInputProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default RangeInput;
@@ -0,0 +1 @@
1
+ export { default as RangeInput } from './RangeInput';
@@ -0,0 +1,28 @@
1
+ interface LabelProps {
2
+ layout?: 'col' | 'row' | 'row_reverse';
3
+ size?: 'md' | 'lg' | 'xl';
4
+ label: string | React.ReactNode;
5
+ labelIsBold?: boolean;
6
+ required?: boolean;
7
+ }
8
+ interface InputProps {
9
+ name?: string;
10
+ min?: number;
11
+ max?: number;
12
+ defaultValue?: number;
13
+ step?: string;
14
+ title?: string;
15
+ hint?: boolean;
16
+ rangeActive?: string;
17
+ rangeBackground?: string;
18
+ thumbnailColor?: string;
19
+ thumbnailActiveColor?: string;
20
+ thumbnailShape?: 'circle' | 'square';
21
+ onChange?: (value: number) => void;
22
+ }
23
+ export interface RangeInputProps extends LabelProps, InputProps {
24
+ className?: string;
25
+ style?: React.CSSProperties;
26
+ rounded?: boolean;
27
+ }
28
+ export {};
@@ -0,0 +1,3 @@
1
+ import { RatingsProps } from './types';
2
+ declare const Ratings: ({ className, rating, range, icon, customIcon, spacing, shape, size, ratingsBackground, ratingsColor, }: RatingsProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Ratings;
@@ -0,0 +1 @@
1
+ export { default as Ratings } from './Ratings';
@@ -0,0 +1,12 @@
1
+ export interface RatingsProps extends React.HTMLAttributes<HTMLDivElement> {
2
+ className?: string;
3
+ icon?: 'star' | 'smiley' | 'thumb' | 'heart' | 'check' | 'thumbdown' | 'frown';
4
+ customIcon?: React.ReactNode;
5
+ rating: number;
6
+ range?: number;
7
+ spacing?: '0' | '1' | '2';
8
+ shape?: 'square' | 'circle' | 'rounded';
9
+ ratingsBackground?: 'dark' | 'light' | 'info' | 'success' | 'warning' | 'danger' | 'primary' | 'secondary' | 'accent' | 'neutral' | 'transparent';
10
+ ratingsColor?: 'dark' | 'light' | 'info' | 'success' | 'warning' | 'danger' | 'primary' | 'secondary' | 'current' | 'accent';
11
+ size?: 'sm' | 'md' | 'lg' | 'inherit';
12
+ }
@@ -0,0 +1,3 @@
1
+ import { SearchInputProps } from "./types";
2
+ declare const SearchInput: ({ name, id, className, label, icon, onButtonSubmit, size, rounded, placeholder, inputStyles, btnShape, btnBackground, btnColor, autocomplete, autocorrect, spellcheck, spacing, }: SearchInputProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SearchInput;
@@ -0,0 +1 @@
1
+ export { default as SearchInput } from './SearchInput';
@@ -0,0 +1,20 @@
1
+ export interface SearchInputProps extends React.HTMLAttributes<HTMLDivElement> {
2
+ name?: string;
3
+ id?: string;
4
+ label?: string;
5
+ icon?: boolean;
6
+ className?: string;
7
+ style?: React.CSSProperties;
8
+ onButtonSubmit: (value: string) => void;
9
+ size?: 'sm' | 'md' | 'lg' | 'xl';
10
+ placeholder?: string;
11
+ inputStyles?: string;
12
+ btnShape?: 'default' | 'square' | 'circle' | 'rounded';
13
+ btnBackground?: 'dark' | 'light' | 'primary' | 'secondary' | 'transparent';
14
+ btnColor?: 'dark' | 'light' | 'current';
15
+ autocomplete?: 'off' | 'on';
16
+ autocorrect?: 'on' | 'off';
17
+ spellcheck?: boolean;
18
+ spacing?: '0' | '1' | '2';
19
+ rounded?: 'none' | 'md' | 'lg' | 'full';
20
+ }
@@ -0,0 +1,3 @@
1
+ import { SelectProps } from "./types";
2
+ declare const Select: ({ className, rows, dropdownSize, onChange, placeholder, name, disabled, options, children, defaultValue, rounded, nocaret, style, }: SelectProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Select;
@@ -0,0 +1 @@
1
+ export { default as Select } from './Select';
@@ -0,0 +1,20 @@
1
+ export interface Option {
2
+ value: string | number;
3
+ label: string;
4
+ }
5
+ export interface SelectProps extends React.SelectHTMLAttributes<HTMLSelectElement> {
6
+ options?: string[] | number[] | Option[];
7
+ children?: React.ReactNode;
8
+ onChange?: (event: React.ChangeEvent<HTMLSelectElement>) => void;
9
+ name?: string;
10
+ placeholder?: string;
11
+ defaultValue?: string | number;
12
+ disabled?: boolean;
13
+ required?: boolean;
14
+ nocaret?: boolean;
15
+ className?: string;
16
+ style?: React.CSSProperties;
17
+ dropdownSize?: 'sm' | 'md' | 'lg' | 'xl';
18
+ rounded?: 'none' | 'md' | 'lg' | 'full';
19
+ rows?: number;
20
+ }
@@ -0,0 +1,3 @@
1
+ import { SidebarProps } from './types';
2
+ declare const Sidebar: ({ open, position, backdrop, className, style, children, onClose, }: SidebarProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Sidebar;
@@ -0,0 +1 @@
1
+ export { default as Sidebar } from './Sidebar';
@@ -0,0 +1,9 @@
1
+ export interface SidebarProps {
2
+ className?: string;
3
+ style?: React.CSSProperties;
4
+ children: React.ReactNode;
5
+ open: boolean;
6
+ backdrop?: boolean;
7
+ position?: 'left' | 'right';
8
+ onClose: (open: boolean) => void;
9
+ }
@@ -0,0 +1,3 @@
1
+ import { SocialShareProps } from "./types";
2
+ declare const SocialShare: ({ text, buttons, btnShape, size, gap, layout, grayscale, className, style, }: SocialShareProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SocialShare;
@@ -0,0 +1,3 @@
1
+ import { XButtonProps } from '../types';
2
+ declare const BlueskyButton: ({ text, btnShape, size }: XButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BlueskyButton;
@@ -0,0 +1,3 @@
1
+ import { XButtonProps } from '../types';
2
+ declare const EmailButton: ({ text, btnShape, size }: XButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default EmailButton;
@@ -0,0 +1,3 @@
1
+ import { FacebookButtonProps } from '../types';
2
+ declare const FacebookButton: ({ btnShape, size }: FacebookButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FacebookButton;
@@ -0,0 +1,3 @@
1
+ import { LinkedInButtonProps } from '../types';
2
+ declare const LinkedInButton: ({ btnShape, size }: LinkedInButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default LinkedInButton;
@@ -0,0 +1,3 @@
1
+ import { XButtonProps } from '../types';
2
+ declare const PinterestButton: ({ text, btnShape, size }: XButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PinterestButton;
@@ -0,0 +1,3 @@
1
+ import { XButtonProps } from '../types';
2
+ declare const RedditButton: ({ text, btnShape, size }: XButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default RedditButton;
@@ -0,0 +1,3 @@
1
+ import { SlackButtonProps } from '../types';
2
+ declare const SlackButton: ({ text, btnShape, size }: SlackButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SlackButton;
@@ -0,0 +1,3 @@
1
+ import { XButtonProps } from '../types';
2
+ declare const TelegramButton: ({ text, btnShape, size }: XButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TelegramButton;
@@ -0,0 +1,3 @@
1
+ import { WhatsAppButtonProps } from '../types';
2
+ declare const WhatsAppButton: ({ text, btnShape, size }: WhatsAppButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default WhatsAppButton;
@@ -0,0 +1,3 @@
1
+ import { XButtonProps } from '../types';
2
+ declare const XButton: ({ text, btnShape, size }: XButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default XButton;
@@ -0,0 +1,11 @@
1
+ export { default as SocialShare } from './SocialShare';
2
+ export { default as FacebookButton } from './buttons/FacebookButton';
3
+ export { default as RedditButton } from './buttons/RedditButton';
4
+ export { default as LinkedinButton } from './buttons/LinkedinButton';
5
+ export { default as EmailButton } from './buttons/EmailButton';
6
+ export { default as PinterestButton } from './buttons/PinterestButton';
7
+ export { default as SlackButton } from './buttons/SlackButton';
8
+ export { default as TelegramButton } from './buttons/TelegramButton';
9
+ export { default as WhatsAppButton } from './buttons/WhatsappButton';
10
+ export { default as XButton } from './buttons/XButton';
11
+ export { default as BlueskyButton } from './buttons/BlueskyButton';
@@ -0,0 +1,25 @@
1
+ export interface btnProps {
2
+ btnShape?: 'rounded' | 'square' | 'circle';
3
+ size?: 'md' | 'lg' | 'xl';
4
+ }
5
+ export type SocialShareButton = 'X' | 'Facebook' | 'LinkedIn' | 'Slack' | 'WhatsApp' | 'Reddit' | 'Pinterest' | 'Telegram' | 'Email' | 'Bluesky';
6
+ export interface SocialShareProps extends btnProps {
7
+ className?: string;
8
+ style?: React.CSSProperties;
9
+ layout?: 'horizontal' | 'vertical';
10
+ text: string;
11
+ buttons: SocialShareButton[];
12
+ gap?: 'none' | 'sm' | 'md' | 'lg';
13
+ grayscale?: boolean;
14
+ }
15
+ export interface XButtonProps extends btnProps {
16
+ text: string;
17
+ }
18
+ export interface WhatsAppButtonProps extends XButtonProps {
19
+ }
20
+ export interface SlackButtonProps extends XButtonProps {
21
+ }
22
+ export interface FacebookButtonProps extends btnProps {
23
+ }
24
+ export interface LinkedInButtonProps extends btnProps {
25
+ }
@@ -0,0 +1,3 @@
1
+ import { StatBarProps } from './types';
2
+ declare const StatBar: ({ title, titleAlign, titleSize, titleWeight, labels, showLabels, data, colors, className, style, }: StatBarProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default StatBar;
@@ -0,0 +1 @@
1
+ export { default as StatBar } from './StatBar';