@atlaskit/button 19.1.0 → 19.1.1
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
|
@@ -133,7 +133,7 @@ var ButtonBase = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(prop
|
|
|
133
133
|
action: 'clicked',
|
|
134
134
|
componentName: 'button',
|
|
135
135
|
packageName: "@atlaskit/button",
|
|
136
|
-
packageVersion: "19.1.
|
|
136
|
+
packageVersion: "19.1.1",
|
|
137
137
|
analyticsData: analyticsContext
|
|
138
138
|
});
|
|
139
139
|
|
|
@@ -119,7 +119,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref)
|
|
|
119
119
|
action: 'clicked',
|
|
120
120
|
componentName: 'button',
|
|
121
121
|
packageName: "@atlaskit/button",
|
|
122
|
-
packageVersion: "19.1.
|
|
122
|
+
packageVersion: "19.1.1",
|
|
123
123
|
analyticsData: analyticsContext
|
|
124
124
|
});
|
|
125
125
|
|
|
@@ -125,7 +125,7 @@ var ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
|
|
|
125
125
|
action: 'clicked',
|
|
126
126
|
componentName: 'button',
|
|
127
127
|
packageName: "@atlaskit/button",
|
|
128
|
-
packageVersion: "19.1.
|
|
128
|
+
packageVersion: "19.1.1",
|
|
129
129
|
analyticsData: analyticsContext
|
|
130
130
|
});
|
|
131
131
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/button",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.1",
|
|
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/"
|
|
@@ -31,68 +31,25 @@
|
|
|
31
31
|
"website": {
|
|
32
32
|
"name": "Button",
|
|
33
33
|
"category": "Components",
|
|
34
|
-
"status": {
|
|
35
|
-
"type": "beta",
|
|
36
|
-
"description": "New and ready to use. We'll provide comms and support for any major changes. Migrate from legacy buttons using our codemod.",
|
|
37
|
-
"actions": [
|
|
38
|
-
{
|
|
39
|
-
"text": "View the migration guide",
|
|
40
|
-
"href": "/components/button/button-legacy/migration-guide"
|
|
41
|
-
}
|
|
42
|
-
]
|
|
43
|
-
},
|
|
44
34
|
"subPages": [
|
|
45
35
|
{
|
|
46
36
|
"title": "Icon button",
|
|
47
37
|
"id": "icon-button",
|
|
48
|
-
"status": {
|
|
49
|
-
"type": "beta",
|
|
50
|
-
"description": "New and ready to use. We'll provide comms and support for any major changes. Migrate from legacy buttons using our codemod.",
|
|
51
|
-
"actions": [
|
|
52
|
-
{
|
|
53
|
-
"text": "View the migration guide",
|
|
54
|
-
"href": "/components/button/button-legacy/migration-guide"
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
38
|
"sortKey": 1
|
|
59
39
|
},
|
|
60
40
|
{
|
|
61
41
|
"title": "Link button",
|
|
62
42
|
"id": "link-button",
|
|
63
|
-
"status": {
|
|
64
|
-
"type": "beta",
|
|
65
|
-
"description": "New and ready to use. We'll provide comms and support for any major changes. Migrate from legacy buttons using our codemod.",
|
|
66
|
-
"actions": [
|
|
67
|
-
{
|
|
68
|
-
"text": "View the migration guide",
|
|
69
|
-
"href": "/components/button/button-legacy/migration-guide"
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
43
|
"sortKey": 2
|
|
74
44
|
},
|
|
75
45
|
{
|
|
76
46
|
"title": "Link icon button",
|
|
77
47
|
"id": "link-icon-button",
|
|
78
|
-
"status": {
|
|
79
|
-
"type": "beta",
|
|
80
|
-
"description": "New and ready to use. We'll provide comms and support for any major changes. Migrate from legacy buttons using our codemod.",
|
|
81
|
-
"actions": [
|
|
82
|
-
{
|
|
83
|
-
"text": "View the migration guide",
|
|
84
|
-
"href": "/components/button/button-legacy/migration-guide"
|
|
85
|
-
}
|
|
86
|
-
]
|
|
87
|
-
},
|
|
88
48
|
"sortKey": 3
|
|
89
49
|
},
|
|
90
50
|
{
|
|
91
51
|
"title": "Split button",
|
|
92
52
|
"id": "split-button",
|
|
93
|
-
"status": {
|
|
94
|
-
"type": "beta"
|
|
95
|
-
},
|
|
96
53
|
"sortKey": 4
|
|
97
54
|
},
|
|
98
55
|
{
|
|
@@ -129,16 +86,16 @@
|
|
|
129
86
|
".": "./src/index.tsx"
|
|
130
87
|
},
|
|
131
88
|
"dependencies": {
|
|
132
|
-
"@atlaskit/analytics-next": "^
|
|
89
|
+
"@atlaskit/analytics-next": "^10.0.0",
|
|
133
90
|
"@atlaskit/ds-lib": "^2.3.0",
|
|
134
91
|
"@atlaskit/focus-ring": "^1.5.0",
|
|
135
|
-
"@atlaskit/icon": "^22.
|
|
92
|
+
"@atlaskit/icon": "^22.10.0",
|
|
136
93
|
"@atlaskit/interaction-context": "^2.1.0",
|
|
137
94
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
138
|
-
"@atlaskit/primitives": "^11.
|
|
95
|
+
"@atlaskit/primitives": "^11.1.0",
|
|
139
96
|
"@atlaskit/spinner": "^16.2.0",
|
|
140
97
|
"@atlaskit/theme": "^12.11.0",
|
|
141
|
-
"@atlaskit/tokens": "^1.
|
|
98
|
+
"@atlaskit/tokens": "^1.57.0",
|
|
142
99
|
"@atlaskit/tooltip": "^18.5.0",
|
|
143
100
|
"@atlaskit/visually-hidden": "^1.4.0",
|
|
144
101
|
"@babel/runtime": "^7.0.0",
|
|
@@ -153,9 +110,9 @@
|
|
|
153
110
|
"@af/integration-testing": "*",
|
|
154
111
|
"@af/visual-regression": "*",
|
|
155
112
|
"@atlaskit/app-provider": "^1.3.0",
|
|
156
|
-
"@atlaskit/calendar": "^14.
|
|
157
|
-
"@atlaskit/checkbox": "^13.
|
|
158
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
113
|
+
"@atlaskit/calendar": "^14.4.0",
|
|
114
|
+
"@atlaskit/checkbox": "^13.6.0",
|
|
115
|
+
"@atlaskit/dropdown-menu": "^12.15.0",
|
|
159
116
|
"@atlaskit/ssr": "*",
|
|
160
117
|
"@atlaskit/toggle": "^13.2.0",
|
|
161
118
|
"@atlaskit/visual-regression": "*",
|