next-flow-interface 0.25.3 → 0.25.9

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 +7 -20
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2390,7 +2390,7 @@ export declare interface IconPlugin extends BasePlugin {
2390
2390
  position: IconPluginPosition;
2391
2391
  group: string;
2392
2392
  label: string;
2393
- color: ThemeColor;
2393
+ theme: ThemeColor;
2394
2394
  open: boolean;
2395
2395
  icon: MixView<IconViewProps>;
2396
2396
  onEnabledChange?: (value: boolean, e: MouseEvent) => void;
@@ -4514,24 +4514,6 @@ export declare interface RsdInputProps extends DivPropsSimple {
4514
4514
  maxLength?: number;
4515
4515
  }
4516
4516
 
4517
- /**
4518
- * @public
4519
- */
4520
- export declare function RsdMentions(props: RsdMentionsProps): JSX.Element;
4521
-
4522
- /**
4523
- * @public
4524
- */
4525
- export declare interface RsdMentionsProps extends DivPropsSimple {
4526
- value: string;
4527
- onChange: (value: string) => void;
4528
- type?: "text" | "number" | "password";
4529
- placeholder?: string;
4530
- className?: string;
4531
- theme?: string;
4532
- rows?: number;
4533
- }
4534
-
4535
4517
  /**
4536
4518
  * @public
4537
4519
  */
@@ -7244,8 +7226,14 @@ export declare interface ThemeProviderProps {
7244
7226
  background?: Theme;
7245
7227
  }
7246
7228
 
7229
+ /**
7230
+ * @public
7231
+ */
7247
7232
  export declare function ThemeRoot(props: ThemeRootProps): JSX.Element;
7248
7233
 
7234
+ /**
7235
+ * @public
7236
+ */
7249
7237
  export declare interface ThemeRootProps extends DivProps {
7250
7238
  theme?: Theme.LIGHT | Theme.DARK;
7251
7239
  themeColor?: ThemeColor;
@@ -7805,4 +7793,3 @@ export declare const rsNodeMaterialAnalyzer: RsNodeMaterialAnalyzer;
7805
7793
  export declare const rsSceneService: RsSceneService;
7806
7794
  export declare const rsTransformGround: RsTransformGround;
7807
7795
  export declare const rvMeetingService: RvMeetingService;
7808
- export declare const ThemeBackground: unknown;
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.3",
40
+ "version": "0.25.9",
41
41
  "author": "NextFlow",
42
42
  "license": "Apache-2.0",
43
43
  "keywords": [