@weni/unnnic-system 3.27.0 → 3.27.1

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": "@weni/unnnic-system",
3
- "version": "3.27.0",
3
+ "version": "3.27.1",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -172,22 +172,25 @@ onUnmounted(() => {
172
172
 
173
173
  &--informational {
174
174
  border-color: $unnnic-color-border-info;
175
- background-color: $unnnic-color-bg-info;
175
+ background: linear-gradient($unnnic-color-bg-info), $unnnic-color-bg-base;
176
176
  }
177
177
 
178
178
  &--attention {
179
179
  border-color: $unnnic-color-border-warning;
180
- background-color: $unnnic-color-bg-warning;
180
+ background:
181
+ linear-gradient($unnnic-color-bg-warning), $unnnic-color-bg-base;
181
182
  }
182
183
 
183
184
  &--success {
184
185
  border-color: $unnnic-color-border-success;
185
- background-color: $unnnic-color-bg-success;
186
+ background:
187
+ linear-gradient($unnnic-color-bg-success), $unnnic-color-bg-base;
186
188
  }
187
189
 
188
190
  &--error {
189
191
  border-color: $unnnic-color-border-critical;
190
- background-color: $unnnic-color-bg-critical;
192
+ background:
193
+ linear-gradient($unnnic-color-bg-critical), $unnnic-color-bg-base;
191
194
  }
192
195
 
193
196
  &__content,