@xsolla/xui-bounding 0.119.0 → 0.120.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-bounding",
3
- "version": "0.119.0",
3
+ "version": "0.120.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -10,8 +10,8 @@
10
10
  "build:native": "PLATFORM=native tsup"
11
11
  },
12
12
  "dependencies": {
13
- "@xsolla/xui-core": "0.119.0",
14
- "@xsolla/xui-primitives-core": "0.119.0"
13
+ "@xsolla/xui-core": "0.120.0",
14
+ "@xsolla/xui-primitives-core": "0.120.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">=16.8.0",
@@ -1,35 +0,0 @@
1
- /**
2
- * Flowtype definitions for index
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.21.0
5
- * @flow
6
- */
7
-
8
- import * as react from "react";
9
- import { Node } from "react";
10
- import { BoxProps } from "@xsolla/xui-primitives-core";
11
- declare type BoundingProps = {
12
- /**
13
- * Property to specify the content of the bounding container.
14
- */
15
- children: Node,
16
-
17
- /**
18
- * Property specifies whether the component can be resized based on the size of its content.
19
- */
20
- flexible?: boolean,
21
-
22
- /**
23
- * Property for the ability to specify to decrease without restrictions.
24
- */
25
- minimal?: boolean,
26
- minWidth?: number | string,
27
- maxWidth?: number | string,
28
- ...
29
- } & $Diff<BoxProps, { children: any }>;
30
- declare var Bounding: react.ForwardRefExoticComponent<{
31
- ...BoundingProps,
32
- ...react.RefAttributes<any>,
33
- }>;
34
- export type { BoundingProps };
35
- declare export { Bounding };
package/web/index.js.flow DELETED
@@ -1,35 +0,0 @@
1
- /**
2
- * Flowtype definitions for index
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.21.0
5
- * @flow
6
- */
7
-
8
- import * as react from "react";
9
- import { Node } from "react";
10
- import { BoxProps } from "@xsolla/xui-primitives-core";
11
- declare type BoundingProps = {
12
- /**
13
- * Property to specify the content of the bounding container.
14
- */
15
- children: Node,
16
-
17
- /**
18
- * Property specifies whether the component can be resized based on the size of its content.
19
- */
20
- flexible?: boolean,
21
-
22
- /**
23
- * Property for the ability to specify to decrease without restrictions.
24
- */
25
- minimal?: boolean,
26
- minWidth?: number | string,
27
- maxWidth?: number | string,
28
- ...
29
- } & $Diff<BoxProps, { children: any }>;
30
- declare var Bounding: react.ForwardRefExoticComponent<{
31
- ...BoundingProps,
32
- ...react.RefAttributes<any>,
33
- }>;
34
- export type { BoundingProps };
35
- declare export { Bounding };