@siemens/element-theme 47.5.0 → 47.6.0

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": "@siemens/element-theme",
3
- "version": "47.5.0",
3
+ "version": "47.6.0",
4
4
  "description": "Element CSS theme.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -50,12 +50,12 @@ $datatable-ghost-cell-strip-radius: 0 !default;
50
50
 
51
51
  // any kind of selection: apply a row hover state
52
52
  &:is(
53
- .single-selection,
54
- .multi-selection,
55
- .multi-click-selection,
56
- .cell-selection,
57
- .checkbox-selection
58
- ) {
53
+ .single-selection,
54
+ .multi-selection,
55
+ .multi-click-selection,
56
+ .cell-selection,
57
+ .checkbox-selection
58
+ ) {
59
59
  .datatable-row-wrapper {
60
60
  &:hover {
61
61
  background-color: variables.$table-hover-bg;
@@ -17,6 +17,11 @@ a:active {
17
17
  @extend a;
18
18
  }
19
19
 
20
+ .link-text {
21
+ @extend a;
22
+ text-decoration: underline;
23
+ }
24
+
20
25
  .link-icon {
21
26
  font-size: $si-link-icon-size !important; // stylelint-disable-line declaration-no-important
22
27
  line-height: $si-link-icon-line-height !important; // stylelint-disable-line declaration-no-important
@@ -15,6 +15,7 @@ $element-base-1-hover: var(--element-base-1-hover);
15
15
  $element-base-1-selected: var(--element-base-1-selected);
16
16
  $element-base-2: var(--element-base-2);
17
17
  $element-base-3: var(--element-base-3);
18
+ $element-base-4: var(--element-base-4);
18
19
  $element-base-information: var(--element-base-information);
19
20
  $element-base-success: var(--element-base-success);
20
21
  $element-base-caution: var(--element-base-caution);
@@ -34,6 +34,7 @@ $theme-element-light: (
34
34
  base-1-selected: base.$color-sand,
35
35
  base-2: base.$color-white,
36
36
  base-3: base.$color-white,
37
+ base-4: base.$color-light-sand,
37
38
  base-information: base.$color-blue-100,
38
39
  base-success: base.$color-green-100,
39
40
  base-caution: base.$color-yellow-100,
@@ -219,6 +220,7 @@ $theme-element-dark: (
219
220
  base-1-selected: base.$color-grayish-navy,
220
221
  base-2: base.$color-deep-blue-900,
221
222
  base-3: base.$color-grayish-navy,
223
+ base-4: base.$color-deep-blue-700,
222
224
  base-information: base.$color-blue-900,
223
225
  base-success: base.$color-green-900,
224
226
  base-caution: base.$color-yellow-900,