@dialpad/dialtone-css 8.30.0-alpha.1 → 8.31.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.
@@ -149,6 +149,7 @@
149
149
  // ----------------------------------------------------------------------------
150
150
  .d-input__wrapper {
151
151
  padding: 0;
152
+ overflow-y: auto;
152
153
 
153
154
  .d-input-icon.d-input-icon--right {
154
155
  margin-right: var(--dt-space-400);
@@ -169,3 +169,18 @@
169
169
  --notice-color-text: var(--dt-color-neutral-black);
170
170
  }
171
171
  }
172
+
173
+ // $$ TRUNCATE TEXT
174
+ // ----------------------------------------------------------------------------
175
+ .d-notice.d-notice--truncate {
176
+ .d-notice__content {
177
+ overflow: hidden;
178
+
179
+ .d-notice__title,
180
+ .d-notice__message {
181
+ overflow: hidden;
182
+ white-space: nowrap;
183
+ text-overflow: ellipsis;
184
+ }
185
+ }
186
+ }
@@ -2199,6 +2199,7 @@ legend .d-label {
2199
2199
  }
2200
2200
  .d-input__wrapper {
2201
2201
  padding: 0;
2202
+ overflow-y: auto;
2202
2203
  }
2203
2204
  .d-input__wrapper .d-input-icon.d-input-icon--right {
2204
2205
  margin-right: var(--dt-space-400);
@@ -2901,6 +2902,15 @@ legend .d-label {
2901
2902
  --notice-color-background: var(--dt-color-surface-warning-strong);
2902
2903
  --notice-color-text: var(--dt-color-neutral-black);
2903
2904
  }
2905
+ .d-notice.d-notice--truncate .d-notice__content {
2906
+ overflow: hidden;
2907
+ }
2908
+ .d-notice.d-notice--truncate .d-notice__content .d-notice__title,
2909
+ .d-notice.d-notice--truncate .d-notice__content .d-notice__message {
2910
+ overflow: hidden;
2911
+ white-space: nowrap;
2912
+ text-overflow: ellipsis;
2913
+ }
2904
2914
  .d-toast-wrapper {
2905
2915
  position: absolute;
2906
2916
  top: var(--dt-space-600);
@@ -7470,7 +7480,7 @@ body {
7470
7480
  }
7471
7481
  /**
7472
7482
  * Do not edit directly
7473
- * Generated on Wed, 03 Apr 2024 22:36:17 GMT
7483
+ * Generated on Fri, 26 Apr 2024 23:50:44 GMT
7474
7484
  */
7475
7485
 
7476
7486
  .dialtone-theme-light {
@@ -8287,7 +8297,7 @@ body {
8287
8297
 
8288
8298
  /**
8289
8299
  * Do not edit directly
8290
- * Generated on Wed, 03 Apr 2024 22:36:17 GMT
8300
+ * Generated on Fri, 26 Apr 2024 23:50:45 GMT
8291
8301
  */
8292
8302
 
8293
8303
  .dialtone-theme-dark {