@xsolla/xui-layout 0.74.0 → 0.76.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.
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Flowtype definitions for index
3
+ * Generated by Flowgen from a Typescript Definition
4
+ * Flowgen v1.21.0
5
+ * @flow
6
+ */
7
+
8
+ declare export * from "@xsolla/xui-field-group";
9
+ declare export * from "@xsolla/xui-list";
10
+ declare export * from "@xsolla/xui-modal";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-layout",
3
- "version": "0.74.0",
3
+ "version": "0.76.0",
4
4
  "main": "./web/index.js",
5
5
  "types": "./web/index.d.ts",
6
6
  "scripts": {
@@ -12,9 +12,9 @@
12
12
  "styled-components": ">=4"
13
13
  },
14
14
  "dependencies": {
15
- "@xsolla/xui-field-group": "0.74.0",
16
- "@xsolla/xui-list": "0.74.0",
17
- "@xsolla/xui-modal": "0.74.0"
15
+ "@xsolla/xui-field-group": "0.76.0",
16
+ "@xsolla/xui-list": "0.76.0",
17
+ "@xsolla/xui-modal": "0.76.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^4.0.18",
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Flowtype definitions for index
3
+ * Generated by Flowgen from a Typescript Definition
4
+ * Flowgen v1.21.0
5
+ * @flow
6
+ */
7
+
8
+ declare export * from "@xsolla/xui-field-group";
9
+ declare export * from "@xsolla/xui-list";
10
+ declare export * from "@xsolla/xui-modal";