@dialpad/dialtone 6.25.0 → 6.25.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [6.25.1](https://github.com/dialpad/dialtone/compare/v6.25.0...v6.25.1) (2022-05-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fc-warning not mapped correctly ([#584](https://github.com/dialpad/dialtone/issues/584)) ([9757d01](https://github.com/dialpad/dialtone/commit/9757d011c952129f57507620902ee07c45780b0c))
7
+
1
8
  # [6.25.0](https://github.com/dialpad/dialtone/compare/v6.24.1...v6.25.0) (2022-05-06)
2
9
 
3
10
 
@@ -71,8 +71,8 @@
71
71
  #d-internals #generate-hover-focus(d-fc-green, {.d-fc-green();});
72
72
  #d-internals #generate-hover-focus(d-fc-success, {.d-fc-success();});
73
73
 
74
- .d-fc-yellow,
75
- .d-fc-warning { &:extend(.d-fc-yellow-600); }
74
+ .d-fc-yellow { &:extend(.d-fc-yellow-600); }
75
+ .d-fc-warning { color: var(--fc-warning) }
76
76
  #d-internals #generate-hover-focus(d-fc-yellow, {.d-fc-yellow();});
77
77
  #d-internals #generate-hover-focus(d-fc-warning, {.d-fc-warning();});
78
78
 
@@ -9475,15 +9475,10 @@ body.theme-dark .d\:d-bgc-pink-100 {
9475
9475
  .h\:d-fc-yellow-600:hover,
9476
9476
  .f\:d-fc-yellow-600:focus,
9477
9477
  .d-fc-yellow,
9478
- .d-fc-warning,
9479
9478
  .h\:d-fc-yellow:hover,
9480
9479
  .f\:d-fc-yellow:focus,
9481
9480
  .f\:d-fc-yellow:focus-within,
9482
- .fv\:d-fc-yellow.focus-visible,
9483
- .h\:d-fc-warning:hover,
9484
- .f\:d-fc-warning:focus,
9485
- .f\:d-fc-warning:focus-within,
9486
- .fv\:d-fc-warning.focus-visible {
9481
+ .fv\:d-fc-yellow.focus-visible {
9487
9482
  --fco: 100%;
9488
9483
  color: hsla(var(--yellow-600-h) var(--yellow-600-s) var(--yellow-600-l) / var(--fco)) !important;
9489
9484
  }
@@ -9491,15 +9486,10 @@ body.theme-dark .d\:d-bgc-pink-100 {
9491
9486
  .h\:d-fc-yellow-600:hover,
9492
9487
  .f\:d-fc-yellow-600:focus,
9493
9488
  .d-fc-yellow,
9494
- .d-fc-warning,
9495
9489
  .h\:d-fc-yellow:hover,
9496
9490
  .f\:d-fc-yellow:focus,
9497
9491
  .f\:d-fc-yellow:focus-within,
9498
- .fv\:d-fc-yellow:focus-visible,
9499
- .h\:d-fc-warning:hover,
9500
- .f\:d-fc-warning:focus,
9501
- .f\:d-fc-warning:focus-within,
9502
- .fv\:d-fc-warning:focus-visible {
9492
+ .fv\:d-fc-yellow:focus-visible {
9503
9493
  --fco: 100%;
9504
9494
  color: hsla(var(--yellow-600-h) var(--yellow-600-s) var(--yellow-600-l) / var(--fco)) !important;
9505
9495
  }
@@ -12721,6 +12711,24 @@ body.theme-dark .d\:d-bgc-red-700 {
12721
12711
  .fv\:d-fc-primary:focus-visible {
12722
12712
  color: hsla(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l) / var(--fco)) !important;
12723
12713
  }
12714
+ .d-fc-warning {
12715
+ color: var(--fc-warning);
12716
+ }
12717
+ .h\:d-fc-warning:hover {
12718
+ color: var(--fc-warning);
12719
+ }
12720
+ .f\:d-fc-warning:focus {
12721
+ color: var(--fc-warning);
12722
+ }
12723
+ .f\:d-fc-warning:focus-within {
12724
+ color: var(--fc-warning);
12725
+ }
12726
+ .fv\:d-fc-warning.focus-visible {
12727
+ color: var(--fc-warning);
12728
+ }
12729
+ .fv\:d-fc-warning:focus-visible {
12730
+ color: var(--fc-warning);
12731
+ }
12724
12732
  .d-fc-current {
12725
12733
  color: currentColor !important;
12726
12734
  }