@dialpad/dialtone 9.21.0 → 9.21.1

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 (57) hide show
  1. package/dist/css/CHANGELOG.json +1 -1
  2. package/dist/css/dialtone.css +28 -14
  3. package/dist/css/dialtone.min.css +1 -1
  4. package/dist/tokens/android/java/tokens-dark.kt +1 -1
  5. package/dist/tokens/android/java/tokens-light.kt +1 -1
  6. package/dist/tokens/android/res/values/colors-dark.xml +1 -1
  7. package/dist/tokens/android/res/values/colors-light.xml +1 -1
  8. package/dist/tokens/android/res/values/dimens.xml +1 -1
  9. package/dist/tokens/css/variables-dark.css +1 -1
  10. package/dist/tokens/css/variables-light.css +1 -1
  11. package/dist/tokens/ios/tokens-dark.swift +1 -1
  12. package/dist/tokens/ios/tokens-light.swift +1 -1
  13. package/dist/tokens/less/variables-dark.less +1 -1
  14. package/dist/tokens/less/variables-light.less +1 -1
  15. package/dist/vue2/component-documentation.json +1 -1
  16. package/dist/vue2/dialtone-vue.cjs +2 -2
  17. package/dist/vue2/dialtone-vue.js +6 -6
  18. package/dist/vue2/emoji.cjs +1 -1
  19. package/dist/vue2/emoji.js +3 -3
  20. package/dist/vue2/{emoji_picker-qKvl5Fz8.cjs → emoji_picker-F8BRxcT4.cjs} +1 -1
  21. package/dist/vue2/{emoji_picker-KIIpk9vW.js → emoji_picker-eZhVMcsq.js} +1 -1
  22. package/dist/vue2/{emoji_text_wrapper-I4e5KRQK.js → emoji_text_wrapper-D8sO5OFj.js} +1 -1
  23. package/dist/vue2/{emoji_text_wrapper-OcyTFWWG.cjs → emoji_text_wrapper-Rk9EMvo8.cjs} +1 -1
  24. package/dist/vue2/{index-izsZ8Z_Y.js → index-5kIwGgwp.js} +179 -178
  25. package/dist/vue2/index-FZJBS_ti.cjs +1 -0
  26. package/dist/vue2/message_input.cjs +1 -1
  27. package/dist/vue2/message_input.js +3 -3
  28. package/dist/vue2/{rich_text_editor-RroWBOw1.js → rich_text_editor-750LBgdo.js} +860 -860
  29. package/dist/vue2/{rich_text_editor-1tgknTvv.cjs → rich_text_editor-q9e-ZDwe.cjs} +2 -2
  30. package/dist/vue2/style.css +1 -1
  31. package/dist/vue2/types/components/link/link.vue.d.ts +3 -2
  32. package/dist/vue2/types/components/link/link.vue.d.ts.map +1 -1
  33. package/dist/vue2/types/components/link/link_constants.d.ts +2 -0
  34. package/dist/vue2/types/components/link/link_constants.d.ts.map +1 -1
  35. package/dist/vue3/component-documentation.json +1 -1
  36. package/dist/vue3/dialtone-vue.cjs +2 -2
  37. package/dist/vue3/dialtone-vue.js +6 -6
  38. package/dist/vue3/emoji-1NjKe1Yv.cjs +1 -0
  39. package/dist/vue3/{emoji-2rvS7ht5.js → emoji-VxFu3PHn.js} +180 -179
  40. package/dist/vue3/emoji.cjs +1 -1
  41. package/dist/vue3/emoji.js +3 -3
  42. package/dist/vue3/{emoji_picker--T2UMX6r.cjs → emoji_picker--qWnpkri.cjs} +1 -1
  43. package/dist/vue3/{emoji_picker-VPajqYRs.js → emoji_picker-1UT0z6jY.js} +1 -1
  44. package/dist/vue3/{emoji_text_wrapper-pmmHKPk7.js → emoji_text_wrapper-NMuqIG_X.js} +1 -1
  45. package/dist/vue3/{emoji_text_wrapper-qxffHTl7.cjs → emoji_text_wrapper-bOsTtVBL.cjs} +1 -1
  46. package/dist/vue3/message_input.cjs +1 -1
  47. package/dist/vue3/message_input.js +3 -3
  48. package/dist/vue3/{rich_text_editor-2G6m62cq.js → rich_text_editor-_wxi33hv.js} +3 -7
  49. package/dist/vue3/{rich_text_editor-IU2NvBTd.cjs → rich_text_editor-pnYcPOnF.cjs} +2 -2
  50. package/dist/vue3/style.css +1 -1
  51. package/dist/vue3/types/components/link/link.vue.d.ts +3 -2
  52. package/dist/vue3/types/components/link/link.vue.d.ts.map +1 -1
  53. package/dist/vue3/types/components/link/link_constants.d.ts +2 -0
  54. package/dist/vue3/types/components/link/link_constants.d.ts.map +1 -1
  55. package/package.json +1 -1
  56. package/dist/vue2/index-pgrzvq3F.cjs +0 -1
  57. package/dist/vue3/emoji-XlbJqv9d.cjs +0 -1
