@rolster/styles-foundations 2.3.5 → 2.3.7

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.
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Datatable Component
2
- // v2.0.3
2
+ // v2.0.4
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 24/Jun/2024
6
+ // Updated: 26/Oct/2024
7
7
 
8
8
  @mixin datatable_cell_control() {
9
9
  --rlc-avatar-border-radius: var(--rls-sizing-x3);
@@ -13,7 +13,7 @@
13
13
 
14
14
  --rlc-action-ripple-dimension: var(--rls-sizing-x16);
15
15
  --rlc-action-ripple-position: -8rem;
16
-
16
+
17
17
  --rlc-fieldbox-body-background: transparent;
18
18
  --rlc-fieldbox-body-border: none;
19
19
  --rlc-fieldbox-body-box-shadow: none;
@@ -225,12 +225,9 @@
225
225
  .rls-poster {
226
226
  display: flex;
227
227
  width: calc(100% - var(--rls-sizing-x2));
228
- height: 100%;
229
228
  margin: var(--rls-sizing-x3) var(--rls-sizing-x2);
230
229
  justify-content: center;
231
230
  align-items: center;
232
- overflow: hidden;
233
- height: var(--rls-sizing-x14);
234
231
  line-height: var(--rls-sizing-x14);
235
232
  overflow: hidden;
236
233
  text-overflow: ellipsis;
@@ -272,7 +269,13 @@
272
269
  position: relative;
273
270
  width: 100%;
274
271
  overflow: hidden;
275
- background: var(--rls-app-color-100);
276
272
  border-radius: 0rem 0rem var(--rls-sizing-x4) var(--rls-sizing-x4);
273
+ padding-left: var(--rlc-datatable-padding-scroll);
274
+ padding-right: var(--pvt-header-padding-right);
275
+ box-sizing: border-box;
276
+
277
+ tr {
278
+ background: var(--rlc-datatable-footer-background);
279
+ }
277
280
  }
278
281
  }
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology ListField Component
2
- // v1.3.0
2
+ // v1.3.1
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 24/Jun/2024
6
+ // Updated: 23/Oct/2024
7
7
 
8
8
  .rls-field-list {
9
9
  --pvt-action-font-color: var(--rls-app-color-300);
@@ -107,7 +107,7 @@
107
107
  display: flex;
108
108
  flex-direction: column;
109
109
  width: 100%;
110
- height: var(--pvt-list-height);
110
+ height: auto;
111
111
  max-height: var(--pvt-list-max-height);
112
112
  padding: var(--rls-sizing-x4) var(--rls-sizing-x2);
113
113
  box-sizing: border-box;