@bitrise/bitkit-v2 0.3.115 → 0.3.116

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.
@@ -760,9 +760,15 @@ declare const tokens: {
760
760
  '4': {
761
761
  value: string;
762
762
  };
763
+ '6': {
764
+ value: string;
765
+ };
763
766
  '8': {
764
767
  value: string;
765
768
  };
769
+ '10': {
770
+ value: string;
771
+ };
766
772
  '12': {
767
773
  value: string;
768
774
  };
@@ -5,9 +5,15 @@ declare const radii: {
5
5
  '4': {
6
6
  value: string;
7
7
  };
8
+ '6': {
9
+ value: string;
10
+ };
8
11
  '8': {
9
12
  value: string;
10
13
  };
14
+ '10': {
15
+ value: string;
16
+ };
11
17
  '12': {
12
18
  value: string;
13
19
  };
@@ -6,9 +6,15 @@ const a = e.radii({
6
6
  4: {
7
7
  value: "0.25rem"
8
8
  },
9
+ 6: {
10
+ value: "0.375rem"
11
+ },
9
12
  8: {
10
13
  value: "0.5rem"
11
14
  },
15
+ 10: {
16
+ value: "0.625rem"
17
+ },
12
18
  12: {
13
19
  value: "0.75rem"
14
20
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.115",
4
+ "version": "0.3.116",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",