@ckeditor/ckeditor5-clipboard 47.6.1 → 48.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.
Files changed (108) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/index-editor.css +78 -17
  3. package/dist/index.css +75 -27
  4. package/dist/index.css.map +1 -1
  5. package/package.json +24 -44
  6. package/lang/contexts.json +0 -5
  7. package/lang/translations/af.po +0 -24
  8. package/lang/translations/ar.po +0 -24
  9. package/lang/translations/ast.po +0 -24
  10. package/lang/translations/az.po +0 -24
  11. package/lang/translations/be.po +0 -24
  12. package/lang/translations/bg.po +0 -24
  13. package/lang/translations/bn.po +0 -24
  14. package/lang/translations/bs.po +0 -24
  15. package/lang/translations/ca.po +0 -24
  16. package/lang/translations/cs.po +0 -24
  17. package/lang/translations/da.po +0 -24
  18. package/lang/translations/de-ch.po +0 -24
  19. package/lang/translations/de.po +0 -24
  20. package/lang/translations/el.po +0 -24
  21. package/lang/translations/en-au.po +0 -24
  22. package/lang/translations/en-gb.po +0 -24
  23. package/lang/translations/en.po +0 -24
  24. package/lang/translations/eo.po +0 -24
  25. package/lang/translations/es-co.po +0 -24
  26. package/lang/translations/es.po +0 -24
  27. package/lang/translations/et.po +0 -24
  28. package/lang/translations/eu.po +0 -24
  29. package/lang/translations/fa.po +0 -24
  30. package/lang/translations/fi.po +0 -24
  31. package/lang/translations/fr.po +0 -24
  32. package/lang/translations/gl.po +0 -24
  33. package/lang/translations/gu.po +0 -24
  34. package/lang/translations/he.po +0 -24
  35. package/lang/translations/hi.po +0 -24
  36. package/lang/translations/hr.po +0 -24
  37. package/lang/translations/hu.po +0 -24
  38. package/lang/translations/hy.po +0 -24
  39. package/lang/translations/id.po +0 -24
  40. package/lang/translations/it.po +0 -24
  41. package/lang/translations/ja.po +0 -24
  42. package/lang/translations/jv.po +0 -24
  43. package/lang/translations/kk.po +0 -24
  44. package/lang/translations/km.po +0 -24
  45. package/lang/translations/kn.po +0 -24
  46. package/lang/translations/ko.po +0 -24
  47. package/lang/translations/ku.po +0 -24
  48. package/lang/translations/lt.po +0 -24
  49. package/lang/translations/lv.po +0 -24
  50. package/lang/translations/ms.po +0 -24
  51. package/lang/translations/nb.po +0 -24
  52. package/lang/translations/ne.po +0 -24
  53. package/lang/translations/nl.po +0 -24
  54. package/lang/translations/no.po +0 -24
  55. package/lang/translations/oc.po +0 -24
  56. package/lang/translations/pl.po +0 -24
  57. package/lang/translations/pt-br.po +0 -24
  58. package/lang/translations/pt.po +0 -24
  59. package/lang/translations/ro.po +0 -24
  60. package/lang/translations/ru.po +0 -24
  61. package/lang/translations/si.po +0 -24
  62. package/lang/translations/sk.po +0 -24
  63. package/lang/translations/sl.po +0 -24
  64. package/lang/translations/sq.po +0 -24
  65. package/lang/translations/sr-latn.po +0 -24
  66. package/lang/translations/sr.po +0 -24
  67. package/lang/translations/sv.po +0 -24
  68. package/lang/translations/th.po +0 -24
  69. package/lang/translations/ti.po +0 -24
  70. package/lang/translations/tk.po +0 -24
  71. package/lang/translations/tr.po +0 -24
  72. package/lang/translations/tt.po +0 -24
  73. package/lang/translations/ug.po +0 -24
  74. package/lang/translations/uk.po +0 -24
  75. package/lang/translations/ur.po +0 -24
  76. package/lang/translations/uz.po +0 -24
  77. package/lang/translations/vi.po +0 -24
  78. package/lang/translations/zh-cn.po +0 -24
  79. package/lang/translations/zh.po +0 -24
  80. package/src/augmentation.js +0 -5
  81. package/src/clipboard.js +0 -66
  82. package/src/clipboardmarkersutils.js +0 -500
  83. package/src/clipboardobserver.js +0 -75
  84. package/src/clipboardpipeline.js +0 -287
  85. package/src/dragdrop.js +0 -619
  86. package/src/dragdropblocktoolbar.js +0 -124
  87. package/src/dragdroptarget.js +0 -390
  88. package/src/index.js +0 -23
  89. package/src/lineview.js +0 -46
  90. package/src/pasteplaintext.js +0 -102
  91. package/src/utils/normalizeclipboarddata.js +0 -28
  92. package/src/utils/plaintexttohtml.js +0 -39
  93. package/src/utils/viewtoplaintext.js +0 -96
  94. package/theme/clipboard.css +0 -39
  95. /package/{src → dist}/augmentation.d.ts +0 -0
  96. /package/{src → dist}/clipboard.d.ts +0 -0
  97. /package/{src → dist}/clipboardmarkersutils.d.ts +0 -0
  98. /package/{src → dist}/clipboardobserver.d.ts +0 -0
  99. /package/{src → dist}/clipboardpipeline.d.ts +0 -0
  100. /package/{src → dist}/dragdrop.d.ts +0 -0
  101. /package/{src → dist}/dragdropblocktoolbar.d.ts +0 -0
  102. /package/{src → dist}/dragdroptarget.d.ts +0 -0
  103. /package/{src → dist}/index.d.ts +0 -0
  104. /package/{src → dist}/lineview.d.ts +0 -0
  105. /package/{src → dist}/pasteplaintext.d.ts +0 -0
  106. /package/{src → dist}/utils/normalizeclipboarddata.d.ts +0 -0
  107. /package/{src → dist}/utils/plaintexttohtml.d.ts +0 -0
  108. /package/{src → dist}/utils/viewtoplaintext.d.ts +0 -0
