@ckeditor/ckeditor5-theme-lark 0.0.0-nightly-20260104.0 → 0.0.0-nightly-next-20260104.0

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.
@@ -3280,9 +3280,6 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
3280
3280
  .ck.ck-form__row.ck-table-form__action-row{
3281
3281
  margin-top:var(--ck-spacing-large);
3282
3282
  }
3283
- .ck.ck-form__row.ck-table-form__action-row .ck-button .ck-button__label{
3284
- color:var(--ck-color-text);
3285
- }
3286
3283
  :root{
3287
3284
  --ck-insert-table-dropdown-padding:10px;
3288
3285
  --ck-insert-table-dropdown-box-height:11px;
@@ -3330,6 +3327,67 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
3330
3327
  background:none;
3331
3328
  margin-top:var(--ck-spacing-standard);
3332
3329
  }
3330
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__horizontal-alignment-toolbar{
3331
+ --ck-table-form-dimensions-input-width:calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
3332
+
3333
+ width:var(--ck-table-form-dimensions-input-width);
3334
+ max-width:var(--ck-table-form-dimensions-input-width);
3335
+ min-width:var(--ck-table-form-dimensions-input-width);
3336
+ padding:0;
3337
+ }
3338
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__vertical-alignment-toolbar{
3339
+ flex-grow:1;
3340
+ }
3341
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label{
3342
+ font-size:var(--ck-font-size-tiny);
3343
+ text-align:center;
3344
+ }
3345
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
3346
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width{
3347
+ width:80px;
3348
+ min-width:80px;
3349
+ max-width:80px;
3350
+ }
3351
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row{
3352
+ --ck-table-form-dimensions-input-width:calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
3353
+
3354
+ width:var(--ck-table-form-dimensions-input-width);
3355
+ max-width:var(--ck-table-form-dimensions-input-width);
3356
+ min-width:var(--ck-table-form-dimensions-input-width);
3357
+ padding:0;
3358
+ }
3359
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
3360
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height{
3361
+ width:var(--ck-table-form-default-input-width);
3362
+ min-width:var(--ck-table-form-default-input-width);
3363
+ max-width:var(--ck-table-form-default-input-width);
3364
+ margin:0;
3365
+ }
3366
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{
3367
+ position:relative;
3368
+ left:-0.5ch;
3369
+ width:0;
3370
+ overflow:visible;
3371
+ align-self:flex-end;
3372
+ display:inline-block;
3373
+ height:var(--ck-ui-component-min-height);
3374
+ line-height:var(--ck-ui-component-min-height);
3375
+ margin:0 var(--ck-spacing-small);
3376
+ }
3377
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button{
3378
+ flex-grow:initial;
3379
+ }
3380
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label{
3381
+ color:currentColor;
3382
+ }
3383
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__cell-type-row{
3384
+ --ck-table-form-dimensions-input-width:calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
3385
+
3386
+ width:var(--ck-table-form-dimensions-input-width);
3387
+ max-width:var(--ck-table-form-dimensions-input-width);
3388
+ min-width:var(--ck-table-form-dimensions-input-width);
3389
+ padding:0;
3390
+ }
3333
3391
  :root{
3334
3392
  --ck-color-table-focused-cell-background:hsla(212, 90%, 80%, .3);
3335
3393
  --ck-table-content-default-border-color:hsl(0, 0%, 83%);
@@ -3375,24 +3433,39 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
3375
3433
  --ck-table-properties-error-arrow-size:6px;
3376
3434
  --ck-table-properties-min-error-width:150px;
3377
3435
  }
3436
+ .ck.ck-table-form{
3437
+ --ck-table-form-default-input-width:80px;
3438
+ }
3378
3439
  .ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label{
3379
3440
  font-size:var(--ck-font-size-tiny);
3380
3441
  text-align:center;
3381
3442
  }
3382
3443
  .ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
3383
3444
  .ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width{
3384
- width:80px;
3385
- min-width:80px;
3386
- max-width:80px;
3445
+ width:var(--ck-table-form-default-input-width);
3446
+ min-width:var(--ck-table-form-default-input-width);
3447
+ max-width:var(--ck-table-form-default-input-width);
3387
3448
  }
3388
3449
  .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row{
3450
+ --ck-table-form-dimensions-input-width:calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
3451
+
3452
+ width:var(--ck-table-form-dimensions-input-width);
3453
+ max-width:var(--ck-table-form-dimensions-input-width);
3454
+ min-width:var(--ck-table-form-dimensions-input-width);
3389
3455
  padding:0;
3390
3456
  }
