@dialpad/dialtone 7.0.0-beta.8 → 7.0.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.
@@ -186,7 +186,8 @@
186
186
  --input--bc: var(--warning-color) !important;
187
187
  --input--focus-bc: var(--warning-color);
188
188
 
189
- &:focus {
189
+ &:focus,
190
+ &:focus-within {
190
191
  box-shadow: var(--bs-focus-ring-warning) !important;
191
192
  }
192
193
  }
@@ -196,7 +197,8 @@
196
197
  --input--bc: var(--error-color) !important;
197
198
  --input--focus-bc: var(--error-color);
198
199
 
199
- &:focus {
200
+ &:focus,
201
+ &:focus-within {
200
202
  box-shadow: var(--bs-focus-ring-error) !important;
201
203
  }
202
204
  }
@@ -206,7 +208,8 @@
206
208
  --input--bc: var(--success-color) !important;
207
209
  --input--focus-bc: var(--success-color);
208
210
 
209
- &:focus {
211
+ &:focus,
212
+ &:focus-within {
210
213
  box-shadow: var(--bs-focus-ring-success) !important;
211
214
  }
212
215
  }
@@ -1740,7 +1740,9 @@ legend .d-label {
1740
1740
  --input--focus-bc: var(--warning-color);
1741
1741
  }
1742
1742
  .d-input--warning:focus,
1743
- .d-textarea--warning:focus {
1743
+ .d-textarea--warning:focus,
1744
+ .d-input--warning:focus-within,
1745
+ .d-textarea--warning:focus-within {
1744
1746
  box-shadow: var(--bs-focus-ring-warning) !important;
1745
1747
  }
1746
1748
  .d-input--error,
@@ -1749,7 +1751,9 @@ legend .d-label {
1749
1751
  --input--focus-bc: var(--error-color);
1750
1752
  }
1751
1753
  .d-input--error:focus,
1752
- .d-textarea--error:focus {
1754
+ .d-textarea--error:focus,
1755
+ .d-input--error:focus-within,
1756
+ .d-textarea--error:focus-within {
1753
1757
  box-shadow: var(--bs-focus-ring-error) !important;
1754
1758
  }
1755
1759
  .d-input--success,
@@ -1758,7 +1762,9 @@ legend .d-label {
1758
1762
  --input--focus-bc: var(--success-color);
1759
1763
  }
1760
1764
  .d-input--success:focus,
1761
- .d-textarea--success:focus {
1765
+ .d-textarea--success:focus,
1766
+ .d-input--success:focus-within,
1767
+ .d-textarea--success:focus-within {
1762
1768
  box-shadow: var(--bs-focus-ring-success) !important;
1763
1769
  }
1764
1770
  .d-input-icon {