package/LICENSE.md CHANGED
@@ -18,7 +18,7 @@ Where not otherwise indicated, all CKEditor 5 content is authored by CKSour
18
18
 
19
19
  The following libraries are included in CKEditor 5 under the [MIT license](https://opensource.org/licenses/MIT):
20
20
 
21
- * es-toolkit - Copyright (c) 2024 Viva Republica, Inc.
21
+ * es-toolkit - Copyright (c) 2024 Viva Republica, Inc and Copyright OpenJS Foundation and other contributors.
22
22
 
23
23
  Trademarks
24
24
  ----------
@@ -2,27 +2,88 @@
2
2
  * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
- .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position{
6
- display:inline;
7
- position:relative;
8
- pointer-events:none;
9
- }
5
+ :root{
6
+ --ck-clipboard-drop-target-dot-width:12px;
7
+ --ck-clipboard-drop-target-dot-height:8px;
8
+ --ck-clipboard-drop-target-color:var(--ck-color-focus-border);
9
+ }
10
+
11
+ .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span{
12
+ bottom:calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
13
+ top:calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
14
+ border:1px solid var(--ck-clipboard-drop-target-color);
15
+ background:var(--ck-clipboard-drop-target-color);
16
+ margin-left:-1px;
17
+ position:absolute;
18
+ }
19
+
20
+ .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span:after{
21
+ content:"";
22
+ width:0;
23
+ height:0;
24
+ left:50%;
25
+ top:calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
26
+ border-color:var(--ck-clipboard-drop-target-color) transparent transparent transparent;
27
+ border-width:calc(var(--ck-clipboard-drop-target-dot-height)) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width));
28
+ border-style:solid;
29
+ display:block;
30
+ position:absolute;
31
+ transform:translateX(-50%);
32
+ }
10
33
 
