@dialpad/dialtone-css 8.81.0 → 9.0.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/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
This is the library for Dialtone's CSS. Any classes or styles used within Dialtone should
|
|
4
4
|
be stored here and documented on our site under `apps/dialtone-documentation`.
|
|
5
5
|
|
|
6
|
+
> **Dialtone v10:** see [DLT-2979](https://dialpad.atlassian.net/browse/DLT-2979) / [#1426](https://github.com/dialpad/dialtone/pull/1426) for the v10 upgrade and its breaking changes. This is a MAJOR version release.
|
|
7
|
+
|
|
6
8
|
## Installation
|
|
7
9
|
|
|
8
10
|
### Install it via NPM
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-css",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "Dialpad's design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Dialpad",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"less": "^4.2.0",
|
|
94
94
|
"oslllo-svg-fixer": "^2.2.0",
|
|
95
95
|
"through2": "^4.0.2",
|
|
96
|
-
"@dialpad/
|
|
97
|
-
"@dialpad/
|
|
96
|
+
"@dialpad/dialtone-tokens": "2.0.0",
|
|
97
|
+
"@dialpad/postcss-responsive-variations": "1.3.0"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"chalk": "^5.2.0",
|