@dialpad/dialtone-css 8.30.0 → 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.
|
@@ -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
|
+
}
|
package/lib/dist/dialtone.css
CHANGED
|
@@ -2902,6 +2902,15 @@ legend .d-label {
|
|
|
2902
2902
|
--notice-color-background: var(--dt-color-surface-warning-strong);
|
|
2903
2903
|
--notice-color-text: var(--dt-color-neutral-black);
|
|
2904
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
|
+
}
|
|
2905
2914
|
.d-toast-wrapper {
|
|
2906
2915
|
position: absolute;
|
|
2907
2916
|
top: var(--dt-space-600);
|
|
@@ -7471,7 +7480,7 @@ body {
|
|
|
7471
7480
|
}
|
|
7472
7481
|
/**
|
|
7473
7482
|
* Do not edit directly
|
|
7474
|
-
* Generated on
|
|
7483
|
+
* Generated on Fri, 26 Apr 2024 23:50:44 GMT
|
|
7475
7484
|
*/
|
|
7476
7485
|
|
|
7477
7486
|
.dialtone-theme-light {
|
|
@@ -8288,7 +8297,7 @@ body {
|
|
|
8288
8297
|
|
|
8289
8298
|
/**
|
|
8290
8299
|
* Do not edit directly
|
|
8291
|
-
* Generated on
|
|
8300
|
+
* Generated on Fri, 26 Apr 2024 23:50:45 GMT
|
|
8292
8301
|
*/
|
|
8293
8302
|
|
|
8294
8303
|
.dialtone-theme-dark {
|