@dialpad/dialtone 9.149.1 → 9.150.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.
@@ -2154,6 +2154,14 @@ template {
2154
2154
  border-top-right-radius: 0;
2155
2155
  border-bottom-right-radius: 0;
2156
2156
  }
2157
+ .d-split-btn__alpha:not(.d-btn--outlined) {
2158
+ -webkit-border-end: 0;
2159
+ border-inline-end: 0;
2160
+ }
2161
+ .d-split-btn__omega:not(.d-btn--outlined) {
2162
+ -webkit-border-start: 0;
2163
+ border-inline-start: 0;
2164
+ }
2157
2165
  .d-split-btn__omega:disabled:not(.d-btn--outlined),
2158
2166
  .d-split-btn__omega:disabled:not(.d-btn--primary),
2159
2167
  .d-split-btn__omega.d-btn--primary,
@@ -10577,6 +10585,25 @@ body {
10577
10585
  --base--line-height: var(--dt-font-line-height-300);
10578
10586
  --base--corner-radius: 0.25em;
10579
10587
  }
10588
+ [data-migrate-outline] {
10589
+ --outline-color: orangered;
10590
+ --outline-size: var(--dt-size-200);
10591
+ --outline-offset: calc(var(--outline-size) * -1);
10592
+ /* stylelint-disable-next-line meowtec/no-px */
10593
+ outline: var(--outline-size) solid var(--outline-color) !important;
10594
+ /* stylelint-disable-next-line meowtec/no-px */
10595
+ outline-offset: var(--outline-offset);
10596
+ /* stylelint-disable-next-line meowtec/no-px */
10597
+ }
10598
+ [data-migrate-outline]:hover {
10599
+ --outline-color: transparent;
10600
+ }
10601
+ [data-migrate-outline] > * {
10602
+ /* stylelint-disable-next-line meowtec/no-px */
10603
+ outline: var(--outline-size) dotted var(--outline-color);
10604
+ /* stylelint-disable-next-line meowtec/no-px */
10605
+ outline-offset: var(--outline-offset);
10606
+ }
10580
10607
  /**
10581
10608
  * Do not edit directly, this file was auto-generated.
10582
10609
  */