@dialpad/dialtone 9.54.1 → 9.54.2

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 (40) hide show
  1. package/dist/css/dialtone.css +5 -33
  2. package/dist/css/dialtone.min.css +1 -1
  3. package/dist/tokens/css/variables-dark.css +1 -1
  4. package/dist/tokens/css/variables-expressive-dark.css +1 -1
  5. package/dist/tokens/css/variables-expressive-light.css +1 -1
  6. package/dist/tokens/css/variables-expressive-sm-dark.css +1 -1
  7. package/dist/tokens/css/variables-expressive-sm-light.css +1 -1
  8. package/dist/tokens/css/variables-light.css +1 -1
  9. package/dist/tokens/css/variables-tmo-dark.css +1 -1
  10. package/dist/tokens/css/variables-tmo-light.css +1 -1
  11. package/dist/tokens/less/variables-dark.less +1 -1
  12. package/dist/tokens/less/variables-expressive-dark.less +1 -1
  13. package/dist/tokens/less/variables-expressive-light.less +1 -1
  14. package/dist/tokens/less/variables-expressive-sm-dark.less +1 -1
  15. package/dist/tokens/less/variables-expressive-sm-light.less +1 -1
  16. package/dist/tokens/less/variables-light.less +1 -1
  17. package/dist/tokens/less/variables-tmo-dark.less +1 -1
  18. package/dist/tokens/less/variables-tmo-light.less +1 -1
  19. package/dist/vue2/lib/emoji-picker.cjs +4 -0
  20. package/dist/vue2/lib/emoji-picker.cjs.map +1 -1
  21. package/dist/vue2/lib/emoji-picker.js +4 -0
  22. package/dist/vue2/lib/emoji-picker.js.map +1 -1
  23. package/dist/vue2/lib/input.cjs +8 -12
  24. package/dist/vue2/lib/input.cjs.map +1 -1
  25. package/dist/vue2/lib/input.js +8 -12
  26. package/dist/vue2/lib/input.js.map +1 -1
  27. package/dist/vue2/style.css +118 -116
  28. package/dist/vue2/types/components/input/input_constants.d.ts +3 -15
  29. package/dist/vue3/lib/emoji-picker.cjs +2 -1
  30. package/dist/vue3/lib/emoji-picker.cjs.map +1 -1
  31. package/dist/vue3/lib/emoji-picker.js +2 -1
  32. package/dist/vue3/lib/emoji-picker.js.map +1 -1
  33. package/dist/vue3/lib/input.cjs +9 -12
  34. package/dist/vue3/lib/input.cjs.map +1 -1
  35. package/dist/vue3/lib/input.js +9 -12
  36. package/dist/vue3/lib/input.js.map +1 -1
  37. package/dist/vue3/style.css +118 -116
  38. package/dist/vue3/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -1
  39. package/dist/vue3/types/components/input/input_constants.d.ts +3 -15
  40. package/package.json +1 -1
@@ -2215,31 +2215,6 @@ legend .d-label {
2215
2215
  .d-input__wrapper::-ms-expand {
2216
2216
  display: none;
2217
2217
  }
2218
- .d-input__label-text {
2219
- display: flex;
2220
- flex: 1 0%;
2221
- align-items: baseline;
2222
- justify-content: space-between;
2223
- box-sizing: border-box;
2224
- margin-bottom: var(--dt-space-300);
2225
- color: var(--dt-color-foreground-secondary);
2226
- font-weight: var(--dt-font-weight-semi-bold);
2227
- font-size: var(--dt-font-size-200);
2228
- font-family: inherit;
2229
- line-height: var(--dt-font-line-height-300);
2230
- word-break: break-word;
2231
- overflow-wrap: break-word;
2232
- }
2233
- .d-input__description {
2234
- display: flex;
2235
- flex-direction: column;
2236
- box-sizing: border-box;
2237
- color: var(--dt-color-foreground-tertiary);
2238
- font-size: var(--dt-font-size-100);
2239
- font-family: inherit;
2240
- line-height: var(--dt-font-line-height-400);
2241
- fill: currentColor;
2242
- }
2243
2218
  .d-input__length-description {
2244
2219
  margin-bottom: var(--dt-space-200);
2245
2220
  }
@@ -2415,16 +2390,13 @@ legend .d-label {
2415
2390
  width: var(--dt-size-550);
2416
2391
  height: var(--dt-size-550);
2417
2392
  }
2418
- .d-input--warning,
2419
- .d-textarea--warning {
2393
+ .d-input--warning {
2420
2394
  --input-color-border: var(--dt-inputs-color-border-warning) !important;
2421
2395
  }
2422
- .d-input--error,
2423
- .d-textarea--error {
2396
+ .d-input--error {
2424
2397
  --input-color-border: var(--dt-inputs-color-border-critical) !important;
2425
2398
  }
2426
- .d-input--success,
2427
- .d-textarea--success {
2399
+ .d-input--success {
2428
2400
  --input-color-border: var(--dt-inputs-color-border-success) !important;
2429
2401
  }
2430
2402
  .d-input-icon {
@@ -7607,7 +7579,7 @@ body {
7607
7579
  }
7608
7580
  /**
7609
7581
  * Do not edit directly
7610
- * Generated on Mon, 08 Jul 2024 20:08:28 GMT
7582
+ * Generated on Tue, 09 Jul 2024 10:08:49 GMT
7611
7583
  */
7612
7584
 
7613
7585
  .dialtone-theme-light {
@@ -8428,7 +8400,7 @@ body {
8428
8400
 
8429
8401
  /**
8430
8402
  * Do not edit directly
8431
- * Generated on Mon, 08 Jul 2024 20:08:28 GMT
8403
+ * Generated on Tue, 09 Jul 2024 10:08:49 GMT
8432
8404
  */
8433
8405
 
8434
8406
  .dialtone-theme-dark {