@atlaskit/button 19.1.2 → 19.2.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
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/button
2
2
 
3
+ ## 19.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 19.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
14
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
15
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
16
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
17
+
18
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
19
+ dependency range for `react` and `react-dom` for `/platform` packages.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 19.1.2
4
26
 
5
27
  ### Patch Changes
@@ -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.2",
136
+ packageVersion: "19.2.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.2",
122
+ packageVersion: "19.2.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.2",
128
+ packageVersion: "19.2.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.2",
3
+ "version": "19.2.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/"
@@ -86,35 +86,35 @@
86
86
  ".": "./src/index.tsx"
87
87
  },
88
88
  "dependencies": {
89
- "@atlaskit/analytics-next": "^10.0.0",
90
- "@atlaskit/ds-lib": "^2.3.0",
91
- "@atlaskit/focus-ring": "^1.5.0",
92
- "@atlaskit/icon": "^22.11.0",
89
+ "@atlaskit/analytics-next": "^10.1.0",
90
+ "@atlaskit/ds-lib": "^2.4.0",
91
+ "@atlaskit/focus-ring": "^1.6.0",
92
+ "@atlaskit/icon": "^22.12.0",
93
93
  "@atlaskit/interaction-context": "^2.1.0",
94
94
  "@atlaskit/platform-feature-flags": "^0.3.0",
95
95
  "@atlaskit/primitives": "^12.0.0",
96
- "@atlaskit/spinner": "^16.2.0",
97
- "@atlaskit/theme": "^12.11.0",
98
- "@atlaskit/tokens": "^1.57.0",
99
- "@atlaskit/tooltip": "^18.6.0",
100
- "@atlaskit/visually-hidden": "^1.4.0",
96
+ "@atlaskit/spinner": "^16.3.0",
97
+ "@atlaskit/theme": "^13.0.0",
98
+ "@atlaskit/tokens": "^1.58.0",
99
+ "@atlaskit/tooltip": "^18.7.0",
100
+ "@atlaskit/visually-hidden": "^1.5.0",
101
101
  "@babel/runtime": "^7.0.0",
102
102
  "@emotion/react": "^11.7.1",
103
103
  "react-uid": "^2.2.0"
104
104
  },
105
105
  "peerDependencies": {
106
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
106
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@af/accessibility-testing": "*",
110
110
  "@af/integration-testing": "*",
111
111
  "@af/visual-regression": "*",
112
- "@atlaskit/app-provider": "^1.3.0",
113
- "@atlaskit/calendar": "^14.4.0",
114
- "@atlaskit/checkbox": "^13.6.0",
115
- "@atlaskit/dropdown-menu": "^12.16.0",
112
+ "@atlaskit/app-provider": "^1.4.0",
113
+ "@atlaskit/calendar": "^14.5.0",
114
+ "@atlaskit/checkbox": "^13.7.0",
115
+ "@atlaskit/dropdown-menu": "^12.17.0",
116
116
  "@atlaskit/ssr": "*",
117
- "@atlaskit/toggle": "^13.2.0",
117
+ "@atlaskit/toggle": "^13.3.0",
118
118
  "@atlaskit/visual-regression": "*",
119
119
  "@atlassian/feature-flags-test-utils": "^0.2.1",
120
120
  "@testing-library/react": "^12.1.5",