@atlaskit/table 0.12.16 → 0.12.17

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,11 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 0.12.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.12.16
4
10
 
5
11
  ### Patch Changes
@@ -9,5 +9,5 @@ type BodyProps<Item extends object> = {
9
9
  /**
10
10
  * __Table body__
11
11
  */
12
- declare function TBody<ObjectType extends object>({ rows, children }: BodyProps<ObjectType>): React.JSX.Element;
12
+ declare function TBody<ObjectType extends object>({ rows, children, }: BodyProps<ObjectType>): React.JSX.Element;
13
13
  export default TBody;
@@ -15,5 +15,5 @@ type ExpandableRowProps = {
15
15
  *
16
16
  * A context provider for `<Row>` to support expandable content.
17
17
  */
18
- declare const ExpandableRow: ({ children, isExpanded, isDefaultExpanded }: ExpandableRowProps) => React.JSX.Element;
18
+ declare const ExpandableRow: ({ children, isExpanded, isDefaultExpanded, }: ExpandableRowProps) => React.JSX.Element;
19
19
  export default ExpandableRow;
@@ -8,7 +8,7 @@ declare const ExpandContentContext: React.Context<ExpandContentContext>;
8
8
  *
9
9
  * An expand content provider allows `<Row>` to determine if it is a subitem.
10
10
  */
11
- export declare const ExpandContentContextProvider: ({ children }: {
11
+ export declare const ExpandContentContextProvider: ({ children, }: {
12
12
  children: React.ReactNode;
13
13
  }) => React.JSX.Element;
14
14
  declare const useExpandContent: () => ExpandContentContext;
@@ -9,5 +9,5 @@ type BodyProps<Item extends object> = {
9
9
  /**
10
10
  * __Table body__
11
11
  */
12
- declare function TBody<ObjectType extends object>({ rows, children }: BodyProps<ObjectType>): React.JSX.Element;
12
+ declare function TBody<ObjectType extends object>({ rows, children, }: BodyProps<ObjectType>): React.JSX.Element;
13
13
  export default TBody;
@@ -15,5 +15,5 @@ type ExpandableRowProps = {
15
15
  *
16
16
  * A context provider for `<Row>` to support expandable content.
17
17
  */
18
- declare const ExpandableRow: ({ children, isExpanded, isDefaultExpanded }: ExpandableRowProps) => React.JSX.Element;
18
+ declare const ExpandableRow: ({ children, isExpanded, isDefaultExpanded, }: ExpandableRowProps) => React.JSX.Element;
19
19
  export default ExpandableRow;
@@ -8,7 +8,7 @@ declare const ExpandContentContext: React.Context<ExpandContentContext>;
8
8
  *
9
9
  * An expand content provider allows `<Row>` to determine if it is a subitem.
10
10
  */
11
- export declare const ExpandContentContextProvider: ({ children }: {
11
+ export declare const ExpandContentContextProvider: ({ children, }: {
12
12
  children: React.ReactNode;
13
13
  }) => React.JSX.Element;
14
14
  declare const useExpandContent: () => ExpandContentContext;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.12.16",
3
+ "version": "0.12.17",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,12 +39,12 @@
39
39
  "dependencies": {
40
40
  "@atlaskit/button": "^23.6.0",
41
41
  "@atlaskit/checkbox": "^17.1.0",
42
- "@atlaskit/css": "^0.16.0",
43
- "@atlaskit/ds-lib": "^5.2.0",
42
+ "@atlaskit/css": "^0.17.0",
43
+ "@atlaskit/ds-lib": "^5.3.0",
44
44
  "@atlaskit/focus-ring": "^3.0.0",
45
45
  "@atlaskit/icon": "^29.0.0",
46
- "@atlaskit/primitives": "^16.2.0",
47
- "@atlaskit/tokens": "^8.1.0",
46
+ "@atlaskit/primitives": "^16.3.0",
47
+ "@atlaskit/tokens": "^8.3.0",
48
48
  "@atlaskit/tooltip": "^20.10.0",
49
49
  "@atlaskit/visually-hidden": "^3.0.0",
50
50
  "@babel/runtime": "^7.0.0",