@dialpad/dialtone 6.18.0 → 6.18.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.18.1](https://github.com/dialpad/dialtone/compare/v6.18.0...v6.18.1) (2022-03-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* remove fixed with from checkbox copy ([377e35c](https://github.com/dialpad/dialtone/commit/377e35c1dbdc2d4c5c8fffb5b26ff7cfe5be297c))
|
|
7
|
+
|
|
1
8
|
# [6.18.0](https://github.com/dialpad/dialtone/compare/v6.17.0...v6.18.0) (2022-02-22)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
-webkit-background-clip: text !important;
|
|
65
65
|
background-clip: text !important;
|
|
66
66
|
}
|
|
67
|
-
.d-
|
|
67
|
+
.d-bgclip-unset { background-clip: unset !important; }
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
// ============================================================================
|
|
@@ -2030,7 +2030,6 @@ legend .d-label {
|
|
|
2030
2030
|
.d-radio__copy {
|
|
2031
2031
|
display: inline-flex;
|
|
2032
2032
|
flex-direction: column;
|
|
2033
|
-
max-width: var(--size464);
|
|
2034
2033
|
margin-left: var(--su8);
|
|
2035
2034
|
}
|
|
2036
2035
|
.d-checkbox__label,
|
|
@@ -6231,7 +6230,7 @@ body.theme-dark .d\:d-bgg-to-red-700 {
|
|
|
6231
6230
|
-webkit-background-clip: text !important;
|
|
6232
6231
|
background-clip: text !important;
|
|
6233
6232
|
}
|
|
6234
|
-
.d-
|
|
6233
|
+
.d-bgclip-unset {
|
|
6235
6234
|
background-clip: unset !important;
|
|
6236
6235
|
}
|
|
6237
6236
|
.d-bgp-t {
|
|
@@ -12615,27 +12614,22 @@ body.theme-dark .d\:d-bgc-red-700 {
|
|
|
12615
12614
|
background-image: unset !important;
|
|
12616
12615
|
}
|
|
12617
12616
|
.h\:d-bgc-unset:hover {
|
|
12618
|
-
background-clip: unset !important;
|
|
12619
12617
|
background-color: unset !important;
|
|
12620
12618
|
background-image: unset !important;
|
|
12621
12619
|
}
|
|
12622
12620
|
.f\:d-bgc-unset:focus {
|
|
12623
|
-
background-clip: unset !important;
|
|
12624
12621
|
background-color: unset !important;
|
|
12625
12622
|
background-image: unset !important;
|
|
12626
12623
|
}
|
|
12627
12624
|
.f\:d-bgc-unset:focus-within {
|
|
12628
|
-
background-clip: unset !important;
|
|
12629
12625
|
background-color: unset !important;
|
|
12630
12626
|
background-image: unset !important;
|
|
12631
12627
|
}
|
|
12632
12628
|
.fv\:d-bgc-unset.focus-visible {
|
|
12633
|
-
background-clip: unset !important;
|
|
12634
12629
|
background-color: unset !important;
|
|
12635
12630
|
background-image: unset !important;
|
|
12636
12631
|
}
|
|
12637
12632
|
.fv\:d-bgc-unset:focus-visible {
|
|
12638
|
-
background-clip: unset !important;
|
|
12639
12633
|
background-color: unset !important;
|
|
12640
12634
|
background-image: unset !important;
|
|
12641
12635
|
}
|