@x-plat/design-system 0.5.27 → 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 +1 -18
- package/dist/components/index.css +1 -18
- package/dist/index.css +1 -18
- package/package.json +1 -1
|
@@ -250,22 +250,5 @@
|
|
|
250
250
|
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow,
|
|
251
251
|
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow,
|
|
252
252
|
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow {
|
|
253
|
-
|
|
254
|
-
}
|
|
255
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow::after,
|
|
256
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow::after,
|
|
257
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow::after,
|
|
258
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow::after {
|
|
259
|
-
content: "";
|
|
260
|
-
position: absolute;
|
|
261
|
-
top: 0;
|
|
262
|
-
right: calc(var(--spacing-space-2) * -1);
|
|
263
|
-
width: var(--spacing-space-2);
|
|
264
|
-
height: 100%;
|
|
265
|
-
background:
|
|
266
|
-
linear-gradient(
|
|
267
|
-
to right,
|
|
268
|
-
rgba(0, 0, 0, 0.18),
|
|
269
|
-
rgba(255, 255, 255, 0));
|
|
270
|
-
pointer-events: none;
|
|
253
|
+
border-right: 1px solid var(--semantic-border-default);
|
|
271
254
|
}
|
|
@@ -4089,24 +4089,7 @@
|
|
|
4089
4089
|
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow,
|
|
4090
4090
|
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow,
|
|
4091
4091
|
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow {
|
|
4092
|
-
|
|
4093
|
-
}
|
|
4094
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow::after,
|
|
4095
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow::after,
|
|
4096
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow::after,
|
|
4097
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow::after {
|
|
4098
|
-
content: "";
|
|
4099
|
-
position: absolute;
|
|
4100
|
-
top: 0;
|
|
4101
|
-
right: calc(var(--spacing-space-2) * -1);
|
|
4102
|
-
width: var(--spacing-space-2);
|
|
4103
|
-
height: 100%;
|
|
4104
|
-
background:
|
|
4105
|
-
linear-gradient(
|
|
4106
|
-
to right,
|
|
4107
|
-
rgba(0, 0, 0, 0.18),
|
|
4108
|
-
rgba(255, 255, 255, 0));
|
|
4109
|
-
pointer-events: none;
|
|
4092
|
+
border-right: 1px solid var(--semantic-border-default);
|
|
4110
4093
|
}
|
|
4111
4094
|
|
|
4112
4095
|
/* src/components/Tag/tag.scss */
|
package/dist/index.css
CHANGED
|
@@ -4089,24 +4089,7 @@
|
|
|
4089
4089
|
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow,
|
|
4090
4090
|
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow,
|
|
4091
4091
|
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow {
|
|
4092
|
-
|
|
4093
|
-
}
|
|
4094
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > td.right-shadow::after,
|
|
4095
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > thead > tr > th.right-shadow::after,
|
|
4096
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > td.right-shadow::after,
|
|
4097
|
-
.lib-xplat-table-wrapper > .lib-xplat-table > tbody > tr > th.right-shadow::after {
|
|
4098
|
-
content: "";
|
|
4099
|
-
position: absolute;
|
|
4100
|
-
top: 0;
|
|
4101
|
-
right: calc(var(--spacing-space-2) * -1);
|
|
4102
|
-
width: var(--spacing-space-2);
|
|
4103
|
-
height: 100%;
|
|
4104
|
-
background:
|
|
4105
|
-
linear-gradient(
|
|
4106
|
-
to right,
|
|
4107
|
-
rgba(0, 0, 0, 0.18),
|
|
4108
|
-
rgba(255, 255, 255, 0));
|
|
4109
|
-
pointer-events: none;
|
|
4092
|
+
border-right: 1px solid var(--semantic-border-default);
|
|
4110
4093
|
}
|
|
4111
4094
|
|
|
4112
4095
|
/* src/components/Tag/tag.scss */
|