@xsolla/xui-badge 0.119.0 → 0.121.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-badge",
3
- "version": "0.119.0",
3
+ "version": "0.121.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -14,8 +14,8 @@
14
14
  "test:coverage": "vitest run --coverage"
15
15
  },
16
16
  "dependencies": {
17
- "@xsolla/xui-core": "0.119.0",
18
- "@xsolla/xui-primitives-core": "0.119.0"
17
+ "@xsolla/xui-core": "0.121.0",
18
+ "@xsolla/xui-primitives-core": "0.121.0"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": ">=16.8.0",
@@ -1,28 +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 React from "react";
9
- declare interface BadgeProps {
10
- children?: React.ReactNode;
11
- icon?: React.ReactNode;
12
- size?: "xl" | "lg" | "md" | "sm" | "xs";
13
- tone?:
14
- | "primary"
15
- | "secondary"
16
- | "brand"
17
- | "brandExtra"
18
- | "success"
19
- | "warning"
20
- | "alert"
21
- | "neutral";
22
- showStroke?: boolean;
23
- "aria-label"?: string;
24
- "aria-hidden"?: boolean;
25
- }
26
- declare var Badge: React.FC<BadgeProps>;
27
- export type { BadgeProps };
28
- declare export { Badge };
package/web/index.js.flow DELETED
@@ -1,28 +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 React from "react";
9
- declare interface BadgeProps {
10
- children?: React.ReactNode;
11
- icon?: React.ReactNode;
12
- size?: "xl" | "lg" | "md" | "sm" | "xs";
13
- tone?:
14
- | "primary"
15
- | "secondary"
16
- | "brand"
17
- | "brandExtra"
18
- | "success"
19
- | "warning"
20
- | "alert"
21
- | "neutral";
22
- showStroke?: boolean;
23
- "aria-label"?: string;
24
- "aria-hidden"?: boolean;
25
- }
26
- declare var Badge: React.FC<BadgeProps>;
27
- export type { BadgeProps };
28
- declare export { Badge };