@@ -1,6 +1,15 @@
1
1
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2
2
  /* Document
3
3
  ========================================================================== */
4
+ * {
5
+ padding: 0;
6
+ margin: 0;
7
+ }
8
+ *,
9
+ *::before,
10
+ *::after {
11
+ box-sizing: border-box;
12
+ }
4
13
  /**
5
14
  * 1. Correct the line height in all browsers.
6
15
  * 2. Prevent adjustments of font size after orientation changes in iOS.
@@ -13,12 +22,6 @@ html {
13
22
  }
14
23
  /* Sections
15
24
  ========================================================================== */
16
- /**
17
- * Remove the margin in all browsers.
18
- */
19
- body {
20
- margin: 0;
21
- }
22
25
  /**
23
26
  * Render the `main` element consistently in IE.
24
27
  */
@@ -227,8 +230,6 @@ fieldset {
227
230
  legend {
228
231
  display: table;
229
232
  /* 1 */
230
- box-sizing: border-box;
231
- /* 1 */
232
233
  max-width: 100%;
233
234
  /* 1 */
234
235
  padding: 0;
@@ -256,8 +257,6 @@ textarea {
256
257
  */
257
258
  [type="checkbox"],
258
259
  [type="radio"] {
259
- box-sizing: border-box;
260
- /* 1 */
261
260
  padding: 0;
262
261
  /* 2 */
263
262
  }
@@ -2399,6 +2398,8 @@ legend .d-label {
2399
2398
  --link-color-default: var(--dt-color-link-primary);
2400
2399
  --link-color-default-hover: var(--dt-color-link-primary-hover);
2401
2400
  --link-text-decoration: underline;
2401
+ --link-padding: 0;
2402
+ --link-background-color: transparent;
2402
2403
  position: relative;
2403
2404
  display: inline-flex;
2404
2405
  gap: var(--dt-space-300);
@@ -2406,14 +2407,14 @@ legend .d-label {
2406
2407
  justify-content: center;
2407
2408
  box-sizing: border-box;
2408
2409
  margin: 0;
2409
- padding: 0;
2410
+ padding: var(--link-padding);
2410
2411
  color: var(--link-color-default);
2411
2412
  font: inherit;
2412
2413
  -webkit-text-decoration: var(--link-text-decoration);
2413
2414
  text-decoration: var(--link-text-decoration);
2414
2415
  text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100));
2415
2416
  text-decoration-thickness: var(--dt-size-border-50);
2416
- background-color: transparent;
2417
+ background-color: var(--link-background-color);
2417
2418
  border: 0;
2418
2419
  transition-timing-function: var(--ttf-out-quint);
2419
2420
  transition-duration: var(--td200);
@@ -2473,6 +2474,19 @@ legend .d-label {
2473
2474
  .d-link--inverted-disabled:hover {
2474
2475
  cursor: not-allowed;
2475
2476
  }
2477
+ .d-link--mention {
2478
+ --link-text-decoration: none;
2479
+ --link-padding: 0 var(--dt-space-200);
2480
+ --link-background-color: hsl(var(--dt-color-purple-400-hsl) / 0.1);
2481
+ line-height: var(--dt-font-line-height-200);
2482
+ border-radius: var(--dt-size-radius-200);
2483
+ }
2484
+ .d-link--mention:hover {
2485
+ --link-text-decoration: underline;
2486
+ --link-background-color: hsl(var(--dt-color-purple-400-hsl) / 0.2);
2487
+ text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100));
2488
+ text-decoration-thickness: var(--dt-size-border-50);
2489
+ }
2476
2490
  .d-list-group,
2477
2491
  .d-list-group__item {
2478
2492
  margin: 0;
@@ -7446,7 +7460,7 @@ body {
7446
7460
  }
7447
7461
  /**
7448
7462
  * Do not edit directly
7449
- * Generated on Thu, 14 Mar 2024 00:58:57 GMT
7463
+ * Generated on Fri, 15 Mar 2024 00:00:45 GMT
7450
7464
  */
7451
7465
 
7452
7466
  .dialtone-theme-light {
@@ -8263,7 +8277,7 @@ body {
8263
8277
 
8264
8278
  /**
8265
8279
  * Do not edit directly
8266
- * Generated on Thu, 14 Mar 2024 00:58:58 GMT
8280
+ * Generated on Fri, 15 Mar 2024 00:00:46 GMT
8267
8281
  */
8268
8282
 
8269
8283
  .dialtone-theme-dark {