11
34
  .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span{
12
- position:absolute;
13
- width:0;
14
- }
35
+ width:0;
36
+ }
37
+
38
+ .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position{
39
+ pointer-events:none;
40
+ display:inline;
41
+ position:relative;
42
+ }
43
+
44
+ .ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range{
45
+ outline:var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color) !important;
46
+ }
47
+
48
+ .ck.ck-editor__editable .ck-widget:-webkit-drag{
49
+ zoom:.6;
50
+ outline:none !important;
51
+ }
52
+
53
+ .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle, .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around{
54
+ display:none;
55
+ }
56
+
57
+ .ck.ck-clipboard-drop-target-line{
58
+ border:1px solid var(--ck-clipboard-drop-target-color);
59
+ background:var(--ck-clipboard-drop-target-color);
60
+ height:0;
61
+ z-index:var(--ck-z-default);
62
+ margin-top:-1px;
63
+ position:absolute;
64
+ }
65
+
66
+ .ck.ck-clipboard-drop-target-line:before{
67
+ content:"";
68
+ top:calc(-.5 * var(--ck-clipboard-drop-target-dot-width));
69
+ border-style:solid;
70
+ width:0;
71
+ height:0;
72
+ position:absolute;
73
+ }
15
74
 
16
- .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle{
17
- display:none;
18
- }
75
+ [dir="ltr"] :is(.ck.ck-clipboard-drop-target-line:before){
76
+ border-width:calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height);
77
+ border-color:transparent transparent transparent var(--ck-clipboard-drop-target-color);
78
+ left:-1px;
79
+ }
19
80
 
20
- .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around{
21
- display:none;
22
- }
81
+ [dir="rtl"] :is(.ck.ck-clipboard-drop-target-line:before){
82
+ border-width:calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0;
83
+ border-color:transparent var(--ck-clipboard-drop-target-color) transparent transparent;
84
+ right:-1px;
85
+ }
23
86
 
24
87
  .ck.ck-clipboard-drop-target-line{
25
- position:absolute;
26
- z-index:var(--ck-z-default);
27
- pointer-events:none;
88
+ pointer-events:none;
28
89
  }
package/dist/index.css CHANGED
@@ -2,42 +2,90 @@
2
2
  * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
- /*
6
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
- */
5
+ :root {
6
+ --ck-clipboard-drop-target-dot-width: 12px;
7
+ --ck-clipboard-drop-target-dot-height: 8px;
8
+ --ck-clipboard-drop-target-color: var(--ck-color-focus-border);
9
+ }
9
10
 
10
- /*
11
- * Vertical drop target (in text).
12
- */
11
+ .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
12
+ bottom: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
13
+ top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
14
+ border: 1px solid var(--ck-clipboard-drop-target-color);
15
+ background: var(--ck-clipboard-drop-target-color);
16
+ margin-left: -1px;
17
+ position: absolute;
18
+ }
13
19
 
14
- .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position {
15
- display: inline;
16
- position: relative;
17
- pointer-events: none;
18
- }
20
+ .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span:after {
21
+ content: "";
22
+ width: 0;
23
+ height: 0;
24
+ left: 50%;
25
+ top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
26
+ border-color: var(--ck-clipboard-drop-target-color) transparent transparent transparent;
27
+ border-width: calc(var(--ck-clipboard-drop-target-dot-height)) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width));
28
+ border-style: solid;
29
+ display: block;
30
+ position: absolute;
31
+ transform: translateX(-50%);
32
+ }
19
33
 
20
34
  .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
21
- position: absolute;
22
- width: 0;
23
- }
35
+ width: 0;
36
+ }
24
37
 
25
- /*
26
- * Styles of the widget being dragged (its preview).
27
- */
38
+ .ck.ck-editor__editable .ck.ck-clipboard-drop-target-position {
39
+ pointer-events: none;
40
+ display: inline;
41
+ position: relative;
42
+ }
28
43
 
29
- .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle {
30
- display: none;
31
- }
44
+ .ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range {
45
+ outline: var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color) !important;
46
+ }
32
47
 
