@rolster/styles-foundations 2.3.12 → 2.3.13

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.12",
3
+ "version": "2.3.13",
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.0
2
+ // v2.1.1
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 27/Oct/2024
6
+ // Updated: 04/Dic/2024
7
7
 
8
8
  @mixin datatable_cell_control() {
9
9
  --rlc-avatar-border-radius: var(--rls-sizing-x3);
@@ -90,7 +90,7 @@
90
90
 
91
91
  &__header {
92
92
  display: flex;
93
- column-gap: var(--rls-sizing-x4);
93
+ column-gap: var(--rls-sizing-x6);
94
94
  padding: 0rem var(--rls-sizing-x6);
95
95
  box-sizing: border-box;
96
96
  background: var(--rlc-datatable-header-background);
@@ -137,7 +137,7 @@
137
137
  &__totals {
138
138
  position: relative;
139
139
  display: flex;
140
- column-gap: var(--rls-sizing-x4);
140
+ column-gap: var(--rls-sizing-x6);
141
141
  padding: 0rem var(--rls-sizing-x6);
142
142
  box-sizing: border-box;
143
143
  border: var(--rls-app-border-1-100);