@ckeditor/ckeditor5-theme-lark 45.2.1 → 46.0.0-alpha.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.
@@ -3,10 +3,10 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  :root{
6
- --ck-color-mention-background:hsla(341, 100%, 30%, 0.1);
7
- --ck-color-mention-text:hsl(341, 100%, 30%);
6
+ --ck-content-color-mention-background:hsla(341, 100%, 30%, 0.1);
7
+ --ck-content-color-mention-text:hsl(341, 100%, 30%);
8
8
  }
9
9
  .ck-content .mention{
10
- background:var(--ck-color-mention-background);
11
- color:var(--ck-color-mention-text);
10
+ background:var(--ck-content-color-mention-background);
11
+ color:var(--ck-content-color-mention-text);
12
12
  }
@@ -2971,8 +2971,8 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
2971
2971
  color:hsl(0, 0%, 100%);
2972
2972
  }
2973
2973
  :root{
2974
- --ck-color-mention-background:hsla(341, 100%, 30%, 0.1);
2975
- --ck-color-mention-text:hsl(341, 100%, 30%);
2974
+ --ck-content-color-mention-background:hsla(341, 100%, 30%, 0.1);
2975
+ --ck-content-color-mention-text:hsl(341, 100%, 30%);
2976
2976
  }
2977
2977
  :root{
2978
2978
  --ck-color-restricted-editing-exception-background:hsla(31, 100%, 65%, .2);
@@ -3326,7 +3326,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
3326
3326
  margin-top:var(--ck-spacing-standard);
3327
3327
  }
3328
3328
  :root{
3329
- --ck-color-selector-focused-cell-background:hsla(212, 90%, 80%, .3);
3329
+ --ck-color-table-focused-cell-background:hsla(212, 90%, 80%, .3);
3330
3330
  --ck-table-content-default-border-color:hsl(0, 0%, 83%);
3331
3331
  }
3332
3332
  .ck-widget.table table[style*="border:none"],
@@ -3340,7 +3340,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
3340
3340
  .ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused:not(.ck-editor__editable_selected),
3341
3341
  .ck-widget.table td.ck-editor__nested-editable:not(.ck-editor__editable_selected):focus,
3342
3342
  .ck-widget.table th.ck-editor__nested-editable:not(.ck-editor__editable_selected):focus{
3343
- background:var(--ck-color-selector-focused-cell-background);
3343
+ background:var(--ck-color-table-focused-cell-background);
3344
3344
  outline:1px solid var(--ck-color-focus-border);
3345
3345
  outline-offset:-1px;
3346
3346
  }
package/dist/index.css CHANGED
@@ -4384,12 +4384,12 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4384
4384
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4385
4385
  */
4386
4386
  :root {
4387
- --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
4388
- --ck-color-mention-text: hsl(341, 100%, 30%);
4387
+ --ck-content-color-mention-background: hsla(341, 100%, 30%, 0.1);
4388
+ --ck-content-color-mention-text: hsl(341, 100%, 30%);
4389
4389
  }
4390
4390
  .ck-content .mention {
4391
- background: var(--ck-color-mention-background);
4392
- color: var(--ck-color-mention-text);
4391
+ background: var(--ck-content-color-mention-background);
4392
+ color: var(--ck-content-color-mention-text);
4393
4393
  }
4394
4394
  /*
4395
4395
  * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
@@ -4856,7 +4856,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4856
4856
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4857
4857
  */
4858
4858
  :root {
4859
- --ck-color-selector-focused-cell-background: hsla(212, 90%, 80%, .3);
4859
+ --ck-color-table-focused-cell-background: hsla(212, 90%, 80%, .3);
4860
4860
  --ck-table-content-default-border-color: hsl(0, 0%, 83%);
4861
4861
  }
4862
4862
  /* Dashed outline for table without any border. */
@@ -4878,7 +4878,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4878
4878
  .ck-widget.table td.ck-editor__nested-editable:not(.ck-editor__editable_selected):focus,
4879
4879
  .ck-widget.table th.ck-editor__nested-editable:not(.ck-editor__editable_selected):focus {
4880
4880
  /* A very slight background to highlight the focused cell */
4881
- background: var(--ck-color-selector-focused-cell-background);
4881
+ background: var(--ck-color-table-focused-cell-background);
4882
4882
  outline: 1px solid var(--ck-color-focus-border);
4883
4883
  outline-offset: -1px; /* progressive enhancement - no IE support */
4884
4884
  }