@monospaced/set-react 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +5 -0
  2. package/dist/components/alert/alert.d.ts +10 -0
  3. package/dist/components/alert/alert.d.ts.map +1 -0
  4. package/dist/components/avatar/avatar.d.ts +5 -0
  5. package/dist/components/avatar/avatar.d.ts.map +1 -0
  6. package/dist/components/badge/badge.d.ts +5 -0
  7. package/dist/components/badge/badge.d.ts.map +1 -0
  8. package/dist/components/banner/banner.d.ts +10 -0
  9. package/dist/components/banner/banner.d.ts.map +1 -0
  10. package/dist/components/blockquote/blockquote.d.ts +9 -0
  11. package/dist/components/blockquote/blockquote.d.ts.map +1 -0
  12. package/dist/components/box/box.d.ts +8 -0
  13. package/dist/components/box/box.d.ts.map +1 -0
  14. package/dist/components/button/button.d.ts +5 -0
  15. package/dist/components/button/button.d.ts.map +1 -0
  16. package/dist/components/card/card.d.ts +9 -0
  17. package/dist/components/card/card.d.ts.map +1 -0
  18. package/dist/components/checkbox/checkbox.d.ts +5 -0
  19. package/dist/components/checkbox/checkbox.d.ts.map +1 -0
  20. package/dist/components/container/container.d.ts +8 -0
  21. package/dist/components/container/container.d.ts.map +1 -0
  22. package/dist/components/details/details.d.ts +8 -0
  23. package/dist/components/details/details.d.ts.map +1 -0
  24. package/dist/components/divider/divider.d.ts +5 -0
  25. package/dist/components/divider/divider.d.ts.map +1 -0
  26. package/dist/components/expander/expander.d.ts +5 -0
  27. package/dist/components/expander/expander.d.ts.map +1 -0
  28. package/dist/components/fieldset/fieldset.d.ts +8 -0
  29. package/dist/components/fieldset/fieldset.d.ts.map +1 -0
  30. package/dist/components/figure/figure.d.ts +9 -0
  31. package/dist/components/figure/figure.d.ts.map +1 -0
  32. package/dist/components/grid/grid.d.ts +8 -0
  33. package/dist/components/grid/grid.d.ts.map +1 -0
  34. package/dist/components/grid-item/grid-item.d.ts +8 -0
  35. package/dist/components/grid-item/grid-item.d.ts.map +1 -0
  36. package/dist/components/heading/heading.d.ts +5 -0
  37. package/dist/components/heading/heading.d.ts.map +1 -0
  38. package/dist/components/icon/icon.d.ts +5 -0
  39. package/dist/components/icon/icon.d.ts.map +1 -0
  40. package/dist/components/image/image.d.ts +5 -0
  41. package/dist/components/image/image.d.ts.map +1 -0
  42. package/dist/components/inline/inline.d.ts +8 -0
  43. package/dist/components/inline/inline.d.ts.map +1 -0
  44. package/dist/components/input/input.d.ts +5 -0
  45. package/dist/components/input/input.d.ts.map +1 -0
  46. package/dist/components/link/link.d.ts +8 -0
  47. package/dist/components/link/link.d.ts.map +1 -0
  48. package/dist/components/logo/logo.d.ts +5 -0
  49. package/dist/components/logo/logo.d.ts.map +1 -0
  50. package/dist/components/menu/menu.d.ts +14 -0
  51. package/dist/components/menu/menu.d.ts.map +1 -0
  52. package/dist/components/nav/nav.d.ts +5 -0
  53. package/dist/components/nav/nav.d.ts.map +1 -0
  54. package/dist/components/page/page.d.ts +11 -0
  55. package/dist/components/page/page.d.ts.map +1 -0
  56. package/dist/components/panel/panel.d.ts +8 -0
  57. package/dist/components/panel/panel.d.ts.map +1 -0
  58. package/dist/components/pattern/pattern.d.ts +8 -0
  59. package/dist/components/pattern/pattern.d.ts.map +1 -0
  60. package/dist/components/poster/poster.d.ts +9 -0
  61. package/dist/components/poster/poster.d.ts.map +1 -0
  62. package/dist/components/prose/prose.d.ts +8 -0
  63. package/dist/components/prose/prose.d.ts.map +1 -0
  64. package/dist/components/radios/radios.d.ts +5 -0
  65. package/dist/components/radios/radios.d.ts.map +1 -0
  66. package/dist/components/range/range.d.ts +5 -0
  67. package/dist/components/range/range.d.ts.map +1 -0
  68. package/dist/components/root/root.d.ts +8 -0
  69. package/dist/components/root/root.d.ts.map +1 -0
  70. package/dist/components/sidebar/sidebar.d.ts +10 -0
  71. package/dist/components/sidebar/sidebar.d.ts.map +1 -0
  72. package/dist/components/spinner/spinner.d.ts +5 -0
  73. package/dist/components/spinner/spinner.d.ts.map +1 -0
  74. package/dist/components/stack/stack.d.ts +8 -0
  75. package/dist/components/stack/stack.d.ts.map +1 -0
  76. package/dist/components/surface/surface.d.ts +8 -0
  77. package/dist/components/surface/surface.d.ts.map +1 -0
  78. package/dist/components/switch/switch.d.ts +5 -0
  79. package/dist/components/switch/switch.d.ts.map +1 -0
  80. package/dist/components/text/text.d.ts +8 -0
  81. package/dist/components/text/text.d.ts.map +1 -0
  82. package/dist/components/textarea/textarea.d.ts +5 -0
  83. package/dist/components/textarea/textarea.d.ts.map +1 -0
  84. package/dist/index.cjs +2 -0
  85. package/dist/index.cjs.map +1 -0
  86. package/dist/index.d.ts +43 -0
  87. package/dist/index.d.ts.map +1 -0
  88. package/dist/index.js +875 -0
  89. package/dist/index.js.map +1 -0
  90. package/dist/reactify.d.ts +27 -0
  91. package/dist/reactify.d.ts.map +1 -0
  92. package/dist/test/setup.d.ts +1 -0
  93. package/dist/test/setup.d.ts.map +1 -0
  94. package/package.json +51 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @monospaced/set-react
