@dialpad/dialtone 9.123.0 → 9.123.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.
@@ -5442,16 +5442,16 @@ legend .d-label--md {
5442
5442
  .d-bga-unset {
5443
5443
  background-attachment: unset !important;
5444
5444
  }
5445
- .d-bgc-border-box {
5445
+ .d-bgclip-border-box {
5446
5446
  background-clip: border-box !important;
5447
5447
  }
5448
- .d-bgc-padding-box {
5448
+ .d-bgclip-padding-box {
5449
5449
  background-clip: padding-box !important;
5450
5450
  }
5451
- .d-bgc-content-box {
5451
+ .d-bgclip-content-box {
5452
5452
  background-clip: content-box !important;
5453
5453
  }
5454
- .d-bgc-text {
5454
+ .d-bgclip-text {
5455
5455
  color: transparent !important;
5456
5456
  -webkit-background-clip: text !important;
5457
5457
  background-clip: text !important;
@@ -5636,9 +5636,6 @@ legend .d-label--md {
5636
5636
  .d-bgg-pattern-stripe-light {
5637
5637
  --bgg-pattern: var(--bgg-pattern-stripe-light) !important;
5638
5638
  }
5639
- .d-bgc-ai {
5640
- background-image: var(--dt-color-surface-ai) !important;
5641
- }
5642
5639
  .d-ba {
5643
5640
  border: var(--dt-size-100) solid !important;
5644
5641
  }
@@ -5903,14 +5900,6 @@ legend .d-label--md {
5903
5900
  .d-divide-x-reverse > * + * {
5904
5901
  --divide-x-reverse: 1;
5905
5902
  }
5906
- /*
5907
- * Note: border-image is not compatible with border-radius, but it's the easiest way to get a linear gradient border.
5908
- * https://dev.to/afif/border-with-gradient-and-radius-387f
5909
- */
5910
- .d-bc-ai {
5911
- -o-border-image: var(--dt-color-border-ai) 1 !important;
5912
- border-image: var(--dt-color-border-ai) 1 !important;
5913
- }
5914
5903
  .d-divide-ai > * + * {
5915
5904
  -o-border-image: var(--dt-color-border-ai) 1 !important;
5916
5905
  border-image: var(--dt-color-border-ai) 1 !important;
@@ -5932,6 +5921,9 @@ legend .d-label--md {
5932
5921
  background-color: unset !important;
5933
5922
  background-image: unset !important;
5934
5923
  }
5924
+ .d-bgc-ai {
5925
+ background-image: var(--dt-color-surface-ai) !important;
5926
+ }
5935
5927
  .d-bc-transparent, .h\:d-bc-transparent:hover, .f\:d-bc-transparent:focus, .f\:d-bc-transparent:focus-within, .fv\:d-bc-transparent:focus-visible {
5936
5928
  border-color: transparent !important;
5937
5929
  }
@@ -5941,6 +5933,14 @@ legend .d-label--md {
5941
5933
  .d-bc-unset, .h\:d-bc-unset:hover, .f\:d-bc-unset:focus, .f\:d-bc-unset:focus-within, .fv\:d-bc-unset:focus-visible {
5942
5934
  border-color: unset !important;
5943
5935
  }
5936
+ /*
5937
+ * Note: border-image is not compatible with border-radius, but it's the easiest way to get a linear gradient border.
5938
+ * https://dev.to/afif/border-with-gradient-and-radius-387f
5939
+ */
5940
+ .d-bc-ai {
5941
+ -o-border-image: var(--dt-color-border-ai) 1 !important;
5942
+ border-image: var(--dt-color-border-ai) 1 !important;
5943
+ }
5944
5944
  @-webkit-keyframes d-loading-circle {
5945
5945
  from {
5946
5946
  -webkit-transform: rotate(0deg);
@@ -7946,19 +7946,19 @@ legend .d-label--md {
7946
7946
  .d-g-unset {
7947
7947
  gap: unset !important;
7948
7948
  }
7949
- .d-ff-custom {
7949
+ .d-font-family-custom {
7950
7950
  font-family: var(--dt-font-family-body) !important;
7951
7951
  }
7952
- .d-ff-sans {
7952
+ .d-font-family-sans {
7953
7953
  font-family: var(--dt-font-family-body) !important;
7954
7954
  }
7955
- .d-ff-mono {
7955
+ .d-font-family-mono {
7956
7956
  font-family: var(--dt-font-family-mono) !important;
7957
7957
  }
7958
- .d-ff-marketing {
7958
+ .d-font-family-marketing {
7959
7959
  font-family: var(--dt-font-family-expressive) !important;
7960
7960
  }
7961
- .d-ff-unset {
7961
+ .d-font-family-unset {
7962
7962
  font-family: unset !important;
7963
7963
  }
7964
7964
  h1,
@@ -8179,28 +8179,28 @@ ul {
8179
8179
  .d-headline54 {
8180
8180
  font: var(--dt-typography-headline-xxl);
8181
8181
  }
8182
- .d-fs-normal {
8182
+ .d-font-style-normal {
8183
8183
  font-style: normal !important;
8184
8184
  }
8185
- .d-fs-italic {
8185
+ .d-font-style-italic {
8186
8186
  font-style: italic !important;
8187
8187
  }
8188
- .d-fs-unset {
8188
+ .d-font-style-unset {
8189
8189
  font-style: unset !important;
8190
8190
  }
8191
- .d-fw-normal {
8191
+ .d-font-weight-normal {
8192
8192
  font-weight: var(--dt-font-weight-normal) !important;
8193
8193
  }
8194
- .d-fw-medium {
8194
+ .d-font-weight-medium {
8195
8195
  font-weight: var(--dt-font-weight-medium) !important;
8196
8196
  }
8197
- .d-fw-semibold {
8197
+ .d-font-weight-semibold {
8198
8198
  font-weight: var(--dt-font-weight-semi-bold) !important;
8199
8199
  }
8200
- .d-fw-bold {
8200
+ .d-font-weight-bold {
8201
8201
  font-weight: var(--dt-font-weight-bold) !important;
8202
8202
  }
8203
- .d-fw-unset {
8203
+ .d-font-weight-unset {
8204
8204
  font-weight: unset !important;
8205
8205
  }
8206
8206
  .d-lh0 {