@dialpad/dialtone 9.13.3 → 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/dialtone.css +2 -2
- 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
|
@@ -7419,7 +7419,7 @@ body {
|
|
|
7419
7419
|
}
|
|
7420
7420
|
/**
|
|
7421
7421
|
* Do not edit directly
|
|
7422
|
-
* Generated on Wed, 14 Feb 2024
|
|
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 Wed, 14 Feb 2024
|
|
8219
|
+
* Generated on Wed, 14 Feb 2024 17:55:53 GMT
|
|
8220
8220
|
*/
|
|
8221
8221
|
|
|
8222
8222
|
.dialtone-theme-dark {
|