@atlaskit/table 0.12.10 → 0.12.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 0.12.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.12.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.12.10
4
16
 
5
17
  ### Patch Changes
@@ -629,7 +641,6 @@
629
641
  [`bc489da7472`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc489da7472) - [ux] -
630
642
  Adds new primitives to support expandable row functionality. This will supersede the
631
643
  `@atlaskit/table-tree` package.
632
-
633
644
  - `<ExpandableRow>`
634
645
  - `<ExpandableRowContent>`
635
646
  - `<ExpandableCell>`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.12.10",
3
+ "version": "0.12.12",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,18 +37,18 @@
37
37
  ],
38
38
  "atlaskit:src": "src/index.tsx",
39
39
  "dependencies": {
40
- "@atlaskit/button": "^23.4.0",
40
+ "@atlaskit/button": "^23.5.0",
41
41
  "@atlaskit/checkbox": "^17.1.0",
42
- "@atlaskit/css": "^0.14.0",
42
+ "@atlaskit/css": "^0.15.0",
43
43
  "@atlaskit/ds-lib": "^5.1.0",
44
44
  "@atlaskit/focus-ring": "^3.0.0",
45
- "@atlaskit/icon": "^28.3.0",
46
- "@atlaskit/primitives": "^14.15.0",
47
- "@atlaskit/tokens": "^6.4.0",
45
+ "@atlaskit/icon": "^28.5.0",
46
+ "@atlaskit/primitives": "^15.0.0",
47
+ "@atlaskit/tokens": "^7.0.0",
48
48
  "@atlaskit/tooltip": "^20.5.0",
49
49
  "@atlaskit/visually-hidden": "^3.0.0",
50
50
  "@babel/runtime": "^7.0.0",
51
- "@compiled/react": "^0.18.3",
51
+ "@compiled/react": "^0.18.6",
52
52
  "tiny-invariant": "^1.2.0"
53
53
  },
54
54
  "peerDependencies": {
@@ -57,10 +57,10 @@
57
57
  "devDependencies": {
58
58
  "@af/accessibility-testing": "workspace:^",
59
59
  "@af/integration-testing": "workspace:^",
60
- "@atlaskit/avatar": "^25.2.0",
60
+ "@atlaskit/avatar": "^25.4.0",
61
61
  "@atlaskit/date": "^2.0.0",
62
- "@atlaskit/docs": "^11.1.0",
63
- "@atlaskit/dynamic-table": "^18.2.0",
62
+ "@atlaskit/docs": "^11.2.0",
63
+ "@atlaskit/dynamic-table": "^18.3.0",
64
64
  "@atlaskit/lozenge": "^13.0.0",
65
65
  "@atlaskit/section-message": "^8.7.0",
66
66
  "@atlassian/ssr-tests": "^0.3.0",