@atlaskit/link-datasource 6.1.10 → 6.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 6.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f02f8c37640f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f02f8c37640f3) -
8
+ Migrate deprecated Badge appearance values to the new semantic appearances.
9
+
3
10
  ## 6.1.10
4
11
 
5
12
  ### Patch Changes
@@ -83,7 +83,7 @@ var PopupTrigger = /*#__PURE__*/(0, _react.forwardRef)(function (_ref2, ref) {
83
83
  xcss: styles.badgeStyles,
84
84
  alignItems: "center"
85
85
  }, /*#__PURE__*/_react.default.createElement(_badge.default, {
86
- appearance: "primary"
86
+ appearance: "informationBold"
87
87
  }, "+", selectedOptions.length - 1))));
88
88
  }, [firstOption, hasOptions, isDisabled, isSelected, label, selectedOptions, triggerButtonTestId, ref]);
89
89
 
@@ -65,7 +65,7 @@ const PopupTrigger = /*#__PURE__*/forwardRef(({
65
65
  xcss: styles.badgeStyles,
66
66
  alignItems: "center"
67
67
  }, /*#__PURE__*/React.createElement(Badge, {
68
- appearance: "primary"
68
+ appearance: "informationBold"
69
69
  }, "+", selectedOptions.length - 1)))), [firstOption, hasOptions, isDisabled, isSelected, label, selectedOptions, triggerButtonTestId, ref]);
70
70
 
71
71
  /**
@@ -74,7 +74,7 @@ var PopupTrigger = /*#__PURE__*/forwardRef(function (_ref2, ref) {
74
74
  xcss: styles.badgeStyles,
75
75
  alignItems: "center"
76
76
  }, /*#__PURE__*/React.createElement(Badge, {
77
- appearance: "primary"
77
+ appearance: "informationBold"
78
78
  }, "+", selectedOptions.length - 1))));
79
79
  }, [firstOption, hasOptions, isDisabled, isSelected, label, selectedOptions, triggerButtonTestId, ref]);
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "6.1.10",
3
+ "version": "6.1.11",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -80,7 +80,7 @@
80
80
  "@atlaskit/react-compiler-gating": "^0.2.0",
81
81
  "@atlaskit/react-select": "^4.5.0",
82
82
  "@atlaskit/select": "^22.5.0",
83
- "@atlaskit/smart-card": "^45.9.0",
83
+ "@atlaskit/smart-card": "^45.10.0",
84
84
  "@atlaskit/smart-user-picker": "^11.1.0",
85
85
  "@atlaskit/spinner": "^20.1.0",
86
86
  "@atlaskit/tag": "^15.3.0",