@dialpad/dialtone-css 8.30.0 → 8.31.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.
|
@@ -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
|
+
}
|
|
@@ -39,6 +39,14 @@
|
|
|
39
39
|
src: url('../fonts/Archivo-SemiBold.woff2') format('woff2');
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
// Define custom font: "Segoe UI Adjusted" to fix some visual issues with the Segoe UI font
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: "Segoe UI Adjusted";
|
|
45
|
+
src: local(Segoe UI);
|
|
46
|
+
ascent-override: 95%;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
42
50
|
html,
|
|
43
51
|
body {
|
|
44
52
|
margin: 0;
|
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);
|
|
@@ -7389,6 +7398,11 @@ ul {
|
|
|
7389
7398
|
font-style: normal;
|
|
7390
7399
|
src: url('./fonts/Archivo-SemiBold.woff2') format('woff2');
|
|
7391
7400
|
}
|
|
7401
|
+
@font-face {
|
|
7402
|
+
font-family: "Segoe UI Adjusted";
|
|
7403
|
+
src: local(Segoe UI);
|
|
7404
|
+
ascent-override: 95%;
|
|
7405
|
+
}
|
|
7392
7406
|
html,
|
|
7393
7407
|
body {
|
|
7394
7408
|
margin: 0;
|
|
@@ -7471,7 +7485,7 @@ body {
|
|
|
7471
7485
|
}
|
|
7472
7486
|
/**
|
|
7473
7487
|
* Do not edit directly
|
|
7474
|
-
* Generated on
|
|
7488
|
+
* Generated on Thu, 09 May 2024 17:09:14 GMT
|
|
7475
7489
|
*/
|
|
7476
7490
|
|
|
7477
7491
|
.dialtone-theme-light {
|
|
@@ -8288,7 +8302,7 @@ body {
|
|
|
8288
8302
|
|
|
8289
8303
|
/**
|
|
8290
8304
|
* Do not edit directly
|
|
8291
|
-
* Generated on
|
|
8305
|
+
* Generated on Thu, 09 May 2024 17:09:15 GMT
|
|
8292
8306
|
*/
|
|
8293
8307
|
|
|
8294
8308
|
.dialtone-theme-dark {
|