jodit-pro-react 5.4.18 → 5.4.19

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.
@@ -9322,6 +9322,76 @@ svg.jodit-icon {
9322
9322
  height: 100%;
9323
9323
  justify-content: stretch;
9324
9324
  }
9325
+ .jodit-style-popup {
9326
+ max-height: 470px;
9327
+ min-width: 210px;
9328
+ overflow-y: auto;
9329
+ padding: 8px;
9330
+ }
9331
+ .jodit-style-popup__group-title {
9332
+ color: #888;
9333
+ font-size: 11px;
9334
+ font-weight: 600;
9335
+ margin-top: 8px;
9336
+ padding: 4px 8px;
9337
+ text-transform: uppercase;
9338
+ }
9339
+ .jodit-style-popup__group-title:first-child {
9340
+ margin-top: 0;
9341
+ }
9342
+ .jodit-style-popup__grid {
9343
+ display: grid;
9344
+ gap: 8px;
9345
+ grid-template-columns: repeat(3, 1fr);
9346
+ padding: 4px 0;
9347
+ }
9348
+ .jodit-style-popup__card {
9349
+ background: none;
9350
+ border: 1px solid #ddd;
9351
+ border-radius: 4px;
9352
+ color: inherit;
9353
+ cursor: pointer;
9354
+ display: flex;
9355
+ flex-direction: column;
9356
+ height: 80px;
9357
+ justify-content: space-between;
9358
+ overflow: hidden;
9359
+ padding: 0;
9360
+ text-align: left;
9361
+ }
9362
+ .jodit-style-popup__card:hover {
9363
+ border-color: #b3b3b3;
9364
+ }
9365
+ .jodit-style-popup__card_active_true {
9366
+ border-color: var(--jd-color-border-active,#4a6cf6);
9367
+ }
9368
+ .jodit-style-popup__card_active_true .jodit-style-popup__card-label {
9369
+ box-shadow: 0 -1px 0 var(--jd-color-border-active,#4a6cf6);
9370
+ }
9371
+ .jodit-style-popup__card-preview {
9372
+ align-items: center;
9373
+ background: #fff;
9374
+ display: flex;
9375
+ flex-grow: 1;
9376
+ overflow: hidden;
9377
+ padding: 6px 8px;
9378
+ pointer-events: none;
9379
+ }
9380
+ .jodit-style-popup__card-preview > * {
9381
+ margin: 0;
9382
+ overflow: hidden;
9383
+ padding: 0;
9384
+ white-space: nowrap;
9385
+ }
9386
+ .jodit-style-popup__card-label {
9387
+ background: #f0f0f0;
9388
+ font-size: 11px;
9389
+ line-height: 20px;
9390
+ overflow: hidden;
9391
+ padding: 2px 8px;
9392
+ text-overflow: ellipsis;
9393
+ white-space: nowrap;
9394
+ }
9325
9395
  :root {
9326
9396
  --jd-todo-color-checkbox-border:#333;
9327
9397
  --jd-todo-color-checkbox-border-checked:#25ab33;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  JoditEditor_default
3
- } from "./chunk-S3FFC5TT.mjs";
3
+ } from "./chunk-Y6L54J7M.mjs";
4
4
  export {
5
5
  JoditEditor_default as default
6
6
  };