@atlaskit/user-picker 10.27.4 → 10.27.6

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/user-picker
2
2
 
3
+ ## 10.27.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.27.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [#175903](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/175903)
14
+ [`2ca189c92ad1e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ca189c92ad1e) -
15
+ Typography uplift, use ADS tokens
16
+
3
17
  ## 10.27.4
4
18
 
5
19
  ### Patch Changes
@@ -12,7 +12,7 @@ var _utils = require("./components/utils");
12
12
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
13
13
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
14
14
  var packageName = "@atlaskit/user-picker";
15
- var packageVersion = "10.27.4";
15
+ var packageVersion = "10.27.6";
16
16
  var UUID_REGEXP_TEAMS_GROUPS = /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
17
17
  var UUID_REGEXP_OLD_AAID = /^[a-fA-F0-9]{1,8}:[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
18
18
  var UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
@@ -106,8 +106,6 @@ var getStyles = exports.getStyles = (0, _memoizeOne.default)(function (width, is
106
106
  },
107
107
  multiValueLabel: function multiValueLabel(css) {
108
108
  return _objectSpread(_objectSpread({}, css), {}, {
109
- // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
110
- fontSize: '100%',
111
109
  display: 'flex'
112
110
  });
113
111
  },
@@ -2,7 +2,7 @@ import { createAndFireEvent } from '@atlaskit/analytics-next';
2
2
  import { v4 as uuidv4 } from 'uuid';
3
3
  import { isCustom, isExternalUser } from './components/utils';
4
4
  const packageName = "@atlaskit/user-picker";
5
- const packageVersion = "10.27.4";
5
+ const packageVersion = "10.27.6";
6
6
  const UUID_REGEXP_TEAMS_GROUPS = /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
7
7
  const UUID_REGEXP_OLD_AAID = /^[a-fA-F0-9]{1,8}:[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
8
8
  const UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
@@ -93,8 +93,6 @@ export const getStyles = memoizeOne((width, isMulti, isCompact, overrideStyles,
93
93
  }),
94
94
  multiValueLabel: css => ({
95
95
  ...css,
96
- // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
97
- fontSize: '100%',
98
96
  display: 'flex'
99
97
  }),
100
98
  multiValueRemove: css => ({
@@ -5,7 +5,7 @@ import { createAndFireEvent } from '@atlaskit/analytics-next';
5
5
  import { v4 as uuidv4 } from 'uuid';
6
6
  import { isCustom, isExternalUser } from './components/utils';
7
7
  var packageName = "@atlaskit/user-picker";
8
- var packageVersion = "10.27.4";
8
+ var packageVersion = "10.27.6";
9
9
  var UUID_REGEXP_TEAMS_GROUPS = /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
10
10
  var UUID_REGEXP_OLD_AAID = /^[a-fA-F0-9]{1,8}:[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
11
11
  var UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
@@ -99,8 +99,6 @@ export var getStyles = memoizeOne(function (width, isMulti, isCompact, overrideS
99
99
  },
100
100
  multiValueLabel: function multiValueLabel(css) {
101
101
  return _objectSpread(_objectSpread({}, css), {}, {
102
- // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
103
- fontSize: '100%',
104
102
  display: 'flex'
105
103
  });
106
104
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "10.27.4",
3
+ "version": "10.27.6",
4
4
  "description": "Fabric component for display a dropdown to select a user from",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -46,21 +46,21 @@
46
46
  "access": "public"
47
47
  },
48
48
  "dependencies": {
49
- "@atlaskit/analytics-next": "^10.1.0",
49
+ "@atlaskit/analytics-next": "^10.2.0",
50
50
  "@atlaskit/avatar": "^21.17.0",
51
- "@atlaskit/icon": "^23.0.0",
52
- "@atlaskit/logo": "^15.0.0",
51
+ "@atlaskit/icon": "^23.1.0",
52
+ "@atlaskit/logo": "^15.1.0",
53
53
  "@atlaskit/lozenge": "^11.12.0",
54
54
  "@atlaskit/people-teams-ui-public": "^1.7.0",
55
55
  "@atlaskit/platform-feature-flags": "^0.3.0",
56
56
  "@atlaskit/popper": "^6.3.0",
57
57
  "@atlaskit/primitives": "^13.3.0",
58
- "@atlaskit/select": "^18.7.0",
58
+ "@atlaskit/select": "^18.8.0",
59
59
  "@atlaskit/spinner": "^16.3.0",
60
60
  "@atlaskit/teams-avatar": "^1.1.0",
61
61
  "@atlaskit/theme": "^14.0.0",
62
62
  "@atlaskit/tokens": "^2.4.0",
63
- "@atlaskit/tooltip": "^18.9.0",
63
+ "@atlaskit/tooltip": "^19.0.0",
64
64
  "@atlaskit/ufo": "^0.3.0",
65
65
  "@babel/runtime": "^7.0.0",
66
66
  "@emotion/react": "^11.7.1",