@krrli/cm-designsystem 1.32.2 → 1.33.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 (160) hide show
  1. package/dist/cm-designsystem.css +13 -1
  2. package/dist/components/accessible-button/AccessibleButton.d.ts +33 -0
  3. package/dist/components/accessible-button/AccessibleButton.d.ts.map +1 -0
  4. package/dist/components/avatar/Avatar.d.ts +119 -0
  5. package/dist/components/avatar/Avatar.d.ts.map +1 -0
  6. package/dist/components/branding/BrandingGallery.d.ts +2 -0
  7. package/dist/components/branding/BrandingGallery.d.ts.map +1 -0
  8. package/dist/components/button/Button.d.ts +67 -0
  9. package/dist/components/button/Button.d.ts.map +1 -0
  10. package/dist/components/color/ColorDoc.d.ts +5 -0
  11. package/dist/components/color/ColorDoc.d.ts.map +1 -0
  12. package/dist/components/file-upload/FileUpload.d.ts +84 -0
  13. package/dist/components/file-upload/FileUpload.d.ts.map +1 -0
  14. package/dist/components/form/Form.d.ts +55 -0
  15. package/dist/components/form/Form.d.ts.map +1 -0
  16. package/dist/components/icon-button/IconButton.d.ts +70 -0
  17. package/dist/components/icon-button/IconButton.d.ts.map +1 -0
  18. package/dist/components/icon-button/IconButton.js +1 -0
  19. package/dist/components/icons/IconBase.d.ts +6 -0
  20. package/dist/components/icons/IconBase.d.ts.map +1 -0
  21. package/dist/components/icons/generated/ArrowDown.d.ts +4 -0
  22. package/dist/components/icons/generated/ArrowDown.d.ts.map +1 -0
  23. package/dist/components/icons/generated/ArrowLeft.d.ts +4 -0
  24. package/dist/components/icons/generated/ArrowLeft.d.ts.map +1 -0
  25. package/dist/components/icons/generated/ArrowRight.d.ts +4 -0
  26. package/dist/components/icons/generated/ArrowRight.d.ts.map +1 -0
  27. package/dist/components/icons/generated/ArrowUp.d.ts +4 -0
  28. package/dist/components/icons/generated/ArrowUp.d.ts.map +1 -0
  29. package/dist/components/icons/generated/Calendar.d.ts +4 -0
  30. package/dist/components/icons/generated/Calendar.d.ts.map +1 -0
  31. package/dist/components/icons/generated/Cancel.d.ts +4 -0
  32. package/dist/components/icons/generated/Cancel.d.ts.map +1 -0
  33. package/dist/components/icons/generated/Checkmark.d.ts +4 -0
  34. package/dist/components/icons/generated/Checkmark.d.ts.map +1 -0
  35. package/dist/components/icons/generated/Edit.d.ts +4 -0
  36. package/dist/components/icons/generated/Edit.d.ts.map +1 -0
  37. package/dist/components/icons/generated/Eye.d.ts +4 -0
  38. package/dist/components/icons/generated/Eye.d.ts.map +1 -0
  39. package/dist/components/icons/generated/Fullscreen.d.ts +4 -0
  40. package/dist/components/icons/generated/Fullscreen.d.ts.map +1 -0
  41. package/dist/components/icons/generated/HeartFilled.d.ts +4 -0
  42. package/dist/components/icons/generated/HeartFilled.d.ts.map +1 -0
  43. package/dist/components/icons/generated/HeartOutline.d.ts +4 -0
  44. package/dist/components/icons/generated/HeartOutline.d.ts.map +1 -0
  45. package/dist/components/icons/generated/Location.d.ts +4 -0
  46. package/dist/components/icons/generated/Location.d.ts.map +1 -0
  47. package/dist/components/icons/generated/LogOut.d.ts +4 -0
  48. package/dist/components/icons/generated/LogOut.d.ts.map +1 -0
  49. package/dist/components/icons/generated/Mumble.d.ts +4 -0
  50. package/dist/components/icons/generated/Mumble.d.ts.map +1 -0
  51. package/dist/components/icons/generated/Profile.d.ts +4 -0
  52. package/dist/components/icons/generated/Profile.d.ts.map +1 -0
  53. package/dist/components/icons/generated/ReplyFilled.d.ts +4 -0
  54. package/dist/components/icons/generated/ReplyFilled.d.ts.map +1 -0
  55. package/dist/components/icons/generated/ReplyOutline.d.ts +4 -0
  56. package/dist/components/icons/generated/ReplyOutline.d.ts.map +1 -0
  57. package/dist/components/icons/generated/Repost.d.ts +4 -0
  58. package/dist/components/icons/generated/Repost.d.ts.map +1 -0
  59. package/dist/components/icons/generated/Send.d.ts +4 -0
  60. package/dist/components/icons/generated/Send.d.ts.map +1 -0
  61. package/dist/components/icons/generated/Settings.d.ts +4 -0
  62. package/dist/components/icons/generated/Settings.d.ts.map +1 -0
  63. package/dist/components/icons/generated/Share.d.ts +4 -0
  64. package/dist/components/icons/generated/Share.d.ts.map +1 -0
  65. package/dist/components/icons/generated/Time.d.ts +4 -0
  66. package/dist/components/icons/generated/Time.d.ts.map +1 -0
  67. package/dist/components/icons/generated/Upload.d.ts +4 -0
  68. package/dist/components/icons/generated/Upload.d.ts.map +1 -0
  69. package/dist/components/icons/generated/index.d.ts +25 -0
  70. package/dist/components/icons/generated/index.d.ts.map +1 -0
  71. package/dist/components/index.d.ts +28 -0
  72. package/dist/components/index.d.ts.map +1 -0
  73. package/dist/components/input/Input.d.ts +62 -0
  74. package/dist/components/input/Input.d.ts.map +1 -0
  75. package/dist/components/like-toggle/LikeToggle.d.ts +98 -0
  76. package/dist/components/like-toggle/LikeToggle.d.ts.map +1 -0
  77. package/dist/components/logo-link/LogoLink.d.ts +12 -0
  78. package/dist/components/logo-link/LogoLink.d.ts.map +1 -0
  79. package/dist/components/modal/Modal.d.ts +76 -0
  80. package/dist/components/modal/Modal.d.ts.map +1 -0
  81. package/dist/components/navi-button/NaviButton.d.ts +50 -0
  82. package/dist/components/navi-button/NaviButton.d.ts.map +1 -0
  83. package/dist/components/navi-user-button/NaviUserButton.d.ts +45 -0
  84. package/dist/components/navi-user-button/NaviUserButton.d.ts.map +1 -0
  85. package/dist/components/round-button/RoundButton.d.ts +45 -0
  86. package/dist/components/round-button/RoundButton.d.ts.map +1 -0
  87. package/dist/components/tabs/TabItem.d.ts +12 -0
  88. package/dist/components/tabs/TabItem.d.ts.map +1 -0
  89. package/dist/components/tabs/Tabs.d.ts +68 -0
  90. package/dist/components/tabs/Tabs.d.ts.map +1 -0
  91. package/dist/components/text-link/TextLink.d.ts +10 -0
  92. package/dist/components/text-link/TextLink.d.ts.map +1 -0
  93. package/dist/components/textarea/Textarea.d.ts +49 -0
  94. package/dist/components/textarea/Textarea.d.ts.map +1 -0
  95. package/dist/components/timed-button/TimedButton.d.ts +80 -0
  96. package/dist/components/timed-button/TimedButton.d.ts.map +1 -0
  97. package/dist/components/toggle/Toggle.d.ts +63 -0
  98. package/dist/components/toggle/Toggle.d.ts.map +1 -0
  99. package/dist/components/typography/AccessibleTypography.d.ts +34 -0
  100. package/dist/components/typography/AccessibleTypography.d.ts.map +1 -0
  101. package/dist/components/typography/Heading.d.ts +25 -0
  102. package/dist/components/typography/Heading.d.ts.map +1 -0
  103. package/dist/components/typography/Label.d.ts +23 -0
  104. package/dist/components/typography/Label.d.ts.map +1 -0
  105. package/dist/components/typography/Paragraph.d.ts +23 -0
  106. package/dist/components/typography/Paragraph.d.ts.map +1 -0
  107. package/dist/components/typography/Placeholder.d.ts +18 -0
  108. package/dist/components/typography/Placeholder.d.ts.map +1 -0
  109. package/dist/components/typography/ValidationMessage.d.ts +23 -0
  110. package/dist/components/typography/ValidationMessage.d.ts.map +1 -0
  111. package/dist/components/typography/styles.d.ts +75 -0
  112. package/dist/components/typography/styles.d.ts.map +1 -0
  113. package/dist/compositions/image-banner/ImageBanner.d.ts +55 -0
  114. package/dist/compositions/image-banner/ImageBanner.d.ts.map +1 -0
  115. package/dist/compositions/image-banner/ImageBanner.js +1 -0
  116. package/dist/compositions/image-upload-modal/ImageUploadModal.d.ts +16 -0
  117. package/dist/compositions/image-upload-modal/ImageUploadModal.d.ts.map +1 -0
  118. package/dist/compositions/image-upload-modal/ImageUploadModal.js +1 -0
  119. package/dist/compositions/index.d.ts +12 -0
  120. package/dist/compositions/index.d.ts.map +1 -0
  121. package/dist/compositions/keyword/Keyword.d.ts +40 -0
  122. package/dist/compositions/keyword/Keyword.d.ts.map +1 -0
  123. package/dist/compositions/keyword/Keyword.js +15 -0
  124. package/dist/compositions/post/Post.d.ts +80 -0
  125. package/dist/compositions/post/Post.d.ts.map +1 -0
  126. package/dist/compositions/post/Post.js +19 -5
  127. package/dist/compositions/post-base/PostBase.d.ts +42 -0
  128. package/dist/compositions/post-base/PostBase.d.ts.map +1 -0
  129. package/dist/compositions/post-creator/PostCreator.d.ts +70 -0
  130. package/dist/compositions/post-creator/PostCreator.d.ts.map +1 -0
  131. package/dist/compositions/post-creator/PostCreator.js +1 -0
  132. package/dist/compositions/profile-banner/ProfileBanner.d.ts +83 -0
  133. package/dist/compositions/profile-banner/ProfileBanner.d.ts.map +1 -0
  134. package/dist/compositions/profile-banner/ProfileBanner.js +1 -0
  135. package/dist/compositions/profile-banner-image/ProfileBannerImage.d.ts +55 -0
  136. package/dist/compositions/profile-banner-image/ProfileBannerImage.d.ts.map +1 -0
  137. package/dist/compositions/profile-banner-image/ProfileBannerImage.js +1 -0
  138. package/dist/compositions/profile-banner-info/ProfileBannerInfo.d.ts +93 -0
  139. package/dist/compositions/profile-banner-info/ProfileBannerInfo.d.ts.map +1 -0
  140. package/dist/compositions/profile-banner-info/ProfileBannerInfo.js +1 -0
  141. package/dist/compositions/response/Response.d.ts +80 -0
  142. package/dist/compositions/response/Response.d.ts.map +1 -0
  143. package/dist/compositions/response/Response.js +18 -4
  144. package/dist/compositions/response-creator/ResponseCreator.d.ts +64 -0
  145. package/dist/compositions/response-creator/ResponseCreator.d.ts.map +1 -0
  146. package/dist/compositions/response-creator/ResponseCreator.js +1 -0
  147. package/dist/compositions/user-info/UserInfo.d.ts +76 -0
  148. package/dist/compositions/user-info/UserInfo.d.ts.map +1 -0
  149. package/dist/compositions/user-info/UserInfo.js +11 -2
  150. package/dist/compositions/user-recommendation/UserRecommendation.d.ts +64 -0
  151. package/dist/compositions/user-recommendation/UserRecommendation.d.ts.map +1 -0
  152. package/dist/compositions/user-recommendation/UserRecommendation.js +1 -0
  153. package/dist/compositions/utils/keyword.utils.d.ts +13 -0
  154. package/dist/compositions/utils/keyword.utils.d.ts.map +1 -0
  155. package/dist/compositions/utils/keyword.utils.js +23 -0
  156. package/dist/index.d.ts +3 -0
  157. package/dist/index.d.ts.map +1 -0
  158. package/dist/setupTests.d.ts +1 -0
  159. package/dist/setupTests.d.ts.map +1 -0
  160. package/package.json +22 -21
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
2
  @layer properties {
3
3
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
4
  *, :before, :after, ::backdrop {
@@ -1208,6 +1208,18 @@
1208
1208
  letter-spacing: var(--tracking-normal);
1209
1209
  }
1210
1210
 
1211
+ .text-wrap {
1212
+ text-wrap: wrap;
1213
+ }
1214
+
1215
+ .wrap-anywhere {
1216
+ overflow-wrap: anywhere;
1217
+ }
1218
+
1219
+ .whitespace-pre-wrap {
1220
+ white-space: pre-wrap;
1221
+ }
1222
+
1211
1223
  .text-black {
1212
1224
  color: var(--color-black);
1213
1225
  }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Props for the AccessibleButton component.
3
+ */
4
+ export interface BaseAccessibleButtonProps {
5
+ /**
6
+ * Accessible label for the button, used by screen readers.
7
+ */
8
+ ariaLabel?: string;
9
+ /**
10
+ * Additional class names to apply to the button element.
11
+ */
12
+ className?: string;
13
+ /**
14
+ * HTML button type attribute.
15
+ */
16
+ type?: React.ButtonHTMLAttributes<HTMLButtonElement>["type"];
17
+ /**
18
+ * Click handler for the button.
19
+ */
20
+ onClick?: () => void;
21
+ }
22
+ interface AccessibleButtonProps extends BaseAccessibleButtonProps {
23
+ /**
24
+ * The content displayed inside the button.
25
+ */
26
+ children?: React.ReactNode;
27
+ }
28
+ /**
29
+ * A fully accessible button component.
30
+ */
31
+ export declare const AccessibleButton: React.FC<AccessibleButtonProps>;
32
+ export {};
33
+ //# sourceMappingURL=AccessibleButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccessibleButton.d.ts","sourceRoot":"","sources":["../../../src/components/accessible-button/AccessibleButton.tsx"],"names":[],"mappings":"AAYA;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;IAE7D;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,UAAU,qBAAsB,SAAQ,yBAAyB;IAC/D;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAoB5D,CAAC"}
@@ -0,0 +1,119 @@
1
+ import { VariantProps } from 'tailwind-variants';
2
+ declare const avatarStyles: import('tailwind-variants').TVReturnType<{
3
+ isClickable: {
4
+ true: {
5
+ base: string[];
6
+ };
7
+ };
8
+ size: {
9
+ sm: {
10
+ avatar: string[];
11
+ };
12
+ md: {
13
+ avatar: string[];
14
+ };
15
+ lg: {
16
+ avatar: string[];
17
+ };
18
+ xl: {
19
+ avatar: string[];
20
+ };
21
+ };
22
+ }, {
23
+ base: string[];
24
+ avatar: string[];
25
+ action: string[];
26
+ }, undefined, {
27
+ isClickable: {
28
+ true: {
29
+ base: string[];
30
+ };
31
+ };
32
+ size: {
33
+ sm: {
34
+ avatar: string[];
35
+ };
36
+ md: {
37
+ avatar: string[];
38
+ };
39
+ lg: {
40
+ avatar: string[];
41
+ };
42
+ xl: {
43
+ avatar: string[];
44
+ };
45
+ };
46
+ }, {
47
+ base: string[];
48
+ avatar: string[];
49
+ action: string[];
50
+ }, import('tailwind-variants').TVReturnType<{
51
+ isClickable: {
52
+ true: {
53
+ base: string[];
54
+ };
55
+ };
56
+ size: {
57
+ sm: {
58
+ avatar: string[];
59
+ };
60
+ md: {
61
+ avatar: string[];
62
+ };
63
+ lg: {
64
+ avatar: string[];
65
+ };
66
+ xl: {
67
+ avatar: string[];
68
+ };
69
+ };
70
+ }, {
71
+ base: string[];
72
+ avatar: string[];
73
+ action: string[];
74
+ }, undefined, unknown, unknown, undefined>>;
75
+ type AvatarVariants = VariantProps<typeof avatarStyles>;
76
+ type AvatarSize = "sm" | "md" | "lg" | "xl";
77
+ /**
78
+ * Props for the Avatar component.
79
+ */
80
+ interface AvatarProps extends AvatarVariants {
81
+ /**
82
+ * Alternative text describing the avatar image.
83
+ */
84
+ alt: string;
85
+ /**
86
+ * Controls the visual size of the avatar.
87
+ */
88
+ size: AvatarSize;
89
+ /**
90
+ * The URL source of the avatar image.
91
+ */
92
+ src: string | undefined;
93
+ /**
94
+ * Accessible label for the action button that appears on extra-large (`xl`)
95
+ * avatars when `onActionClick` is provided.
96
+ */
97
+ actionAriaLabel?: string;
98
+ /**
99
+ * Click handler for the entire avatar.
100
+ * Makes the outer wrapper clickable.
101
+ */
102
+ onAvatarClick?: () => void;
103
+ /**
104
+ * Optional click handler for the action button.
105
+ * Only visible when:
106
+ * - `size === "xl"`
107
+ * - `onActionClick` is provided
108
+ *
109
+ * Useful for “Edit avatar” or “Change photo” actions.
110
+ */
111
+ onActionClick?: () => void;
112
+ }
113
+ /**
114
+ * A flexible and accessible user avatar component.
115
+ * Built on top of Radix UI’s `Avatar` primitives and styled with Tailwind variants.
116
+ */
117
+ export declare const Avatar: React.FC<AvatarProps>;
118
+ export {};
119
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/Avatar.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAK1D,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAwDhB,CAAC;AAEH,KAAK,cAAc,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AACxD,KAAK,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C;;GAEG;AACH,UAAU,WAAY,SAAQ,cAAc;IAC1C;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;IAEjB;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;IAExB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA6BxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BrandingGallery: React.FC;
2
+ //# sourceMappingURL=BrandingGallery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BrandingGallery.d.ts","sourceRoot":"","sources":["../../../src/components/branding/BrandingGallery.tsx"],"names":[],"mappings":"AAsGA,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EA+FnC,CAAC"}
@@ -0,0 +1,67 @@
1
+ import { VariantProps } from 'tailwind-variants';
2
+ import { BaseAccessibleButtonProps } from '../accessible-button/AccessibleButton';
3
+ import { IconBaseProps } from '../icons/IconBase';
4
+ declare const buttonStyles: import('tailwind-variants').TVReturnType<{
5
+ intent: {
6
+ primary: string[];
7
+ secondary: string[];
8
+ tertiary: string[];
9
+ };
10
+ size: {
11
+ md: string[];
12
+ lg: string[];
13
+ };
14
+ }, undefined, string[], {
15
+ intent: {
16
+ primary: string[];
17
+ secondary: string[];
18
+ tertiary: string[];
19
+ };
20
+ size: {
21
+ md: string[];
22
+ lg: string[];
23
+ };
24
+ }, undefined, import('tailwind-variants').TVReturnType<{
25
+ intent: {
26
+ primary: string[];
27
+ secondary: string[];
28
+ tertiary: string[];
29
+ };
30
+ size: {
31
+ md: string[];
32
+ lg: string[];
33
+ };
34
+ }, undefined, string[], unknown, unknown, undefined>>;
35
+ type ButtonVariants = VariantProps<typeof buttonStyles>;
36
+ type ButtonIntent = "primary" | "secondary" | "tertiary";
37
+ type ButtonSize = "md" | "lg";
38
+ /**
39
+ * Props for the Button component.
40
+ *
41
+ * @inheritdoc BaseAccessibleButtonProps
42
+ * @inheritdoc ButtonVariants
43
+ */
44
+ interface ButtonProps extends ButtonVariants, BaseAccessibleButtonProps {
45
+ /**
46
+ * Visual intent of the button (controls background color, hover, and active styles).
47
+ */
48
+ intent: ButtonIntent;
49
+ /**
50
+ * Visual size of the button (padding and spacing).
51
+ */
52
+ size: ButtonSize;
53
+ /**
54
+ * Optional icon element rendered alongside the button label.
55
+ */
56
+ icon?: React.ComponentType<IconBaseProps>;
57
+ /**
58
+ * Visible text label displayed inside the button.
59
+ */
60
+ children: string;
61
+ }
62
+ /**
63
+ * A fully accessible, stylable button component.
64
+ */
65
+ export declare const Button: React.FC<ButtonProps>;
66
+ export {};
67
+ //# 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,OAAO,EAAU,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,uCAAuC,CAAC;AAE/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAiDhB,CAAC;AAEH,KAAK,cAAc,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AACxD,KAAK,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AACzD,KAAK,UAAU,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9B;;;;;GAKG;AACH,UAAU,WAAY,SAAQ,cAAc,EAAE,yBAAyB;IACrE;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC;IAErB;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;IAEjB;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAE1C;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAYxC,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const ColorDoc: ({ colorName, colorIntensity, }: {
2
+ colorName: string;
3
+ colorIntensity: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=ColorDoc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColorDoc.d.ts","sourceRoot":"","sources":["../../../src/components/color/ColorDoc.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,GAAI,gCAGtB;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;CACxB,4CAeA,CAAC"}
@@ -0,0 +1,84 @@
1
+ import { VariantProps } from 'tailwind-variants';
2
+ declare const fileUploadStyles: import('tailwind-variants').TVReturnType<{
3
+ [key: string]: {
4
+ [key: string]: import('tailwind-merge').ClassNameValue | {
5
+ base?: import('tailwind-merge').ClassNameValue;
6
+ input?: import('tailwind-merge').ClassNameValue;
7
+ action?: import('tailwind-merge').ClassNameValue;
8
+ dropzone?: import('tailwind-merge').ClassNameValue;
9
+ uploadIcon?: import('tailwind-merge').ClassNameValue;
10
+ titleText?: import('tailwind-merge').ClassNameValue;
11
+ subtitleText?: import('tailwind-merge').ClassNameValue;
12
+ preview?: import('tailwind-merge').ClassNameValue;
13
+ previewLabel?: import('tailwind-merge').ClassNameValue;
14
+ };
15
+ };
16
+ } | {
17
+ [x: string]: {
18
+ [x: string]: import('tailwind-merge').ClassNameValue | {
19
+ base?: import('tailwind-merge').ClassNameValue;
20
+ input?: import('tailwind-merge').ClassNameValue;
21
+ action?: import('tailwind-merge').ClassNameValue;
22
+ dropzone?: import('tailwind-merge').ClassNameValue;
23
+ uploadIcon?: import('tailwind-merge').ClassNameValue;
24
+ titleText?: import('tailwind-merge').ClassNameValue;
25
+ subtitleText?: import('tailwind-merge').ClassNameValue;
26
+ preview?: import('tailwind-merge').ClassNameValue;
27
+ previewLabel?: import('tailwind-merge').ClassNameValue;
28
+ };
29
+ };
30
+ } | {}, {
31
+ base: string[];
32
+ dropzone: string[];
33
+ uploadIcon: string[];
34
+ titleText: string[];
35
+ subtitleText: string[];
36
+ action: string[];
37
+ input: string[];
38
+ preview: string[];
39
+ previewLabel: string[];
40
+ }, undefined, {
41
+ [key: string]: {
42
+ [key: string]: import('tailwind-merge').ClassNameValue | {
43
+ base?: import('tailwind-merge').ClassNameValue;
44
+ input?: import('tailwind-merge').ClassNameValue;
45
+ action?: import('tailwind-merge').ClassNameValue;
46
+ dropzone?: import('tailwind-merge').ClassNameValue;
47
+ uploadIcon?: import('tailwind-merge').ClassNameValue;
48
+ titleText?: import('tailwind-merge').ClassNameValue;
49
+ subtitleText?: import('tailwind-merge').ClassNameValue;
50
+ preview?: import('tailwind-merge').ClassNameValue;
51
+ previewLabel?: import('tailwind-merge').ClassNameValue;
52
+ };
53
+ };
54
+ } | {}, {
55
+ base: string[];
56
+ dropzone: string[];
57
+ uploadIcon: string[];
58
+ titleText: string[];
59
+ subtitleText: string[];
60
+ action: string[];
61
+ input: string[];
62
+ preview: string[];
63
+ previewLabel: string[];
64
+ }, import('tailwind-variants').TVReturnType<unknown, {
65
+ base: string[];
66
+ dropzone: string[];
67
+ uploadIcon: string[];
68
+ titleText: string[];
69
+ subtitleText: string[];
70
+ action: string[];
71
+ input: string[];
72
+ preview: string[];
73
+ previewLabel: string[];
74
+ }, undefined, unknown, unknown, undefined>>;
75
+ type FileUploadVariants = VariantProps<typeof fileUploadStyles>;
76
+ interface FileUploadProps extends FileUploadVariants {
77
+ title?: string;
78
+ subtitle?: string;
79
+ actionLabel?: string;
80
+ onFileSelect: (file: File | null) => void;
81
+ }
82
+ export declare const FileUpload: ({ title, subtitle, actionLabel, ...props }: FileUploadProps) => import("react/jsx-runtime").JSX.Element;
83
+ export {};
84
+ //# sourceMappingURL=FileUpload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileUpload.d.ts","sourceRoot":"","sources":["../../../src/components/file-upload/FileUpload.tsx"],"names":[],"mappings":"AACA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAM1D,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAoCpB,CAAC;AAEH,KAAK,kBAAkB,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,UAAU,eAAgB,SAAQ,kBAAkB;IAClD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAC;CAC3C;AAED,eAAO,MAAM,UAAU,GAAI,4CAKxB,eAAe,4CA0FjB,CAAC"}
@@ -0,0 +1,55 @@
1
+ import { default as React } from 'react';
2
+ import { VariantProps } from 'tailwind-variants';
3
+ declare const formStyles: import('tailwind-variants').TVReturnType<{
4
+ [key: string]: {
5
+ [key: string]: import('tailwind-merge').ClassNameValue | {
6
+ base?: import('tailwind-merge').ClassNameValue;
7
+ fields?: import('tailwind-merge').ClassNameValue;
8
+ };
9
+ };
10
+ } | {
11
+ [x: string]: {
12
+ [x: string]: import('tailwind-merge').ClassNameValue | {
13
+ base?: import('tailwind-merge').ClassNameValue;
14
+ fields?: import('tailwind-merge').ClassNameValue;
15
+ };
16
+ };
17
+ } | {}, {
18
+ base: string[];
19
+ fields: string[];
20
+ }, undefined, {
21
+ [key: string]: {
22
+ [key: string]: import('tailwind-merge').ClassNameValue | {
23
+ base?: import('tailwind-merge').ClassNameValue;
24
+ fields?: import('tailwind-merge').ClassNameValue;
25
+ };
26
+ };
27
+ } | {}, {
28
+ base: string[];
29
+ fields: string[];
30
+ }, import('tailwind-variants').TVReturnType<unknown, {
31
+ base: string[];
32
+ fields: string[];
33
+ }, undefined, unknown, unknown, undefined>>;
34
+ type FormVariants = VariantProps<typeof formStyles>;
35
+ interface FormProps extends FormVariants {
36
+ children?: React.ReactNode;
37
+ }
38
+ export declare const Form: React.FC<FormProps> & {
39
+ Fields: typeof FormFields;
40
+ Action: typeof FormAction;
41
+ };
42
+ export declare function FormFields({ children }: {
43
+ children: React.ReactNode;
44
+ }): React.ReactNode;
45
+ export declare namespace FormFields {
46
+ var displayName: string;
47
+ }
48
+ export declare function FormAction({ children }: {
49
+ children: React.ReactElement;
50
+ }): React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
51
+ export declare namespace FormAction {
52
+ var displayName: string;
53
+ }
54
+ export {};
55
+ //# sourceMappingURL=Form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/components/form/Form.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE1D,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAKd,CAAC;AAEH,KAAK,YAAY,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,UAAU,SAAU,SAAQ,YAAY;IACtC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAAC,GAAG;IACvC,MAAM,EAAE,OAAO,UAAU,CAAC;IAC1B,MAAM,EAAE,OAAO,UAAU,CAAC;CA0B3B,CAAC;AAGF,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,mBAErE;yBAFe,UAAU;;;AAK1B,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAA;CAAE,0EAExE;yBAFe,UAAU"}
@@ -0,0 +1,70 @@
1
+ import { default as React } from 'react';
2
+ import { VariantProps } from 'tailwind-variants';
3
+ import { BaseAccessibleButtonProps } from '../accessible-button/AccessibleButton';
4
+ import { IconBaseProps } from '../icons/IconBase';
5
+ declare const iconButtonStyles: import('tailwind-variants').TVReturnType<{
6
+ intent: {
7
+ primary: {
8
+ base: string[];
9
+ };
10
+ secondary: {
11
+ base: string[];
12
+ };
13
+ };
14
+ }, {
15
+ base: string[];
16
+ icon: string[];
17
+ }, undefined, {
18
+ intent: {
19
+ primary: {
20
+ base: string[];
21
+ };
22
+ secondary: {
23
+ base: string[];
24
+ };
25
+ };
26
+ }, {
27
+ base: string[];
28
+ icon: string[];
29
+ }, import('tailwind-variants').TVReturnType<{
30
+ intent: {
31
+ primary: {
32
+ base: string[];
33
+ };
34
+ secondary: {
35
+ base: string[];
36
+ };
37
+ };
38
+ }, {
39
+ base: string[];
40
+ icon: string[];
41
+ }, undefined, unknown, unknown, undefined>>;
42
+ type IconButtonVariants = VariantProps<typeof iconButtonStyles>;
43
+ type IconButtonIntent = "primary" | "secondary";
44
+ /**
45
+ * Props for the IconButton component.
46
+ *
47
+ * @inheritdoc BaseAccessibleButtonProps
48
+ * @inheritdoc IconButtonVariants
49
+ */
50
+ interface IconButtonProps extends IconButtonVariants, BaseAccessibleButtonProps {
51
+ /**
52
+ * Visual intent of the button (controls background color, hover, and active styles).
53
+ */
54
+ intent: IconButtonIntent;
55
+ /**
56
+ * Icon element rendered alongside the button label.
57
+ */
58
+ icon?: React.ComponentType<IconBaseProps>;
59
+ /**
60
+ * Visible text label displayed inside the button.
61
+ */
62
+ children: string;
63
+ }
64
+ /**
65
+ * A compact, accessible button component that displays an icon alongside
66
+ * a text label.
67
+ */
68
+ export declare const IconButton: React.FC<IconButtonProps>;
69
+ export {};
70
+ //# sourceMappingURL=IconButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/components/icon-button/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAU,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,uCAAuC,CAAC;AAE/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAmBpB,CAAC;AAEH,KAAK,kBAAkB,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAChE,KAAK,gBAAgB,GAAG,SAAS,GAAG,WAAW,CAAC;AAEhD;;;;;GAKG;AACH,UAAU,eACR,SAAQ,kBAAkB,EAAE,yBAAyB;IACrD;;OAEG;IACH,MAAM,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAE1C;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAchD,CAAC"}
@@ -7,6 +7,7 @@ const iconButtonStyles = tv({
7
7
  base: [
8
8
  "flex",
9
9
  "gap-1",
10
+ "items-center",
10
11
  "transition",
11
12
  "duration-350",
12
13
  "ease-in-out",
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ export type IconBaseProps = React.SVGProps<SVGSVGElement> & {
3
+ label?: string;
4
+ };
5
+ export declare const IconBase: React.FC<IconBaseProps>;
6
+ //# sourceMappingURL=IconBase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconBase.d.ts","sourceRoot":"","sources":["../../../src/components/icons/IconBase.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,GAAG;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAMF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAkB5C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const ArrowDown: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=ArrowDown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowDown.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/ArrowDown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,SAAS,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcrE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const ArrowLeft: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=ArrowLeft.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowLeft.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/ArrowLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,SAAS,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcrE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const ArrowRight: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=ArrowRight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowRight.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/ArrowRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,UAAU,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CActE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const ArrowUp: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=ArrowUp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowUp.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/ArrowUp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcnE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const Calendar: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Calendar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Calendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,QAAQ,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcpE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const Cancel: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Cancel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cancel.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Cancel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,MAAM,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAOlE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const Checkmark: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Checkmark.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkmark.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Checkmark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,SAAS,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAOrE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const Edit: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Edit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Edit.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Edit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,IAAI,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAWhE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const Eye: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Eye.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Eye.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Eye.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,GAAG,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAQ/D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const Fullscreen: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Fullscreen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Fullscreen.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Fullscreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,UAAU,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAWtE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const HeartFilled: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=HeartFilled.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeartFilled.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/HeartFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcvE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const HeartOutline: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=HeartOutline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeartOutline.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/HeartOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,YAAY,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcxE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IconBase } from '../IconBase';
2
+ import * as React from "react";
3
+ export declare const Location: (props: React.ComponentProps<typeof IconBase>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Location.d.ts.map