@particle-network/ui-react 0.0.10 → 0.0.11

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.
@@ -15,10 +15,10 @@ export interface TextProps extends React.HTMLAttributes<HTMLSpanElement> {
15
15
  * | body1Bold | 14px | 500 |
16
16
  * | body2 | 12px | 400 |
17
17
  * | body2Bold | 12px | 500 |
18
- * | body3 | 10px | 400 |
19
- * | body3Bold | 10px | 500 |
20
- * | caption1 | 8px | 400 |
21
- * | caption1Bold | 8px | 500 |
18
+ * | body3 | 11px | 400 |
19
+ * | body3Bold | 11px | 500 |
20
+ * | caption1 | 10px | 400 |
21
+ * | caption1Bold | 10px | 500 |
22
22
  */
23
23
  variant?: TextVariant;
24
24
  /**
@@ -50,19 +50,19 @@ export interface TextProps extends React.HTMLAttributes<HTMLSpanElement> {
50
50
  */
51
51
  body2Bold?: boolean;
52
52
  /**
53
- * `10px 400`
53
+ * `11px 400`
54
54
  */
55
55
  body3?: boolean;
56
56
  /**
57
- * `10px 500`
57
+ * `11px 500`
58
58
  */
59
59
  body3Bold?: boolean;
60
60
  /**
61
- * `8px 400`
61
+ * `10px 400`
62
62
  */
63
63
  caption1?: boolean;
64
64
  /**
65
- * `8px 500`
65
+ * `10px 500`
66
66
  */
67
67
  caption1Bold?: boolean;
68
68
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {