@rolster/styles-foundations 2.3.21 → 2.3.23
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,9 +1,9 @@
|
|
|
1
1
|
// Rolster Technology Datatable Component
|
|
2
|
-
// v2.1.
|
|
2
|
+
// v2.1.2
|
|
3
3
|
// @license MIT
|
|
4
4
|
// Author: Rolster Developers
|
|
5
5
|
// Created: 20/Mar/2018
|
|
6
|
-
// Updated:
|
|
6
|
+
// Updated: 30/Ene/2025
|
|
7
7
|
|
|
8
8
|
@mixin datatable_cell_control() {
|
|
9
9
|
--rlc-avatar-border-radius: var(--rls-sizing-x3);
|
|
@@ -113,6 +113,10 @@
|
|
|
113
113
|
|
|
114
114
|
&--control {
|
|
115
115
|
@include datatable_cell_control();
|
|
116
|
+
|
|
117
|
+
& > img {
|
|
118
|
+
width: var(--rls-sizing-x12);
|
|
119
|
+
}
|
|
116
120
|
}
|
|
117
121
|
|
|
118
122
|
& > span {
|
|
@@ -114,8 +114,6 @@
|
|
|
114
114
|
background: var(--rls-app-background-500);
|
|
115
115
|
border: var(--rls-theme-border-1-500);
|
|
116
116
|
box-shadow: 0px 0px 0px 3px var(--rls-theme-shadow-500);
|
|
117
|
-
will-change: opacity, transform;
|
|
118
|
-
opacity: var(--pvt-list-opacity);
|
|
119
117
|
transform: var(--pvt-list-transform);
|
|
120
118
|
transform-origin: var(--pvt-list-transform-origin);
|
|
121
119
|
transition:
|
|
@@ -196,7 +194,6 @@
|
|
|
196
194
|
bottom: var(--pvt-backdrop-bottom);
|
|
197
195
|
opacity: var(--pvt-backdrop-opacity);
|
|
198
196
|
z-index: var(--rls-z-index-2);
|
|
199
|
-
will-change: opacity;
|
|
200
197
|
background: var(--rls-theme-backdrop-900);
|
|
201
198
|
backdrop-filter: blur(2px);
|
|
202
199
|
transition:
|