@dialpad/dialtone 9.27.1 → 9.28.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 +19 -3
- package/dist/css/dialtone.css +2 -2
- package/dist/tokens/css/variables-cox-dark.css +936 -0
- package/dist/tokens/css/variables-cox-light.css +816 -0
- package/dist/tokens/css/variables-dark.css +936 -0
- package/dist/tokens/css/variables-light.css +816 -0
- package/dist/tokens/css/variables-tmo-dark.css +936 -0
- package/dist/tokens/css/variables-tmo-light.css +816 -0
- package/dist/tokens/doc.json +86736 -0
- package/dist/tokens/less/variables-cox-dark.less +933 -0
- package/dist/tokens/less/variables-cox-light.less +813 -0
- package/dist/tokens/less/variables-dark.less +933 -0
- package/dist/tokens/less/variables-light.less +813 -0
- package/dist/tokens/less/variables-tmo-dark.less +933 -0
- package/dist/tokens/less/variables-tmo-light.less +813 -0
- package/dist/tokens/tokens-dark.json +928 -0
- package/dist/tokens/tokens-light.json +808 -0
- package/dist/vue2/chunks/{index-o4OMWMuv.js → index-YkSDT8-g.js} +2 -2
- package/dist/vue2/chunks/{index-o4OMWMuv.js.map → index-YkSDT8-g.js.map} +1 -1
- package/dist/vue2/dialtone-vue.js +1 -1
- package/dist/vue2/lib/contact-row.js +1 -1
- package/dist/vue2/lib/editor.js +1 -1
- package/dist/vue2/lib/emoji-row.js +1 -1
- package/dist/vue2/lib/emoji-text-wrapper.js +1 -1
- package/dist/vue2/lib/emoji.js +1 -1
- package/dist/vue2/lib/general-row.js +1 -1
- package/dist/vue2/lib/group-row.js +1 -1
- package/dist/vue2/lib/message-input.js +1 -1
- package/dist/vue2/lib/rich-text-editor.js +1 -1
- package/dist/vue2/types/common/emoji/index.d.ts +3302 -1014
- package/dist/vue2/types/common/emoji/index.d.ts.map +1 -1
- package/dist/vue3/chunks/{index-BK8b99k1.js → index-mRmwpCBG.js} +2 -2
- package/dist/vue3/chunks/{index-BK8b99k1.js.map → index-mRmwpCBG.js.map} +1 -1
- package/dist/vue3/dialtone-vue.js +1 -1
- package/dist/vue3/lib/contact-row.js +1 -1
- package/dist/vue3/lib/editor.js +1 -1
- package/dist/vue3/lib/emoji-row.js +1 -1
- package/dist/vue3/lib/emoji-text-wrapper.js +1 -1
- package/dist/vue3/lib/emoji.js +1 -1
- package/dist/vue3/lib/general-row.js +1 -1
- package/dist/vue3/lib/group-row.js +1 -1
- package/dist/vue3/lib/message-input.js +1 -1
- package/dist/vue3/lib/rich-text-editor.js +1 -1
- package/dist/vue3/types/common/emoji/index.d.ts +1 -1
- package/package.json +10 -11
- package/dist/eslint-plugin/index.js +0 -22
- package/dist/eslint-plugin/rules/custom-implementation.js +0 -69
- package/dist/eslint-plugin/rules/deprecated-component.js +0 -91
- package/dist/eslint-plugin/rules/deprecated-directive.js +0 -55
- package/dist/eslint-plugin/rules/deprecated-icons.js +0 -114
- package/dist/stylelint-plugin/index.js +0 -5
- package/dist/stylelint-plugin/rules/no-mixins.js +0 -47
package/README.md
CHANGED
|
@@ -234,7 +234,7 @@ nx run dialtone:release:beta
|
|
|
234
234
|
#### Vue 3
|
|
235
235
|
|
|
236
236
|
```shell
|
|
237
|
-
npm install @dialpad/dialtone@next
|
|
237
|
+
npm install @dialpad/dialtone@next @tiptap/vue-3
|
|
238
238
|
```
|
|
239
239
|
|
|
240
240
|
#### Vue 2
|
|
@@ -327,7 +327,23 @@ import { DtButton } from "@dialpad/dialtone/vue3/lib/button"
|
|
|
327
327
|
Dialtone tokens doesn't have a default export, so you need to access
|
|
328
328
|
the files directly as following:
|
|
329
329
|
|
|
330
|
+
- CSS
|
|
331
|
+
|
|
330
332
|
```css
|
|
331
|
-
@import "@dialpad/dialtone
|
|
332
|
-
@import "@dialpad/dialtone
|
|
333
|
+
@import "@dialpad/dialtone/tokens/variables-light.css" // Light tokens
|
|
334
|
+
@import "@dialpad/dialtone/tokens/variables-dark.css" // Dark tokens
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
- LESS
|
|
338
|
+
|
|
339
|
+
```less
|
|
340
|
+
@import "@dialpad/dialtone/tokens/variables-light.less" // Light tokens
|
|
341
|
+
@import "@dialpad/dialtone/tokens/variables-dark.less" // Dark tokens
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
- JSON
|
|
345
|
+
|
|
346
|
+
```js
|
|
347
|
+
import "@dialpad/dialtone/tokens/tokens-light.json" // Light tokens
|
|
348
|
+
import "@dialpad/dialtone/tokens/tokens-dark.json" // Dark tokens
|
|
333
349
|
```
|
package/dist/css/dialtone.css
CHANGED
|
@@ -7471,7 +7471,7 @@ body {
|
|
|
7471
7471
|
}
|
|
7472
7472
|
/**
|
|
7473
7473
|
* Do not edit directly
|
|
7474
|
-
* Generated on
|
|
7474
|
+
* Generated on Tue, 09 Apr 2024 16:54:15 GMT
|
|
7475
7475
|
*/
|
|
7476
7476
|
|
|
7477
7477
|
.dialtone-theme-light {
|
|
@@ -8288,7 +8288,7 @@ body {
|
|
|
8288
8288
|
|
|
8289
8289
|
/**
|
|
8290
8290
|
* Do not edit directly
|
|
8291
|
-
* Generated on
|
|
8291
|
+
* Generated on Tue, 09 Apr 2024 16:54:15 GMT
|
|
8292
8292
|
*/
|
|
8293
8293
|
|
|
8294
8294
|
.dialtone-theme-dark {
|