@dialpad/dialtone 9.11.3 → 9.11.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 +4 -4
- 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/package.json +1 -1
package/dist/css/dialtone.css
CHANGED
|
@@ -1646,8 +1646,8 @@ template {
|
|
|
1646
1646
|
display: inline-block;
|
|
1647
1647
|
vertical-align: middle;
|
|
1648
1648
|
}
|
|
1649
|
-
.d-emoji-text-wrapper
|
|
1650
|
-
vertical-align:
|
|
1649
|
+
.d-emoji-text-wrapper .d-icon {
|
|
1650
|
+
vertical-align: top;
|
|
1651
1651
|
}
|
|
1652
1652
|
.d-emoji-picker {
|
|
1653
1653
|
flex-direction: column;
|
|
@@ -7401,7 +7401,7 @@ body {
|
|
|
7401
7401
|
}
|
|
7402
7402
|
/**
|
|
7403
7403
|
* Do not edit directly
|
|
7404
|
-
* Generated on Tue, 06 Feb 2024
|
|
7404
|
+
* Generated on Tue, 06 Feb 2024 01:42:20 GMT
|
|
7405
7405
|
*/
|
|
7406
7406
|
|
|
7407
7407
|
.dialtone-theme-light {
|
|
@@ -8198,7 +8198,7 @@ body {
|
|
|
8198
8198
|
|
|
8199
8199
|
/**
|
|
8200
8200
|
* Do not edit directly
|
|
8201
|
-
* Generated on Tue, 06 Feb 2024
|
|
8201
|
+
* Generated on Tue, 06 Feb 2024 01:42:20 GMT
|
|
8202
8202
|
*/
|
|
8203
8203
|
|
|
8204
8204
|
.dialtone-theme-dark {
|