@atlaskit/icon 21.12.2 → 21.12.3
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 +6 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 21.12.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
8
|
+
|
|
3
9
|
## 21.12.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
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.12.
|
|
3
|
+
"version": "21.12.3",
|
|
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/"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/modal-dialog": "^12.5.0",
|
|
65
65
|
"@atlaskit/section-message": "^6.4.0",
|
|
66
66
|
"@atlaskit/ssr": "*",
|
|
67
|
-
"@atlaskit/textfield": "^5.
|
|
67
|
+
"@atlaskit/textfield": "^5.5.0",
|
|
68
68
|
"@atlaskit/tooltip": "^17.8.0",
|
|
69
69
|
"@atlaskit/visual-regression": "*",
|
|
70
70
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
@@ -97,7 +97,8 @@
|
|
|
97
97
|
"ui-components": "lite-mode",
|
|
98
98
|
"analytics": "analytics-next",
|
|
99
99
|
"design-tokens": [
|
|
100
|
-
"color"
|
|
100
|
+
"color",
|
|
101
|
+
"spacing"
|
|
101
102
|
],
|
|
102
103
|
"deprecation": "no-deprecated-imports"
|
|
103
104
|
}
|