@synerise/ds-table 0.61.10 → 0.61.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.61.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.61.11...@synerise/ds-table@0.61.12) (2025-03-10)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-table
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.61.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.61.10...@synerise/ds-table@0.61.11) (2025-03-04)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-table
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.61.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.61.9...@synerise/ds-table@0.61.10) (2025-02-27)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-table
@@ -8,7 +8,7 @@ var align = {
8
8
  // eslint-disable-next-line import/prefer-default-export
9
9
  export var ActionCell = styled.div.withConfig({
10
10
  displayName: "ActionCellstyles__ActionCell",
11
- componentId: "d77fu5-0"
11
+ componentId: "sc-d77fu5-0"
12
12
  })(["display:flex;align-items:center;justify-content:", ";& > *{margin-right:", ";&:last-child{margin-right:0;}}"], function (props) {
13
13
  return align[props.contentAlign];
14
14
  }, function (props) {
@@ -4,7 +4,7 @@ import { IconContainer } from '@synerise/ds-icon';
4
4
  // eslint-disable-next-line import/prefer-default-export
5
5
  export var Copyable = styled.div.withConfig({
6
6
  displayName: "Copyablestyles__Copyable",
7
- componentId: "bj73sz-0"
7
+ componentId: "sc-bj73sz-0"
8
8
  })(["display:flex;align-items:center;justify-content:space-between;&:hover{color:", ";", "{opacity:1;visibility:visible;}}", "{opacity:0;visibility:hidden;svg{fill:", ";color:", ";}&:hover{svg{fill:", ";color:", ";}}}"], function (props) {
9
9
  return props.theme.palette['grey-800'];
10
10
  }, IconContainer, IconContainer, function (props) {
@@ -2,11 +2,11 @@ import styled from 'styled-components';
2
2
  import { IconContainer } from '@synerise/ds-icon';
3
3
  export var EditableCell = styled.div.withConfig({
4
4
  displayName: "EditableCellstyles__EditableCell",
5
- componentId: "ahr0lx-0"
5
+ componentId: "sc-ahr0lx-0"
6
6
  })(["display:flex;align-items:center;justify-content:flex-start;&:hover{", "{opacity:1;visibility:visible;}}", "{transition:all 0.3s ease;opacity:0;visibility:hidden;}"], IconContainer, IconContainer);
7
7
  export var Value = styled.span.withConfig({
8
8
  displayName: "EditableCellstyles__Value",
9
- componentId: "ahr0lx-1"
9
+ componentId: "sc-ahr0lx-1"
10
10
  })(["color:", ";"], function (props) {
11
11
  return props.asPlaceholder ? props.theme.palette['grey-400'] : 'inherit';
12
12
  });
@@ -3,5 +3,5 @@ import styled from 'styled-components';
3
3
  // eslint-disable-next-line import/prefer-default-export
4
4
  export var FlagLabel = styled.div.withConfig({
5
5
  displayName: "FlagLabelCellstyles__FlagLabel",
6
- componentId: "hckhy-0"
6
+ componentId: "sc-hckhy-0"
7
7
  })(["display:flex;align-items:center;justify-content:flex-start;span{margin-left:8px;}"]);
@@ -4,5 +4,5 @@ import { Tag } from '@synerise/ds-tags/dist/Tag/Tag.styles';
4
4
  // eslint-disable-next-line import/prefer-default-export
5
5
  export var TagIcon = styled.div.withConfig({
6
6
  displayName: "TagIconstyles__TagIcon",
7
- componentId: "o88sq0-0"
7
+ componentId: "sc-o88sq0-0"
8
8
  })(["display:flex;flex-direction:row;align-items:center;justify-content:flex-start;", "{margin-right:4px;}"], Tag);
@@ -2,7 +2,7 @@ import styled from 'styled-components';
2
2
  import Button from '@synerise/ds-button';
3
3
  export var ToggleButton = styled(Button).withConfig({
4
4
  displayName: "SortRenderstyles__ToggleButton",
5
- componentId: "pxbce6-0"
5
+ componentId: "sc-pxbce6-0"
6
6
  })(["", ";"], function (_ref) {
7
7
  var isVisible = _ref.isVisible;
8
8
  return isVisible ? 'opacity: 1 !important;' : '';
@@ -2,5 +2,5 @@ import styled from 'styled-components';
2
2
  import DSLoader from '@synerise/ds-loader';
3
3
  export var Loader = styled(DSLoader).withConfig({
4
4
  displayName: "InfiniteLoaderItemstyles__Loader",
5
- componentId: "lvwx4m-0"
5
+ componentId: "sc-lvwx4m-0"
6
6
  })(["justify-content:flex-start;"]);
@@ -3,5 +3,5 @@ import styled from 'styled-components';
3
3
  // eslint-disable-next-line import/prefer-default-export
4
4
  export var ItemsMenu = styled.div.withConfig({
5
5
  displayName: "ItemsMenustyles__ItemsMenu",
6
- componentId: "zmeifj-0"
6
+ componentId: "sc-zmeifj-0"
7
7
  })(["display:flex;flex-direction:row;align-items:center;justify-content:flex-start;> *{margin-right:8px;}&:last-child{margin-right:0;}"]);
@@ -6,7 +6,7 @@ import { IconContainer } from '@synerise/ds-icon';
6
6
  import DSSkeleton from '@synerise/ds-skeleton';
7
7
  export var Header = styled.div.withConfig({
8
8
  displayName: "Tablestyles__Header",
9
- componentId: "dacfhr-0"
9
+ componentId: "sc-dacfhr-0"
10
10
  })(["background:#ffffff;padding:20px 24px;display:flex;justify-content:space-between;border-top:", ";border-bottom:1px solid ", ";"], function (props) {
11
11
  return props.withBorderTop ? "1px solid " + props.theme.palette['grey-200'] : '0';
12
12
  }, function (props) {
@@ -14,52 +14,52 @@ export var Header = styled.div.withConfig({
14
14
  });
15
15
  export var Size = styled.div.withConfig({
16
16
  displayName: "Tablestyles__Size",
17
- componentId: "dacfhr-1"
17
+ componentId: "sc-dacfhr-1"
18
18
  })(["", ";color:#fff;b{", ";color:inherit;}"], macro.medium, macro.h400);
19
19
  export var TitleContainer = styled.div.withConfig({
20
20
  displayName: "Tablestyles__TitleContainer",
21
- componentId: "dacfhr-2"
21
+ componentId: "sc-dacfhr-2"
22
22
  })(["display:flex;max-width:100%;min-width:0;", ";color:", ";padding:0 24px 0 0;strong{font-weight:500;}"], macro.small, function (props) {
23
23
  return props.theme.palette['grey-700'];
24
24
  });
25
25
  export var TitlePartEllipsis = styled(Text).withConfig({
26
26
  displayName: "Tablestyles__TitlePartEllipsis",
27
- componentId: "dacfhr-3"
27
+ componentId: "sc-dacfhr-3"
28
28
  })(["font-weight:500;"]);
29
29
  export var TitlePart = styled.span.withConfig({
30
30
  displayName: "Tablestyles__TitlePart",
31
- componentId: "dacfhr-4"
31
+ componentId: "sc-dacfhr-4"
32
32
  })(["flex-shrink:0;"]);
33
33
  export var TitleSeparator = styled.span.withConfig({
34
34
  displayName: "Tablestyles__TitleSeparator",
35
- componentId: "dacfhr-5"
35
+ componentId: "sc-dacfhr-5"
36
36
  })(["display:inline-block;vertical-align:middle;flex-shrink:0;width:1px;height:16px;margin:1px 12px 0px 12px;background:", ";"], function (_ref) {
37
37
  var theme = _ref.theme;
38
38
  return theme.palette['grey-200'];
39
39
  });
40
40
  export var Left = styled.div.withConfig({
41
41
  displayName: "Tablestyles__Left",
42
- componentId: "dacfhr-6"
42
+ componentId: "sc-dacfhr-6"
43
43
  })(["display:flex;align-items:center;min-width:0;"]);
44
44
  export var Right = styled.div.withConfig({
45
45
  displayName: "Tablestyles__Right",
46
- componentId: "dacfhr-7"
46
+ componentId: "sc-dacfhr-7"
47
47
  })(["display:flex;align-items:center;justify-content:flex-start;gap:8px;> *{min-width:32px;}&&& .ds-button.btn-search{min-width:unset;}"]);
48
48
  export var RightSideWrapper = styled.div.withConfig({
49
49
  displayName: "Tablestyles__RightSideWrapper",
50
- componentId: "dacfhr-8"
50
+ componentId: "sc-dacfhr-8"
51
51
  })([""]);
52
52
  export var Icon = styled.div.withConfig({
53
53
  displayName: "Tablestyles__Icon",
54
- componentId: "dacfhr-9"
54
+ componentId: "sc-dacfhr-9"
55
55
  })(["transition:all 0.5s ease;position:absolute;left:4px;z-index:1;"]);
56
56
  export var Input = styled.div.withConfig({
57
57
  displayName: "Tablestyles__Input",
58
- componentId: "dacfhr-10"
58
+ componentId: "sc-dacfhr-10"
59
59
  })(["transition:all 0.2s ease;overflow:hidden;position:relative;right:0;> div{margin:0;}"]);
60
60
  export var InputWrapper = styled.div.withConfig({
61
61
  displayName: "Tablestyles__InputWrapper",
62
- componentId: "dacfhr-11"
62
+ componentId: "sc-dacfhr-11"
63
63
  })(["", ";transition:all 0.5s ease;position:relative;display:flex;align-items:center;direction:ltr;", "{opacity:", ";width:", ";}&{input{padding-left:32px;", ";}}.search-input{width:0;}"], function (props) {
64
64
  return props.searchValue !== '' || props.isOpen ? "width: 100%" : 'width: 30px';
65
65
  }, Input, function (props) {
@@ -71,19 +71,19 @@ export var InputWrapper = styled.div.withConfig({
71
71
  });
72
72
  export var Selection = styled.div.withConfig({
73
73
  displayName: "Tablestyles__Selection",
74
- componentId: "dacfhr-12"
74
+ componentId: "sc-dacfhr-12"
75
75
  })(["display:flex;align-items:center;justify-content:flex-start;max-width:64px;margin-right:24px;border-radius:3px;&:hover{background-color:", ";}.ant-btn.ds-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0;}.ant-btn.ds-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0;}", "{padding:0;}"], function (_ref2) {
76
76
  var theme = _ref2.theme;
77
77
  return theme.palette['grey-100'];
78
78
  }, CheckboxWrapper);
79
79
  export var SelectionMenu = styled(Menu).withConfig({
80
80
  displayName: "Tablestyles__SelectionMenu",
81
- componentId: "dacfhr-13"
81
+ componentId: "sc-dacfhr-13"
82
82
  })(["padding:8px;"]);
83
83
  var spinnerAnimation = keyframes(["from{transform:rotateZ(0deg);}to{transform:rotateZ(360deg);}"]);
84
84
  export var Spinner = styled.div.withConfig({
85
85
  displayName: "Tablestyles__Spinner",
86
- componentId: "dacfhr-14"
86
+ componentId: "sc-dacfhr-14"
87
87
  })(["position:absolute !important;top:0;left:0;width:100%;height:100%;margin:0;border-radius:inherit;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,0.6);z-index:10;", "{animation:", " 1s forwards linear infinite;svg{color:", ";fill:", ";}}"], IconContainer, spinnerAnimation, function (props) {
88
88
  return props.theme.palette['blue-600'];
89
89
  }, function (props) {
@@ -91,7 +91,7 @@ export var Spinner = styled.div.withConfig({
91
91
  });
92
92
  export var TableWrapper = styled.div.withConfig({
93
93
  displayName: "Tablestyles__TableWrapper",
94
- componentId: "dacfhr-15"
94
+ componentId: "sc-dacfhr-15"
95
95
  })(["table{.ant-table-thead{", ";}}.ant-table-wrapper .ant-table{z-index:1;}.ant-table .ant-table-cell.ant-table-selection-column,.ant-table .ant-table-cell.ds-table-star-column{padding:0 8px 0 24px;& > button{display:inline-block;}}.ant-table .ant-table-cell.ant-table-selection-column + .ant-table-cell.ds-table-star-column{padding-left:0;}.ant-table .ant-table-thead th{transition:background 0.3s,border-color 0.3s;background-color:", ";border-bottom-color:", ";&.ant-table-column-has-sorters{cursor:default;}&.ant-table-column-has-sorters:hover{background-color:", ";border-bottom:2px solid ", ";> *{margin-bottom:-1px;}}> *{display:flex;width:100%;}[class^='ant-table-column-sorters']{width:100%;}&.ant-table-column-sort{background-color:", ";border-bottom:2px solid ", ";&:hover{background-color:", ";border-bottom:2px solid ", ";}& > [class^='ant-table-column-sorters']{overflow:hidden;}> *{margin-bottom:-1px;}}&.ant-table-cell-ellipsis.ant-table-column-has-sorters{overflow:visible;}&:not(.ds-table-column-sort){.ds-table-column-sorter{margin-left:8px;}}&.ds-table-active-column{background-color:", ";border-bottom:2px solid ", ";cursor:default;&:hover{background-color:", ";border-bottom:2px solid ", ";}.ant-table-column-sorter{display:none;}> *{margin-bottom:-1px;}}}.ant-table tr.ant-table-row:not(:hover) td.ant-table-column-sort{background-color:", ";}.ant-table .ant-table-column-sorter{margin-left:8px;max-width:32px;min-width:32px;}.ant-table-cell .ds-sort-dropdown-button{opacity:0;}.ant-table-cell:hover .ds-sort-dropdown-button,.ant-table-cell.ant-table-column-sort .ds-sort-dropdown-button{opacity:1;}.ant-table-wrapper.virtual-table.virtual-table-infinite-scroll .ant-table .ant-table-header{box-shadow:0 4px 12px 0 rgba(35,41,54,0.04);}.virtual-table:not(.with-sticky-header) .ant-table-container{overflow:auto hidden;}.virtual-table .virtual-table-row:not(:hover) .virtual-table-cell.ant-table-column-sort{background-color:", ";}& .ant-table .ant-table-cell-scrollbar{box-shadow:none;}& .ant-table th.ant-table-cell{white-space:", ";}&&& .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before{position:relative;}"], function (props) {
96
96
  return props.hideColumnNames ? 'display: none' : '';
97
97
  }, function (_ref3) {
@@ -141,11 +141,11 @@ export var TableWrapper = styled.div.withConfig({
141
141
  });
142
142
  export var Skeleton = styled(DSSkeleton).withConfig({
143
143
  displayName: "Tablestyles__Skeleton",
144
- componentId: "dacfhr-16"
144
+ componentId: "sc-dacfhr-16"
145
145
  })(["padding:0;"]);
146
146
  export var TableSkeletonCell = styled.div.withConfig({
147
147
  displayName: "Tablestyles__TableSkeletonCell",
148
- componentId: "dacfhr-17"
148
+ componentId: "sc-dacfhr-17"
149
149
  })(["display:flex;height:", ";width:", ";align-items:center;justify-content:flex-start;"], function (props) {
150
150
  return props.height + "px" || 'auto';
151
151
  }, function (props) {
@@ -8,29 +8,29 @@ var getColumnWidth = function getColumnWidth(props) {
8
8
  };
9
9
  export var RowWrapper = styled.div.withConfig({
10
10
  displayName: "VirtualTablestyles__RowWrapper",
11
- componentId: "aehkhc-0"
11
+ componentId: "sc-aehkhc-0"
12
12
  })(["display:inline-table;cursor:", ";"], function (props) {
13
13
  return props.onRowClickAvailable ? 'pointer' : 'default';
14
14
  });
15
15
  export var InnerListElement = styled.div.withConfig({
16
16
  displayName: "VirtualTablestyles__InnerListElement",
17
- componentId: "aehkhc-1"
17
+ componentId: "sc-aehkhc-1"
18
18
  })(["background:", ";"], function (props) {
19
19
  return props.theme.palette.white;
20
20
  });
21
21
  export var VirtualListSpace = styled.div.withConfig({
22
22
  displayName: "VirtualTablestyles__VirtualListSpace",
23
- componentId: "aehkhc-2"
23
+ componentId: "sc-aehkhc-2"
24
24
  })([""]);
25
25
  export var VirtualListWrapper = styled.div.withConfig({
26
26
  displayName: "VirtualTablestyles__VirtualListWrapper",
27
- componentId: "aehkhc-3"
27
+ componentId: "sc-aehkhc-3"
28
28
  })(["", " overscroll-behavior-x:contain;"], function (props) {
29
29
  return props.isSticky && css(["width:", ";overflow:overlay hidden;scrollbar-color:transparent;scrollbar-width:none;::-webkit-scrollbar-thumb{background-color:transparent;}::-webkit-scrollbar{display:none;}:after{content:'';width:10px;height:", ";display:block;}"], numberToPixels(props.listWidth), numberToPixels(props.listHeight));
30
30
  });
31
31
  export var StickyScrollbar = styled(Scrollbar).withConfig({
32
32
  displayName: "VirtualTablestyles__StickyScrollbar",
33
- componentId: "aehkhc-4"
33
+ componentId: "sc-aehkhc-4"
34
34
  })(["position:sticky;bottom:0;z-index:", ";transform:translate(5px,", ");"], function (props) {
35
35
  return props.isStuck ? 2 : 0;
36
36
  }, function (props) {
@@ -38,13 +38,13 @@ export var StickyScrollbar = styled(Scrollbar).withConfig({
38
38
  });
39
39
  export var StickyScrollbarContent = styled.div.withConfig({
40
40
  displayName: "VirtualTablestyles__StickyScrollbarContent",
41
- componentId: "aehkhc-5"
41
+ componentId: "sc-aehkhc-5"
42
42
  })(["width:", ";height:10px;"], function (props) {
43
43
  return numberToPixels(props.scrollWidth);
44
44
  });
45
45
  export var ColWrapper = styled.div.withConfig({
46
46
  displayName: "VirtualTablestyles__ColWrapper",
47
- componentId: "aehkhc-6"
47
+ componentId: "sc-aehkhc-6"
48
48
  })(["display:table-cell;vertical-align:middle;", ";", ";", " padding:0 24px;&.virtual-table-cell.ant-table-selection-column{padding:0 8px 0 24px;}&.virtual-table-cell.ds-table-star-column{padding:0 8px 0 24px;& > button{display:flex;}}&.virtual-table-cell.ant-table-selection-column + .virtual-table-cell.ds-table-star-column{padding-left:0;}"], function (props) {
49
49
  return props.left !== undefined && "left: " + numberToPixels(props.left);
50
50
  }, function (props) {
@@ -55,7 +55,7 @@ export var ColWrapper = styled.div.withConfig({
55
55
  });
56
56
  export var VirtualTableWrapper = styled.div.withConfig({
57
57
  displayName: "VirtualTablestyles__VirtualTableWrapper",
58
- componentId: "aehkhc-7"
58
+ componentId: "sc-aehkhc-7"
59
59
  })(["", ""], function (props) {
60
60
  return props.isSticky ? css([".ant-table-title{position:sticky;top:", "px;z-index:99;}.ant-table-title,.ant-table-sticky-holder{transition:top 0.3s ease-in-out;}", ";"], props.titleBarTop - props.titleBarHeight, props.isHeaderVisible && css([".ant-table-title{top:", "px;}.ant-table-sticky-holder{top:", "px !important;}"], props.titleBarTop, props.titleBarTop + props.titleBarHeight)) : css(["position:relative;"]);
61
61
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-table",
3
- "version": "0.61.10",
3
+ "version": "0.61.12",
4
4
  "description": "Table UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -21,7 +21,7 @@
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
22
  "build:watch": "npm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
- "pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
24
+ "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
@@ -34,31 +34,31 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-alert": "^0.9.8",
38
- "@synerise/ds-badge": "^0.9.5",
39
- "@synerise/ds-button": "^0.23.2",
40
- "@synerise/ds-button-group": "^0.8.2",
41
- "@synerise/ds-checkbox": "^0.13.5",
42
- "@synerise/ds-column-manager": "^0.14.10",
43
- "@synerise/ds-data-format": "^0.7.1",
44
- "@synerise/ds-dropdown": "^0.19.7",
45
- "@synerise/ds-flag": "^0.6.0",
46
- "@synerise/ds-icon": "^0.71.2",
47
- "@synerise/ds-input": "^0.25.7",
48
- "@synerise/ds-loader": "^0.4.2",
49
- "@synerise/ds-menu": "^0.21.8",
50
- "@synerise/ds-modal": "^0.18.5",
51
- "@synerise/ds-pagination": "^0.8.7",
52
- "@synerise/ds-result": "^0.8.6",
53
- "@synerise/ds-scrollbar": "^0.12.5",
54
- "@synerise/ds-search": "^0.10.8",
55
- "@synerise/ds-select": "^0.17.7",
56
- "@synerise/ds-skeleton": "^0.7.5",
57
- "@synerise/ds-status": "^0.8.7",
58
- "@synerise/ds-tags": "^0.11.7",
59
- "@synerise/ds-tooltip": "^0.16.1",
60
- "@synerise/ds-typography": "^0.17.5",
61
- "@synerise/ds-utils": "^0.32.2",
37
+ "@synerise/ds-alert": "^0.9.10",
38
+ "@synerise/ds-badge": "^0.9.7",
39
+ "@synerise/ds-button": "^0.23.4",
40
+ "@synerise/ds-button-group": "^0.8.4",
41
+ "@synerise/ds-checkbox": "^0.13.7",
42
+ "@synerise/ds-column-manager": "^0.14.12",
43
+ "@synerise/ds-data-format": "^0.7.2",
44
+ "@synerise/ds-dropdown": "^0.19.9",
45
+ "@synerise/ds-flag": "^0.6.1",
46
+ "@synerise/ds-icon": "^0.72.1",
47
+ "@synerise/ds-input": "^0.25.9",
48
+ "@synerise/ds-loader": "^0.4.3",
49
+ "@synerise/ds-menu": "^0.21.10",
50
+ "@synerise/ds-modal": "^0.18.7",
51
+ "@synerise/ds-pagination": "^0.8.9",
52
+ "@synerise/ds-result": "^0.8.8",
53
+ "@synerise/ds-scrollbar": "^0.12.7",
54
+ "@synerise/ds-search": "^0.10.10",
55
+ "@synerise/ds-select": "^0.17.9",
56
+ "@synerise/ds-skeleton": "^0.7.7",
57
+ "@synerise/ds-status": "^0.8.9",
58
+ "@synerise/ds-tags": "^0.11.9",
59
+ "@synerise/ds-tooltip": "^0.16.3",
60
+ "@synerise/ds-typography": "^0.17.7",
61
+ "@synerise/ds-utils": "^0.32.3",
62
62
  "@types/react-window": "^1.8.5",
63
63
  "classnames": "2.3.2",
64
64
  "copy-to-clipboard": "^3.3.1",
@@ -77,5 +77,5 @@
77
77
  "react-intl": ">=3.12.0 <= 6.8",
78
78
  "styled-components": "^5.3.3"
79
79
  },
80
- "gitHead": "7b1edcd256eb34848761e3649a8c21a411966a98"
80
+ "gitHead": "a176b46dab123cd503247ae57022f8e808772d68"
81
81
  }