2
+
3
+ React adapter for Set. Typed React wrappers over the core custom-element library.
4
+
5
+ Wrappers are generated from the structured `SET_*_SPEC` contract in `@monospaced/set-core` via the `@monospaced/set-adapter` walker, so the React surface always tracks the underlying component IR.
@@ -0,0 +1,10 @@
1
+ import { type SetAlertProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type AlertBeforeDismissHandler = (event: Event) => void;
4
+ export type AlertDismissHandler = (event: Event) => void;
5
+ export type AlertProps = SetAlertProps & NativeAttrsFor<HTMLElement> & {
6
+ onBeforeDismiss?: AlertBeforeDismissHandler;
7
+ onDismiss?: AlertDismissHandler;
8
+ };
9
+ export declare function Alert(props: AlertProps): ReturnType<typeof reactify>;
10
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/alert/alert.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,KAAK,aAAa,EACnB,MAAM,sBAAsB,CAAC;AAS9B,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAOxB,MAAM,MAAM,yBAAyB,GAAG,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;AAE/D,MAAM,MAAM,mBAAmB,GAAG,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;AAEzD,MAAM,MAAM,UAAU,GAAG,aAAa,GACpC,cAAc,CAAC,WAAW,CAAC,GAAG;IAC5B,eAAe,CAAC,EAAE,yBAAyB,CAAC;IAC5C,SAAS,CAAC,EAAE,mBAAmB,CAAC;CACjC,CAAC;AAEJ,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAwCpE"}
@@ -0,0 +1,5 @@
1
+ import { type SetAvatarProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type AvatarProps = SetAvatarProps & NativeAttrsFor<HTMLSpanElement>;
4
+ export declare function Avatar(props: AvatarProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG,cAAc,CAAC,eAAe,CAAC,CAAC;AAE3E,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKtE"}
@@ -0,0 +1,5 @@
1
+ import { type SetBadgeProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type BadgeProps = SetBadgeProps & NativeAttrsFor<HTMLSpanElement>;
4
+ export declare function Badge(props: BadgeProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/badge/badge.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAEzE,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,UAAU,GAAG,aAAa,GAAG,cAAc,CAAC,eAAe,CAAC,CAAC;AAEzE,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKpE"}
@@ -0,0 +1,10 @@
1
+ import { type SetBannerProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type BannerBeforeDismissHandler = (event: Event) => void;
4
+ export type BannerDismissHandler = (event: Event) => void;
5
+ export type BannerProps = SetBannerProps & NativeAttrsFor<HTMLElement> & {
6
+ onBeforeDismiss?: BannerBeforeDismissHandler;
7
+ onDismiss?: BannerDismissHandler;
8
+ };
9
+ export declare function Banner(props: BannerProps): ReturnType<typeof reactify>;
10
+ //# sourceMappingURL=banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banner.d.ts","sourceRoot":"","sources":["../../../src/components/banner/banner.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,KAAK,cAAc,EACpB,MAAM,sBAAsB,CAAC;AAS9B,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAOxB,MAAM,MAAM,0BAA0B,GAAG,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;AAEhE,MAAM,MAAM,oBAAoB,GAAG,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;AAE1D,MAAM,MAAM,WAAW,GAAG,cAAc,GACtC,cAAc,CAAC,WAAW,CAAC,GAAG;IAC5B,eAAe,CAAC,EAAE,0BAA0B,CAAC;IAC7C,SAAS,CAAC,EAAE,oBAAoB,CAAC;CAClC,CAAC;AAEJ,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAwCtE"}
@@ -0,0 +1,9 @@
1
+ import { type SetBlockquoteProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type BlockquoteProps = Omit<SetBlockquoteProps, "quote" | "attribution"> & {
5
+ quote: ReactNode;
6
+ attribution: ReactNode;
7
+ } & NativeAttrsFor<HTMLElement>;
8
+ export declare function Blockquote(props: BlockquoteProps): ReturnType<typeof reactify>;
9
+ //# sourceMappingURL=blockquote.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blockquote.d.ts","sourceRoot":"","sources":["../../../src/components/blockquote/blockquote.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAKxB,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,kBAAkB,EAClB,OAAO,GAAG,aAAa,CACxB,GAAG;IACF,KAAK,EAAE,SAAS,CAAC;IACjB,WAAW,EAAE,SAAS,CAAC;CACxB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,wBAAgB,UAAU,CACxB,KAAK,EAAE,eAAe,GACrB,UAAU,CAAC,OAAO,QAAQ,CAAC,CAqB7B"}
@@ -0,0 +1,8 @@
1
+ import { type SetBoxProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type BoxProps = Omit<SetBoxProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLDivElement>;
7
+ export declare function Box(props: BoxProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../src/components/box/box.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,GAAG;IACrD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,GAAG,CAAC,KAAK,EAAE,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAkChE"}
@@ -0,0 +1,5 @@
1
+ import { type SetButtonProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type ButtonProps = SetButtonProps & NativeAttrsFor<HTMLButtonElement>;
4
+ export declare function Button(props: ButtonProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG,cAAc,CAAC,iBAAiB,CAAC,CAAC;AAE7E,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKtE"}
@@ -0,0 +1,9 @@
1
+ import { type SetCardProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type CardProps = Omit<SetCardProps, "description" | "note"> & {
5
+ description: ReactNode;
6
+ note?: ReactNode;
7
+ } & NativeAttrsFor<HTMLDivElement>;
8
+ export declare function Card(props: CardProps): ReturnType<typeof reactify>;
9
+ //# sourceMappingURL=card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/components/card/card.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAKxB,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,EAAE,aAAa,GAAG,MAAM,CAAC,GAAG;IACnE,WAAW,EAAE,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAwBlE"}
@@ -0,0 +1,5 @@
1
+ import { type SetCheckboxProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type CheckboxProps = SetCheckboxProps & NativeAttrsFor<HTMLDivElement>;
4
+ export declare function Checkbox(props: CheckboxProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/checkbox/checkbox.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE/E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE9E,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAK1E"}
@@ -0,0 +1,8 @@
1
+ import { type SetContainerProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type ContainerProps = Omit<SetContainerProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLDivElement>;
7
+ export declare function Container(props: ContainerProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../src/components/container/container.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,iBAAiB,EAAE,UAAU,CAAC,GAAG;IACjE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAkB5E"}
@@ -0,0 +1,8 @@
1
+ import { type SetDetailsProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type DetailsProps = Omit<SetDetailsProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLDetailsElement>;
7
+ export declare function Details(props: DetailsProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"details.d.ts","sourceRoot":"","sources":["../../../src/components/details/details.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAAG;IAC7D,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,kBAAkB,CAAC,CAAC;AAEvC,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAmBxE"}
@@ -0,0 +1,5 @@
1
+ import { type SetDividerProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type DividerProps = SetDividerProps & NativeAttrsFor<HTMLElement>;
4
+ export declare function Divider(props: DividerProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=divider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/components/divider/divider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE7E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEzE,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKxE"}
@@ -0,0 +1,5 @@
1
+ import { type SetExpanderProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type ExpanderProps = SetExpanderProps & NativeAttrsFor<HTMLButtonElement>;
4
+ export declare function Expander(props: ExpanderProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=expander.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"expander.d.ts","sourceRoot":"","sources":["../../../src/components/expander/expander.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE/E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAC1C,cAAc,CAAC,iBAAiB,CAAC,CAAC;AAEpC,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAK1E"}
@@ -0,0 +1,8 @@
1
+ import { type SetFieldsetProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type FieldsetProps = Omit<SetFieldsetProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLFieldSetElement>;
7
+ export declare function Fieldset(props: FieldsetProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=fieldset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fieldset.d.ts","sourceRoot":"","sources":["../../../src/components/fieldset/fieldset.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,GAAG;IAC/D,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,mBAAmB,CAAC,CAAC;AAExC,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CA8B1E"}
@@ -0,0 +1,9 @@
1
+ import { type SetFigureProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type FigureProps = Omit<SetFigureProps, "children" | "caption"> & {
5
+ children: ReactNode;
6
+ caption: ReactNode;
7
+ } & NativeAttrsFor<HTMLElement>;
8
+ export declare function Figure(props: FigureProps): ReturnType<typeof reactify>;
9
+ //# sourceMappingURL=figure.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"figure.d.ts","sourceRoot":"","sources":["../../../src/components/figure/figure.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAKxB,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,UAAU,GAAG,SAAS,CAAC,GAAG;IACvE,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,SAAS,CAAC;CACpB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAiBtE"}
@@ -0,0 +1,8 @@
1
+ import { type SetGridProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type GridProps = Omit<SetGridProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLDivElement>;
7
+ export declare function Grid(props: GridProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=grid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../src/components/grid/grid.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,GAAG;IACvD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAiBlE"}
@@ -0,0 +1,8 @@
1
+ import { type SetGridItemProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type GridItemProps = Omit<SetGridItemProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLDivElement>;
7
+ export declare function GridItem(props: GridItemProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=grid-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid-item.d.ts","sourceRoot":"","sources":["../../../src/components/grid-item/grid-item.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,GAAG;IAC/D,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAgD1E"}
@@ -0,0 +1,5 @@
1
+ import { type SetHeadingProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type HeadingProps = SetHeadingProps & NativeAttrsFor<HTMLElement>;
4
+ export declare function Heading(props: HeadingProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../src/components/heading/heading.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE7E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEzE,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKxE"}
@@ -0,0 +1,5 @@
1
+ import { type SetIconProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type IconProps = SetIconProps & NativeAttrsFor<SVGSVGElement>;
4
+ export declare function Icon(props: IconProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/icon.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEvE,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,cAAc,CAAC,aAAa,CAAC,CAAC;AAErE,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKlE"}
@@ -0,0 +1,5 @@
1
+ import { type SetImageProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type ImageProps = SetImageProps & NativeAttrsFor<HTMLDivElement>;
4
+ export declare function Image(props: ImageProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=image.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../src/components/image/image.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAEzE,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,UAAU,GAAG,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAExE,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKpE"}
@@ -0,0 +1,8 @@
1
+ import { type SetInlineProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type InlineProps = Omit<SetInlineProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLElement>;
7
+ export declare function Inline(props: InlineProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=inline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inline.d.ts","sourceRoot":"","sources":["../../../src/components/inline/inline.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,GAAG;IAC3D,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAqBtE"}
@@ -0,0 +1,5 @@
1
+ import { type SetInputProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type InputProps = SetInputProps & NativeAttrsFor<HTMLDivElement>;
4
+ export declare function Input(props: InputProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/input/input.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAEzE,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,UAAU,GAAG,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAExE,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKpE"}
@@ -0,0 +1,8 @@
1
+ import { type SetLinkProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type LinkProps = Omit<SetLinkProps, "icon"> & {
5
+ icon?: ReactNode;
6
+ } & NativeAttrsFor<HTMLAnchorElement>;
7
+ export declare function Link(props: LinkProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/components/link/link.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG;IACnD,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,cAAc,CAAC,iBAAiB,CAAC,CAAC;AAEtC,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CA4ClE"}
@@ -0,0 +1,5 @@
1
+ import { type SetLogoProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type LogoProps = SetLogoProps & NativeAttrsFor<HTMLDivElement>;
4
+ export declare function Logo(props: LogoProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../src/components/logo/logo.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEvE,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEtE,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKlE"}
@@ -0,0 +1,14 @@
1
+ import { type SetMenuProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type MenuChooseDetail = {
4
+ id?: string;
5
+ index: number;
6
+ label: string;
7
+ };
8
+ export type MenuChooseEvent = CustomEvent<MenuChooseDetail>;
9
+ export type MenuChooseHandler = (event: MenuChooseEvent) => void;
10
+ export type MenuProps = SetMenuProps & NativeAttrsFor<HTMLElement> & {
11
+ onChoose?: MenuChooseHandler;
12
+ };
13
+ export declare function Menu(props: MenuProps): ReturnType<typeof reactify>;
14
+ //# sourceMappingURL=menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/components/menu/menu.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,YAAY,EAClB,MAAM,sBAAsB,CAAC;AAS9B,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAOxB,MAAM,MAAM,gBAAgB,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAE7E,MAAM,MAAM,eAAe,GAAG,WAAW,CAAC,gBAAgB,CAAC,CAAC;AAE5D,MAAM,MAAM,iBAAiB,GAAG,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;AAEjE,MAAM,MAAM,SAAS,GAAG,YAAY,GAClC,cAAc,CAAC,WAAW,CAAC,GAAG;IAC5B,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAC9B,CAAC;AAEJ,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAwBlE"}
@@ -0,0 +1,5 @@
1
+ import { type SetNavProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type NavProps = SetNavProps & NativeAttrsFor<HTMLElement>;
4
+ export declare function Nav(props: NavProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=nav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nav.d.ts","sourceRoot":"","sources":["../../../src/components/nav/nav.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,WAAW,EACjB,MAAM,sBAAsB,CAAC;AAG9B,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,QAAQ,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEjE,wBAAgB,GAAG,CAAC,KAAK,EAAE,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAQhE"}
@@ -0,0 +1,11 @@
1
+ import { type SetPageProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type PageProps = Omit<SetPageProps, "banner" | "header" | "children" | "footer"> & {
5
+ banner?: ReactNode;
6
+ header: ReactNode;
7
+ children?: ReactNode;
8
+ footer: ReactNode;
9
+ } & NativeAttrsFor<HTMLDivElement>;
10
+ export declare function Page(props: PageProps): ReturnType<typeof reactify>;
11
+ //# sourceMappingURL=page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../src/components/page/page.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAOxB,MAAM,MAAM,SAAS,GAAG,IAAI,CAC1B,YAAY,EACZ,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAC5C,GAAG;IACF,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,SAAS,CAAC;CACnB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAwClE"}
@@ -0,0 +1,8 @@
1
+ import { type SetPanelProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type PanelProps = Omit<SetPanelProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLDivElement>;
7
+ export declare function Panel(props: PanelProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=panel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../../src/components/panel/panel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,GAAG;IACzD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAkBpE"}
@@ -0,0 +1,8 @@
1
+ import { type SetPatternProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type PatternProps = Omit<SetPatternProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLDivElement>;
7
+ export declare function Pattern(props: PatternProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=pattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pattern.d.ts","sourceRoot":"","sources":["../../../src/components/pattern/pattern.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAAG;IAC7D,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAmBxE"}
@@ -0,0 +1,9 @@
1
+ import { type SetPosterProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type PosterProps = Omit<SetPosterProps, "media" | "children"> & {
5
+ media: ReactNode;
6
+ children?: ReactNode;
7
+ } & NativeAttrsFor<HTMLDivElement>;
8
+ export declare function Poster(props: PosterProps): ReturnType<typeof reactify>;
9
+ //# sourceMappingURL=poster.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"poster.d.ts","sourceRoot":"","sources":["../../../src/components/poster/poster.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAKxB,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,UAAU,CAAC,GAAG;IACrE,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAoBtE"}
@@ -0,0 +1,8 @@
1
+ import { type SetProseProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type ProseProps = Omit<SetProseProps, "children"> & {
5
+ children: ReactNode;
6
+ } & NativeAttrsFor<HTMLDivElement>;
7
+ export declare function Prose(props: ProseProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=prose.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prose.d.ts","sourceRoot":"","sources":["../../../src/components/prose/prose.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,GAAG;IACzD,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAyBpE"}
@@ -0,0 +1,5 @@
1
+ import { type SetRadiosProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type RadiosProps = SetRadiosProps & NativeAttrsFor<HTMLFieldSetElement>;
4
+ export declare function Radios(props: RadiosProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=radios.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radios.d.ts","sourceRoot":"","sources":["../../../src/components/radios/radios.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG,cAAc,CAAC,mBAAmB,CAAC,CAAC;AAE/E,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKtE"}
@@ -0,0 +1,5 @@
1
+ import { type SetRangeProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type RangeProps = SetRangeProps & NativeAttrsFor<HTMLElement>;
4
+ export declare function Range(props: RangeProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=range.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"range.d.ts","sourceRoot":"","sources":["../../../src/components/range/range.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,aAAa,EACnB,MAAM,sBAAsB,CAAC;AAG9B,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,UAAU,GAAG,aAAa,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAErE,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAQpE"}
@@ -0,0 +1,8 @@
1
+ import { type SetRootProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type RootProps = Omit<SetRootProps, "children"> & {
5
+ children: ReactNode;
6
+ } & NativeAttrsFor<HTMLDivElement>;
7
+ export declare function Root(props: RootProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=root.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"root.d.ts","sourceRoot":"","sources":["../../../src/components/root/root.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,GAAG;IACvD,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CA6BlE"}
@@ -0,0 +1,10 @@
1
+ import { type SetSidebarProps } from "@monospaced/set-core";
2
+ import { type ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type SidebarProps = Omit<SetSidebarProps, "header" | "children" | "footer"> & {
5
+ header?: ReactNode;
6
+ children?: ReactNode;
7
+ footer?: ReactNode;
8
+ } & NativeAttrsFor<HTMLElement>;
9
+ export declare function Sidebar(props: SidebarProps): ReturnType<typeof reactify>;
10
+ //# sourceMappingURL=sidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/sidebar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,eAAe,EACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,KAAK,SAAS,EAAa,MAAM,OAAO,CAAC;AAElD,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAMxB,MAAM,MAAM,YAAY,GAAG,IAAI,CAC7B,eAAe,EACf,QAAQ,GAAG,UAAU,GAAG,QAAQ,CACjC,GAAG;IACF,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CA6CxE"}
@@ -0,0 +1,5 @@
1
+ import { type SetSpinnerProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type SpinnerProps = SetSpinnerProps & NativeAttrsFor<HTMLSpanElement>;
4
+ export declare function Spinner(props: SpinnerProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=spinner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../../src/components/spinner/spinner.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE7E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG,cAAc,CAAC,eAAe,CAAC,CAAC;AAE7E,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKxE"}
@@ -0,0 +1,8 @@
1
+ import { type SetStackProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type StackProps = Omit<SetStackProps, "children"> & {
5
+ children?: ReactNode;
6
+ } & NativeAttrsFor<HTMLElement>;
7
+ export declare function Stack(props: StackProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=stack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../src/components/stack/stack.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,GAAG;IACzD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAoBpE"}
@@ -0,0 +1,8 @@
1
+ import { type SetSurfaceProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type SurfaceProps = Omit<SetSurfaceProps, "children"> & {
5
+ children: ReactNode;
6
+ } & NativeAttrsFor<HTMLDivElement>;
7
+ export declare function Surface(props: SurfaceProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=surface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"surface.d.ts","sourceRoot":"","sources":["../../../src/components/surface/surface.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAAG;IAC7D,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAexE"}
@@ -0,0 +1,5 @@
1
+ import { type SetSwitchProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type SwitchProps = SetSwitchProps & NativeAttrsFor<HTMLDivElement>;
4
+ export declare function Switch(props: SwitchProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/components/switch/switch.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE1E,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAKtE"}
@@ -0,0 +1,8 @@
1
+ import { type SetTextProps } from "@monospaced/set-core";
2
+ import type { ReactNode } from "react";
3
+ import { type NativeAttrsFor, reactify } from "../../reactify";
4
+ export type TextProps = Omit<SetTextProps, "children"> & {
5
+ children: ReactNode;
6
+ } & NativeAttrsFor<HTMLElement>;
7
+ export declare function Text(props: TextProps): ReturnType<typeof reactify>;
8
+ //# sourceMappingURL=text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/components/text/text.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,GAAG;IACvD,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CA+BlE"}
@@ -0,0 +1,5 @@
1
+ import { type SetTextareaProps } from "@monospaced/set-core";
2
+ import { type NativeAttrsFor, reactify } from "../../reactify";
3
+ export type TextareaProps = SetTextareaProps & NativeAttrsFor<HTMLDivElement>;
4
+ export declare function Textarea(props: TextareaProps): ReturnType<typeof reactify>;
5
+ //# sourceMappingURL=textarea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../src/components/textarea/textarea.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE/E,OAAO,EACL,KAAK,cAAc,EAEnB,QAAQ,EACT,MAAM,gBAAgB,CAAC;AAExB,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE9E,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAK1E"}