@rolster/styles-foundations 2.3.22 → 2.3.24

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/styles-foundations",
3
- "version": "2.3.22",
3
+ "version": "2.3.24",
4
4
  "description": "Front-end style pack to develop responsive and mobile projects on the web with Rolster.",
5
5
  "sass": "scss/styles.scss",
6
6
  "style": "dist/styles.css",
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Datatable Component
2
- // v2.1.1
2
+ // v2.1.2
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 04/Dic/2024
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 {
@@ -189,6 +193,7 @@
189
193
  }
190
194
 
191
195
  .rls-field-list {
196
+ --rlc-fieldbox-body-background: transparent;
192
197
  --rlc-fieldbox-body-border: none;
193
198
  --rlc-fieldbox-body-padding: var(--rls-sizing-x4) 0rem;
194
199
  --rlc-fieldbox-body-shadow: none;