softable-pixels-web 1.1.11 → 1.1.12
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.
- package/dist/button.d.ts +1 -1
- package/dist/context-menu.d.ts +1 -1
- package/dist/{index-BEYuns0J.d.ts → index-1YYtbF0L.d.ts} +3 -3
- package/dist/{index-CzEEfYGt.d.ts → index-9C4mXvTd.d.ts} +5 -5
- package/dist/{index-f_SVHVSD.d.ts → index-CrdY8el_.d.ts} +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/tab-switch.d.ts +1 -1
- package/dist/typography.d.ts +2 -2
- package/package.json +1 -1
package/dist/button.d.ts
CHANGED
package/dist/context-menu.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as types_d_exports, t as ContextMenu } from "./index-
|
|
1
|
+
import { n as types_d_exports, t as ContextMenu } from "./index-CrdY8el_.js";
|
|
2
2
|
export { ContextMenu, types_d_exports as T };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as CommonStyleProps } from "./styleProps-DUR9j3g2.js";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/commons/toolkit/TabSwitch/styles.d.ts
|
|
6
6
|
declare function createTabSwitchStyles<T>(props: TabSwitchProps<T>): {
|
|
@@ -41,7 +41,7 @@ interface TabSwitchProps<T> extends CommonStyleProps {
|
|
|
41
41
|
}
|
|
42
42
|
//#endregion
|
|
43
43
|
//#region src/components/commons/toolkit/TabSwitch/index.d.ts
|
|
44
|
-
declare const TabSwitch: <T>(props: TabSwitchProps<T>) =>
|
|
44
|
+
declare const TabSwitch: <T>(props: TabSwitchProps<T>) => react_jsx_runtime2.JSX.Element;
|
|
45
45
|
//#endregion
|
|
46
46
|
export { SwitchOption as n, TabSwitchProps as r, TabSwitch as t };
|
|
47
|
-
//# sourceMappingURL=index-
|
|
47
|
+
//# sourceMappingURL=index-1YYtbF0L.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as PaddingProps } from "./styleProps-DUR9j3g2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { r as TypeStyles } from "./useThemedStyles-Cqb6BuHm.js";
|
|
3
3
|
import { n as TypographyVariant } from "./types-DbQDtnbC.js";
|
|
4
4
|
import React, { MouseEvent, ReactNode } from "react";
|
|
5
5
|
|
|
@@ -60,11 +60,11 @@ interface ButtonProps extends PaddingProps {
|
|
|
60
60
|
labelVariant?: TypographyVariant;
|
|
61
61
|
/** Size of the button */
|
|
62
62
|
size?: ButtonSize | (string & {});
|
|
63
|
-
/** Font size of the button label */
|
|
64
|
-
fontSize?: string;
|
|
65
63
|
/** Icon displayed before the label */
|
|
66
64
|
startIcon?: ReactNode;
|
|
67
|
-
|
|
65
|
+
/** Font size of the button label */
|
|
66
|
+
fontSize?: string;
|
|
67
|
+
styles?: TypeStyles<typeof createButtonStyles>;
|
|
68
68
|
/** Icon displayed after the label */
|
|
69
69
|
endIcon?: ReactNode;
|
|
70
70
|
/**
|
|
@@ -116,4 +116,4 @@ interface ButtonProps extends PaddingProps {
|
|
|
116
116
|
declare const Button: React.FC<ButtonProps>;
|
|
117
117
|
//#endregion
|
|
118
118
|
export { Button as t };
|
|
119
|
-
//# sourceMappingURL=index-
|
|
119
|
+
//# sourceMappingURL=index-9C4mXvTd.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as Placement } from "./types-BvquWQ1G.js";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region rolldown:runtime
|
|
6
6
|
//#endregion
|
|
@@ -65,7 +65,7 @@ interface ContextMenuProps<T> {
|
|
|
65
65
|
}
|
|
66
66
|
//#endregion
|
|
67
67
|
//#region src/components/commons/toolkit/ContextMenu/index.d.ts
|
|
68
|
-
declare const ContextMenu: <T extends string>(props: ContextMenuProps<T>) =>
|
|
68
|
+
declare const ContextMenu: <T extends string>(props: ContextMenuProps<T>) => react_jsx_runtime1.JSX.Element;
|
|
69
69
|
//#endregion
|
|
70
70
|
export { types_d_exports as n, ContextMenu as t };
|
|
71
|
-
//# sourceMappingURL=index-
|
|
71
|
+
//# sourceMappingURL=index-CrdY8el_.d.ts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as types_d_exports, t as ContextMenu } from "./index-
|
|
1
|
+
import { n as types_d_exports, t as ContextMenu } from "./index-CrdY8el_.js";
|
|
2
2
|
import "./types-DbQDtnbC.js";
|
|
3
|
-
import { t as Button } from "./index-
|
|
3
|
+
import { t as Button } from "./index-9C4mXvTd.js";
|
|
4
4
|
import { t as IconButton } from "./index-Ca7r_UeJ.js";
|
|
5
5
|
import { t as Input } from "./index-Bcu8I591.js";
|
|
6
6
|
import { t as TextArea } from "./index-C7Mip6Lj.js";
|
|
@@ -9,7 +9,7 @@ import { t as Checkbox } from "./index-OWMf00jk.js";
|
|
|
9
9
|
import { InfoSummary, InfoSummaryItem, InfoSummaryProps } from "./info-summary.js";
|
|
10
10
|
import { t as Popover } from "./index-Dd5yjyJK.js";
|
|
11
11
|
import { t as Switch } from "./index-DewFmT68.js";
|
|
12
|
-
import { n as SwitchOption, r as TabSwitchProps, t as TabSwitch } from "./index-
|
|
12
|
+
import { n as SwitchOption, r as TabSwitchProps, t as TabSwitch } from "./index-1YYtbF0L.js";
|
|
13
13
|
import { Typography } from "./typography.js";
|
|
14
14
|
import { a as ThemeName, c as ThemeRegistry, i as ThemeMode, l as ThemeTokens, n as useTheme, o as ThemePersistence, r as ThemeContextData, s as ThemeProviderProps, t as ThemeProvider } from "./index-CCiP7SPG.js";
|
|
15
15
|
import { useDismiss } from "./use-dismiss.js";
|
package/dist/tab-switch.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as SwitchOption, r as TabSwitchProps, t as TabSwitch } from "./index-
|
|
1
|
+
import { n as SwitchOption, r as TabSwitchProps, t as TabSwitch } from "./index-1YYtbF0L.js";
|
|
2
2
|
export { SwitchOption, TabSwitch, TabSwitchProps };
|
package/dist/typography.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as TypographyProps } from "./types-DbQDtnbC.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/commons/toolkit/Typography/index.d.ts
|
|
5
|
-
declare function Typography(props: TypographyProps):
|
|
5
|
+
declare function Typography(props: TypographyProps): react_jsx_runtime0.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { Typography };
|
|
8
8
|
//# sourceMappingURL=typography.d.ts.map
|