@dillingerstaffing/strand-ui 0.1.0 → 0.1.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 (258) hide show
  1. package/LICENSE +21 -0
  2. package/dist/components/Alert/Alert.d.ts +16 -0
  3. package/dist/components/Alert/Alert.d.ts.map +1 -0
  4. package/dist/components/Alert/index.d.ts +3 -0
  5. package/dist/components/Alert/index.d.ts.map +1 -0
  6. package/dist/components/Avatar/Avatar.d.ts +16 -0
  7. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  8. package/dist/components/Avatar/index.d.ts +3 -0
  9. package/dist/components/Avatar/index.d.ts.map +1 -0
  10. package/dist/components/Badge/Badge.d.ts +18 -0
  11. package/dist/components/Badge/Badge.d.ts.map +1 -0
  12. package/dist/components/Badge/index.d.ts +3 -0
  13. package/dist/components/Badge/index.d.ts.map +1 -0
  14. package/dist/components/Breadcrumb/Breadcrumb.d.ts +16 -0
  15. package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  16. package/dist/components/Breadcrumb/index.d.ts +3 -0
  17. package/dist/components/Breadcrumb/index.d.ts.map +1 -0
  18. package/dist/components/Button/Button.d.ts +22 -0
  19. package/dist/components/Button/Button.d.ts.map +1 -0
  20. package/dist/components/Button/index.d.ts +3 -0
  21. package/dist/components/Button/index.d.ts.map +1 -0
  22. package/dist/components/Card/Card.d.ts +12 -0
  23. package/dist/components/Card/Card.d.ts.map +1 -0
  24. package/dist/components/Card/index.d.ts +3 -0
  25. package/dist/components/Card/index.d.ts.map +1 -0
  26. package/dist/components/Checkbox/Checkbox.d.ts +20 -0
  27. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
  28. package/dist/components/Checkbox/index.d.ts +3 -0
  29. package/dist/components/Checkbox/index.d.ts.map +1 -0
  30. package/dist/components/Container/Container.d.ts +10 -0
  31. package/dist/components/Container/Container.d.ts.map +1 -0
  32. package/dist/components/Container/index.d.ts +3 -0
  33. package/dist/components/Container/index.d.ts.map +1 -0
  34. package/dist/components/DataReadout/DataReadout.d.ts +12 -0
  35. package/dist/components/DataReadout/DataReadout.d.ts.map +1 -0
  36. package/dist/components/DataReadout/index.d.ts +3 -0
  37. package/dist/components/DataReadout/index.d.ts.map +1 -0
  38. package/dist/components/Dialog/Dialog.d.ts +20 -0
  39. package/dist/components/Dialog/Dialog.d.ts.map +1 -0
  40. package/dist/components/Dialog/index.d.ts +3 -0
  41. package/dist/components/Dialog/index.d.ts.map +1 -0
  42. package/dist/components/Divider/Divider.d.ts +13 -0
  43. package/dist/components/Divider/Divider.d.ts.map +1 -0
  44. package/dist/components/Divider/index.d.ts +3 -0
  45. package/dist/components/Divider/index.d.ts.map +1 -0
  46. package/dist/components/FormField/FormField.d.ts +22 -0
  47. package/dist/components/FormField/FormField.d.ts.map +1 -0
  48. package/dist/components/FormField/index.d.ts +3 -0
  49. package/dist/components/FormField/index.d.ts.map +1 -0
  50. package/dist/components/Grid/Grid.d.ts +12 -0
  51. package/dist/components/Grid/Grid.d.ts.map +1 -0
  52. package/dist/components/Grid/index.d.ts +3 -0
  53. package/dist/components/Grid/index.d.ts.map +1 -0
  54. package/dist/components/Input/Input.d.ts +18 -0
  55. package/dist/components/Input/Input.d.ts.map +1 -0
  56. package/dist/components/Input/index.d.ts +3 -0
  57. package/dist/components/Input/index.d.ts.map +1 -0
  58. package/dist/components/Link/Link.d.ts +12 -0
  59. package/dist/components/Link/Link.d.ts.map +1 -0
  60. package/dist/components/Link/index.d.ts +3 -0
  61. package/dist/components/Link/index.d.ts.map +1 -0
  62. package/dist/components/Nav/Nav.d.ts +19 -0
  63. package/dist/components/Nav/Nav.d.ts.map +1 -0
  64. package/dist/components/Nav/index.d.ts +3 -0
  65. package/dist/components/Nav/index.d.ts.map +1 -0
  66. package/dist/components/Progress/Progress.d.ts +14 -0
  67. package/dist/components/Progress/Progress.d.ts.map +1 -0
  68. package/dist/components/Progress/index.d.ts +3 -0
  69. package/dist/components/Progress/index.d.ts.map +1 -0
  70. package/dist/components/Radio/Radio.d.ts +22 -0
  71. package/dist/components/Radio/Radio.d.ts.map +1 -0
  72. package/dist/components/Radio/index.d.ts +3 -0
  73. package/dist/components/Radio/index.d.ts.map +1 -0
  74. package/dist/components/Section/Section.d.ts +12 -0
  75. package/dist/components/Section/Section.d.ts.map +1 -0
  76. package/dist/components/Section/index.d.ts +3 -0
  77. package/dist/components/Section/index.d.ts.map +1 -0
  78. package/dist/components/Select/Select.d.ts +24 -0
  79. package/dist/components/Select/Select.d.ts.map +1 -0
  80. package/dist/components/Select/index.d.ts +3 -0
  81. package/dist/components/Select/index.d.ts.map +1 -0
  82. package/dist/components/Skeleton/Skeleton.d.ts +14 -0
  83. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
  84. package/dist/components/Skeleton/index.d.ts +3 -0
  85. package/dist/components/Skeleton/index.d.ts.map +1 -0
  86. package/dist/components/Slider/Slider.d.ts +20 -0
  87. package/dist/components/Slider/Slider.d.ts.map +1 -0
  88. package/dist/components/Slider/index.d.ts +3 -0
  89. package/dist/components/Slider/index.d.ts.map +1 -0
  90. package/dist/components/Spinner/Spinner.d.ts +10 -0
  91. package/dist/components/Spinner/Spinner.d.ts.map +1 -0
  92. package/dist/components/Spinner/index.d.ts +3 -0
  93. package/dist/components/Spinner/index.d.ts.map +1 -0
  94. package/dist/components/Stack/Stack.d.ts +18 -0
  95. package/dist/components/Stack/Stack.d.ts.map +1 -0
  96. package/dist/components/Stack/index.d.ts +3 -0
  97. package/dist/components/Stack/index.d.ts.map +1 -0
  98. package/dist/components/Switch/Switch.d.ts +18 -0
  99. package/dist/components/Switch/Switch.d.ts.map +1 -0
  100. package/dist/components/Switch/index.d.ts +3 -0
  101. package/dist/components/Switch/index.d.ts.map +1 -0
  102. package/dist/components/Table/Table.d.ts +24 -0
  103. package/dist/components/Table/Table.d.ts.map +1 -0
  104. package/dist/components/Table/index.d.ts +3 -0
  105. package/dist/components/Table/index.d.ts.map +1 -0
  106. package/dist/components/Tabs/Tabs.d.ts +19 -0
  107. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  108. package/dist/components/Tabs/index.d.ts +3 -0
  109. package/dist/components/Tabs/index.d.ts.map +1 -0
  110. package/dist/components/Tag/Tag.d.ts +18 -0
  111. package/dist/components/Tag/Tag.d.ts.map +1 -0
  112. package/dist/components/Tag/index.d.ts +3 -0
  113. package/dist/components/Tag/index.d.ts.map +1 -0
  114. package/dist/components/Textarea/Textarea.d.ts +22 -0
  115. package/dist/components/Textarea/Textarea.d.ts.map +1 -0
  116. package/dist/components/Textarea/index.d.ts +3 -0
  117. package/dist/components/Textarea/index.d.ts.map +1 -0
  118. package/dist/components/Toast/Toast.d.ts +33 -0
  119. package/dist/components/Toast/Toast.d.ts.map +1 -0
  120. package/dist/components/Toast/index.d.ts +3 -0
  121. package/dist/components/Toast/index.d.ts.map +1 -0
  122. package/dist/components/Tooltip/Tooltip.d.ts +16 -0
  123. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  124. package/dist/components/Tooltip/index.d.ts +3 -0
  125. package/dist/components/Tooltip/index.d.ts.map +1 -0
  126. package/dist/css/strand-ui.css +2301 -0
  127. package/dist/index.d.ts +64 -0
  128. package/dist/index.d.ts.map +1 -0
  129. package/dist/test-setup.d.ts +2 -0
  130. package/dist/test-setup.d.ts.map +1 -0
  131. package/package.json +12 -11
  132. package/src/__tests__/build-output.test.ts +77 -0
  133. package/src/components/Alert/Alert.css +67 -0
  134. package/src/components/Alert/Alert.test.tsx +92 -0
  135. package/src/components/Alert/Alert.tsx +59 -0
  136. package/src/components/Alert/index.ts +2 -0
  137. package/src/components/Avatar/Avatar.css +55 -0
  138. package/src/components/Avatar/Avatar.test.tsx +123 -0
  139. package/src/components/Avatar/Avatar.tsx +67 -0
  140. package/src/components/Avatar/index.ts +2 -0
  141. package/src/components/Badge/Badge.css +72 -0
  142. package/src/components/Badge/Badge.test.tsx +121 -0
  143. package/src/components/Badge/Badge.tsx +92 -0
  144. package/src/components/Badge/index.ts +2 -0
  145. package/src/components/Breadcrumb/Breadcrumb.css +45 -0
  146. package/src/components/Breadcrumb/Breadcrumb.test.tsx +107 -0
  147. package/src/components/Breadcrumb/Breadcrumb.tsx +59 -0
  148. package/src/components/Breadcrumb/index.ts +2 -0
  149. package/src/components/Button/Button.css +188 -0
  150. package/src/components/Button/Button.test.tsx +171 -0
  151. package/src/components/Button/Button.tsx +78 -0
  152. package/src/components/Button/index.ts +2 -0
  153. package/src/components/Card/Card.css +59 -0
  154. package/src/components/Card/Card.test.tsx +90 -0
  155. package/src/components/Card/Card.tsx +41 -0
  156. package/src/components/Card/index.ts +2 -0
  157. package/src/components/Checkbox/Checkbox.css +97 -0
  158. package/src/components/Checkbox/Checkbox.test.tsx +92 -0
  159. package/src/components/Checkbox/Checkbox.tsx +137 -0
  160. package/src/components/Checkbox/index.ts +2 -0
  161. package/src/components/Container/Container.css +25 -0
  162. package/src/components/Container/Container.test.tsx +82 -0
  163. package/src/components/Container/Container.tsx +37 -0
  164. package/src/components/Container/index.ts +2 -0
  165. package/src/components/DataReadout/DataReadout.css +30 -0
  166. package/src/components/DataReadout/DataReadout.test.tsx +105 -0
  167. package/src/components/DataReadout/DataReadout.tsx +29 -0
  168. package/src/components/DataReadout/index.ts +2 -0
  169. package/src/components/Dialog/Dialog.css +80 -0
  170. package/src/components/Dialog/Dialog.test.tsx +203 -0
  171. package/src/components/Dialog/Dialog.tsx +179 -0
  172. package/src/components/Dialog/index.ts +2 -0
  173. package/src/components/Divider/Divider.css +44 -0
  174. package/src/components/Divider/Divider.test.tsx +86 -0
  175. package/src/components/Divider/Divider.tsx +81 -0
  176. package/src/components/Divider/index.ts +2 -0
  177. package/src/components/FormField/FormField.css +47 -0
  178. package/src/components/FormField/FormField.test.tsx +99 -0
  179. package/src/components/FormField/FormField.tsx +79 -0
  180. package/src/components/FormField/index.ts +2 -0
  181. package/src/components/Grid/Grid.css +6 -0
  182. package/src/components/Grid/Grid.test.tsx +86 -0
  183. package/src/components/Grid/Grid.tsx +45 -0
  184. package/src/components/Grid/index.ts +2 -0
  185. package/src/components/Input/Input.css +80 -0
  186. package/src/components/Input/Input.test.tsx +95 -0
  187. package/src/components/Input/Input.tsx +69 -0
  188. package/src/components/Input/index.ts +2 -0
  189. package/src/components/Link/Link.css +24 -0
  190. package/src/components/Link/Link.test.tsx +88 -0
  191. package/src/components/Link/Link.tsx +31 -0
  192. package/src/components/Link/index.ts +2 -0
  193. package/src/components/Nav/Nav.css +169 -0
  194. package/src/components/Nav/Nav.test.tsx +174 -0
  195. package/src/components/Nav/Nav.tsx +101 -0
  196. package/src/components/Nav/index.ts +2 -0
  197. package/src/components/Progress/Progress.css +93 -0
  198. package/src/components/Progress/Progress.test.tsx +93 -0
  199. package/src/components/Progress/Progress.tsx +104 -0
  200. package/src/components/Progress/index.ts +2 -0
  201. package/src/components/Radio/Radio.css +98 -0
  202. package/src/components/Radio/Radio.test.tsx +80 -0
  203. package/src/components/Radio/Radio.tsx +72 -0
  204. package/src/components/Radio/index.ts +2 -0
  205. package/src/components/Section/Section.css +28 -0
  206. package/src/components/Section/Section.test.tsx +100 -0
  207. package/src/components/Section/Section.tsx +41 -0
  208. package/src/components/Section/index.ts +2 -0
  209. package/src/components/Select/Select.css +68 -0
  210. package/src/components/Select/Select.test.tsx +99 -0
  211. package/src/components/Select/Select.tsx +78 -0
  212. package/src/components/Select/index.ts +2 -0
  213. package/src/components/Skeleton/Skeleton.css +52 -0
  214. package/src/components/Skeleton/Skeleton.test.tsx +96 -0
  215. package/src/components/Skeleton/Skeleton.tsx +55 -0
  216. package/src/components/Skeleton/index.ts +2 -0
  217. package/src/components/Slider/Slider.css +107 -0
  218. package/src/components/Slider/Slider.test.tsx +85 -0
  219. package/src/components/Slider/Slider.tsx +66 -0
  220. package/src/components/Slider/index.ts +2 -0
  221. package/src/components/Spinner/Spinner.css +61 -0
  222. package/src/components/Spinner/Spinner.test.tsx +56 -0
  223. package/src/components/Spinner/Spinner.tsx +38 -0
  224. package/src/components/Spinner/index.ts +2 -0
  225. package/src/components/Stack/Stack.css +56 -0
  226. package/src/components/Stack/Stack.test.tsx +130 -0
  227. package/src/components/Stack/Stack.tsx +77 -0
  228. package/src/components/Stack/index.ts +2 -0
  229. package/src/components/Switch/Switch.css +94 -0
  230. package/src/components/Switch/Switch.test.tsx +98 -0
  231. package/src/components/Switch/Switch.tsx +80 -0
  232. package/src/components/Switch/index.ts +2 -0
  233. package/src/components/Table/Table.css +78 -0
  234. package/src/components/Table/Table.test.tsx +134 -0
  235. package/src/components/Table/Table.tsx +102 -0
  236. package/src/components/Table/index.ts +2 -0
  237. package/src/components/Tabs/Tabs.css +46 -0
  238. package/src/components/Tabs/Tabs.test.tsx +164 -0
  239. package/src/components/Tabs/Tabs.tsx +126 -0
  240. package/src/components/Tabs/index.ts +2 -0
  241. package/src/components/Tag/Tag.css +98 -0
  242. package/src/components/Tag/Tag.test.tsx +112 -0
  243. package/src/components/Tag/Tag.tsx +73 -0
  244. package/src/components/Tag/index.ts +2 -0
  245. package/src/components/Textarea/Textarea.css +73 -0
  246. package/src/components/Textarea/Textarea.test.tsx +89 -0
  247. package/src/components/Textarea/Textarea.tsx +102 -0
  248. package/src/components/Textarea/index.ts +2 -0
  249. package/src/components/Toast/Toast.css +103 -0
  250. package/src/components/Toast/Toast.test.tsx +219 -0
  251. package/src/components/Toast/Toast.tsx +177 -0
  252. package/src/components/Toast/index.ts +2 -0
  253. package/src/components/Tooltip/Tooltip.css +63 -0
  254. package/src/components/Tooltip/Tooltip.test.tsx +196 -0
  255. package/src/components/Tooltip/Tooltip.tsx +89 -0
  256. package/src/components/Tooltip/index.ts +2 -0
  257. package/src/index.ts +99 -0
  258. package/src/test-setup.ts +7 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Dillinger Staffing (https://dillingerstaffing.com)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,16 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { ComponentChildren, JSX } from "preact";
3
+ export interface AlertProps extends Omit<JSX.HTMLAttributes<HTMLDivElement>, "status"> {
4
+ /** Visual status of the alert */
5
+ status?: "info" | "success" | "warning" | "error";
6
+ /** Show dismiss button */
7
+ dismissible?: boolean;
8
+ /** Called when dismiss button is clicked */
9
+ onDismiss?: () => void;
10
+ /** Alert content */
11
+ children?: ComponentChildren;
12
+ }
13
+ export declare const Alert: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<AlertProps> & {
14
+ ref?: import("preact").Ref<HTMLDivElement> | undefined;
15
+ }>;
16
+ //# sourceMappingURL=Alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGrD,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,QAAQ,CAAC;IAC1D,iCAAiC;IACjC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAClD,0BAA0B;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,4CAA4C;IAC5C,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,oBAAoB;IACpB,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAC9B;AAED,eAAO,MAAM,KAAK;;EAuCjB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Alert } from "./Alert.js";
2
+ export type { AlertProps } from "./Alert.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,16 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface AvatarProps extends Omit<JSX.HTMLAttributes<HTMLDivElement>, "size"> {
4
+ /** Image URL */
5
+ src?: string;
6
+ /** Alt text for image */
7
+ alt?: string;
8
+ /** Fallback initials (1-2 characters) */
9
+ initials?: string;
10
+ /** Avatar size */
11
+ size?: "sm" | "md" | "lg" | "xl";
12
+ }
13
+ export declare const Avatar: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<AvatarProps> & {
14
+ ref?: import("preact").Ref<HTMLDivElement> | undefined;
15
+ }>;
16
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAIlC,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxD,gBAAgB;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,yBAAyB;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,MAAM;;EA8ClB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Avatar } from "./Avatar.js";
2
+ export type { AvatarProps } from "./Avatar.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,18 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { ComponentChildren, JSX } from "preact";
3
+ export interface BadgeProps extends Omit<JSX.HTMLAttributes<HTMLSpanElement>, "children"> {
4
+ /** Badge display mode */
5
+ variant?: "dot" | "count";
6
+ /** Color status */
7
+ status?: "default" | "teal" | "blue" | "amber" | "red";
8
+ /** Number to display (count variant only) */
9
+ count?: number;
10
+ /** Maximum count before showing "N+" */
11
+ maxCount?: number;
12
+ /** Wrapped content; when present badge is positioned at top-right */
13
+ children?: ComponentChildren;
14
+ }
15
+ export declare const Badge: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<BadgeProps> & {
16
+ ref?: import("preact").Ref<HTMLSpanElement> | undefined;
17
+ }>;
18
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGrD,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7D,yBAAyB;IACzB,OAAO,CAAC,EAAE,KAAK,GAAG,OAAO,CAAC;IAC1B,mBAAmB;IACnB,MAAM,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;IACvD,6CAA6C;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wCAAwC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qEAAqE;IACrE,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAC9B;AAED,eAAO,MAAM,KAAK;;EAsEjB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Badge } from "./Badge.js";
2
+ export type { BadgeProps } from "./Badge.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,16 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface BreadcrumbItem {
4
+ label: string;
5
+ href?: string;
6
+ }
7
+ export interface BreadcrumbProps extends Omit<JSX.HTMLAttributes<HTMLElement>, "children"> {
8
+ /** Breadcrumb path items; last item is treated as current page */
9
+ items: BreadcrumbItem[];
10
+ /** Separator character between items */
11
+ separator?: string;
12
+ }
13
+ export declare const Breadcrumb: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<BreadcrumbProps> & {
14
+ ref?: import("preact").Ref<HTMLElement> | undefined;
15
+ }>;
16
+ //# sourceMappingURL=Breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,UAAU,CAAC;IACzD,kEAAkE;IAClE,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,wCAAwC;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,UAAU;;EAsCtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Breadcrumb } from "./Breadcrumb.js";
2
+ export type { BreadcrumbProps, BreadcrumbItem } from "./Breadcrumb.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumb/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,22 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface ButtonProps extends Omit<JSX.HTMLAttributes<HTMLButtonElement>, "size" | "loading" | "type"> {
4
+ /** Visual style variant */
5
+ variant?: "primary" | "secondary" | "ghost" | "danger";
6
+ /** Button size */
7
+ size?: "sm" | "md" | "lg";
8
+ /** Show loading spinner and disable interaction */
9
+ loading?: boolean;
10
+ /** Square button for icon-only use */
11
+ iconOnly?: boolean;
12
+ /** HTML button type */
13
+ type?: "button" | "submit" | "reset";
14
+ /** Disabled state */
15
+ disabled?: boolean;
16
+ /** Stretch to full container width */
17
+ fullWidth?: boolean;
18
+ }
19
+ export declare const Button: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<ButtonProps> & {
20
+ ref?: import("preact").Ref<HTMLButtonElement> | undefined;
21
+ }>;
22
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC;IAChF,2BAA2B;IAC3B,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,QAAQ,CAAC;IACvD,kBAAkB;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,mDAAmD;IACnD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uBAAuB;IACvB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrC,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,MAAM;;EAoDlB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Button } from "./Button.js";
2
+ export type { ButtonProps } from "./Button.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,12 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface CardProps extends JSX.HTMLAttributes<HTMLDivElement> {
4
+ /** Visual style variant */
5
+ variant?: "elevated" | "outlined" | "interactive";
6
+ /** Inner padding */
7
+ padding?: "none" | "sm" | "md" | "lg";
8
+ }
9
+ export declare const Card: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<CardProps> & {
10
+ ref?: import("preact").Ref<HTMLDivElement> | undefined;
11
+ }>;
12
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,SAAU,SAAQ,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC;IACnE,2BAA2B;IAC3B,OAAO,CAAC,EAAE,UAAU,GAAG,UAAU,GAAG,aAAa,CAAC;IAClD,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACvC;AAED,eAAO,MAAM,IAAI;;EA0BhB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Card } from "./Card.js";
2
+ export type { CardProps } from "./Card.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,YAAY,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,20 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface CheckboxProps extends Omit<JSX.HTMLAttributes<HTMLInputElement>, "checked" | "onChange" | "label" | "type" | "role"> {
4
+ /** Controlled checked state */
5
+ checked?: boolean;
6
+ /** Indeterminate visual state */
7
+ indeterminate?: boolean;
8
+ /** Change handler */
9
+ onChange?: (e: Event) => void;
10
+ /** Disabled state */
11
+ disabled?: boolean;
12
+ /** Label text */
13
+ label?: string;
14
+ /** Additional CSS class */
15
+ className?: string;
16
+ }
17
+ export declare const Checkbox: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<CheckboxProps> & {
18
+ ref?: import("preact").Ref<HTMLInputElement> | undefined;
19
+ }>;
20
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAIlC,MAAM,WAAW,aACf,SAAQ,IAAI,CACV,GAAG,CAAC,cAAc,CAAC,gBAAgB,CAAC,EACpC,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CACnD;IACD,+BAA+B;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,iCAAiC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAC9B,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,QAAQ;;EA6GpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Checkbox } from "./Checkbox.js";
2
+ export type { CheckboxProps } from "./Checkbox.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,10 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface ContainerProps extends JSX.HTMLAttributes<HTMLDivElement> {
4
+ /** Max-width constraint */
5
+ size?: "narrow" | "default" | "wide" | "full";
6
+ }
7
+ export declare const Container: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<ContainerProps> & {
8
+ ref?: import("preact").Ref<HTMLDivElement> | undefined;
9
+ }>;
10
+ //# sourceMappingURL=Container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../src/components/Container/Container.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,cAAe,SAAQ,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC;IACxE,2BAA2B;IAC3B,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;CAC/C;AAED,eAAO,MAAM,SAAS;;EAwBrB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Container } from "./Container.js";
2
+ export type { ContainerProps } from "./Container.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Container/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,YAAY,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface DataReadoutProps extends Omit<JSX.HTMLAttributes<HTMLDivElement>, "label"> {
4
+ /** Overline label text */
5
+ label: string;
6
+ /** The large displayed value */
7
+ value: string | number;
8
+ }
9
+ export declare const DataReadout: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<DataReadoutProps> & {
10
+ ref?: import("preact").Ref<HTMLDivElement> | undefined;
11
+ }>;
12
+ //# sourceMappingURL=DataReadout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataReadout.d.ts","sourceRoot":"","sources":["../../../src/components/DataReadout/DataReadout.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzD,0BAA0B;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,WAAW;;EAavB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { DataReadout } from "./DataReadout.js";
2
+ export type { DataReadoutProps } from "./DataReadout.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DataReadout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,YAAY,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,20 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { ComponentChildren, JSX } from "preact";
3
+ export interface DialogProps extends Omit<JSX.HTMLAttributes<HTMLDivElement>, "title" | "open"> {
4
+ /** Whether the dialog is open */
5
+ open: boolean;
6
+ /** Called when the dialog should close */
7
+ onClose: () => void;
8
+ /** Optional title rendered in the dialog header */
9
+ title?: string;
10
+ /** Close when clicking the backdrop */
11
+ closeOnOutsideClick?: boolean;
12
+ /** Close when pressing Escape */
13
+ closeOnEscape?: boolean;
14
+ /** Dialog content */
15
+ children?: ComponentChildren;
16
+ }
17
+ export declare const Dialog: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<DialogProps> & {
18
+ ref?: import("preact").Ref<HTMLDivElement> | undefined;
19
+ }>;
20
+ //# sourceMappingURL=Dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAIrD,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAClE,iCAAiC;IACjC,IAAI,EAAE,OAAO,CAAC;IACd,0CAA0C;IAC1C,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,mDAAmD;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uCAAuC;IACvC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,iCAAiC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAC9B;AAOD,eAAO,MAAM,MAAM;;EAqJlB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Dialog } from "./Dialog.js";
2
+ export type { DialogProps } from "./Dialog.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,13 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ export interface DividerProps {
3
+ /** Separator direction */
4
+ direction?: "horizontal" | "vertical";
5
+ /** Optional label text displayed in the middle of the line */
6
+ label?: string;
7
+ /** Additional CSS class */
8
+ className?: string;
9
+ }
10
+ export declare const Divider: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<DividerProps> & {
11
+ ref?: import("preact").Ref<HTMLElement> | undefined;
12
+ }>;
13
+ //# sourceMappingURL=Divider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../src/components/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAKtD,MAAM,WAAW,YAAY;IAC3B,0BAA0B;IAC1B,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACtC,8DAA8D;IAC9D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,OAAO;;EAgEnB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Divider } from "./Divider.js";
2
+ export type { DividerProps } from "./Divider.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Divider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,YAAY,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { ComponentChildren } from "preact";
3
+ export interface FormFieldProps {
4
+ /** Label text */
5
+ label: string;
6
+ /** Associates the label with a form control */
7
+ htmlFor: string;
8
+ /** Hint text displayed below the input */
9
+ hint?: string;
10
+ /** Error text displayed below the input (replaces hint) */
11
+ error?: string;
12
+ /** Show required indicator */
13
+ required?: boolean;
14
+ /** Additional CSS classes */
15
+ className?: string;
16
+ /** The wrapped form control */
17
+ children: ComponentChildren;
18
+ }
19
+ export declare const FormField: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<FormFieldProps> & {
20
+ ref?: import("preact").Ref<HTMLDivElement> | undefined;
21
+ }>;
22
+ //# sourceMappingURL=FormField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormField.d.ts","sourceRoot":"","sources":["../../../src/components/FormField/FormField.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAGhD,MAAM,WAAW,cAAc;IAC7B,iBAAiB;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,+CAA+C;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,0CAA0C;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,2DAA2D;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,+BAA+B;IAC/B,QAAQ,EAAE,iBAAiB,CAAC;CAC7B;AAED,eAAO,MAAM,SAAS;;EAsDrB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { FormField } from "./FormField.js";
2
+ export type { FormFieldProps } from "./FormField.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/FormField/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,YAAY,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface GridProps extends JSX.HTMLAttributes<HTMLDivElement> {
4
+ /** Number of equal-width columns */
5
+ columns?: number;
6
+ /** Gap between items, maps to --strand-space-{n} */
7
+ gap?: number;
8
+ }
9
+ export declare const Grid: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<GridProps> & {
10
+ ref?: import("preact").Ref<HTMLDivElement> | undefined;
11
+ }>;
12
+ //# sourceMappingURL=Grid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,SAAU,SAAQ,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC;IACnE,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oDAAoD;IACpD,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,IAAI;;EA8BhB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Grid } from "./Grid.js";
2
+ export type { GridProps } from "./Grid.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,YAAY,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,18 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX, ComponentChildren } from "preact";
3
+ export interface InputProps extends Omit<JSX.HTMLAttributes<HTMLInputElement>, "size"> {
4
+ /** Input type */
5
+ type?: "text" | "email" | "password" | "search" | "number";
6
+ /** Show error styling */
7
+ error?: boolean;
8
+ /** Element rendered before the input */
9
+ leadingAddon?: ComponentChildren;
10
+ /** Element rendered after the input */
11
+ trailingAddon?: ComponentChildren;
12
+ /** Disabled state */
13
+ disabled?: boolean;
14
+ }
15
+ export declare const Input: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<InputProps> & {
16
+ ref?: import("preact").Ref<HTMLInputElement> | undefined;
17
+ }>;
18
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAGrD,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1D,iBAAiB;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAC3D,yBAAyB;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,wCAAwC;IACxC,YAAY,CAAC,EAAE,iBAAiB,CAAC;IACjC,uCAAuC;IACvC,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,KAAK;;EA+CjB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Input } from "./Input.js";
2
+ export type { InputProps } from "./Input.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,12 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface LinkProps extends JSX.HTMLAttributes<HTMLAnchorElement> {
4
+ /** URL destination */
5
+ href: string;
6
+ /** Opens in new tab with rel="noopener noreferrer" */
7
+ external?: boolean;
8
+ }
9
+ export declare const Link: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<LinkProps> & {
10
+ ref?: import("preact").Ref<HTMLAnchorElement> | undefined;
11
+ }>;
12
+ //# sourceMappingURL=Link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,SAAU,SAAQ,GAAG,CAAC,cAAc,CAAC,iBAAiB,CAAC;IACtE,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,sDAAsD;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,IAAI;;EAgBhB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Link } from "./Link.js";
2
+ export type { LinkProps } from "./Link.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Link/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,YAAY,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,19 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { ComponentChildren, JSX } from "preact";
3
+ export interface NavItem {
4
+ label: string;
5
+ href: string;
6
+ active?: boolean;
7
+ }
8
+ export interface NavProps extends Omit<JSX.HTMLAttributes<HTMLElement>, "logo"> {
9
+ /** Logo element rendered on the left */
10
+ logo?: ComponentChildren;
11
+ /** Navigation items */
12
+ items?: NavItem[];
13
+ /** Right-side action elements */
14
+ actions?: ComponentChildren;
15
+ }
16
+ export declare const Nav: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<NavProps> & {
17
+ ref?: import("preact").Ref<HTMLElement> | undefined;
18
+ }>;
19
+ //# sourceMappingURL=Nav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Nav.d.ts","sourceRoot":"","sources":["../../../src/components/Nav/Nav.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAIrD,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,QACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrD,wCAAwC;IACxC,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,uBAAuB;IACvB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,iCAAiC;IACjC,OAAO,CAAC,EAAE,iBAAiB,CAAC;CAC7B;AAED,eAAO,MAAM,GAAG;;EA4Ef,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Nav } from "./Nav.js";
2
+ export type { NavProps, NavItem } from "./Nav.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Nav/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAC/B,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,14 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface ProgressProps extends Omit<JSX.HTMLAttributes<HTMLDivElement>, "size"> {
4
+ /** Visual variant */
5
+ variant?: "bar" | "ring";
6
+ /** Completion percentage (0-100). Omit for indeterminate. */
7
+ value?: number;
8
+ /** Size of the progress indicator */
9
+ size?: "sm" | "md" | "lg";
10
+ }
11
+ export declare const Progress: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<ProgressProps> & {
12
+ ref?: import("preact").Ref<HTMLDivElement> | undefined;
13
+ }>;
14
+ //# sourceMappingURL=Progress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/Progress.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,aACf,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxD,qBAAqB;IACrB,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACzB,6DAA6D;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qCAAqC;IACrC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAKD,eAAO,MAAM,QAAQ;;EAmFpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Progress } from "./Progress.js";
2
+ export type { ProgressProps } from "./Progress.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,22 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface RadioProps extends Omit<JSX.HTMLAttributes<HTMLInputElement>, "checked" | "onChange" | "label" | "type"> {
4
+ /** Controlled checked state */
5
+ checked?: boolean;
6
+ /** Change handler */
7
+ onChange?: (e: Event) => void;
8
+ /** Disabled state */
9
+ disabled?: boolean;
10
+ /** Label text */
11
+ label?: string;
12
+ /** Radio group name */
13
+ name?: string;
14
+ /** Radio value */
15
+ value?: string;
16
+ /** Additional CSS class */
17
+ className?: string;
18
+ }
19
+ export declare const Radio: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<RadioProps> & {
20
+ ref?: import("preact").Ref<HTMLInputElement> | undefined;
21
+ }>;
22
+ //# sourceMappingURL=Radio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/Radio.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,UACf,SAAQ,IAAI,CACV,GAAG,CAAC,cAAc,CAAC,gBAAgB,CAAC,EACpC,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,MAAM,CAC1C;IACD,+BAA+B;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAC9B,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uBAAuB;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kBAAkB;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,KAAK;;EA2CjB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Radio } from "./Radio.js";
2
+ export type { RadioProps } from "./Radio.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,12 @@
1
+ /*! Strand UI | MIT License | dillingerstaffing.com */
2
+ import type { JSX } from "preact";
3
+ export interface SectionProps extends JSX.HTMLAttributes<HTMLElement> {
4
+ /** Padding variant */
5
+ variant?: "standard" | "hero";
6
+ /** Surface background */
7
+ background?: "primary" | "elevated" | "recessed";
8
+ }
9
+ export declare const Section: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<SectionProps> & {
10
+ ref?: import("preact").Ref<HTMLElement> | undefined;
11
+ }>;
12
+ //# sourceMappingURL=Section.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/Section/Section.tsx"],"names":[],"mappings":"AAAA,sDAAsD;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAGlC,MAAM,WAAW,YAAa,SAAQ,GAAG,CAAC,cAAc,CAAC,WAAW,CAAC;IACnE,sBAAsB;IACtB,OAAO,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC9B,yBAAyB;IACzB,UAAU,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;CAClD;AAED,eAAO,MAAM,OAAO;;EA0BnB,CAAC"}