@atlaskit/link-datasource 4.21.1 → 4.21.2

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,13 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.21.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`beaa6ee463aa8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/beaa6ee463aa8) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
3
11
  ## 4.21.1
4
12
 
5
13
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
 
2
- ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}._1bsb1pna{width:420px}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._1bsb1pna{width:420px}
3
3
  ._4t3i7iqz{height:87pt}
@@ -21,7 +21,7 @@ var _messages = require("./messages");
21
21
  var _excluded = ["triggerRef"];
22
22
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
23
23
  var styles = {
24
- dropDownItemGroupStyles: "_2rkoglpi _1bsb1pna _4t3i7iqz"
24
+ dropDownItemGroupStyles: "_2rko12b0 _1bsb1pna _4t3i7iqz"
25
25
  };
26
26
  var InlineIcon = /*#__PURE__*/_react.default.createElement("svg", {
27
27
  xmlns: "http://www.w3.org/2000/svg",
@@ -1,3 +1,3 @@
1
1
 
2
- ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}._1bsb1pna{width:420px}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._1bsb1pna{width:420px}
3
3
  ._4t3i7iqz{height:87pt}
@@ -10,7 +10,7 @@ import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
10
10
  import { Box } from '@atlaskit/primitives/compiled';
11
11
  import { displayViewDropDownMessages } from './messages';
12
12
  const styles = {
13
- dropDownItemGroupStyles: "_2rkoglpi _1bsb1pna _4t3i7iqz"
13
+ dropDownItemGroupStyles: "_2rko12b0 _1bsb1pna _4t3i7iqz"
14
14
  };
15
15
  const InlineIcon = /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
@@ -1,3 +1,3 @@
1
1
 
2
- ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}._1bsb1pna{width:420px}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._1bsb1pna{width:420px}
3
3
  ._4t3i7iqz{height:87pt}
@@ -12,7 +12,7 @@ import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
12
12
  import { Box } from '@atlaskit/primitives/compiled';
13
13
  import { displayViewDropDownMessages } from './messages';
14
14
  var styles = {
15
- dropDownItemGroupStyles: "_2rkoglpi _1bsb1pna _4t3i7iqz"
15
+ dropDownItemGroupStyles: "_2rko12b0 _1bsb1pna _4t3i7iqz"
16
16
  };
17
17
  var InlineIcon = /*#__PURE__*/React.createElement("svg", {
18
18
  xmlns: "http://www.w3.org/2000/svg",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.21.1",
3
+ "version": "4.21.2",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -43,12 +43,12 @@
43
43
  "@atlaskit/avatar-group": "^12.2.0",
44
44
  "@atlaskit/badge": "^18.1.0",
45
45
  "@atlaskit/button": "^23.4.0",
46
- "@atlaskit/css": "^0.12.0",
46
+ "@atlaskit/css": "^0.13.0",
47
47
  "@atlaskit/datetime-picker": "^17.0.0",
48
48
  "@atlaskit/dropdown-menu": "^16.3.0",
49
49
  "@atlaskit/editor-prosemirror": "7.0.0",
50
50
  "@atlaskit/empty-state": "^10.1.0",
51
- "@atlaskit/flag": "^17.3.0",
51
+ "@atlaskit/flag": "^17.4.0",
52
52
  "@atlaskit/form": "^12.4.0",
53
53
  "@atlaskit/heading": "^5.2.0",
54
54
  "@atlaskit/icon": "^28.1.0",
@@ -74,16 +74,16 @@
74
74
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
75
75
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
76
76
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
77
- "@atlaskit/primitives": "^14.12.0",
77
+ "@atlaskit/primitives": "^14.13.0",
78
78
  "@atlaskit/react-select": "^3.5.0",
79
79
  "@atlaskit/select": "^21.2.0",
80
- "@atlaskit/smart-card": "^40.17.0",
80
+ "@atlaskit/smart-card": "^40.19.0",
81
81
  "@atlaskit/smart-user-picker": "^8.2.0",
82
82
  "@atlaskit/spinner": "^19.0.0",
83
83
  "@atlaskit/tag": "^14.1.0",
84
84
  "@atlaskit/textfield": "^8.0.0",
85
85
  "@atlaskit/theme": "^20.0.0",
86
- "@atlaskit/tokens": "^6.1.0",
86
+ "@atlaskit/tokens": "^6.2.0",
87
87
  "@atlaskit/tooltip": "^20.4.0",
88
88
  "@atlaskit/ufo": "^0.4.0",
89
89
  "@atlaskit/width-detector": "^5.0.0",