forstok-ui-lib 5.13.11 → 5.13.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "5.13.11",
3
+ "version": "5.13.13",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -2856,7 +2856,7 @@ export const ListTable = styled.main<{ $mode?: string }>`
2856
2856
  ${ItemTable} {
2857
2857
  width: calc(100% - 19px);
2858
2858
  min-width: 975px;
2859
- border-top: 1px solid var(--ter-clr-ln);
2859
+ border-bottom: 1px solid var(--ter-clr-ln);
2860
2860
  margin: 9px 9px 9px 10px;
2861
2861
  padding: 16px 12px 16px 19px;
2862
2862
  display: inline-grid;
@@ -2876,25 +2876,24 @@ export const ListTable = styled.main<{ $mode?: string }>`
2876
2876
  }
2877
2877
  &[role=rowheader] {
2878
2878
  padding: 18px 12px 18px 19px;
2879
- border-bottom: 2px solid var(--ter-clr-ln);
2879
+ border-bottom: 1px solid #e8e8ec;
2880
2880
  color: var(--mt-clr);
2881
2881
  position: relative;
2882
2882
  cursor: pointer;
2883
2883
  line-height: 1;
2884
+ font-weight: 600;
2885
+ font-size: .875rem;
2884
2886
  }
2885
2887
  &[role=row] {
2886
2888
  margin-top: 0;
2887
2889
  margin-bottom: 0;
2888
2890
  }
2889
- &:last-child {
2890
- margin-bottom: 9px;
2891
- }
2892
2891
  &[role=row] > div[role=cellgroup] > div[role=rowgroup],
2893
2892
  ._refCollapse > div,
2894
2893
  ._refCollapseContainer > div {
2895
2894
  padding-bottom: 1em;
2896
2895
  &:nth-child(n+2) {
2897
- border-top: 1px solid rgb(245, 245, 245);
2896
+ border-top: 1px solid rgba(227, 227, 227, .7);
2898
2897
  padding-top: 16px;
2899
2898
  }
2900
2899
  &:last-child {
@@ -145,6 +145,7 @@ const getButtonModifiedStyled = ({ $mode, $isIndicatorArrow, $isShown, $isLoadin
145
145
  } else if ($mode === 'round-close') {
146
146
  style += `
147
147
  background-color: transparent;
148
+ box-shadow: none;
148
149
  &:before {
149
150
  content: url('https://forstok-staging-storage.s3.ap-southeast-1.amazonaws.com/public/frontend/icons/close.svg');
150
151
  width: 12px;