jodit-pro-react 5.5.42 → 5.5.44

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.
@@ -7312,6 +7312,30 @@ svg.jodit-icon {
7312
7312
  .jodit-ui-input-area__buttons button svg {
7313
7313
  fill: var(--jd-ai-text-white) !important;
7314
7314
  }
7315
+ .jodit-ui-input-area__buttons button[data-ref=voiceInputButton] {
7316
+ background: transparent !important;
7317
+ border: 1px solid transparent !important;
7318
+ color: var(--jd-ai-text-secondary) !important;
7319
+ transition: border-color var(--jd-ai-transition-base), color var(--jd-ai-transition-base);
7320
+ }
7321
+ .jodit-ui-input-area__buttons button[data-ref=voiceInputButton] svg {
7322
+ fill: var(--jd-ai-text-secondary) !important;
7323
+ }
7324
+ .jodit-ui-input-area__buttons button[data-ref=voiceInputButton]:hover {
7325
+ background: transparent !important;
7326
+ border-color: var(--jd-ai-border-medium) !important;
7327
+ }
7328
+ .jodit-ui-input-area__buttons button[data-ref=voiceInputButton]:active {
7329
+ background: transparent !important;
7330
+ }
7331
+ .jodit-ui-input-area__buttons button[data-ref=voiceInputButton].jodit-ai-voice-active {
7332
+ animation: h 1.2s ease-in-out infinite;
7333
+ border-color: transparent !important;
7334
+ color: var(--jd-color-error,#e5484d) !important;
7335
+ }
7336
+ .jodit-ui-input-area__buttons button[data-ref=voiceInputButton].jodit-ai-voice-active svg {
7337
+ fill: var(--jd-color-error,#e5484d) !important;
7338
+ }
7315
7339
  @keyframes g {
7316
7340
  0%, 80%, to {
7317
7341
  opacity: .3;
@@ -7322,6 +7346,14 @@ svg.jodit-icon {
7322
7346
  transform: scale(1);
7323
7347
  }
7324
7348
  }
7349
+ @keyframes h {
7350
+ 0%, to {
7351
+ opacity: 1;
7352
+ }
7353
+ 50% {
7354
+ opacity: .45;
7355
+ }
7356
+ }
7325
7357
  .jodit-ui-settings-popup__container {
7326
7358
  animation: d var(--jd-ai-transition-slow) cubic-bezier(.4, 0, .2, 1);
7327
7359
  background: var(--jd-ai-bg-primary);
@@ -2,7 +2,7 @@ import {
2
2
  Config,
3
3
  JoditEditor_default,
4
4
  n
5
- } from "./chunk-L62ADDCP.mjs";
5
+ } from "./chunk-UMPLHTEZ.mjs";
6
6
 
7
7
  // src/index.ts
8
8
  var index_default = JoditEditor_default;