@dialpad/dialtone 9.127.1 → 9.128.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.
Files changed (64) hide show
  1. package/README.md +39 -18
  2. package/dist/tokens/doc.json +24651 -24651
  3. package/dist/vue2/localization/en-US.cjs +1 -1
  4. package/dist/vue2/localization/en-US.cjs.map +1 -1
  5. package/dist/vue2/localization/en-US.js +1 -1
  6. package/dist/vue2/localization/en-US.js.map +1 -1
  7. package/dist/vue3/localization/en-US.cjs +1 -1
  8. package/dist/vue3/localization/en-US.cjs.map +1 -1
  9. package/dist/vue3/localization/en-US.js +1 -1
  10. package/dist/vue3/localization/en-US.js.map +1 -1
  11. package/package.json +7 -7
  12. package/dist/css/fonts/SeasonMix-Bold.woff2 +0 -0
  13. package/dist/css/fonts/SeasonMix-Regular.woff2 +0 -0
  14. package/dist/css/fonts/SeasonMix-SemiBold.woff2 +0 -0
  15. package/dist/css/js/dialtone_health_check/deprecated_icons.cjs +0 -105
  16. package/dist/css/js/dialtone_health_check/index.cjs +0 -82
  17. package/dist/css/js/dialtone_health_check/non_dialtone_properties.cjs +0 -44
  18. package/dist/css/js/dialtone_migration_helper/configs/box-shadows.mjs +0 -19
  19. package/dist/css/js/dialtone_migration_helper/configs/colors.mjs +0 -69
  20. package/dist/css/js/dialtone_migration_helper/configs/fonts.mjs +0 -49
  21. package/dist/css/js/dialtone_migration_helper/configs/size-and-space.mjs +0 -124
  22. package/dist/css/js/dialtone_migration_helper/helpers.mjs +0 -212
  23. package/dist/css/js/dialtone_migration_helper/index.mjs +0 -135
  24. package/dist/css/svg/spot/blank-space.svg +0 -1
  25. package/dist/css/svg/spot/browser-list-callout.svg +0 -1
  26. package/dist/css/svg/spot/browser-table-graph.svg +0 -1
  27. package/dist/css/svg/spot/female-laptop-typing.svg +0 -1
  28. package/dist/css/svg/spot/file-upload.svg +0 -1
  29. package/dist/css/svg/spot/male-laptop-typing.svg +0 -1
  30. package/dist/css/svg/spot/mind.svg +0 -1
  31. package/dist/css/svg/spot/playlist.svg +0 -1
  32. package/dist/css/svg/spot/publish.svg +0 -1
  33. package/dist/css/svg/spot/vector-vortex.svg +0 -1
  34. package/dist/css/svg/spot/wireless-screenshare.svg +0 -1
  35. package/dist/css/tokens/tokens-base-dark.css +0 -1802
  36. package/dist/css/tokens/tokens-base-deca-dark.css +0 -1802
  37. package/dist/css/tokens/tokens-base-deca-light.css +0 -1562
  38. package/dist/css/tokens/tokens-base-light.css +0 -1562
  39. package/dist/css/tokens/tokens-debug-base.css +0 -1562
  40. package/dist/css/tokens/tokens-debug-dp.css +0 -2496
  41. package/dist/css/tokens/tokens-deca-dark.css +0 -2496
  42. package/dist/css/tokens/tokens-deca-light.css +0 -2496
  43. package/dist/css/tokens/tokens-dp-dark.css +0 -2496
  44. package/dist/css/tokens/tokens-dp-light.css +0 -2496
  45. package/dist/css/tokens/tokens-expressive-dark.css +0 -2457
  46. package/dist/css/tokens/tokens-expressive-light.css +0 -2457
  47. package/dist/css/tokens/tokens-expressive-sm-dark.css +0 -2457
  48. package/dist/css/tokens/tokens-expressive-sm-light.css +0 -2457
  49. package/dist/css/tokens/tokens-tmo-dark.css +0 -2496
  50. package/dist/css/tokens/tokens-tmo-light.css +0 -2496
  51. package/dist/tokens/less/tokens-base-dark.less +0 -604
  52. package/dist/tokens/less/tokens-base-deca-dark.less +0 -604
  53. package/dist/tokens/less/tokens-base-deca-light.less +0 -484
  54. package/dist/tokens/less/tokens-base-light.less +0 -484
  55. package/dist/tokens/less/tokens-deca-dark.less +0 -574
  56. package/dist/tokens/less/tokens-deca-light.less +0 -574
  57. package/dist/tokens/less/tokens-dp-dark.less +0 -574
  58. package/dist/tokens/less/tokens-dp-light.less +0 -574
  59. package/dist/tokens/less/tokens-expressive-dark.less +0 -540
  60. package/dist/tokens/less/tokens-expressive-light.less +0 -540
  61. package/dist/tokens/less/tokens-expressive-sm-dark.less +0 -540
  62. package/dist/tokens/less/tokens-expressive-sm-light.less +0 -540
  63. package/dist/tokens/less/tokens-tmo-dark.less +0 -574
  64. package/dist/tokens/less/tokens-tmo-light.less +0 -574
package/README.md CHANGED
@@ -332,24 +332,6 @@ Access the local storybook server for Dialtone Vue 3 via `http://localhost:9011/
332
332
  nx run dialtone:build
333
333
  ```
334
334
 
335
- ##### Run Vue unit tests
336
-
337
- ```bash
338
- nx run dialtone:test:vue
339
- ```
340
-
341
- ##### Run Vue 2 tests
342
-
343
- ```bash
344
- nx run dialtone-vue2:test
345
- ```
346
-
347
- ##### Run Vue 3 tests
348
-
349
- ```bash
350
- nx run dialtone-vue3:test
351
- ```
352
-
353
335
  Use the `--filter` flag to run commands for a specific package or app.
354
336
 
355
337
  ##### Adding dependencies for individual packages
@@ -451,3 +433,42 @@ This will trigger the [release action](.github/workflows/release.yml), release c
451
433
 
452
434
  1. Run the `release` target on selected packages (all if `package` is empty).
453
435
  2. The [publish action](https://github.com/dialpad/dialtone/actions/workflows/publish.yml) will publish the packages with its corresponding tag.
436
+
437
+ #### Testing
438
+
439
+ ##### Run Vue unit tests
440
+
441
+ ```bash
442
+ nx run dialtone:test:vue
443
+ ```
444
+
445
+ ##### Run Vue 2 tests
446
+
447
+ ```bash
448
+ nx run dialtone-vue2:test
449
+ ```
450
+
451
+ ##### Run Vue 3 tests
452
+
453
+ ```bash
454
+ nx run dialtone-vue3:test
455
+ ```
456
+
457
+ ##### Run Vue 2 unit tests with coverage
458
+
459
+ ```bash
460
+ nx run dialtone-vue2:test:coverage
461
+ ```
462
+
463
+ ##### Run Vue 3 unit tests with coverage
464
+
465
+ ```bash
466
+ nx run dialtone-vue3:test:coverage
467
+ ```
468
+
469
+ These will generate a JSON and HTML report in the `coverage` directory.
470
+
471
+ ##### Test Coverage thresholds
472
+
473
+ The coverage thresholds are defined in the `vitest.config.ts` file.
474
+ When submitting a PR the CI will run the tests with coverage and fail if the coverage is below the thresholds.