reykit 1.0.180 → 1.0.182

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.
@@ -0,0 +1,15 @@
1
+ import { ReactNode } from 'react';
2
+ /**
3
+ * Text component of with icon.
4
+ *
5
+ * @param icon - Icon content.
6
+ * @param text - Text content.
7
+ * @param mobileHideIcon - Whether hide icon content on mobile devices.
8
+ * @param mobileHideText - Whether hide text content on mobile devices.
9
+ */
10
+ export declare function IconText({ icon, text, hideMobileIcon, hideMobileText }: {
11
+ icon: ReactNode;
12
+ text: string | ReactNode;
13
+ hideMobileIcon?: boolean;
14
+ hideMobileText?: boolean;
15
+ }): import("react/jsx-runtime").JSX.Element;
@@ -13,4 +13,5 @@ export { Form } from './Form';
13
13
  export { Loading, useLoading } from './Loading';
14
14
  export { Notice, notice } from './Notice';
15
15
  export { type HeaderOption, type SearchOption, type ButtonOption, type OptionName, type RowOption, type SelectRowsOption, Table } from './Table';
16
+ export { IconText } from './Text';
16
17
  export { IconToggle } from './Toggle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.180",
3
+ "version": "1.0.182",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [