next-flow-interface 0.25.9 → 0.25.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -15
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -86,7 +86,6 @@ import { StoredRhineVar } from "rhine-var";
86
86
  import { SwitchProps } from "antd";
87
87
  import { Texture } from "@babylonjs/core";
88
88
  import { TextureBlock } from "@babylonjs/core";
89
- import { ThemeConfig } from "antd";
90
89
  import { ToggleEventHandler } from "react";
91
90
  import { TouchEvent as TouchEvent_2 } from "react";
92
91
  import { TouchEventHandler } from "react";
@@ -4564,6 +4563,7 @@ export declare interface RsdNumberProps extends DivPropsSimple {
4564
4563
  min?: number;
4565
4564
  max?: number;
4566
4565
  step?: number;
4566
+ unit?: string;
4567
4567
  }
4568
4568
 
4569
4569
  /**
@@ -7212,20 +7212,6 @@ export declare enum ThemeColor {
7212
7212
  PINK = "PINK",
7213
7213
  }
7214
7214
 
7215
- /**
7216
- * @public
7217
- */
7218
- export declare function ThemeProvider(props: ThemeProviderProps): JSX.Element;
7219
-
7220
- /**
7221
- * @public
7222
- */
7223
- export declare interface ThemeProviderProps {
7224
- children?: React.ReactNode;
7225
- color?: ThemeColor;
7226
- background?: Theme;
7227
- }
7228
-
7229
7215
  /**
7230
7216
  * @public
7231
7217
  */
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "valtio": "2.1.7",
38
38
  "rhine-var": "0.11.2"
39
39
  },
40
- "version": "0.25.9",
40
+ "version": "0.25.12",
41
41
  "author": "NextFlow",
42
42
  "license": "Apache-2.0",
43
43
  "keywords": [