@rolster/styles-foundations 2.5.26 → 2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/styles-foundations",
3
- "version": "2.5.26",
3
+ "version": "2.5.28",
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.4.3
2
+ // v2.5.0
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 26/May/2025
6
+ // Updated: 12/Ago/2025
7
7
 
8
8
  @mixin datatable_cell_control() {
9
9
  --rlc-avatar-radius: var(--rls-sizing-x3);
@@ -25,6 +25,10 @@
25
25
  align-items: center;
26
26
  width: var(--rls-sizing-x24);
27
27
  padding: 0rem;
28
+
29
+ & > img {
30
+ width: var(--rls-sizing-x12);
31
+ }
28
32
  }
29
33
 
30
34
  .rls-datatable {
@@ -150,10 +154,6 @@
150
154
 
151
155
  &--control {
152
156
  @include datatable_cell_control();
153
-
154
- & > img {
155
- width: var(--rls-sizing-x12);
156
- }
157
157
  }
158
158
 
159
159
  & > span {
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Text Utilities
2
- // v2.1.0
2
+ // v2.1.1
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 08/Sep/2022
6
- // Updated: 17/Dic/2024
6
+ // Updated: 01/Jul/2025
7
7
 
8
8
  .rls-align-center {
9
9
  --rlc-amount-text-align: center;
@@ -38,19 +38,19 @@
38
38
  }
39
39
 
40
40
  .rls-weight-light {
41
- font-weight: var(--rls-font-weight-light);
41
+ font-weight: var(--rls-font-weight-light) !important;
42
42
  }
43
43
 
44
44
  .rls-weight-medium {
45
- font-weight: var(--rls-font-weight-medium);
45
+ font-weight: var(--rls-font-weight-medium) !important;
46
46
  }
47
47
 
48
48
  .rls-weight-semibold {
49
- font-weight: var(--rls-font-weight-semibold);
49
+ font-weight: var(--rls-font-weight-semibold) !important;
50
50
  }
51
51
 
52
52
  .rls-weight-bold {
53
- font-weight: var(--rls-font-weight-bold);
53
+ font-weight: var(--rls-font-weight-bold) !important;
54
54
  }
55
55
 
56
56
  .rls-truncate {