@atlaskit/table 0.11.0 → 0.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 +12 -0
- package/package.json +9 -8
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "A table is used to display data.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"name": "Table",
|
|
15
15
|
"category": "Text and data display",
|
|
16
16
|
"status": {
|
|
17
|
-
"type": "alpha"
|
|
17
|
+
"type": "alpha",
|
|
18
|
+
"description": "This package is an experiment, and is currently deprioritised. It is not recommended for use in production, and we are not providing support for it at this time. Consider using [@atlaskit/dynamic-table](/components/dynamic-table) instead."
|
|
18
19
|
}
|
|
19
20
|
},
|
|
20
21
|
"runReact18": true
|
|
@@ -41,15 +42,15 @@
|
|
|
41
42
|
"./primitives": "./src/ui/index.tsx"
|
|
42
43
|
},
|
|
43
44
|
"dependencies": {
|
|
44
|
-
"@atlaskit/button": "^21.
|
|
45
|
-
"@atlaskit/checkbox": "^
|
|
45
|
+
"@atlaskit/button": "^21.1.0",
|
|
46
|
+
"@atlaskit/checkbox": "^17.0.0",
|
|
46
47
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
48
|
"@atlaskit/focus-ring": "^3.0.0",
|
|
48
|
-
"@atlaskit/icon": "^24.
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
50
|
-
"@atlaskit/tokens": "^4.
|
|
49
|
+
"@atlaskit/icon": "^24.1.0",
|
|
50
|
+
"@atlaskit/primitives": "^14.1.0",
|
|
51
|
+
"@atlaskit/tokens": "^4.3.0",
|
|
51
52
|
"@atlaskit/tooltip": "^20.0.0",
|
|
52
|
-
"@atlaskit/visually-hidden": "^
|
|
53
|
+
"@atlaskit/visually-hidden": "^3.0.0",
|
|
53
54
|
"@babel/runtime": "^7.0.0",
|
|
54
55
|
"@emotion/react": "^11.7.1",
|
|
55
56
|
"tiny-invariant": "^1.2.0"
|