33
- .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around {
34
- display: none;
35
- }
48
+ .ck.ck-editor__editable .ck-widget:-webkit-drag {
49
+ zoom: .6;
50
+ outline: none !important;
51
+ }
52
+
53
+ .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle, .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around {
54
+ display: none;
55
+ }
56
+
57
+ .ck.ck-clipboard-drop-target-line {
58
+ border: 1px solid var(--ck-clipboard-drop-target-color);
59
+ background: var(--ck-clipboard-drop-target-color);
60
+ height: 0;
61
+ z-index: var(--ck-z-default);
62
+ margin-top: -1px;
63
+ position: absolute;
64
+ }
65
+
66
+ .ck.ck-clipboard-drop-target-line:before {
67
+ content: "";
68
+ top: calc(-.5 * var(--ck-clipboard-drop-target-dot-width));
69
+ border-style: solid;
70
+ width: 0;
71
+ height: 0;
72
+ position: absolute;
73
+ }
74
+
75
+ [dir="ltr"] :is(.ck.ck-clipboard-drop-target-line:before) {
76
+ border-width: calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height);
77
+ border-color: transparent transparent transparent var(--ck-clipboard-drop-target-color);
78
+ left: -1px;
79
+ }
80
+
81
+ [dir="rtl"] :is(.ck.ck-clipboard-drop-target-line:before) {
82
+ border-width: calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0;
83
+ border-color: transparent var(--ck-clipboard-drop-target-color) transparent transparent;
84
+ right: -1px;
85
+ }
36
86
 
37
87
  .ck.ck-clipboard-drop-target-line {
38
- position: absolute;
39
- z-index: var(--ck-z-default);
40
- pointer-events: none;
88
+ pointer-events: none;
41
89
  }
42
90
 
