@dialpad/dialtone 9.34.0-beta.2 → 9.34.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 +2 -2
- 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/package.json +3 -3
package/dist/css/dialtone.css
CHANGED
|
@@ -7480,7 +7480,7 @@ body {
|
|
|
7480
7480
|
}
|
|
7481
7481
|
/**
|
|
7482
7482
|
* Do not edit directly
|
|
7483
|
-
* Generated on Thu, 02 May 2024
|
|
7483
|
+
* Generated on Thu, 02 May 2024 22:13:01 GMT
|
|
7484
7484
|
*/
|
|
7485
7485
|
|
|
7486
7486
|
.dialtone-theme-light {
|
|
@@ -8297,7 +8297,7 @@ body {
|
|
|
8297
8297
|
|
|
8298
8298
|
/**
|
|
8299
8299
|
* Do not edit directly
|
|
8300
|
-
* Generated on Thu, 02 May 2024
|
|
8300
|
+
* Generated on Thu, 02 May 2024 22:13:02 GMT
|
|
8301
8301
|
*/
|
|
8302
8302
|
|
|
8303
8303
|
.dialtone-theme-dark {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone",
|
|
3
|
-
"version": "9.34.0
|
|
3
|
+
"version": "9.34.0",
|
|
4
4
|
"description": "Dialpad's Dialtone design system monorepo",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"requireindex": "1.2.0",
|
|
63
63
|
"stylelint": "15.11.0",
|
|
64
64
|
"tippy.js": "6.3.7",
|
|
65
|
-
"@dialpad/dialtone-emojis": "1.0.
|
|
66
|
-
"@dialpad/dialtone-icons": "4.
|
|
65
|
+
"@dialpad/dialtone-emojis": "1.0.3",
|
|
66
|
+
"@dialpad/dialtone-icons": "4.15.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "^18.4.3",
|