@x-plat/design-system 0.5.28 → 0.5.30

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.
@@ -246,20 +246,3 @@
246
246
  z-index: 1;
247
247
  left: calc(var(--sticky-left) * 1px);
248
248
  }
249
- .lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow::after,
250
- .lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow::after,
251
- .lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow::after,
252
- .lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow::after {
253
- content: "";
254
- position: absolute;
255
- top: 0;
256
- right: -6px;
257
- width: 6px;
258
- height: 100%;
259
- background:
260
- linear-gradient(
261
- to right,
262
- rgba(0, 0, 0, 0.08),
263
- transparent);
264
- pointer-events: none;
265
- }
@@ -4085,23 +4085,6 @@
4085
4085
  z-index: 1;
4086
4086
  left: calc(var(--sticky-left) * 1px);
4087
4087
  }
4088
- .lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow::after,
4089
- .lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow::after,
4090
- .lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow::after,
4091
- .lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow::after {
4092
- content: "";
4093
- position: absolute;
4094
- top: 0;
4095
- right: -6px;
4096
- width: 6px;
4097
- height: 100%;
4098
- background:
4099
- linear-gradient(
4100
- to right,
4101
- rgba(0, 0, 0, 0.08),
4102
- transparent);
4103
- pointer-events: none;
4104
- }
4105
4088
 
4106
4089
  /* src/components/Tag/tag.scss */
4107
4090
  .lib-xplat-tag {
package/dist/index.css CHANGED
@@ -4085,23 +4085,6 @@
4085
4085
  z-index: 1;
4086
4086
  left: calc(var(--sticky-left) * 1px);
4087
4087
  }
4088
- .lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow::after,
4089
- .lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow::after,
4090
- .lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow::after,
4091
- .lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow::after {
4092
- content: "";
4093
- position: absolute;
4094
- top: 0;
4095
- right: -6px;
4096
- width: 6px;
4097
- height: 100%;
4098
- background:
4099
- linear-gradient(
4100
- to right,
4101
- rgba(0, 0, 0, 0.08),
4102
- transparent);
4103
- pointer-events: none;
4104
- }
4105
4088
 
4106
4089
  /* src/components/Tag/tag.scss */
4107
4090
  .lib-xplat-tag {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-plat/design-system",
3
- "version": "0.5.28",
3
+ "version": "0.5.30",
4
4
  "description": "XPLAT UI Design System",
5
5
  "author": "XPLAT WOONG",
6
6
  "main": "dist/index.cjs",