jodit-pro-react 5.5.41 → 5.5.43

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);
@@ -9474,6 +9506,32 @@ svg.jodit-icon {
9474
9506
  max-height: 60%;
9475
9507
  max-width: 60%;
9476
9508
  }
9509
+ .jodit-ui-code-tuner {
9510
+ left: 0;
9511
+ position: fixed;
9512
+ top: 0;
9513
+ z-index: 10;
9514
+ }
9515
+ .jodit-ui-code-tuner__anchor {
9516
+ background-color: #fff;
9517
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235d6b7a' viewBox='0 0 16 16'%3E%3Ccircle cx='6' cy='3' r='1.5'/%3E%3Ccircle cx='10' cy='3' r='1.5'/%3E%3Ccircle cx='6' cy='8' r='1.5'/%3E%3Ccircle cx='10' cy='8' r='1.5'/%3E%3Ccircle cx='6' cy='13' r='1.5'/%3E%3Ccircle cx='10' cy='13' r='1.5'/%3E%3C/svg%3E");
9518
+ background-position: 50%;
9519
+ background-repeat: no-repeat;
9520
+ background-size: 11px;
9521
+ border: 1px solid rgba(0, 0, 0, .12);
9522
+ border-radius: 4px;
9523
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
9524
+ cursor: grab;
9525
+ height: 26px;
9526
+ opacity: .9;
9527
+ width: 16px;
9528
+ }
9529
+ .jodit-ui-code-tuner__anchor:hover {
9530
+ opacity: 1;
9531
+ }
9532
+ .jodit-ui-code-tuner__anchor:active {
9533
+ cursor: grabbing;
9534
+ }
9477
9535
  .jodit-paste-code {
9478
9536
  display: flex;
9479
9537
  flex-direction: column;
@@ -2,7 +2,7 @@ import {
2
2
  Config,
3
3
  JoditEditor_default,
4
4
  n
5
- } from "./chunk-4T2ZQM4O.mjs";
5
+ } from "./chunk-WDITV4F3.mjs";
6
6
 
7
7
  // src/index.ts
8
8
  var index_default = JoditEditor_default;