@dialpad/dialtone 9.13.2 → 9.13.4
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/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +5 -5
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/dialtone-vue.cjs +1 -1
- package/dist/vue2/dialtone-vue.js +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +1 -0
- package/package.json +1 -1
package/dist/css/dialtone.css
CHANGED
|
@@ -7322,19 +7322,19 @@ ul {
|
|
|
7322
7322
|
font-weight: 400;
|
|
7323
7323
|
font-family: Archivo;
|
|
7324
7324
|
font-style: normal;
|
|
7325
|
-
src: url('
|
|
7325
|
+
src: url('./fonts/Archivo-Regular.woff2') format('woff2');
|
|
7326
7326
|
}
|
|
7327
7327
|
@font-face {
|
|
7328
7328
|
font-weight: 700;
|
|
7329
7329
|
font-family: Archivo;
|
|
7330
7330
|
font-style: normal;
|
|
7331
|
-
src: url('
|
|
7331
|
+
src: url('./fonts/Archivo-Bold.woff2') format('woff2');
|
|
7332
7332
|
}
|
|
7333
7333
|
@font-face {
|
|
7334
7334
|
font-weight: 600;
|
|
7335
7335
|
font-family: Archivo;
|
|
7336
7336
|
font-style: normal;
|
|
7337
|
-
src: url('
|
|
7337
|
+
src: url('./fonts/Archivo-SemiBold.woff2') format('woff2');
|
|
7338
7338
|
}
|
|
7339
7339
|
html,
|
|
7340
7340
|
body {
|
|
@@ -7419,7 +7419,7 @@ body {
|
|
|
7419
7419
|
}
|
|
7420
7420
|
/**
|
|
7421
7421
|
* Do not edit directly
|
|
7422
|
-
* Generated on
|
|
7422
|
+
* Generated on Wed, 14 Feb 2024 17:55:53 GMT
|
|
7423
7423
|
*/
|
|
7424
7424
|
|
|
7425
7425
|
.dialtone-theme-light {
|
|
@@ -8216,7 +8216,7 @@ body {
|
|
|
8216
8216
|
|
|
8217
8217
|
/**
|
|
8218
8218
|
* Do not edit directly
|
|
8219
|
-
* Generated on
|
|
8219
|
+
* Generated on Wed, 14 Feb 2024 17:55:53 GMT
|
|
8220
8220
|
*/
|
|
8221
8221
|
|
|
8222
8222
|
.dialtone-theme-dark {
|