3391
3457
  .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
3392
3458
  .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height{
3459
+ width:var(--ck-table-form-default-input-width);
3460
+ min-width:var(--ck-table-form-default-input-width);
3461
+ max-width:var(--ck-table-form-default-input-width);
3393
3462
  margin:0
3394
3463
  }
3395
3464
  .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{
3465
+ position:relative;
3466
+ left:-0.5ch;
3467
+ width:0;
3468
+ overflow:visible;
3396
3469
  align-self:flex-end;
3397
3470
  display:inline-block;
3398
3471
  height:var(--ck-ui-component-min-height);
@@ -3444,14 +3517,13 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
3444
3517
  }
3445
3518
  .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row{
3446
3519
  align-self:flex-end;
3447
- padding:0;
3448
3520
  }
3449
3521
  .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar{
3450
3522
  background:none;
3451
3523
  margin-top:var(--ck-spacing-standard);
3452
3524
  }
3453
3525
  .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > *{
3454
- width:40px;
3526
+ flex:1;
3455
3527
  }
3456
3528
  :root{
3457
3529
  --ck-table-selected-cell-background:hsla(208, 90%, 80%, .3);
@@ -3592,214 +3664,6 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
3592
3664
  .ck-editor__editable .table.layout-table.ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret{
3593
3665
  bottom:0;
3594
3666
  }
3595
- .ck.ck-table-properties-form{
3596
- width:320px;
3597
- }
3598
- .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row{
3599
- align-self:flex-end;
3600
- }
3601
- .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar{
3602
- background:none;
3603
- margin-top:var(--ck-spacing-standard);
3604
- }
3605
- .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > *{
3606
- flex:1;
3607
- }
3608
- .ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-properties-form__alignment-row{
3609
- padding:var(--ck-spacing-standard) var(--ck-spacing-large) 0;
3610
- }
3611
- .ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row{
3612
- justify-content:flex-end;
3613
- }
3614
- .ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button{
3615
- flex-grow:initial;
3616
- }
3617
- .ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label{
3618
- color:currentColor;
3619
- }
3620
- :root{
3621
- --ck-table-properties-error-arrow-size:6px;
3622
- --ck-table-properties-min-error-width:150px;
3623
- }
3624
- .ck.ck-table-form.ck-table-properties-form_experimental{
3625
- --ck-table-form-default-input-width:80px;
3626
- }
3627
- .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label{
3628
- font-size:var(--ck-font-size-tiny);
3629
- text-align:center;
3630
- }
3631
- .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
3632
- .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width{
3633
- width:var(--ck-table-form-default-input-width);
3634
- min-width:var(--ck-table-form-default-input-width);
3635
- max-width:var(--ck-table-form-default-input-width);
3636
- }
3637
- .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row{
3638
- --ck-table-form-dimensions-input-width:calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
3639
-
3640
- width:var(--ck-table-form-dimensions-input-width);
3641
- max-width:var(--ck-table-form-dimensions-input-width);
3642
- min-width:var(--ck-table-form-dimensions-input-width);
3643
- padding:0;
3644
- }
3645
- .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
3646
- .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height{
3647
- width:var(--ck-table-form-default-input-width);
3648
- min-width:var(--ck-table-form-default-input-width);
3649
- max-width:var(--ck-table-form-default-input-width);
3650
- margin:0
3651
- }
3652
- .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{
3653
- position:relative;
3654
- left:-0.5ch;
3655
- width:0;
3656
- overflow:visible;
3657
- align-self:flex-end;
3658
- display:inline-block;
3659
- height:var(--ck-ui-component-min-height);
3660
- line-height:var(--ck-ui-component-min-height);
3661
- margin:0 var(--ck-spacing-small);
3662
- }
3663
- .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view{
3664
- padding-top:var(--ck-spacing-standard);
3665
- }
3666
- .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{
3667
- border-radius:0;
3668
-
3669
- background:var(--ck-color-base-error);
3670
- color:var(--ck-color-base-background);
3671
- padding:var(--ck-spacing-small) var(--ck-spacing-medium);
3672
- min-width:var(--ck-table-properties-min-error-width);
3673
- text-align:center;
3674
-
3675
- animation:ck-table-form-labeled-view-status-appear .15s ease both;
3676
- }
3677
- .ck-rounded-corners .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status,
3678
- .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners{
3679
- border-radius:var(--ck-border-radius);
3680
- }
3681
- .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after{
3682
- border-color:transparent transparent var(--ck-color-base-error) transparent;
3683
- border-width:0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
3684
- border-style:solid;
3685
- }
3686
- @media (prefers-reduced-motion: reduce){
3687
- .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{
3688
- animation:none;
3689
- }
3690
- }
3691
- .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status{
3692
- display:none;
3693
- }
3694
- @keyframes ck-table-form-labeled-view-status-appear{
3695
- 0%{
3696
- opacity:0;
3697
- }
3698
-
3699
- 100%{
3700
- opacity:1;
3701
- }
3702
- }
3703
- .ck.ck-form__row > *:not(.ck-label) + *{
3704
- margin-inline-start:var(--ck-spacing-large);
3705
- }
3706
- .ck.ck-form__row > .ck-label{
3707
- width:100%;
3708
- min-width:100%;
3709
- }
3710
- .ck.ck-form__row.ck-table-form__action-row{
3711
- margin-top:var(--ck-spacing-large);
3712
- }
3713
- .ck.ck-table-cell-properties-form{
3714
- width:320px;
3715
- }
3716
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental{
3717
- --ck-table-form-default-input-width:80px;
3718
- }
3719
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-cell-properties-form__padding-row{
3720
- align-self:flex-end;
3721
- padding:0;
3722
- width:25%;
3723
- }
3724
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar{
3725
- background:none;
3726
- margin-top:var(--ck-spacing-standard);
3727
- }
3728
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label{
3729
- font-size:var(--ck-font-size-tiny);
3730
- text-align:center;
3731
- }
3732
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
3733
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width{
3734
- width:80px;
3735
- min-width:80px;
3736
- max-width:80px;
3737
- }
3738
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row{
3739
- padding:0;
3740
- }
3741
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
3742
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height{
3743
- margin:0
3744
- }
3745
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{
3746
- align-self:flex-end;
3747
- display:inline-block;
3748
- height:var(--ck-ui-component-min-height);
3749
- line-height:var(--ck-ui-component-min-height);
3750
- margin:0 var(--ck-spacing-small);
3751
- }
3752
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button{
3753
- flex-grow:initial;
3754
- }
3755
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label{
3756
- color:currentColor;
3757
- }
3758
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row{
3759
- --ck-table-form-dimensions-input-width:calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
3760
-
3761
- width:var(--ck-table-form-dimensions-input-width);
3762
- max-width:var(--ck-table-form-dimensions-input-width);
3763
- min-width:var(--ck-table-form-dimensions-input-width);
3764
- padding:0;
3765
- }
3766
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
3767
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height{
3768
- width:var(--ck-table-form-default-input-width);
3769
- min-width:var(--ck-table-form-default-input-width);
3770
- max-width:var(--ck-table-form-default-input-width);
3771
- margin:0
3772
- }
3773
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{
3774
- position:relative;
3775
- left:-0.5ch;
3776
- width:0;
3777
- overflow:visible;
3778
- align-self:flex-end;
3779
- display:inline-block;
3780
- height:var(--ck-ui-component-min-height);
3781
- line-height:var(--ck-ui-component-min-height);
3782
- margin:0 var(--ck-spacing-small);
3783
- }
3784
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__cell-type-row{
3785
- --ck-table-form-dimensions-input-width:calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
3786
-
3787
- width:var(--ck-table-form-dimensions-input-width);
3788
- max-width:var(--ck-table-form-dimensions-input-width);
3789
- min-width:var(--ck-table-form-dimensions-input-width);
3790
- padding:0;
3791
- }
3792
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__horizontal-alignment-toolbar{
3793
- --ck-table-form-dimensions-input-width:calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
3794
-
3795
- width:var(--ck-table-form-dimensions-input-width);
3796
- max-width:var(--ck-table-form-dimensions-input-width);
3797
- min-width:var(--ck-table-form-dimensions-input-width);
3798
- padding:0;
3799
- }
3800
- .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__vertical-alignment-toolbar{
3801
- flex-grow:1;
3802
- }
3803
3667
  :root{
3804
3668
  --ck-widget-outline-thickness:3px;
3805
3669
  --ck-widget-handler-icon-size:16px;