@dialpad/dialtone 9.43.0 → 9.44.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.
- package/dist/css/dialtone.css +29 -2
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-expressive-dark.css +1 -1
- package/dist/tokens/css/variables-expressive-light.css +1 -1
- package/dist/tokens/css/variables-expressive-sm-dark.css +1 -1
- package/dist/tokens/css/variables-expressive-sm-light.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/css/variables-tmo-dark.css +1 -1
- package/dist/tokens/css/variables-tmo-light.css +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-expressive-dark.less +1 -1
- package/dist/tokens/less/variables-expressive-light.less +1 -1
- package/dist/tokens/less/variables-expressive-sm-dark.less +1 -1
- package/dist/tokens/less/variables-expressive-sm-light.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/tokens/less/variables-tmo-dark.less +1 -1
- package/dist/tokens/less/variables-tmo-light.less +1 -1
- package/dist/vue2/lib/general-row.cjs +2 -3
- package/dist/vue2/lib/general-row.cjs.map +1 -1
- package/dist/vue2/lib/general-row.js +2 -3
- package/dist/vue2/lib/general-row.js.map +1 -1
- package/dist/vue2/lib/tooltip-directive.cjs +1 -0
- package/dist/vue2/lib/tooltip-directive.cjs.map +1 -1
- package/dist/vue2/lib/tooltip-directive.js +1 -0
- package/dist/vue2/lib/tooltip-directive.js.map +1 -1
- package/dist/vue2/style.css +56 -64
- package/dist/vue2/types/directives/tooltip/tooltip.d.ts.map +1 -1
- package/dist/vue3/lib/general-row.cjs +2 -3
- package/dist/vue3/lib/general-row.cjs.map +1 -1
- package/dist/vue3/lib/general-row.js +2 -3
- package/dist/vue3/lib/general-row.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive.cjs +1 -0
- package/dist/vue3/lib/tooltip-directive.cjs.map +1 -1
- package/dist/vue3/lib/tooltip-directive.js +1 -0
- package/dist/vue3/lib/tooltip-directive.js.map +1 -1
- package/dist/vue3/style.css +56 -64
- package/dist/vue3/types/directives/tooltip/tooltip.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/css/dialtone.css
CHANGED
|
@@ -7455,6 +7455,33 @@ ul {
|
|
|
7455
7455
|
white-space: nowrap !important;
|
|
7456
7456
|
text-overflow: ellipsis !important;
|
|
7457
7457
|
}
|
|
7458
|
+
.d-fvn-normal {
|
|
7459
|
+
font-variant-numeric: normal !important;
|
|
7460
|
+
}
|
|
7461
|
+
.d-fvn-ordinal {
|
|
7462
|
+
font-variant-numeric: ordinal !important;
|
|
7463
|
+
}
|
|
7464
|
+
.d-fvn-slashed-zero {
|
|
7465
|
+
font-variant-numeric: slashed-zero !important;
|
|
7466
|
+
}
|
|
7467
|
+
.d-fvn-lining {
|
|
7468
|
+
font-variant-numeric: lining-nums !important;
|
|
7469
|
+
}
|
|
7470
|
+
.d-fvn-proportional {
|
|
7471
|
+
font-variant-numeric: proportional-nums !important;
|
|
7472
|
+
}
|
|
7473
|
+
.d-fvn-tabular {
|
|
7474
|
+
font-variant-numeric: tabular-nums !important;
|
|
7475
|
+
}
|
|
7476
|
+
.d-fvn-diagonal {
|
|
7477
|
+
font-variant-numeric: diagonal-fractions !important;
|
|
7478
|
+
}
|
|
7479
|
+
.d-fvn-stacked {
|
|
7480
|
+
font-variant-numeric: stacked-fractions !important;
|
|
7481
|
+
}
|
|
7482
|
+
.d-fvn-unset {
|
|
7483
|
+
font-variant-numeric: unset !important;
|
|
7484
|
+
}
|
|
7458
7485
|
@font-face {
|
|
7459
7486
|
font-weight: 400;
|
|
7460
7487
|
font-family: Archivo;
|
|
@@ -7560,7 +7587,7 @@ body {
|
|
|
7560
7587
|
}
|
|
7561
7588
|
/**
|
|
7562
7589
|
* Do not edit directly
|
|
7563
|
-
* Generated on
|
|
7590
|
+
* Generated on Fri, 07 Jun 2024 22:29:04 GMT
|
|
7564
7591
|
*/
|
|
7565
7592
|
|
|
7566
7593
|
.dialtone-theme-light {
|
|
@@ -8377,7 +8404,7 @@ body {
|
|
|
8377
8404
|
|
|
8378
8405
|
/**
|
|
8379
8406
|
* Do not edit directly
|
|
8380
|
-
* Generated on
|
|
8407
|
+
* Generated on Fri, 07 Jun 2024 22:29:05 GMT
|
|
8381
8408
|
*/
|
|
8382
8409
|
|
|
8383
8410
|
.dialtone-theme-dark {
|