@rolster/styles-foundations 2.5.22 → 2.5.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/styles-foundations",
3
- "version": "2.5.22",
3
+ "version": "2.5.23",
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,5 +1,5 @@
1
1
  // Rolster Technology Datatable Component
2
- // v2.4.0
2
+ // v2.4.1
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
@@ -14,13 +14,6 @@
14
14
  --rlc-action-ripple-dimension: var(--rls-sizing-x16);
15
15
  --rlc-action-ripple-position: -8rem;
16
16
 
17
- --rlc-fieldbox-body-background: transparent;
18
- --rlc-fieldbox-body-background-focused: transparent;
19
- --rlc-fieldbox-body-padding: 0rem;
20
- --rlc-fieldbox-body-shadow: none;
21
- --rlc-fieldbox-body-shadow-error: none;
22
- --rlc-fieldbox-action-background: transparent;
23
-
24
17
  --rlc-switch-max-width: var(--rls-sizing-x18);
25
18
  --rlc-switch-bar-radius: var(--rls-sizing-x2);
26
19
  --rlc-switch-bar-height: var(--rls-sizing-x4);
@@ -36,7 +29,10 @@
36
29
  .rls-datatable {
37
30
  --pvt-datatable-letter-spacing: var(--rlc-datatable-letter-spacing, 0.0625em);
38
31
  --pvt-datatable-font-size: var(--rlc-datatable-font-size, 7rem);
39
- --pvt-datatable-font-color: var(--rlc-datatable-font-color, var(--rls-app-color-900));
32
+ --pvt-datatable-font-color: var(
33
+ --rlc-datatable-font-color,
34
+ var(--rls-app-color-900)
35
+ );
40
36
 
41
37
  --pvt-datatable-header-background: var(
42
38
  --rlc-datatable-header-background,
@@ -47,7 +43,7 @@
47
43
  --rlc-datatable-record-background,
48
44
  var(--rls-app-color-100)
49
45
  );
50
-
46
+
51
47
  --pvt-datatable-padding-component: 0rem;
52
48
  --pvt-datatable-padding-scroll: var(--rlc-datatable-padding-scroll, 0rem);
53
49
  --pvt-datatable-header-padding-right: var(--pvt-datatable-padding-scroll);
@@ -128,10 +124,10 @@
128
124
 
129
125
  .rls-poster {
130
126
  width: calc(100% - var(--rls-sizing-x2));
127
+ margin: auto 0rem;
131
128
  overflow: hidden;
132
129
  text-overflow: ellipsis;
133
130
  white-space: nowrap;
134
- margin: auto 0rem;
135
131
  }
136
132
  }
137
133
 
@@ -219,6 +215,13 @@
219
215
 
220
216
  &__cell,
221
217
  &__data {
218
+ --rlc-fieldbox-body-background: transparent;
219
+ --rlc-fieldbox-body-background-focused: transparent;
220
+ --rlc-fieldbox-body-padding: 0rem;
221
+ --rlc-fieldbox-body-shadow: none;
222
+ --rlc-fieldbox-body-shadow-error: none;
223
+ --rlc-fieldbox-action-background: transparent;
224
+
222
225
  position: relative;
223
226
  display: flex;
224
227
  align-items: center;
@@ -1,5 +1,5 @@
1
1
  // Rolster Technology FieldList Component
2
- // v1.4.0
2
+ // v1.4.1
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
@@ -67,7 +67,7 @@
67
67
  }
68
68
 
69
69
  &__action {
70
- --rlc-icon-dimesion: calc(var(--pvt-action-dimension) - 2rem);
70
+ --rlc-icon-dimension: calc(var(--pvt-action-dimension) - 2rem);
71
71
 
72
72
  width: var(--pvt-action-dimension);
73
73
  height: var(--pvt-action-dimension);