@atlaskit/tokens 6.1.1 → 6.1.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 6.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
8
+ Internal changes to how border radius is applied.
9
+
10
+ ## 6.1.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [`3b5b4a919aaaf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b5b4a919aaaf) -
15
+ Internal changes to how border radius is applied.
16
+
3
17
  ## 6.1.1
4
18
 
5
19
  ### Patch Changes
@@ -129,6 +129,8 @@ var getThemeStyles = /*#__PURE__*/function () {
129
129
  _context2.t0 = _context2["catch"](1);
130
130
  return _context2.abrupt("return", undefined);
131
131
  case 15:
132
+ return _context2.abrupt("return", undefined);
133
+ case 16:
132
134
  case "end":
133
135
  return _context2.stop();
134
136
  }
@@ -76,6 +76,7 @@ const getThemeStyles = async preferences => {
76
76
  return undefined;
77
77
  }
78
78
  }
79
+ return undefined;
79
80
  })()]);
80
81
  return results.flat().filter(theme => theme !== undefined);
81
82
  };
@@ -118,6 +118,8 @@ var getThemeStyles = /*#__PURE__*/function () {
118
118
  _context2.t0 = _context2["catch"](1);
119
119
  return _context2.abrupt("return", undefined);
120
120
  case 15:
121
+ return _context2.abrupt("return", undefined);
122
+ case 16:
121
123
  case "end":
122
124
  return _context2.stop();
123
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "6.1.1",
3
+ "version": "6.1.3",
4
4
  "description": "Design tokens are the single source of truth to name and store design decisions.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -52,7 +52,7 @@
52
52
  "@atlaskit/docs": "^11.0.0",
53
53
  "@atlaskit/dropdown-menu": "^16.3.0",
54
54
  "@atlaskit/dynamic-table": "^18.2.0",
55
- "@atlaskit/form": "^12.2.0",
55
+ "@atlaskit/form": "^12.4.0",
56
56
  "@atlaskit/grid": "^0.18.0",
57
57
  "@atlaskit/heading": "^5.2.0",
58
58
  "@atlaskit/icon": "^28.1.0",
@@ -61,7 +61,7 @@
61
61
  "@atlaskit/lozenge": "^13.0.0",
62
62
  "@atlaskit/popup": "^4.3.0",
63
63
  "@atlaskit/primitives": "^14.12.0",
64
- "@atlaskit/radio": "^8.2.0",
64
+ "@atlaskit/radio": "^8.3.0",
65
65
  "@atlaskit/section-message": "^8.6.0",
66
66
  "@atlaskit/select": "^21.2.0",
67
67
  "@atlaskit/tag": "^14.1.0",