@atlaskit/button 23.11.0 → 23.11.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/button
2
2
 
3
+ ## 23.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 23.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 23.11.0
4
16
 
5
17
  ### Minor Changes
@@ -131,7 +131,7 @@ var ButtonBase = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(prop
131
131
  action: 'clicked',
132
132
  componentName: 'button',
133
133
  packageName: "@atlaskit/button",
134
- packageVersion: "23.10.10",
134
+ packageVersion: "23.11.1",
135
135
  analyticsData: analyticsContext
136
136
  });
137
137
 
@@ -118,7 +118,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref)
118
118
  action: 'clicked',
119
119
  componentName: 'button',
120
120
  packageName: "@atlaskit/button",
121
- packageVersion: "23.10.10",
121
+ packageVersion: "23.11.1",
122
122
  analyticsData: analyticsContext
123
123
  });
124
124
 
@@ -124,7 +124,7 @@ var ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
124
124
  action: 'clicked',
125
125
  componentName: 'button',
126
126
  packageName: "@atlaskit/button",
127
- packageVersion: "23.10.10",
127
+ packageVersion: "23.11.1",
128
128
  analyticsData: analyticsContext
129
129
  });
130
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "23.11.0",
3
+ "version": "23.11.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/"
@@ -83,15 +83,15 @@
83
83
  "dependencies": {
84
84
  "@atlaskit/analytics-next": "^11.2.0",
85
85
  "@atlaskit/css": "^0.19.0",
86
- "@atlaskit/ds-lib": "^6.0.0",
86
+ "@atlaskit/ds-lib": "^7.0.0",
87
87
  "@atlaskit/focus-ring": "^3.0.0",
88
88
  "@atlaskit/icon": "^34.0.0",
89
89
  "@atlaskit/interaction-context": "^3.1.0",
90
90
  "@atlaskit/platform-feature-flags": "^1.1.0",
91
91
  "@atlaskit/primitives": "^18.1.0",
92
92
  "@atlaskit/spinner": "^19.1.0",
93
- "@atlaskit/theme": "^22.0.0",
94
- "@atlaskit/tokens": "^11.4.0",
93
+ "@atlaskit/theme": "^23.0.0",
94
+ "@atlaskit/tokens": "^12.0.0",
95
95
  "@atlaskit/tooltip": "^21.1.0",
96
96
  "@atlaskit/visually-hidden": "^3.0.0",
97
97
  "@babel/runtime": "^7.0.0",
@@ -112,11 +112,11 @@
112
112
  "@atlaskit/form": "^15.5.0",
113
113
  "@atlaskit/heading": "^5.4.0",
114
114
  "@atlaskit/link": "^3.4.0",
115
- "@atlaskit/logo": "^19.10.0",
116
- "@atlaskit/modal-dialog": "^14.14.0",
115
+ "@atlaskit/logo": "^20.0.0",
116
+ "@atlaskit/modal-dialog": "^14.15.0",
117
117
  "@atlaskit/section-message": "^8.12.0",
118
118
  "@atlaskit/select": "^21.10.0",
119
- "@atlaskit/toggle": "^15.3.0",
119
+ "@atlaskit/toggle": "^15.4.0",
120
120
  "@atlassian/feature-flags-test-utils": "^1.0.0",
121
121
  "@atlassian/react-compiler-gating": "workspace:^",
122
122
  "@atlassian/ssr-tests": "workspace:^",