@atlaskit/share 6.16.24 → 6.16.26

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/share
2
2
 
3
+ ## 6.16.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7b2a6c98563cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b2a6c98563cb) -
8
+ Icon entry point migration update
9
+ - Updated dependencies
10
+
11
+ ## 6.16.25
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 6.16.24
4
18
 
5
19
  ### Patch Changes
@@ -17,7 +17,7 @@ var _react = _interopRequireDefault(require("react"));
17
17
  var _react2 = require("@emotion/react");
18
18
  var _reactIntlNext = require("react-intl-next");
19
19
  var _analyticsNext = require("@atlaskit/analytics-next");
20
- var _share = _interopRequireDefault(require("@atlaskit/icon/core/migration/share"));
20
+ var _share = _interopRequireDefault(require("@atlaskit/icon/core/share"));
21
21
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
22
22
  var _popup = _interopRequireDefault(require("@atlaskit/popup"));
23
23
  var _portal = _interopRequireDefault(require("@atlaskit/portal"));
@@ -20,7 +20,7 @@ var _react = _interopRequireDefault(require("react"));
20
20
  var _reactIntlNext = require("react-intl-next");
21
21
  var _analyticsNext = require("@atlaskit/analytics-next");
22
22
  var _css = require("@atlaskit/css");
23
- var _share = _interopRequireDefault(require("@atlaskit/icon/core/migration/share"));
23
+ var _share = _interopRequireDefault(require("@atlaskit/icon/core/share"));
24
24
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
25
25
  var _popup = _interopRequireDefault(require("@atlaskit/popup"));
26
26
  var _portal = _interopRequireDefault(require("@atlaskit/portal"));
@@ -14,7 +14,7 @@ var _react2 = require("@emotion/react");
14
14
  var _reactIntlNext = require("react-intl-next");
15
15
  var _new = require("@atlaskit/button/new");
16
16
  var _dropdownMenu = _interopRequireWildcard(require("@atlaskit/dropdown-menu"));
17
- var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-down"));
17
+ var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
18
18
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
19
19
  var _colors = require("@atlaskit/theme/colors");
20
20
  var _i18n = require("../i18n");
@@ -9,7 +9,7 @@ import React from 'react';
9
9
  import { css, jsx } from '@emotion/react';
10
10
  import { FormattedMessage, injectIntl } from 'react-intl-next';
11
11
  import { withAnalyticsEvents } from '@atlaskit/analytics-next';
12
- import ShareIcon from '@atlaskit/icon/core/migration/share';
12
+ import ShareIcon from '@atlaskit/icon/core/share';
13
13
  import { fg } from '@atlaskit/platform-feature-flags';
14
14
  import Popup from '@atlaskit/popup';
15
15
  import Portal from '@atlaskit/portal';
@@ -6,7 +6,7 @@ import React from 'react';
6
6
  import { FormattedMessage, injectIntl } from 'react-intl-next';
7
7
  import { withAnalyticsEvents } from '@atlaskit/analytics-next';
8
8
  import { cx } from '@atlaskit/css';
9
- import ShareIcon from '@atlaskit/icon/core/migration/share';
9
+ import ShareIcon from '@atlaskit/icon/core/share';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
11
  import Popup from '@atlaskit/popup';
12
12
  import Portal from '@atlaskit/portal';
@@ -10,7 +10,7 @@ import { css, jsx } from '@emotion/react';
10
10
  import { FormattedMessage } from 'react-intl-next';
11
11
  import { SplitButton as AKSplitButton, IconButton } from '@atlaskit/button/new';
12
12
  import DropdownMenu, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
13
- import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
13
+ import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
14
14
  import { fg } from '@atlaskit/platform-feature-flags';
15
15
  import { N800 } from '@atlaskit/theme/colors';
16
16
  import { messages } from '../i18n';
@@ -20,7 +20,7 @@ import React from 'react';
20
20
  import { css, jsx } from '@emotion/react';
21
21
  import { FormattedMessage, injectIntl } from 'react-intl-next';
22
22
  import { withAnalyticsEvents } from '@atlaskit/analytics-next';
23
- import ShareIcon from '@atlaskit/icon/core/migration/share';
23
+ import ShareIcon from '@atlaskit/icon/core/share';
24
24
  import { fg } from '@atlaskit/platform-feature-flags';
25
25
  import Popup from '@atlaskit/popup';
26
26
  import Portal from '@atlaskit/portal';
@@ -17,7 +17,7 @@ import React from 'react';
17
17
  import { FormattedMessage, injectIntl } from 'react-intl-next';
18
18
  import { withAnalyticsEvents } from '@atlaskit/analytics-next';
19
19
  import { cx } from '@atlaskit/css';
20
- import ShareIcon from '@atlaskit/icon/core/migration/share';
20
+ import ShareIcon from '@atlaskit/icon/core/share';
21
21
  import { fg } from '@atlaskit/platform-feature-flags';
22
22
  import Popup from '@atlaskit/popup';
23
23
  import Portal from '@atlaskit/portal';
@@ -13,7 +13,7 @@ import { css, jsx } from '@emotion/react';
13
13
  import { FormattedMessage } from 'react-intl-next';
14
14
  import { SplitButton as AKSplitButton, IconButton } from '@atlaskit/button/new';
15
15
  import DropdownMenu, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
16
- import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
16
+ import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
17
17
  import { fg } from '@atlaskit/platform-feature-flags';
18
18
  import { N800 } from '@atlaskit/theme/colors';
19
19
  import { messages } from '../i18n';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "6.16.24",
3
+ "version": "6.16.26",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,25 +39,25 @@
39
39
  "dependencies": {
40
40
  "@atlaskit/afm-i18n-platform-elements-share": "2.7.0",
41
41
  "@atlaskit/analytics-next": "^11.1.0",
42
- "@atlaskit/button": "^23.8.0",
43
- "@atlaskit/css": "^0.18.0",
42
+ "@atlaskit/button": "^23.9.0",
43
+ "@atlaskit/css": "^0.19.0",
44
44
  "@atlaskit/dropdown-menu": "^16.3.0",
45
- "@atlaskit/form": "^15.1.0",
45
+ "@atlaskit/form": "^15.2.0",
46
46
  "@atlaskit/heading": "^5.2.0",
47
47
  "@atlaskit/icon": "^29.3.0",
48
48
  "@atlaskit/link": "^3.2.0",
49
49
  "@atlaskit/menu": "^8.4.0",
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
51
  "@atlaskit/popper": "^7.1.0",
52
- "@atlaskit/popup": "^4.8.0",
52
+ "@atlaskit/popup": "^4.9.0",
53
53
  "@atlaskit/portal": "^5.1.0",
54
- "@atlaskit/primitives": "^16.4.0",
54
+ "@atlaskit/primitives": "^17.0.0",
55
55
  "@atlaskit/smart-user-picker": "^8.5.0",
56
56
  "@atlaskit/spinner": "^19.0.0",
57
57
  "@atlaskit/tabs": "^18.3.0",
58
58
  "@atlaskit/textarea": "^8.2.0",
59
59
  "@atlaskit/theme": "^21.0.0",
60
- "@atlaskit/tokens": "^8.6.0",
60
+ "@atlaskit/tokens": "^9.0.0",
61
61
  "@atlaskit/tooltip": "^20.11.0",
62
62
  "@atlaskit/ufo": "^0.4.0",
63
63
  "@atlaskit/user-picker": "^11.18.0",