@atlaskit/mention 24.1.0 → 24.1.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,17 @@
1
1
  # @atlaskit/mention
2
2
 
3
+ ## 24.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 24.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 24.1.0
4
16
 
5
17
  ### Minor Changes
@@ -44,6 +44,9 @@
44
44
  {
45
45
  "path": "../../../design-system/primitives/afm-jira/tsconfig.json"
46
46
  },
47
+ {
48
+ "path": "../../../people-and-teams/teams-avatar/afm-jira/tsconfig.json"
49
+ },
47
50
  {
48
51
  "path": "../../../design-system/theme/afm-jira/tsconfig.json"
49
52
  },
@@ -44,6 +44,9 @@
44
44
  {
45
45
  "path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
46
46
  },
47
+ {
48
+ "path": "../../../people-and-teams/teams-avatar/afm-post-office/tsconfig.json"
49
+ },
47
50
  {
48
51
  "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
49
52
  },
@@ -12,7 +12,7 @@ var _colors = require("@atlaskit/theme/colors");
12
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
13
13
  var DescriptionBylineStyle = exports.DescriptionBylineStyle = _styled.default.span({
14
14
  color: "var(--ds-text-subtlest, ".concat(_colors.N100, ")"),
15
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
15
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
16
16
  marginTop: "var(--ds-space-025, 2px)",
17
17
  display: 'block',
18
18
  overflow: 'hidden',
@@ -75,7 +75,7 @@ var TimeStyle = exports.TimeStyle = _styled.default.div({
75
75
  marginLeft: "var(--ds-space-250, 20px)",
76
76
  flex: 'none',
77
77
  color: "var(--ds-text-subtlest, ".concat(_colors.N100, ")"),
78
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
78
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
79
79
  });
80
80
  var MENTION_ITEM_HEIGHT = exports.MENTION_ITEM_HEIGHT = 48;
81
81
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-dynamic-styles -- Ignored via go/DSP-18766
@@ -12,7 +12,7 @@ var _types = require("../types");
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/mention";
15
- var packageVersion = "24.1.0";
15
+ var packageVersion = "24.1.2";
16
16
  var SLI_EVENT_TYPE = exports.SLI_EVENT_TYPE = 'sli';
17
17
  var SMART_EVENT_TYPE = exports.SMART_EVENT_TYPE = 'smart';
18
18
  var fireAnalyticsMentionTypeaheadEvent = exports.fireAnalyticsMentionTypeaheadEvent = function fireAnalyticsMentionTypeaheadEvent(props) {
@@ -4,7 +4,7 @@ import { N100 } from '@atlaskit/theme/colors';
4
4
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
5
5
  export const DescriptionBylineStyle = styled.span({
6
6
  color: `var(--ds-text-subtlest, ${N100})`,
7
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
7
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
8
8
  marginTop: "var(--ds-space-025, 2px)",
9
9
  display: 'block',
10
10
  overflow: 'hidden',
@@ -61,7 +61,7 @@ export const TimeStyle = styled.div({
61
61
  marginLeft: "var(--ds-space-250, 20px)",
62
62
  flex: 'none',
63
63
  color: `var(--ds-text-subtlest, ${N100})`,
64
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
64
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
65
65
  });
66
66
  export const MENTION_ITEM_HEIGHT = 48;
67
67
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-dynamic-styles -- Ignored via go/DSP-18766
@@ -2,7 +2,7 @@ import { OPERATIONAL_EVENT_TYPE, UI_EVENT_TYPE } from '@atlaskit/analytics-gas-t
2
2
  import { ELEMENTS_CHANNEL } from '../_constants';
3
3
  import { ComponentNames, isSpecialMentionText } from '../types';
4
4
  const packageName = "@atlaskit/mention";
5
- const packageVersion = "24.1.0";
5
+ const packageVersion = "24.1.2";
6
6
  export const SLI_EVENT_TYPE = 'sli';
7
7
  export const SMART_EVENT_TYPE = 'smart';
8
8
  export const fireAnalyticsMentionTypeaheadEvent = props => (action, duration, userIds = [], query) => {
@@ -4,7 +4,7 @@ import { N100 } from '@atlaskit/theme/colors';
4
4
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
5
5
  export var DescriptionBylineStyle = styled.span({
6
6
  color: "var(--ds-text-subtlest, ".concat(N100, ")"),
7
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
7
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
8
8
  marginTop: "var(--ds-space-025, 2px)",
9
9
  display: 'block',
10
10
  overflow: 'hidden',
@@ -67,7 +67,7 @@ export var TimeStyle = styled.div({
67
67
  marginLeft: "var(--ds-space-250, 20px)",
68
68
  flex: 'none',
69
69
  color: "var(--ds-text-subtlest, ".concat(N100, ")"),
70
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
70
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
71
71
  });
72
72
  export var MENTION_ITEM_HEIGHT = 48;
73
73
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-dynamic-styles -- Ignored via go/DSP-18766
@@ -5,7 +5,7 @@ import { OPERATIONAL_EVENT_TYPE, UI_EVENT_TYPE } from '@atlaskit/analytics-gas-t
5
5
  import { ELEMENTS_CHANNEL } from '../_constants';
6
6
  import { ComponentNames, isSpecialMentionText } from '../types';
7
7
  var packageName = "@atlaskit/mention";
8
- var packageVersion = "24.1.0";
8
+ var packageVersion = "24.1.2";
9
9
  export var SLI_EVENT_TYPE = 'sli';
10
10
  export var SMART_EVENT_TYPE = 'smart';
11
11
  export var fireAnalyticsMentionTypeaheadEvent = function fireAnalyticsMentionTypeaheadEvent(props) {
package/package.json CHANGED
@@ -33,19 +33,19 @@
33
33
  "dependencies": {
34
34
  "@atlaskit/analytics-gas-types": "^5.1.0",
35
35
  "@atlaskit/analytics-next": "^11.0.0",
36
- "@atlaskit/avatar": "^24.0.0",
36
+ "@atlaskit/avatar": "^25.0.0",
37
37
  "@atlaskit/focus-ring": "^3.0.0",
38
38
  "@atlaskit/heading": "^5.1.0",
39
39
  "@atlaskit/icon": "^24.1.0",
40
- "@atlaskit/lozenge": "^12.1.0",
40
+ "@atlaskit/lozenge": "^12.2.0",
41
41
  "@atlaskit/platform-feature-flags": "^1.1.0",
42
42
  "@atlaskit/primitives": "^14.1.0",
43
43
  "@atlaskit/teams-avatar": "^2.1.0",
44
- "@atlaskit/theme": "^17.0.0",
45
- "@atlaskit/tokens": "^4.3.0",
44
+ "@atlaskit/theme": "^18.0.0",
45
+ "@atlaskit/tokens": "^4.4.0",
46
46
  "@atlaskit/tooltip": "^20.0.0",
47
47
  "@atlaskit/ufo": "^0.4.0",
48
- "@atlaskit/util-service-support": "^6.2.0",
48
+ "@atlaskit/util-service-support": "^6.3.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1",
51
51
  "@emotion/styled": "^11.0.0",
@@ -55,8 +55,8 @@
55
55
  "description": "A React component used to display user profiles in a list for 'Mention' functionality",
56
56
  "devDependencies": {
57
57
  "@atlaskit/elements-test-helpers": "^0.9.0",
58
- "@atlaskit/visual-regression": "*",
59
- "@atlassian/feature-flags-test-utils": "*",
58
+ "@atlaskit/visual-regression": "^0.10.0",
59
+ "@atlassian/feature-flags-test-utils": "^0.3.0",
60
60
  "@testing-library/react": "^13.4.0",
61
61
  "@testing-library/user-event": "^14.4.3",
62
62
  "@types/query-string": "^4.3.1",
@@ -122,5 +122,5 @@
122
122
  ]
123
123
  }
124
124
  },
125
- "version": "24.1.0"
125
+ "version": "24.1.2"
126
126
  }