43
91
  /*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["../theme/clipboard.css","index.css"],"names":[],"mappings":";;;;AAAA,CAAA;ACCA,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,QAAQ;AAC3E,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,QAAQ,CAAC,SAAS,CAAC;AAClF,CAAC,CDAC;;AAGD,CAAA;ACAD,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC;AAClC,CAAC,CAAC,CDCC;;AACF,CAAA,EAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,CAAA,EAAA,CAAA,EAAA,CAAA,SAAA,CAAA,IAAA,CAAA,MAAA,CAAA,QAAA,CAAA;ACCD,CAAC,CDAC,OAAA,CAAA,CAAA,MAAe;ACCjB,CAAC,CDAC,QAAA,CAAA,CAAA,QAAkB;ACCpB,CAAC,CDAC,OAAA,CAAA,MAAA,CAAA,CAAA,IAAoB;ACCtB,CDKC;;AAJC,CAAA,EAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,CAAA,EAAA,CAAA,EAAA,CAAA,SAAA,CAAA,IAAA,CAAA,MAAA,CAAA,QAAA,CAAA,IAAA,CAAA;ACEF,CAAC,CAAC,CDDC,QAAA,CAAA,CAAA,QAAkB;ACErB,CAAC,CAAC,CDDC,KAAA,CAAA,CAAA,CAAQ;ACEX,CAAC,CDDC;;AAGD,CAAA;ACCD,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC;AACpD,CAAC,CAAC,CDAC;;AAED,CAAA,EAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,CAAA,EAAA,CAAA,MAAA,CAAA,CAAA,MAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA,iBAAA,CAAA,MAAA,CAAA;ACCF,CAAC,CAAC,CDAC,OAAA,CAAA,CAAA,IAAa;ACChB,CAAC,CDAC;;AAEA,CAAA,EAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,CAAA,EAAA,CAAA,MAAA,CAAA,CAAA,MAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA,YAAA,CAAA,MAAA,CAAA;ACCF,CAAC,CAAC,CDAC,OAAA,CAAA,CAAA,IAAa;ACChB,CAAC,CDAC;;AAIF,CAAA,EAAA,CAAA,EAAA,CAAA,SAAA,CAAA,IAAA,CAAA,MAAA,CAAA,IAAA,CAAA;ACDA,CDEC,QAAA,CAAA,CAAA,QAAkB;ACDnB,CDEC,CAAA,CAAA,KAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,EAAA,CAAA,CAAA,CAAA,OAAA,CAA4B;ACD7B,CDEC,OAAA,CAAA,MAAA,CAAA,CAAA,IAAoB;AACrB;;ACAA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index.css.map","sourcesContent":["/*\n * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck.ck-editor__editable {\n\t/*\n\t * Vertical drop target (in text).\n\t */\n\t& .ck.ck-clipboard-drop-target-position {\n\t\tdisplay: inline;\n\t\tposition: relative;\n\t\tpointer-events: none;\n\n\t\t& span {\n\t\t\tposition: absolute;\n\t\t\twidth: 0;\n\t\t}\n\t}\n\n\t/*\n\t * Styles of the widget being dragged (its preview).\n\t */\n\t& .ck-widget:-webkit-drag {\n\t\t& > .ck-widget__selection-handle {\n\t\t\tdisplay: none;\n\t\t}\n\n\t\t& > .ck-widget__type-around {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n\n.ck.ck-clipboard-drop-target-line {\n\tposition: absolute;\n\tz-index: var(--ck-z-default);\n\tpointer-events: none;\n}\n","/*\n * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/*\n\t * Vertical drop target (in text).\n\t */\n\n.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position {\n\t\tdisplay: inline;\n\t\tposition: relative;\n\t\tpointer-events: none;\n\t}\n\n.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {\n\t\t\tposition: absolute;\n\t\t\twidth: 0;\n\t\t}\n\n/*\n\t * Styles of the widget being dragged (its preview).\n\t */\n\n.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle {\n\t\t\tdisplay: none;\n\t\t}\n\n.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around {\n\t\t\tdisplay: none;\n\t\t}\n\n.ck.ck-clipboard-drop-target-line {\n\tposition: absolute;\n\tz-index: var(--ck-z-default);\n\tpointer-events: none;\n}\n\n/*# sourceMappingURL=index.css.map */"]}
1
+ {"version":3,"sources":["../theme/clipboard.css","index.css"],"names":[],"mappings":"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","file":"index.css.map","sourcesContent":["/*\n * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n\n:root {\n\t--ck-clipboard-drop-target-dot-width: 12px;\n\t--ck-clipboard-drop-target-dot-height: 8px;\n\t--ck-clipboard-drop-target-color: var(--ck-color-focus-border);\n}\n\n.ck.ck-editor__editable {\n\t/*\n\t * Vertical drop target (in text).\n\t */\n\t& .ck.ck-clipboard-drop-target-position {\n\t\t& span {\n\t\t\tbottom: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));\n\t\t\ttop: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));\n\t\t\tborder: 1px solid var(--ck-clipboard-drop-target-color);\n\t\t\tbackground: var(--ck-clipboard-drop-target-color);\n\t\t\tmargin-left: -1px;\n\t\t\tposition: absolute;\n\n\t\t\t/* The triangle above the marker */\n\t\t\t&::after {\n\t\t\t\tcontent: '';\n\t\t\t\twidth: 0;\n\t\t\t\theight: 0;\n\n\t\t\t\tdisplay: block;\n\t\t\t\tposition: absolute;\n\t\t\t\tleft: 50%;\n\t\t\t\ttop: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));\n\n\t\t\t\ttransform: translateX(-50%);\n\t\t\t\tborder-color: var(--ck-clipboard-drop-target-color) transparent transparent transparent;\n\t\t\t\tborder-width: calc(var(--ck-clipboard-drop-target-dot-height)) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width));\n\t\t\t\tborder-style: solid;\n\t\t\t}\n\t\t\twidth: 0\n\t\t}\n\t\tdisplay: inline;\n\t\tposition: relative;\n\t\tpointer-events: none\n\t}\n\n\t/*\n\t * Styles of the widget that it a drop target.\n\t */\n\t& .ck-widget.ck-clipboard-drop-target-range {\n\t\toutline: var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color) !important;\n\t}\n\n\t/*\n\t * Styles of the widget being dragged (its preview).\n\t */\n\t& .ck-widget:-webkit-drag {\n\t\tzoom: 0.6;\n\t\toutline: none !important;\n\t\t& > .ck-widget__selection-handle {\n\t\t\tdisplay: none;\n\t\t}\n\n\t\t& > .ck-widget__type-around {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\t/*\n\t * Vertical drop target (in text).\n\t */\n\n\t/*\n\t * Styles of the widget being dragged (its preview).\n\t */\n}\n\n.ck.ck-clipboard-drop-target-line {\n\theight: 0;\n\tborder: 1px solid var(--ck-clipboard-drop-target-color);\n\tbackground: var(--ck-clipboard-drop-target-color);\n\tmargin-top: -1px;\n\tposition: absolute;\n\tz-index: var(--ck-z-default);\n\n\t&::before {\n\t\tcontent: '';\n\t\tposition: absolute;\n\t\ttop: calc(-.5 * var(--ck-clipboard-drop-target-dot-width));\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-style: solid;\n\n\t\t[dir=\"ltr\"] & {\n\t\t\tleft: -1px;\n\n\t\t\tborder-width: calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height);\n\t\t\tborder-color: transparent transparent transparent var(--ck-clipboard-drop-target-color);\n\t\t}\n\n\t\t[dir=\"rtl\"] & {\n\t\t\tright: -1px;\n\n\t\t\tborder-width:calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0;\n\t\t\tborder-color: transparent var(--ck-clipboard-drop-target-color) transparent transparent;\n\t\t}\n\t}\n\tpointer-events: none\n}\n",":root {\n --ck-clipboard-drop-target-dot-width: 12px;\n --ck-clipboard-drop-target-dot-height: 8px;\n --ck-clipboard-drop-target-color: var(--ck-color-focus-border);\n}\n\n.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {\n bottom: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));\n top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));\n border: 1px solid var(--ck-clipboard-drop-target-color);\n background: var(--ck-clipboard-drop-target-color);\n margin-left: -1px;\n position: absolute;\n}\n\n.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span:after {\n content: \"\";\n width: 0;\n height: 0;\n left: 50%;\n top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));\n border-color: var(--ck-clipboard-drop-target-color) transparent transparent transparent;\n border-width: calc(var(--ck-clipboard-drop-target-dot-height)) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width));\n border-style: solid;\n display: block;\n position: absolute;\n transform: translateX(-50%);\n}\n\n.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {\n width: 0;\n}\n\n.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position {\n pointer-events: none;\n display: inline;\n position: relative;\n}\n\n.ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range {\n outline: var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color) !important;\n}\n\n.ck.ck-editor__editable .ck-widget:-webkit-drag {\n zoom: .6;\n outline: none !important;\n}\n\n.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle, .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around {\n display: none;\n}\n\n.ck.ck-clipboard-drop-target-line {\n border: 1px solid var(--ck-clipboard-drop-target-color);\n background: var(--ck-clipboard-drop-target-color);\n height: 0;\n z-index: var(--ck-z-default);\n margin-top: -1px;\n position: absolute;\n}\n\n.ck.ck-clipboard-drop-target-line:before {\n content: \"\";\n top: calc(-.5 * var(--ck-clipboard-drop-target-dot-width));\n border-style: solid;\n width: 0;\n height: 0;\n position: absolute;\n}\n\n[dir=\"ltr\"] :is(.ck.ck-clipboard-drop-target-line:before) {\n border-width: calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height);\n border-color: transparent transparent transparent var(--ck-clipboard-drop-target-color);\n left: -1px;\n}\n\n[dir=\"rtl\"] :is(.ck.ck-clipboard-drop-target-line:before) {\n border-width: calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0;\n border-color: transparent var(--ck-clipboard-drop-target-color) transparent transparent;\n right: -1px;\n}\n\n.ck.ck-clipboard-drop-target-line {\n pointer-events: none;\n}\n\n/*# sourceMappingURL=index.css.map */"]}
package/package.json CHANGED
@@ -1,61 +1,41 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-clipboard",
3
- "version": "47.6.1",
3
+ "version": "48.0.0-alpha.0",
4
4
  "description": "Clipboard integration feature for CKEditor 5.",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
+ "author": "CKSource (http://cksource.com/)",
7
+ "homepage": "https://ckeditor.com/ckeditor-5",
8
+ "bugs": "https://github.com/ckeditor/ckeditor5/issues",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/ckeditor/ckeditor5.git",
12
+ "directory": "packages/ckeditor5-clipboard"
13
+ },
5
14
  "keywords": [
6
15
  "ckeditor",
7
16
  "ckeditor5",
8
17
  "ckeditor 5",
9
18
  "ckeditor5-feature",
10
- "ckeditor5-plugin",
11
- "ckeditor5-dll"
19
+ "ckeditor5-plugin"
12
20
  ],
13
21
  "type": "module",
14
- "main": "src/index.js",
15
- "dependencies": {
16
- "@ckeditor/ckeditor5-core": "47.6.1",
17
- "@ckeditor/ckeditor5-engine": "47.6.1",
18
- "@ckeditor/ckeditor5-ui": "47.6.1",
19
- "@ckeditor/ckeditor5-utils": "47.6.1",
20
- "@ckeditor/ckeditor5-widget": "47.6.1",
21
- "es-toolkit": "1.39.5"
22
+ "main": "./dist/index.js",
23
+ "exports": {
24
+ ".": "./dist/index.js",
25
+ "./dist/*": "./dist/*",
26
+ "./package.json": "./package.json"
22
27
  },
23
- "author": "CKSource (http://cksource.com/)",
24
- "license": "SEE LICENSE IN LICENSE.md",
25
- "homepage": "https://ckeditor.com/ckeditor-5",
26
- "bugs": "https://github.com/ckeditor/ckeditor5/issues",
27
- "repository": {
28
- "type": "git",
29
- "url": "https://github.com/ckeditor/ckeditor5.git",
30
- "directory": "packages/ckeditor5-clipboard"
28
+ "dependencies": {
29
+ "@ckeditor/ckeditor5-core": "48.0.0-alpha.0",
30
+ "@ckeditor/ckeditor5-engine": "48.0.0-alpha.0",
31
+ "@ckeditor/ckeditor5-ui": "48.0.0-alpha.0",
32
+ "@ckeditor/ckeditor5-utils": "48.0.0-alpha.0",
33
+ "@ckeditor/ckeditor5-widget": "48.0.0-alpha.0",
34
+ "es-toolkit": "1.45.1"
31
35
  },
32
36
  "files": [
33
37
  "dist",
34
- "lang",
35
- "src/**/*.js",
36
- "src/**/*.d.ts",
37
- "theme",
38
38
  "CHANGELOG.md"
39
39
  ],
40
- "types": "src/index.d.ts",
41
- "exports": {
42
- ".": {
43
- "types": "./src/index.d.ts",
44
- "import": "./src/index.js",
45
- "default": "./src/index.js"
46
- },
47
- "./dist/*": {
48
- "types": "./src/index.d.ts",
49
- "import": "./dist/*",
50
- "default": "./dist/*"
51
- },
52
- "./src/*": {
53
- "types": "./src/*.d.ts",
54
- "import": "./src/*",
55
- "default": "./src/*"
56
- },
57
- "./lang/*": "./lang/*",
58
- "./theme/*": "./theme/*",
59
- "./package.json": "./package.json"
60
- }
40
+ "types": "./dist/index.d.ts"
61
41
  }
@@ -1,5 +0,0 @@
1
- {
2
- "Copy selected content": "Keystroke description for assistive technologies: keystroke for copying selected content.",
3
- "Paste content": "Keystroke description for assistive technologies: keystroke for pasting content.",
4
- "Paste content as plain text": "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
5
- }
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: af\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr ""
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr ""
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr ""
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: ar\n"
11
- "Plural-Forms: nplurals=6; plural=(n == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr "انسخْ المحتوى المحدد"
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr "الصقْ المحتوى"
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr "الصقْ المحتوى كنص عادي"
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: ast\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr ""
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr ""
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr ""
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: az\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr ""
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr ""
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr ""
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: be\n"
11
- "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr "Капіяваць выбраны змест"
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr "Уставіць змест"
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr "Уставіць змест у выглядзе простага тэксту"
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: bg\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr "Копиране на избраното съдържание"
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr "Поставяне на съдържанието"
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr "Поставяне на съдържанието като обикновен текст"
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: bn\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr "সিলেক্ট করা কন্টেন্ট কপি করুন"
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr "কন্টেন্ট পেস্ট করুন"
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr "প্লেইন টেক্সট হিসেবে কন্টেন্ট পেস্ট করুন"
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: bs\n"
11
- "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr ""
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr ""
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr ""
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: ca\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr "Copia el contingut seleccionat"
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr "Enganxa el contingut"
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr "Enganxa el contingut com a text pla"
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: cs\n"
11
- "Plural-Forms: nplurals=3; plural=(n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr "Zkopírovat vybraný obsah"
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr "Vložit obsah"
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr "Vyložit obsah jako prostý text"
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: da\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
15
- msgid "Copy selected content"
16
- msgstr "Kopier markeret indhold"
17
-
18
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
19
- msgid "Paste content"
20
- msgstr "Indsæt indhold"
21
-
22
- msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
23
- msgid "Paste content as plain text"
24
- msgstr "Indsæt indhold som ren tekst"