@atlaskit/button 23.6.0 → 23.6.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 +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/button",
|
|
3
|
-
"version": "23.6.
|
|
3
|
+
"version": "23.6.2",
|
|
4
4
|
"description": "A button triggers an event or action. They let users know what will happen next.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -75,17 +75,17 @@
|
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
78
|
-
"@atlaskit/css": "^0.
|
|
78
|
+
"@atlaskit/css": "^0.16.0",
|
|
79
79
|
"@atlaskit/ds-lib": "^5.2.0",
|
|
80
80
|
"@atlaskit/focus-ring": "^3.0.0",
|
|
81
|
-
"@atlaskit/icon": "^
|
|
81
|
+
"@atlaskit/icon": "^29.0.0",
|
|
82
82
|
"@atlaskit/interaction-context": "^3.1.0",
|
|
83
83
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
84
|
-
"@atlaskit/primitives": "^16.
|
|
84
|
+
"@atlaskit/primitives": "^16.2.0",
|
|
85
85
|
"@atlaskit/spinner": "^19.0.0",
|
|
86
86
|
"@atlaskit/theme": "^21.0.0",
|
|
87
|
-
"@atlaskit/tokens": "^8.
|
|
88
|
-
"@atlaskit/tooltip": "^20.
|
|
87
|
+
"@atlaskit/tokens": "^8.1.0",
|
|
88
|
+
"@atlaskit/tooltip": "^20.10.0",
|
|
89
89
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
90
90
|
"@babel/runtime": "^7.0.0",
|
|
91
91
|
"@compiled/react": "^0.18.6",
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"@atlaskit/heading": "^5.2.0",
|
|
107
107
|
"@atlaskit/link": "^3.2.0",
|
|
108
108
|
"@atlaskit/logo": "^19.9.0",
|
|
109
|
-
"@atlaskit/modal-dialog": "^14.
|
|
109
|
+
"@atlaskit/modal-dialog": "^14.7.0",
|
|
110
110
|
"@atlaskit/section-message": "^8.9.0",
|
|
111
|
-
"@atlaskit/select": "^21.
|
|
111
|
+
"@atlaskit/select": "^21.4.0",
|
|
112
112
|
"@atlaskit/ssr": "workspace:^",
|
|
113
113
|
"@atlaskit/toggle": "^15.1.0",
|
|
114
114
|
"@atlassian/ssr-tests": "workspace:^",
|