@nice-digital/nds-action-banner 4.0.9 → 4.0.11

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": "@nice-digital/nds-action-banner",
3
- "version": "4.0.9",
3
+ "version": "4.0.11",
4
4
  "description": "Action banner component for the NICE Design System",
5
5
  "keywords": [
6
6
  "banner"
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@nice-digital/icons": "^6.0.1",
35
- "@nice-digital/nds-core": "^4.0.9",
35
+ "@nice-digital/nds-core": "^4.0.11",
36
36
  "classnames": "^2.3.1"
37
37
  },
38
38
  "peerDependencies": {
@@ -47,5 +47,5 @@
47
47
  "@types/node": "^18.11.9",
48
48
  "typescript": "^4.8.4"
49
49
  },
50
- "gitHead": "79b8403759d3b64619e04e9313f56594a79882fb"
50
+ "gitHead": "93f93e071f41bd750b2e87183556c59e8d0a3c6c"
51
51
  }
@@ -38,7 +38,6 @@
38
38
 
39
39
  &__title {
40
40
  @include typography.font-size(3);
41
- color: colours.$text-inverse;
42
41
  margin: utils.rem(0 0 spacing.$x-small);
43
42
  }
44
43
 
@@ -57,13 +56,8 @@
57
56
  &--subtle {
58
57
  @include typography.links-default;
59
58
  background: colours.$action-banner-subtle-background;
60
- border: 1px solid colours.$action-banner-subtle-border;
61
59
  color: colours.$text;
62
60
 
63
- .action-banner__title {
64
- color: colours.$text;
65
- }
66
-
67
61
  .action-banner__actions {
68
62
  @include focus.default-button-focus;
69
63
  }
@@ -91,7 +85,6 @@
91
85
 
92
86
  .action-banner__title {
93
87
  @include typography.h2();
94
- color: colours.$text-inverse;
95
88
  margin: 0;
96
89
  }
97
90
 
@@ -131,13 +124,8 @@
131
124
  @extend .action-banner--full-width;
132
125
 
133
126
  background: colours.$action-banner-full-width-subtle-background;
134
- border: 1px solid colours.$action-banner-full-width-subtle-border;
135
127
  color: colours.$text;
136
128
 
137
- .action-banner__title {
138
- color: colours.$text;
139
- }
140
-
141
129
  .action-banner__actions {
142
130
  @include focus.default-button-focus;
143
131
  }