@nimbus-ds/styles 6.0.1 → 6.0.2
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/CHANGELOG.md +10 -0
- package/dist/index.css +7 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2022-12-23 `6.0.2`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Update color rules on danger button variant. ([#71](https://github.com/TiendaNube/nimbus-design-system/pull/71) by [@juanchigallego](https://github.com/juanchigallego))
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug fixes
|
|
12
|
+
|
|
13
|
+
- Correct background color on sidebar component. ([#71](https://github.com/TiendaNube/nimbus-design-system/pull/71) by [@juanchigallego](https://github.com/juanchigallego))
|
|
14
|
+
|
|
5
15
|
## 2022-12-22 `6.0.1`
|
|
6
16
|
|
|
7
17
|
#### 🎉 New features
|
package/dist/index.css
CHANGED
|
@@ -544,16 +544,16 @@
|
|
|
544
544
|
border-color: var(--jhrh4b3);
|
|
545
545
|
}
|
|
546
546
|
._1pga1rd2 {
|
|
547
|
-
background: var(--
|
|
547
|
+
background: var(--jhrh4bl);
|
|
548
548
|
border-color: var(--jhrh4bn);
|
|
549
|
-
color: var(--
|
|
549
|
+
color: var(--jhrh4b10);
|
|
550
550
|
}
|
|
551
551
|
._1pga1rd2:hover {
|
|
552
|
-
background: var(--
|
|
552
|
+
background: var(--jhrh4bm);
|
|
553
553
|
border-color: var(--jhrh4bo);
|
|
554
554
|
}
|
|
555
555
|
._1pga1rd2:active {
|
|
556
|
-
background: var(--
|
|
556
|
+
background: var(--jhrh4bn);
|
|
557
557
|
border-color: var(--jhrh4bp);
|
|
558
558
|
}
|
|
559
559
|
._1pga1rd2:disabled {
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
border-color: var(--jhrh4bm);
|
|
562
562
|
}
|
|
563
563
|
._1pga1rd2:focus {
|
|
564
|
-
border-color: var(--
|
|
564
|
+
border-color: var(--jhrh4bn);
|
|
565
565
|
}
|
|
566
566
|
._1pga1rd3 {
|
|
567
567
|
background: var(--jhrh4bt);
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
border-color: var(--jhrh4bv);
|
|
582
582
|
}
|
|
583
583
|
._1pga1rd3:focus {
|
|
584
|
-
border-color: var(--
|
|
584
|
+
border-color: var(--jhrh4b2);
|
|
585
585
|
}
|
|
586
586
|
._1pga1rd4 {
|
|
587
587
|
background: transparent;
|
|
@@ -2397,7 +2397,7 @@
|
|
|
2397
2397
|
display: flex;
|
|
2398
2398
|
flex-direction: column;
|
|
2399
2399
|
align-items: stretch;
|
|
2400
|
-
background-color:
|
|
2400
|
+
background-color: var(--jhrh4bs);
|
|
2401
2401
|
height: 100%;
|
|
2402
2402
|
min-height: 100%;
|
|
2403
2403
|
width: 100%;
|