@atlaskit/dynamic-table 18.2.12 → 18.2.14

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,19 @@
1
1
  # @atlaskit/dynamic-table
2
2
 
3
+ ## 18.2.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.2.13
10
+
11
+ ### Patch Changes
12
+
13
+ - [`74c2f420ee49b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/74c2f420ee49b) -
14
+ Internal changes to how border radius is applied.
15
+ - Updated dependencies
16
+
3
17
  ## 18.2.12
4
18
 
5
19
  ### Patch Changes
@@ -85,14 +85,14 @@ var DynamicTable = function DynamicTable(_ref) {
85
85
  action: 'sorted',
86
86
  componentName: 'dynamicTable',
87
87
  packageName: "@atlaskit/dynamic-table",
88
- packageVersion: "0.0.0-development"
88
+ packageVersion: "18.2.13"
89
89
  });
90
90
  var onRankEnd = (0, _analyticsNext.usePlatformLeafEventHandler)({
91
91
  fn: providedOnRankEnd,
92
92
  action: 'ranked',
93
93
  componentName: 'dynamicTable',
94
94
  packageName: "@atlaskit/dynamic-table",
95
- packageVersion: "0.0.0-development"
95
+ packageVersion: "18.2.13"
96
96
  });
97
97
  (0, _react.useEffect)(function () {
98
98
  (0, _helpers.validateSortKey)(sortKey, head);
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkogqwt{border-radius:var(--ds-border-radius-050,2px)}._12y3ssc3{outline-width:var(--ds-border-width,2px)}
2
+ ._2rkolb4i{border-radius:var(--ds-radius-xsmall,2px)}._12y3ssc3{outline-width:var(--ds-border-width,2px)}
3
3
  ._16qs1dt4{box-shadow:var(--_qzf6oc)}
4
4
  ._1e0c1ule{display:block}
5
5
  ._bfhk1rd0{background-color:var(--_14yez9t)}
@@ -31,7 +31,7 @@ var RankableTableBodyRow = exports.RankableTableBodyRow = /*#__PURE__*/(0, _reac
31
31
  ref: ref,
32
32
  testId: testId
33
33
  }, props, {
34
- className: (0, _runtime.ax)([isRanking && "_1e0c1ule", isRankingItem && "_2rkogqwt _bfhk1rd0 _16qs1dt4", "_12y3ssc3 _mizu1tqa _ra3xnqa1"]),
34
+ className: (0, _runtime.ax)([isRanking && "_1e0c1ule", isRankingItem && "_2rkolb4i _bfhk1rd0 _16qs1dt4", "_12y3ssc3 _mizu1tqa _ra3xnqa1"]),
35
35
  style: {
36
36
  "--_14yez9t": (0, _runtime.ix)("var(--ds-surface-overlay, ".concat(_colors.N20, ")")),
37
37
  "--_qzf6oc": (0, _runtime.ix)("var(--ds-shadow-overlay, ".concat("0 20px 32px -8px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")")),
@@ -60,14 +60,14 @@ const DynamicTable = ({
60
60
  action: 'sorted',
61
61
  componentName: 'dynamicTable',
62
62
  packageName: "@atlaskit/dynamic-table",
63
- packageVersion: "0.0.0-development"
63
+ packageVersion: "18.2.13"
64
64
  });
65
65
  const onRankEnd = usePlatformLeafEventHandler({
66
66
  fn: providedOnRankEnd,
67
67
  action: 'ranked',
68
68
  componentName: 'dynamicTable',
69
69
  packageName: "@atlaskit/dynamic-table",
70
- packageVersion: "0.0.0-development"
70
+ packageVersion: "18.2.13"
71
71
  });
72
72
  useEffect(() => {
73
73
  validateSortKey(sortKey, head);
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkogqwt{border-radius:var(--ds-border-radius-050,2px)}._12y3ssc3{outline-width:var(--ds-border-width,2px)}
2
+ ._2rkolb4i{border-radius:var(--ds-radius-xsmall,2px)}._12y3ssc3{outline-width:var(--ds-border-width,2px)}
3
3
  ._16qsuzq3{box-shadow:var(--ds-shadow-overlay,0 20px 2pc -8px rgba(9,30,66,.25),0 0 1px rgba(9,30,66,.31))}
4
4
  ._1e0c1ule{display:block}
5
5
  ._bfhkexu1{background-color:var(--ds-surface-overlay,#f4f5f7)}
@@ -21,6 +21,6 @@ export const RankableTableBodyRow = /*#__PURE__*/forwardRef(({
21
21
  ref: ref,
22
22
  testId: testId
23
23
  }, props, {
24
- className: ax([isRanking && "_1e0c1ule", isRankingItem && "_2rkogqwt _bfhkexu1 _16qsuzq3", "_12y3ssc3 _mizu1l4g _ra3xnqa1"])
24
+ className: ax([isRanking && "_1e0c1ule", isRankingItem && "_2rkolb4i _bfhkexu1 _16qsuzq3", "_12y3ssc3 _mizu1l4g _ra3xnqa1"])
25
25
  }));
26
26
  });
@@ -76,14 +76,14 @@ var DynamicTable = function DynamicTable(_ref) {
76
76
  action: 'sorted',
77
77
  componentName: 'dynamicTable',
78
78
  packageName: "@atlaskit/dynamic-table",
79
- packageVersion: "0.0.0-development"
79
+ packageVersion: "18.2.13"
80
80
  });
81
81
  var onRankEnd = usePlatformLeafEventHandler({
82
82
  fn: providedOnRankEnd,
83
83
  action: 'ranked',
84
84
  componentName: 'dynamicTable',
85
85
  packageName: "@atlaskit/dynamic-table",
86
- packageVersion: "0.0.0-development"
86
+ packageVersion: "18.2.13"
87
87
  });
88
88
  useEffect(function () {
89
89
  validateSortKey(sortKey, head);
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkogqwt{border-radius:var(--ds-border-radius-050,2px)}._12y3ssc3{outline-width:var(--ds-border-width,2px)}
2
+ ._2rkolb4i{border-radius:var(--ds-radius-xsmall,2px)}._12y3ssc3{outline-width:var(--ds-border-width,2px)}
3
3
  ._16qs1dt4{box-shadow:var(--_qzf6oc)}
4
4
  ._1e0c1ule{display:block}
5
5
  ._bfhk1rd0{background-color:var(--_14yez9t)}
@@ -22,7 +22,7 @@ export var RankableTableBodyRow = /*#__PURE__*/forwardRef(function (_ref, ref) {
22
22
  ref: ref,
23
23
  testId: testId
24
24
  }, props, {
25
- className: ax([isRanking && "_1e0c1ule", isRankingItem && "_2rkogqwt _bfhk1rd0 _16qs1dt4", "_12y3ssc3 _mizu1tqa _ra3xnqa1"]),
25
+ className: ax([isRanking && "_1e0c1ule", isRankingItem && "_2rkolb4i _bfhk1rd0 _16qs1dt4", "_12y3ssc3 _mizu1tqa _ra3xnqa1"]),
26
26
  style: {
27
27
  "--_14yez9t": ix("var(--ds-surface-overlay, ".concat(N20, ")")),
28
28
  "--_qzf6oc": ix("var(--ds-shadow-overlay, ".concat("0 20px 32px -8px ".concat(N50A, ", 0 0 1px ").concat(N60A), ")")),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "18.2.12",
3
+ "version": "18.2.14",
4
4
  "description": "A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,16 +34,16 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/analytics-next": "^11.1.0",
37
- "@atlaskit/css": "^0.13.0",
37
+ "@atlaskit/css": "^0.14.0",
38
38
  "@atlaskit/ds-lib": "^5.0.0",
39
39
  "@atlaskit/icon": "^28.1.0",
40
40
  "@atlaskit/pagination": "^16.1.0",
41
41
  "@atlaskit/platform-feature-flags": "^1.1.0",
42
42
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^2.0.0",
43
- "@atlaskit/primitives": "^14.13.0",
43
+ "@atlaskit/primitives": "^14.14.0",
44
44
  "@atlaskit/spinner": "^19.0.0",
45
45
  "@atlaskit/theme": "^20.0.0",
46
- "@atlaskit/tokens": "^6.2.0",
46
+ "@atlaskit/tokens": "^6.3.0",
47
47
  "@atlaskit/tooltip": "^20.4.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.18.3"