@dialpad/dialtone 6.23.1 → 6.23.4

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,24 @@
1
+ ## [6.23.4](https://github.com/dialpad/dialtone/compare/v6.23.3...v6.23.4) (2022-04-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * whitespace xml error ([b4da340](https://github.com/dialpad/dialtone/commit/b4da3404cdf49ea6749942e64c12268527e25685))
7
+
8
+ ## [6.23.3](https://github.com/dialpad/dialtone/compare/v6.23.2...v6.23.3) (2022-04-21)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * upgrade docsearch to version 3. prevent subdir overlap ([#572](https://github.com/dialpad/dialtone/issues/572)) ([90d2ea4](https://github.com/dialpad/dialtone/commit/90d2ea4c6752f45ebc68b4cf53f110af6fcbbb21))
14
+
15
+ ## [6.23.2](https://github.com/dialpad/dialtone/compare/v6.23.1...v6.23.2) (2022-04-20)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **button:** add removed font color on hover state ([#570](https://github.com/dialpad/dialtone/issues/570)) ([9214dfa](https://github.com/dialpad/dialtone/commit/9214dfa21069f9e59dbb058edbcd345745ad6c7a))
21
+
1
22
  ## [6.23.1](https://github.com/dialpad/dialtone/compare/v6.23.0...v6.23.1) (2022-04-19)
2
23
 
3
24
 
@@ -340,6 +340,7 @@
340
340
  --button--bgc: var(--error-color);
341
341
 
342
342
  &:hover {
343
+ --button--fc: var(--white);
343
344
  --button--bgc: hsl(var(--red-500-h), var(--red-500-s), 40%);
344
345
  }
345
346
 
@@ -908,6 +908,7 @@ body {
908
908
  --button--bgc: var(--error-color);
909
909
  }
910
910
  .d-btn--danger.d-btn--primary:hover {
911
+ --button--fc: var(--white);
911
912
  --button--bgc: hsl(var(--red-500-h), var(--red-500-s), 40%);
912
913
  }
913
914
  .d-btn--danger.d-btn--primary:active,