@dialpad/dialtone 6.27.1 → 6.28.0

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.
@@ -57,3 +57,13 @@
57
57
 
58
58
  .d-us-auto { user-select: auto !important; }
59
59
  .d-us-none { user-select: none !important; }
60
+
61
+ //============================================================================
62
+ // $ RESIZE
63
+ // The resize CSS property sets whether an element is resizable,
64
+ // and if so, in which directions.
65
+ // ----------------------------------------------------------------------------
66
+ .d-r-both { resize: both !important; }
67
+ .d-r-horizontal { resize: horizontal !important; }
68
+ .d-r-vertical { resize: vertical !important; }
69
+ .d-r-none { resize: none !important; }
@@ -15630,6 +15630,18 @@ body.theme-dark .d\:d-bgg-to-0 {
15630
15630
  .d-us-none {
15631
15631
  user-select: none !important;
15632
15632
  }
15633
+ .d-r-both {
15634
+ resize: both !important;
15635
+ }
15636
+ .d-r-horizontal {
15637
+ resize: horizontal !important;
15638
+ }
15639
+ .d-r-vertical {
15640
+ resize: vertical !important;
15641
+ }
15642
+ .d-r-none {
15643
+ resize: none !important;
15644
+ }
15633
15645
  .d-box-border {
15634
15646
  box-sizing: border-box !important;
15635
15647
  }