reykit 1.0.230 → 1.0.232

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.
@@ -9,13 +9,21 @@ import { default as ReactMarkdown } from 'react-markdown';
9
9
  * @param mobileHideIcon - Whether hide icon content on mobile devices.
10
10
  * @param mobileHideText - Whether hide text content on mobile devices.
11
11
  */
12
- export declare function IconText({ icon, text, url, hideMobileIcon, hideMobileText }: {
12
+ export declare function IconText({ icon, text, url, hideMobileIcon, hideMobileText, className, ...args }: {
13
13
  icon: ReactNode;
14
14
  text: string | ReactNode;
15
15
  url?: string;
16
16
  hideMobileIcon?: boolean;
17
17
  hideMobileText?: boolean;
18
- }): import("react/jsx-runtime").JSX.Element;
18
+ } & ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
19
+ /**
20
+ * Text component of with multiple badges.
21
+ *
22
+ * @param texts - Text list.
23
+ */
24
+ export declare function TextBadges({ texts, className, ...args }: {
25
+ texts: string[];
26
+ } & ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
19
27
  /**
20
28
  * Text component of support Markdown.
21
29
  */
@@ -13,5 +13,5 @@ export { Form } from './Form';
13
13
  export { PopupImage, PopupVideo, CarouselMedia } from './Media';
14
14
  export { Notice, notice } from './Notice';
15
15
  export { type TableFieldOption, type TableSearchOption, type TableButtonOption, type TableRowOption, type TableSelectRowsOption, Table } from './Table';
16
- export { IconText, MarkdownText } from './Text';
16
+ export { IconText, TextBadges, MarkdownText } from './Text';
17
17
  export { IconToggle } from './Toggle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.230",
3
+ "version": "1.0.232",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [