@atlaskit/button 18.0.2 → 18.2.0

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.
@@ -17,9 +17,10 @@ export declare const Divider: ({ appearance, spacing, isDisabled }: DividerProps
17
17
  /**
18
18
  * TODO: Add JSdoc
19
19
  */
20
- export declare const SplitButtonContainer: ({ appearance, children, }: {
20
+ export declare const SplitButtonContainer: ({ appearance, children, isDisabled, }: {
21
21
  appearance: SplitButtonAppearance;
22
22
  children: ReactNode;
23
+ isDisabled?: boolean | undefined;
23
24
  }) => jsx.JSX.Element;
24
25
  /**
25
26
  * __Split Button__
@@ -17,9 +17,10 @@ export declare const Divider: ({ appearance, spacing, isDisabled }: DividerProps
17
17
  /**
18
18
  * TODO: Add JSdoc
19
19
  */
20
- export declare const SplitButtonContainer: ({ appearance, children, }: {
20
+ export declare const SplitButtonContainer: ({ appearance, children, isDisabled, }: {
21
21
  appearance: SplitButtonAppearance;
22
22
  children: ReactNode;
23
+ isDisabled?: boolean | undefined;
23
24
  }) => jsx.JSX.Element;
24
25
  /**
25
26
  * __Split Button__
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "18.0.2",
3
+ "version": "18.2.0",
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/"
@@ -155,7 +155,7 @@
155
155
  "@atlaskit/app-provider": "^1.3.0",
156
156
  "@atlaskit/calendar": "^14.3.0",
157
157
  "@atlaskit/checkbox": "^13.5.0",
158
- "@atlaskit/dropdown-menu": "^12.12.0",
158
+ "@atlaskit/dropdown-menu": "^12.14.0",
159
159
  "@atlaskit/ssr": "*",
160
160
  "@atlaskit/toggle": "^13.2.0",
161
161
  "@atlaskit/visual-regression": "*",
@@ -206,9 +206,6 @@
206
206
  },
207
207
  "platform.design-system-team.remove-unsafe-spread-from-new-button_a2xhw": {
208
208
  "type": "boolean"
209
- },
210
- "platform.design-system-team.button-render-prop-fix_lyo55": {
211
- "type": "boolean"
212
209
  }
213
210
  }
214
211
  }