@atlaskit/icon 21.11.5 → 21.12.0
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 +10 -0
- package/dist/cjs/components/icon.js +6 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +17 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 21.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 21.11.5
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -13,7 +13,12 @@ var _components = require("@atlaskit/theme/components");
|
|
|
13
13
|
var _utils = require("./utils");
|
|
14
14
|
var _styles = require("./styles");
|
|
15
15
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
16
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** @jsx jsx */
|
|
17
|
+
/**
|
|
18
|
+
* We are hiding these props from consumers as they're used to
|
|
19
|
+
* hack around icon sizing specifically for icon-file-type.
|
|
20
|
+
*/
|
|
21
|
+
|
|
17
22
|
var iconStyles = (0, _react2.css)({
|
|
18
23
|
display: 'inline-block',
|
|
19
24
|
flexShrink: 0,
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.12.0",
|
|
4
4
|
"description": "An icon is a visual representation of a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"atlaskit:src": "src/index.tsx",
|
|
17
17
|
"homepage": "https://atlassian.design/components/icon/",
|
|
18
18
|
"atlassian": {
|
|
19
|
-
"disableProductCI": true,
|
|
20
19
|
"team": "Design System Team",
|
|
21
20
|
"releaseModel": "scheduled",
|
|
22
21
|
"website": {
|
|
@@ -37,8 +36,8 @@
|
|
|
37
36
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
|
-
"@atlaskit/theme": "^12.
|
|
41
|
-
"@atlaskit/tokens": "^1.
|
|
39
|
+
"@atlaskit/theme": "^12.5.0",
|
|
40
|
+
"@atlaskit/tokens": "^1.3.0",
|
|
42
41
|
"@babel/runtime": "^7.0.0",
|
|
43
42
|
"@emotion/react": "^11.7.1"
|
|
44
43
|
},
|
|
@@ -47,21 +46,21 @@
|
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|
|
49
48
|
"@af/icon-build-process": "^0.3.0",
|
|
50
|
-
"@atlaskit/button": "^16.
|
|
49
|
+
"@atlaskit/button": "^16.7.0",
|
|
51
50
|
"@atlaskit/docs": "*",
|
|
52
|
-
"@atlaskit/ds-lib": "^2.
|
|
53
|
-
"@atlaskit/dynamic-table": "^14.
|
|
54
|
-
"@atlaskit/icon-file-type": "^6.
|
|
55
|
-
"@atlaskit/icon-object": "^6.
|
|
56
|
-
"@atlaskit/logo": "^13.
|
|
57
|
-
"@atlaskit/modal-dialog": "^12.
|
|
58
|
-
"@atlaskit/section-message": "^6.
|
|
51
|
+
"@atlaskit/ds-lib": "^2.2.0",
|
|
52
|
+
"@atlaskit/dynamic-table": "^14.9.0",
|
|
53
|
+
"@atlaskit/icon-file-type": "^6.4.0",
|
|
54
|
+
"@atlaskit/icon-object": "^6.3.0",
|
|
55
|
+
"@atlaskit/logo": "^13.14.0",
|
|
56
|
+
"@atlaskit/modal-dialog": "^12.5.0",
|
|
57
|
+
"@atlaskit/section-message": "^6.4.0",
|
|
59
58
|
"@atlaskit/ssr": "*",
|
|
60
|
-
"@atlaskit/textfield": "^5.
|
|
61
|
-
"@atlaskit/tooltip": "^17.
|
|
59
|
+
"@atlaskit/textfield": "^5.4.0",
|
|
60
|
+
"@atlaskit/tooltip": "^17.8.0",
|
|
62
61
|
"@atlaskit/visual-regression": "*",
|
|
63
62
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
64
|
-
"@babel/core": "^7.
|
|
63
|
+
"@babel/core": "^7.20.0",
|
|
65
64
|
"@emotion/babel-preset-css-prop": "^10.0.7",
|
|
66
65
|
"@testing-library/react": "^12.1.5",
|
|
67
66
|
"classnames": "^2.2.5",
|
|
@@ -89,7 +88,9 @@
|
|
|
89
88
|
],
|
|
90
89
|
"ui-components": "lite-mode",
|
|
91
90
|
"analytics": "analytics-next",
|
|
92
|
-
"
|
|
91
|
+
"design-tokens": [
|
|
92
|
+
"color"
|
|
93
|
+
],
|
|
93
94
|
"deprecation": "no-deprecated-imports"
|
|
94
95
|
}
|
|
95
96
|
},
|