@x-plat/design-system 0.5.27 → 0.5.28
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 +4 -10
- package/dist/components/index.css +4 -10
- package/dist/index.css +4 -10
- package/package.json +1 -1
|
@@ -246,12 +246,6 @@
|
|
|
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
|
-
box-shadow: 8px 0 10px -5px rgba(0, 0, 0, 0.3);
|
|
254
|
-
}
|
|
255
249
|
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow::after,
|
|
256
250
|
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow::after,
|
|
257
251
|
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow::after,
|
|
@@ -259,13 +253,13 @@
|
|
|
259
253
|
content: "";
|
|
260
254
|
position: absolute;
|
|
261
255
|
top: 0;
|
|
262
|
-
right:
|
|
263
|
-
width:
|
|
256
|
+
right: -6px;
|
|
257
|
+
width: 6px;
|
|
264
258
|
height: 100%;
|
|
265
259
|
background:
|
|
266
260
|
linear-gradient(
|
|
267
261
|
to right,
|
|
268
|
-
rgba(0, 0, 0, 0.
|
|
269
|
-
|
|
262
|
+
rgba(0, 0, 0, 0.08),
|
|
263
|
+
transparent);
|
|
270
264
|
pointer-events: none;
|
|
271
265
|
}
|
|
@@ -4085,12 +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,
|
|
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
|
-
box-shadow: 8px 0 10px -5px rgba(0, 0, 0, 0.3);
|
|
4093
|
-
}
|
|
4094
4088
|
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow::after,
|
|
4095
4089
|
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow::after,
|
|
4096
4090
|
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow::after,
|
|
@@ -4098,14 +4092,14 @@
|
|
|
4098
4092
|
content: "";
|
|
4099
4093
|
position: absolute;
|
|
4100
4094
|
top: 0;
|
|
4101
|
-
right:
|
|
4102
|
-
width:
|
|
4095
|
+
right: -6px;
|
|
4096
|
+
width: 6px;
|
|
4103
4097
|
height: 100%;
|
|
4104
4098
|
background:
|
|
4105
4099
|
linear-gradient(
|
|
4106
4100
|
to right,
|
|
4107
|
-
rgba(0, 0, 0, 0.
|
|
4108
|
-
|
|
4101
|
+
rgba(0, 0, 0, 0.08),
|
|
4102
|
+
transparent);
|
|
4109
4103
|
pointer-events: none;
|
|
4110
4104
|
}
|
|
4111
4105
|
|
package/dist/index.css
CHANGED
|
@@ -4085,12 +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,
|
|
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
|
-
box-shadow: 8px 0 10px -5px rgba(0, 0, 0, 0.3);
|
|
4093
|
-
}
|
|
4094
4088
|
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow::after,
|
|
4095
4089
|
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow::after,
|
|
4096
4090
|
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow::after,
|
|
@@ -4098,14 +4092,14 @@
|
|
|
4098
4092
|
content: "";
|
|
4099
4093
|
position: absolute;
|
|
4100
4094
|
top: 0;
|
|
4101
|
-
right:
|
|
4102
|
-
width:
|
|
4095
|
+
right: -6px;
|
|
4096
|
+
width: 6px;
|
|
4103
4097
|
height: 100%;
|
|
4104
4098
|
background:
|
|
4105
4099
|
linear-gradient(
|
|
4106
4100
|
to right,
|
|
4107
|
-
rgba(0, 0, 0, 0.
|
|
4108
|
-
|
|
4101
|
+
rgba(0, 0, 0, 0.08),
|
|
4102
|
+
transparent);
|
|
4109
4103
|
pointer-events: none;
|
|
4110
4104
|
}
|
|
4111
4105
|
|