@x-plat/design-system 0.5.28 → 0.5.29
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/dist/components/Table/index.css +5 -16
- package/dist/components/index.css +5 -16
- package/dist/index.css +5 -16
- package/package.json +1 -1
|
@@ -246,20 +246,9 @@
|
|
|
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
|
|
250
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow
|
|
251
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow
|
|
252
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow
|
|
253
|
-
|
|
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;
|
|
249
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow,
|
|
250
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow,
|
|
251
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow,
|
|
252
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow {
|
|
253
|
+
border-right: 1px solid var(--semantic-border-default);
|
|
265
254
|
}
|
|
@@ -4085,22 +4085,11 @@
|
|
|
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
|
|
4089
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow
|
|
4090
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow
|
|
4091
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow
|
|
4092
|
-
|
|
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;
|
|
4088
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow,
|
|
4089
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow,
|
|
4090
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow,
|
|
4091
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow {
|
|
4092
|
+
border-right: 1px solid var(--semantic-border-default);
|
|
4104
4093
|
}
|
|
4105
4094
|
|
|
4106
4095
|
/* src/components/Tag/tag.scss */
|
package/dist/index.css
CHANGED
|
@@ -4085,22 +4085,11 @@
|
|
|
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
|
|
4089
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow
|
|
4090
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow
|
|
4091
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow
|
|
4092
|
-
|
|
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;
|
|
4088
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow,
|
|
4089
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow,
|
|
4090
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow,
|
|
4091
|
+
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow {
|
|
4092
|
+
border-right: 1px solid var(--semantic-border-default);
|
|
4104
4093
|
}
|
|
4105
4094
|
|
|
4106
4095
|
/* src/components/Tag/tag.scss */
|