Initial commit - CMS Gov Bapenda Garut dengan EditorJS
This commit is contained in:
75
public/assets/js/tinymce/skins/content/dark/content.css
Normal file
75
public/assets/js/tinymce/skins/content/dark/content.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body {
|
||||
background-color: #222f3e;
|
||||
color: #fff;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
line-height: 1.4;
|
||||
margin: 1rem;
|
||||
}
|
||||
a {
|
||||
color: #4099ff;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
/* Apply a default padding if legacy cellpadding attribute is missing */
|
||||
table:not([cellpadding]) th,
|
||||
table:not([cellpadding]) td {
|
||||
padding: 0.4rem;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) td {
|
||||
border-width: 1px;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) td {
|
||||
border-style: solid;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) td {
|
||||
border-color: #6d737b;
|
||||
}
|
||||
figure {
|
||||
display: table;
|
||||
margin: 1rem auto;
|
||||
}
|
||||
figure figcaption {
|
||||
color: #8a8f97;
|
||||
display: block;
|
||||
margin-top: 0.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
hr {
|
||||
border-color: #6d737b;
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
code {
|
||||
background-color: #6d737b;
|
||||
border-radius: 3px;
|
||||
padding: 0.1rem 0.2rem;
|
||||
}
|
||||
.mce-content-body:not([dir=rtl]) blockquote {
|
||||
border-left: 2px solid #6d737b;
|
||||
margin-left: 1.5rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.mce-content-body[dir=rtl] blockquote {
|
||||
border-right: 2px solid #6d737b;
|
||||
margin-right: 1.5rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
10
public/assets/js/tinymce/skins/content/dark/content.js
Normal file
10
public/assets/js/tinymce/skins/content/dark/content.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
tinymce.Resource.add('content/dark/content.css', `body{background-color:#222f3e;color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem}`)
|
||||
10
public/assets/js/tinymce/skins/content/dark/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/content/dark/content.min.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body{background-color:#222f3e;color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem}
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
3
public/assets/js/tinymce/skins/content/dark/content.ts
Normal file
3
public/assets/js/tinymce/skins/content/dark/content.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
70
public/assets/js/tinymce/skins/content/default/content.css
Normal file
70
public/assets/js/tinymce/skins/content/default/content.css
Normal file
@@ -0,0 +1,70 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
line-height: 1.4;
|
||||
margin: 1rem;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
/* Apply a default padding if legacy cellpadding attribute is missing */
|
||||
table:not([cellpadding]) th,
|
||||
table:not([cellpadding]) td {
|
||||
padding: 0.4rem;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) td {
|
||||
border-width: 1px;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) td {
|
||||
border-style: solid;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) td {
|
||||
border-color: #ccc;
|
||||
}
|
||||
figure {
|
||||
display: table;
|
||||
margin: 1rem auto;
|
||||
}
|
||||
figure figcaption {
|
||||
color: #999;
|
||||
display: block;
|
||||
margin-top: 0.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
hr {
|
||||
border-color: #ccc;
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
code {
|
||||
background-color: #e8e8e8;
|
||||
border-radius: 3px;
|
||||
padding: 0.1rem 0.2rem;
|
||||
}
|
||||
.mce-content-body:not([dir=rtl]) blockquote {
|
||||
border-left: 2px solid #ccc;
|
||||
margin-left: 1.5rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.mce-content-body[dir=rtl] blockquote {
|
||||
border-right: 2px solid #ccc;
|
||||
margin-right: 1.5rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
10
public/assets/js/tinymce/skins/content/default/content.js
Normal file
10
public/assets/js/tinymce/skins/content/default/content.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
tinymce.Resource.add('content/default/content.css', `body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}`)
|
||||
10
public/assets/js/tinymce/skins/content/default/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/content/default/content.min.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
75
public/assets/js/tinymce/skins/content/document/content.css
Normal file
75
public/assets/js/tinymce/skins/content/document/content.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
@media screen {
|
||||
html {
|
||||
background: #f4f4f4;
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
@media screen {
|
||||
body {
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
|
||||
box-sizing: border-box;
|
||||
margin: 1rem auto 0;
|
||||
max-width: 820px;
|
||||
min-height: calc(100vh - 1rem);
|
||||
padding: 4rem 6rem 6rem 6rem;
|
||||
}
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
/* Apply a default padding if legacy cellpadding attribute is missing */
|
||||
table:not([cellpadding]) th,
|
||||
table:not([cellpadding]) td {
|
||||
padding: 0.4rem;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) td {
|
||||
border-width: 1px;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) td {
|
||||
border-style: solid;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) td {
|
||||
border-color: #ccc;
|
||||
}
|
||||
figure figcaption {
|
||||
color: #999;
|
||||
margin-top: 0.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
hr {
|
||||
border-color: #ccc;
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
.mce-content-body:not([dir=rtl]) blockquote {
|
||||
border-left: 2px solid #ccc;
|
||||
margin-left: 1.5rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.mce-content-body[dir=rtl] blockquote {
|
||||
border-right: 2px solid #ccc;
|
||||
margin-right: 1.5rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
10
public/assets/js/tinymce/skins/content/document/content.js
Normal file
10
public/assets/js/tinymce/skins/content/document/content.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
tinymce.Resource.add('content/document/content.css', `@media screen{html{background:#f4f4f4;min-height:100%}}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}@media screen{body{background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.15);box-sizing:border-box;margin:1rem auto 0;max-width:820px;min-height:calc(100vh - 1rem);padding:4rem 6rem 6rem 6rem}}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure figcaption{color:#999;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}`)
|
||||
10
public/assets/js/tinymce/skins/content/document/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/content/document/content.min.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
@media screen{html{background:#f4f4f4;min-height:100%}}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}@media screen{body{background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.15);box-sizing:border-box;margin:1rem auto 0;max-width:820px;min-height:calc(100vh - 1rem);padding:4rem 6rem 6rem 6rem}}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure figcaption{color:#999;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
@@ -0,0 +1,75 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body {
|
||||
background-color: #2f3742;
|
||||
color: #dfe0e4;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
line-height: 1.4;
|
||||
margin: 1rem;
|
||||
}
|
||||
a {
|
||||
color: #4099ff;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
/* Apply a default padding if legacy cellpadding attribute is missing */
|
||||
table:not([cellpadding]) th,
|
||||
table:not([cellpadding]) td {
|
||||
padding: 0.4rem;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) td {
|
||||
border-width: 1px;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) td {
|
||||
border-style: solid;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) td {
|
||||
border-color: #6d737b;
|
||||
}
|
||||
figure {
|
||||
display: table;
|
||||
margin: 1rem auto;
|
||||
}
|
||||
figure figcaption {
|
||||
color: #8a8f97;
|
||||
display: block;
|
||||
margin-top: 0.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
hr {
|
||||
border-color: #6d737b;
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
code {
|
||||
background-color: #6d737b;
|
||||
border-radius: 3px;
|
||||
padding: 0.1rem 0.2rem;
|
||||
}
|
||||
.mce-content-body:not([dir=rtl]) blockquote {
|
||||
border-left: 2px solid #6d737b;
|
||||
margin-left: 1.5rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.mce-content-body[dir=rtl] blockquote {
|
||||
border-right: 2px solid #6d737b;
|
||||
margin-right: 1.5rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
tinymce.Resource.add('content/tinymce-5-dark/content.css', `body{background-color:#2f3742;color:#dfe0e4;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem}`)
|
||||
10
public/assets/js/tinymce/skins/content/tinymce-5-dark/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/content/tinymce-5-dark/content.min.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body{background-color:#2f3742;color:#dfe0e4;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem}
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
70
public/assets/js/tinymce/skins/content/tinymce-5/content.css
Normal file
70
public/assets/js/tinymce/skins/content/tinymce-5/content.css
Normal file
@@ -0,0 +1,70 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
line-height: 1.4;
|
||||
margin: 1rem;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
/* Apply a default padding if legacy cellpadding attribute is missing */
|
||||
table:not([cellpadding]) th,
|
||||
table:not([cellpadding]) td {
|
||||
padding: 0.4rem;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) td {
|
||||
border-width: 1px;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) td {
|
||||
border-style: solid;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) td {
|
||||
border-color: #ccc;
|
||||
}
|
||||
figure {
|
||||
display: table;
|
||||
margin: 1rem auto;
|
||||
}
|
||||
figure figcaption {
|
||||
color: #999;
|
||||
display: block;
|
||||
margin-top: 0.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
hr {
|
||||
border-color: #ccc;
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
code {
|
||||
background-color: #e8e8e8;
|
||||
border-radius: 3px;
|
||||
padding: 0.1rem 0.2rem;
|
||||
}
|
||||
.mce-content-body:not([dir=rtl]) blockquote {
|
||||
border-left: 2px solid #ccc;
|
||||
margin-left: 1.5rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.mce-content-body[dir=rtl] blockquote {
|
||||
border-right: 2px solid #ccc;
|
||||
margin-right: 1.5rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
10
public/assets/js/tinymce/skins/content/tinymce-5/content.js
Normal file
10
public/assets/js/tinymce/skins/content/tinymce-5/content.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
tinymce.Resource.add('content/tinymce-5/content.css', `body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}`)
|
||||
10
public/assets/js/tinymce/skins/content/tinymce-5/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/content/tinymce-5/content.min.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
71
public/assets/js/tinymce/skins/content/writer/content.css
Normal file
71
public/assets/js/tinymce/skins/content/writer/content.css
Normal file
@@ -0,0 +1,71 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
line-height: 1.4;
|
||||
margin: 1rem auto;
|
||||
max-width: 900px;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
/* Apply a default padding if legacy cellpadding attribute is missing */
|
||||
table:not([cellpadding]) th,
|
||||
table:not([cellpadding]) td {
|
||||
padding: 0.4rem;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-width"]) td {
|
||||
border-width: 1px;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-style"]) td {
|
||||
border-style: solid;
|
||||
}
|
||||
/* Set default table styles if a table has a positive border attribute
|
||||
and no inline css */
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) th,
|
||||
table[border]:not([border="0"]):not([style*="border-color"]) td {
|
||||
border-color: #ccc;
|
||||
}
|
||||
figure {
|
||||
display: table;
|
||||
margin: 1rem auto;
|
||||
}
|
||||
figure figcaption {
|
||||
color: #999;
|
||||
display: block;
|
||||
margin-top: 0.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
hr {
|
||||
border-color: #ccc;
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
code {
|
||||
background-color: #e8e8e8;
|
||||
border-radius: 3px;
|
||||
padding: 0.1rem 0.2rem;
|
||||
}
|
||||
.mce-content-body:not([dir=rtl]) blockquote {
|
||||
border-left: 2px solid #ccc;
|
||||
margin-left: 1.5rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.mce-content-body[dir=rtl] blockquote {
|
||||
border-right: 2px solid #ccc;
|
||||
margin-right: 1.5rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
10
public/assets/js/tinymce/skins/content/writer/content.js
Normal file
10
public/assets/js/tinymce/skins/content/writer/content.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
tinymce.Resource.add('content/writer/content.css', `body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem auto;max-width:900px}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}`)
|
||||
10
public/assets/js/tinymce/skins/content/writer/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/content/writer/content.min.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This file is bundled with the code from the following third party libraries */
|
||||
|
||||
/**
|
||||
* http://prismjs.com/
|
||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
||||
* https://draculatheme.com/
|
||||
*
|
||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
||||
*/
|
||||
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem auto;max-width:900px}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
3
public/assets/js/tinymce/skins/content/writer/content.ts
Normal file
3
public/assets/js/tinymce/skins/content/writer/content.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
};
|
||||
1025
public/assets/js/tinymce/skins/ui/oxide-dark/content.css
Normal file
1025
public/assets/js/tinymce/skins/ui/oxide-dark/content.css
Normal file
File diff suppressed because it is too large
Load Diff
1031
public/assets/js/tinymce/skins/ui/oxide-dark/content.inline.css
Normal file
1031
public/assets/js/tinymce/skins/ui/oxide-dark/content.inline.css
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
10
public/assets/js/tinymce/skins/ui/oxide-dark/content.inline.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/ui/oxide-dark/content.inline.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"cdata": string;
|
||||
"comment": string;
|
||||
"doctype": string;
|
||||
"prolog": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"boolean": string;
|
||||
"constant": string;
|
||||
"deleted": string;
|
||||
"number": string;
|
||||
"property": string;
|
||||
"symbol": string;
|
||||
"tag": string;
|
||||
"attr-name": string;
|
||||
"builtin": string;
|
||||
"char": string;
|
||||
"inserted": string;
|
||||
"selector": string;
|
||||
"string": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"entity": string;
|
||||
"operator": string;
|
||||
"url": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"class-name": string;
|
||||
"function": string;
|
||||
"important": string;
|
||||
"regex": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
116
public/assets/js/tinymce/skins/ui/oxide-dark/content.inline.ts
Normal file
116
public/assets/js/tinymce/skins/ui/oxide-dark/content.inline.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"comment": string;
|
||||
"prolog": string;
|
||||
"doctype": string;
|
||||
"cdata": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"property": string;
|
||||
"tag": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"constant": string;
|
||||
"symbol": string;
|
||||
"deleted": string;
|
||||
"selector": string;
|
||||
"attr-name": string;
|
||||
"string": string;
|
||||
"char": string;
|
||||
"builtin": string;
|
||||
"inserted": string;
|
||||
"operator": string;
|
||||
"entity": string;
|
||||
"url": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"function": string;
|
||||
"class-name": string;
|
||||
"regex": string;
|
||||
"important": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
10
public/assets/js/tinymce/skins/ui/oxide-dark/content.js
Normal file
10
public/assets/js/tinymce/skins/ui/oxide-dark/content.js
Normal file
File diff suppressed because one or more lines are too long
10
public/assets/js/tinymce/skins/ui/oxide-dark/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/ui/oxide-dark/content.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
116
public/assets/js/tinymce/skins/ui/oxide-dark/content.min.ts
Normal file
116
public/assets/js/tinymce/skins/ui/oxide-dark/content.min.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"cdata": string;
|
||||
"comment": string;
|
||||
"doctype": string;
|
||||
"prolog": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"constant": string;
|
||||
"deleted": string;
|
||||
"property": string;
|
||||
"symbol": string;
|
||||
"tag": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"attr-name": string;
|
||||
"builtin": string;
|
||||
"char": string;
|
||||
"inserted": string;
|
||||
"selector": string;
|
||||
"string": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"entity": string;
|
||||
"operator": string;
|
||||
"url": string;
|
||||
"variable": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"class-name": string;
|
||||
"function": string;
|
||||
"keyword": string;
|
||||
"important": string;
|
||||
"regex": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
116
public/assets/js/tinymce/skins/ui/oxide-dark/content.ts
Normal file
116
public/assets/js/tinymce/skins/ui/oxide-dark/content.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"comment": string;
|
||||
"prolog": string;
|
||||
"doctype": string;
|
||||
"cdata": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"property": string;
|
||||
"tag": string;
|
||||
"constant": string;
|
||||
"symbol": string;
|
||||
"deleted": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"selector": string;
|
||||
"attr-name": string;
|
||||
"string": string;
|
||||
"char": string;
|
||||
"builtin": string;
|
||||
"inserted": string;
|
||||
"operator": string;
|
||||
"entity": string;
|
||||
"url": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"variable": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"function": string;
|
||||
"class-name": string;
|
||||
"keyword": string;
|
||||
"regex": string;
|
||||
"important": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
5618
public/assets/js/tinymce/skins/ui/oxide-dark/skin.css
Normal file
5618
public/assets/js/tinymce/skins/ui/oxide-dark/skin.css
Normal file
File diff suppressed because it is too large
Load Diff
1
public/assets/js/tinymce/skins/ui/oxide-dark/skin.js
Normal file
1
public/assets/js/tinymce/skins/ui/oxide-dark/skin.js
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/js/tinymce/skins/ui/oxide-dark/skin.min.css
vendored
Normal file
1
public/assets/js/tinymce/skins/ui/oxide-dark/skin.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
507
public/assets/js/tinymce/skins/ui/oxide-dark/skin.min.ts
Normal file
507
public/assets/js/tinymce/skins/ui/oxide-dark/skin.min.ts
Normal file
@@ -0,0 +1,507 @@
|
||||
export interface Classes {
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-tinymce-aux": string;
|
||||
"tox-tinymce-inline": string;
|
||||
"tox-editor-container": string;
|
||||
"tox-editor-header": string;
|
||||
"tox-icon--flip": string;
|
||||
"tox-editor-dock-transition": string;
|
||||
"tox-tinymce--toolbar-bottom": string;
|
||||
"tox-tinymce--toolbar-sticky-on": string;
|
||||
"tox-editor-header--empty": string;
|
||||
"tox-editor-dock-fadeout": string;
|
||||
"tox-editor-dock-fadein": string;
|
||||
"accessibility-issue__header": string;
|
||||
"accessibility-issue__subheader": string;
|
||||
"accessbility-sr-only": string;
|
||||
"accessibility-issue__description": string;
|
||||
"tox-icon": string;
|
||||
"accessibility-issue__contentID": string;
|
||||
"accessibility-issue__document": string;
|
||||
"accessibility-issue__repair": string;
|
||||
"tox-form__group": string;
|
||||
"tox-form__group--error": string;
|
||||
"tox-dialog__body-content": string;
|
||||
"accessibility-issue--info": string;
|
||||
"accessibility-issue__icon": string;
|
||||
"tox-button--naked": string;
|
||||
"tox-button--icon": string;
|
||||
"accessibility-issue--warn": string;
|
||||
"accessibility-issue--error": string;
|
||||
"accessibility-issue--success": string;
|
||||
"tox-button": string;
|
||||
"mce-codemirror": string;
|
||||
"tox-inline-codemirror": string;
|
||||
"tox-advtemplate": string;
|
||||
"tox-form__grid": string;
|
||||
"tox-force-desktop": string;
|
||||
"tox-anchorbar": string;
|
||||
"tox-bottom-anchorbar": string;
|
||||
"tox-bar": string;
|
||||
"tox-icon--success": string;
|
||||
"tox-icon--error": string;
|
||||
"tox-button--stretch": string;
|
||||
"tox-context-form__group": string;
|
||||
"tox-button--enabled": string;
|
||||
"tox-button--secondary": string;
|
||||
"tox-button--secondary--outline": string;
|
||||
"tox-checkbox": string;
|
||||
"tox-checkbox__input": string;
|
||||
"tox-checkbox__icons": string;
|
||||
"tox-checkbox-icon__unchecked": string;
|
||||
"tox-checkbox-icon__indeterminate": string;
|
||||
"tox-checkbox-icon__checked": string;
|
||||
"tox-checkbox--disabled": string;
|
||||
"tox-checkbox__label": string;
|
||||
"tox-collection--toolbar": string;
|
||||
"tox-collection__group": string;
|
||||
"tox-collection--grid": string;
|
||||
"tox-collection--list": string;
|
||||
"tox-collection__group-heading": string;
|
||||
"tox-collection__item": string;
|
||||
"tox-image-selector-menu": string;
|
||||
"tox-collection__item-image-selector": string;
|
||||
"tox-collection__item-checkmark": string;
|
||||
"tox-collection__item-icon": string;
|
||||
"tox-collection__item-image": string;
|
||||
"tox-image-selector__row": string;
|
||||
"tox-collection__item--active": string;
|
||||
"tox-collection__item--state-disabled": string;
|
||||
"tox-collection__item--enabled": string;
|
||||
"tox-collection--toolbar-lg": string;
|
||||
"tox-collection__item-label": string;
|
||||
"tox-collection__item-accessory": string;
|
||||
"tox-collection__item-caret": string;
|
||||
"tox-collection--horizontal": string;
|
||||
"tox-collection__item-container": string;
|
||||
"tox-collection__item-container--row": string;
|
||||
"tox-collection__item-container--align-left": string;
|
||||
"tox-collection__item-container--align-right": string;
|
||||
"tox-collection__item-container--valign-top": string;
|
||||
"tox-collection__item-container--valign-middle": string;
|
||||
"tox-collection__item-container--valign-bottom": string;
|
||||
"tox-collection__item-container--column": string;
|
||||
"tox-collection": string;
|
||||
"tox-hue-slider": string;
|
||||
"tox-rgb-form": string;
|
||||
"tox-rgba-preview": string;
|
||||
"tox-color-picker-container": string;
|
||||
"tox-sv-palette": string;
|
||||
"tox-sv-palette-spectrum": string;
|
||||
"tox-sv-palette-thumb": string;
|
||||
"tox-sv-palette-inner-thumb": string;
|
||||
"tox-hue-slider-spectrum": string;
|
||||
"tox-hue-slider-thumb": string;
|
||||
"tox-invalid": string;
|
||||
"tox-rgb-container": string;
|
||||
"tox-invalid-icon": string;
|
||||
"tox-control-wrap__status-icon-invalid": string;
|
||||
"tox-rgb-warning-note": string;
|
||||
"tox-toolbar": string;
|
||||
"tox-swatches": string;
|
||||
"tox-toolbar__overflow": string;
|
||||
"tox-toolbar__primary": string;
|
||||
"tox-swatches-menu": string;
|
||||
"tox-swatches__row": string;
|
||||
"tox-swatch": string;
|
||||
"tox-swatch--remove": string;
|
||||
"tox-swatches__picker-btn": string;
|
||||
"tox-comment": string;
|
||||
"tox-comment--selected": string;
|
||||
"tox-comment__single": string;
|
||||
"tox-comment__header": string;
|
||||
"tox-comment__date": string;
|
||||
"tox-comment__body": string;
|
||||
"tox-comment__body--expanded": string;
|
||||
"tox-comment__body--pending": string;
|
||||
"tox-comment__loading-text": string;
|
||||
"tox-comment__overlaytext": string;
|
||||
"tox-comment__expander": string;
|
||||
"tox-comment__buttonspacing": string;
|
||||
"tox-tbtn": string;
|
||||
"tox-comment__mention-btn": string;
|
||||
"tox-comment-thread": string;
|
||||
"tox-comment-thread__overlay": string;
|
||||
"tox-comment__reply": string;
|
||||
"tox-comment__edit": string;
|
||||
"tox-comment__gradient": string;
|
||||
"tox-comment__overlay": string;
|
||||
"tox-comment__busy-spinner": string;
|
||||
"tox-comment__scroll": string;
|
||||
"tox-comment--disappearing": string;
|
||||
"tox-ring-loader": string;
|
||||
"tox-rotation": string;
|
||||
"tox-user": string;
|
||||
"tox-user__avatar": string;
|
||||
"tox-user__name": string;
|
||||
"tox-dialog-wrap": string;
|
||||
"tox-dialog-wrap__backdrop": string;
|
||||
"tox-dialog-wrap__backdrop--opaque": string;
|
||||
"tox-dialog": string;
|
||||
"tox-dialog-inline": string;
|
||||
"tox-dialog__header": string;
|
||||
"tox-dialog__draghandle": string;
|
||||
"tox-dialog__dismiss": string;
|
||||
"tox-dialog__title": string;
|
||||
"tox-dialog__body": string;
|
||||
"tox-dialog__body-nav": string;
|
||||
"tox-dialog__body-nav-item": string;
|
||||
"tox-dialog__body-nav-item--active": string;
|
||||
"tox-label": string;
|
||||
"tox-label--center": string;
|
||||
"tox-label--end": string;
|
||||
"tox-dialog--width-lg": string;
|
||||
"tox-dialog--fullscreen": string;
|
||||
"tox-dialog--width-md": string;
|
||||
"tox-dialog__body-content--centered": string;
|
||||
"tox-dialog__footer": string;
|
||||
"tox-dialog__footer-end": string;
|
||||
"tox-dialog__footer-start": string;
|
||||
"tox-dialog__busy-spinner": string;
|
||||
"tox-dialog__table": string;
|
||||
"tox-dialog__iframe": string;
|
||||
"tox-dialog__iframe--opaque": string;
|
||||
"tox-navobj-bordered": string;
|
||||
"tox-navobj-bordered-focus": string;
|
||||
"tox-dialog__popups": string;
|
||||
"tox-dialog__body-iframe": string;
|
||||
"tox-navobj": string;
|
||||
"tox-dialog-dock-fadeout": string;
|
||||
"tox-dialog-dock-fadein": string;
|
||||
"tox-dialog-dock-transition": string;
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-dropzone-container": string;
|
||||
"tox-dropzone": string;
|
||||
"tox-edit-area": string;
|
||||
"tox-edit-area__iframe": string;
|
||||
"tox-edit-focus": string;
|
||||
"tox-inline-edit-area": string;
|
||||
"tox-control-wrap": string;
|
||||
"tox-control-wrap--status-invalid": string;
|
||||
"tox-control-wrap--status-unknown": string;
|
||||
"tox-control-wrap__status-icon-unknown": string;
|
||||
"tox-control-wrap--status-valid": string;
|
||||
"tox-control-wrap__status-icon-valid": string;
|
||||
"tox-control-wrap__status-icon-wrap": string;
|
||||
"tox-textfield": string;
|
||||
"tox-custom-preview": string;
|
||||
"tox-autocompleter": string;
|
||||
"tox-menu": string;
|
||||
"tox-autocompleter-highlight": string;
|
||||
"tox-color-input": string;
|
||||
"tox-toolbar-label": string;
|
||||
"tox-form": string;
|
||||
"tox-form-group--maximize": string;
|
||||
"tox-form__group--collection": string;
|
||||
"tox-form__grid--2col": string;
|
||||
"tox-form__grid--3col": string;
|
||||
"tox-form__grid--4col": string;
|
||||
"tox-form__controls-h-stack": string;
|
||||
"tox-form__group--inline": string;
|
||||
"tox-form__group--stretched": string;
|
||||
"tox-textarea": string;
|
||||
"tox-lock": string;
|
||||
"tox-locked": string;
|
||||
"tox-lock-icon__unlock": string;
|
||||
"tox-lock-icon__lock": string;
|
||||
"tox-lock-context-form-size-input": string;
|
||||
"tox-listboxfield": string;
|
||||
"tox-listbox--select": string;
|
||||
"tox-textarea-wrap": string;
|
||||
"tox-toolbar-textfield": string;
|
||||
"tox-custom-editor": string;
|
||||
"tox-focusable-wrapper": string;
|
||||
"tox-naked-btn": string;
|
||||
"tox-textfield-size": string;
|
||||
"tox-listbox__select-label": string;
|
||||
"tox-listbox__select-chevron": string;
|
||||
"tox-selectfield": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-help__more-link": string;
|
||||
"tox-imagepreview": string;
|
||||
"tox-imagepreview__loaded": string;
|
||||
"tox-imagepreview__container": string;
|
||||
"tox-imagepreview__image": string;
|
||||
"tox-image-tools": string;
|
||||
"tox-spacer": string;
|
||||
"tox-croprect-block": string;
|
||||
"tox-croprect-handle": string;
|
||||
"tox-croprect-handle-move": string;
|
||||
"tox-croprect-handle-nw": string;
|
||||
"tox-croprect-handle-ne": string;
|
||||
"tox-croprect-handle-sw": string;
|
||||
"tox-croprect-handle-se": string;
|
||||
"tox-image-selector-loading-spinner-wrapper": string;
|
||||
"tox-image-selector-loading-spinner": string;
|
||||
"tox-image-selector": string;
|
||||
"tox-image-selector--remove": string;
|
||||
"tox-image-selector-image-wrapper": string;
|
||||
"tox-image-selector-image-img": string;
|
||||
"tox-image-selector__picker-btn": string;
|
||||
"tox-context-toolbar": string;
|
||||
"tox-toolbar__group": string;
|
||||
"tox-insert-table-picker": string;
|
||||
"tox-insert-table-picker__selected": string;
|
||||
"tox-insert-table-picker__label": string;
|
||||
"tox-mentions__card-common": string;
|
||||
"tox-mentions__card": string;
|
||||
"tox-mentions__container": string;
|
||||
"tox-mentions__avatar": string;
|
||||
"tox-mentions__username": string;
|
||||
"tox-mentions__description": string;
|
||||
"tox-menu__label": string;
|
||||
"tox-menubar": string;
|
||||
"tox-promotion": string;
|
||||
"tox-promotion-link": string;
|
||||
"tox-mbtn": string;
|
||||
"tox-mbtn--active": string;
|
||||
"tox-mbtn__select-label": string;
|
||||
"tox-mbtn__select-chevron": string;
|
||||
"tox-notification": string;
|
||||
"tox-notification--in": string;
|
||||
"tox-notification--success": string;
|
||||
"tox-notification--error": string;
|
||||
"tox-notification--warn": string;
|
||||
"tox-notification--warning": string;
|
||||
"tox-notification--info": string;
|
||||
"tox-notification__body": string;
|
||||
"tox-notification__icon": string;
|
||||
"tox-notification__dismiss": string;
|
||||
"tox-progress-bar": string;
|
||||
"tox-notification-container-dock-fadeout": string;
|
||||
"tox-notification-container-dock-fadein": string;
|
||||
"tox-notification-container-dock-transition": string;
|
||||
"tox-onboarding-overlay": string;
|
||||
"tox-onboarding-dialog": string;
|
||||
"tox-onboarding-header": string;
|
||||
"tox-onboarding-step": string;
|
||||
"tox-onboarding-step--number": string;
|
||||
"tox-onboarding-step--body": string;
|
||||
"tox-onboarding-step--body-header": string;
|
||||
"tox-onboarding-step--body-details": string;
|
||||
"tox-onboarding-step--action": string;
|
||||
"tox-onboarding-footer": string;
|
||||
"tox-promotion-dialog": string;
|
||||
"tox-promotion-dialog-plugin": string;
|
||||
"tox-promotion-dialog-plugin--body": string;
|
||||
"tox-promotion-dialog-plugin-header": string;
|
||||
"tox-promotion-dialog-plugin-details": string;
|
||||
"tox-promotion-dialog-plugin--icon": string;
|
||||
"tox-promotion-dialog--subtitle": string;
|
||||
"tox-promotion-dialog--explore": string;
|
||||
"tox-promotion-dialog--footer": string;
|
||||
"tox-promotion-button": string;
|
||||
"tox-pop": string;
|
||||
"tox-pop--resizing": string;
|
||||
"tox-pop--transition": string;
|
||||
"tox-pop__dialog": string;
|
||||
"tox-pop--inset": string;
|
||||
"tox-pop--bottom": string;
|
||||
"tox-pop--top": string;
|
||||
"tox-pop--left": string;
|
||||
"tox-pop--right": string;
|
||||
"tox-pop--align-left": string;
|
||||
"tox-pop--align-right": string;
|
||||
"tox-sidebar-wrap": string;
|
||||
"tox-sidebar": string;
|
||||
"tox-sidebar__slider": string;
|
||||
"tox-sidebar__pane-container": string;
|
||||
"tox-sidebar__pane": string;
|
||||
"tox-sidebar--sliding-closed": string;
|
||||
"tox-sidebar--sliding-open": string;
|
||||
"tox-sidebar--sliding-growing": string;
|
||||
"tox-sidebar--sliding-shrinking": string;
|
||||
"tox-sidebar-content": string;
|
||||
"tox-sidebar-content__header": string;
|
||||
"tox-sidebar-content__header-close-button": string;
|
||||
"tox-sidebar-content__title": string;
|
||||
"tox-floating-sidebar": string;
|
||||
"tox-floating-sidebar__content-wrapper": string;
|
||||
"tox-floating-sidebar__header": string;
|
||||
"tox-ai": string;
|
||||
"tox-ai__user-prompt": string;
|
||||
"tox-ai__user-prompt__context": string;
|
||||
"tox-ai__user-prompt__text": string;
|
||||
"tox-ai__scroll": string;
|
||||
"tox-ai__response-content": string;
|
||||
"tox-ai__response": string;
|
||||
"tox-ai__response-streaming": string;
|
||||
"tox-ai__error-message": string;
|
||||
"tox-ai__footer": string;
|
||||
"tox-ai__context": string;
|
||||
"tox-ai__footer-actions": string;
|
||||
"tox-selector": string;
|
||||
"tox-platform-touch": string;
|
||||
"tox-skeleton": string;
|
||||
"tox-skeleton__line": string;
|
||||
"wave": string;
|
||||
"tox-skeleton__circle": string;
|
||||
"tox-slider": string;
|
||||
"tox-slider__rail": string;
|
||||
"tox-slider__handle": string;
|
||||
"tox-toolbar-slider": string;
|
||||
"tox-toolbar-slider__input": string;
|
||||
"tox-source-code": string;
|
||||
"tox-spinner": string;
|
||||
"tam-bouncing-dots": string;
|
||||
"tox-ai__spinner": string;
|
||||
"tox-statusbar": string;
|
||||
"tox-statusbar__path": string;
|
||||
"tox-statusbar__right-container": string;
|
||||
"tox-statusbar__help-text": string;
|
||||
"tox-statusbar__text-container": string;
|
||||
"tox-statusbar__text-container-3-cols": string;
|
||||
"tox-statusbar__text-container--flex-end": string;
|
||||
"tox-statusbar__text-container--flex-start": string;
|
||||
"tox-statusbar__text-container--space-around": string;
|
||||
"tox-statusbar__wordcount": string;
|
||||
"tox-statusbar__path-item": string;
|
||||
"tox-statusbar__branding": string;
|
||||
"tox-statusbar__resize-cursor-default": string;
|
||||
"tox-statusbar__resize-cursor-both": string;
|
||||
"tox-tag": string;
|
||||
"tox-tag__icon": string;
|
||||
"tox-tag__close": string;
|
||||
"tox-throbber": string;
|
||||
"tox-throbber__busy-spinner": string;
|
||||
"tox-toggle": string;
|
||||
"tox-toggle__slider": string;
|
||||
"tox-tbtn__icon-wrap": string;
|
||||
"tox-tbtn--active": string;
|
||||
"tox-tbtn--enabled": string;
|
||||
"tox-tbtn--disabled": string;
|
||||
"tox-tbtn-more": string;
|
||||
"tox-tbtn--md": string;
|
||||
"tox-tbtn--lg": string;
|
||||
"tox-tbtn--return": string;
|
||||
"tox-tbtn--labeled": string;
|
||||
"tox-tbtn__vlabel": string;
|
||||
"tox-label--context-toolbar": string;
|
||||
"tox-number-input": string;
|
||||
"tox-input-wrapper": string;
|
||||
"minus": string;
|
||||
"plus": string;
|
||||
"tox-tbtn--select": string;
|
||||
"tox-tbtn--bordered": string;
|
||||
"tox-tbtn__select-label": string;
|
||||
"tox-tbtn__select-chevron": string;
|
||||
"tox-tbtn--bespoke": string;
|
||||
"tox-split-button__main": string;
|
||||
"tox-split-button__chevron": string;
|
||||
"tox-icon-highlight-bg-color__color": string;
|
||||
"tox-icon-text-color__color": string;
|
||||
"tox-toolbar-overlord": string;
|
||||
"tox-toolbar__overflow--closed": string;
|
||||
"tox-toolbar__overflow--growing": string;
|
||||
"tox-toolbar__overflow--shrinking": string;
|
||||
"tox-toolbar--scrolling": string;
|
||||
"tox-toolbar--no-divider": string;
|
||||
"tox-toolbar__group--pull-right": string;
|
||||
"tox-tooltip": string;
|
||||
"tox-tooltip__body": string;
|
||||
"tox-tooltip__arrow": string;
|
||||
"tox-tooltip--down": string;
|
||||
"tox-tooltip--up": string;
|
||||
"tox-tooltip--right": string;
|
||||
"tox-tooltip--left": string;
|
||||
"tox-tree": string;
|
||||
"tox-trbtn": string;
|
||||
"tox-tree__label": string;
|
||||
"tox-trbtn--disabled": string;
|
||||
"tox-trbtn--enabled": string;
|
||||
"tox-trbtn--return": string;
|
||||
"tox-trbtn--labeled": string;
|
||||
"tox-trbtn__vlabel": string;
|
||||
"tox-tree--directory": string;
|
||||
"tox-tree--directory__label": string;
|
||||
"tox-chevron": string;
|
||||
"tox-tree--directory__children--growing": string;
|
||||
"tox-tree--directory__children--shrinking": string;
|
||||
"tox-tree--directory__children--open": string;
|
||||
"tox-tree--leaf__label": string;
|
||||
"tox-icon-custom-state": string;
|
||||
"tox-tree--directory__children": string;
|
||||
"color-swatch-remove-color": string;
|
||||
"tox-view-wrap": string;
|
||||
"tox-view-wrap__slot-container": string;
|
||||
"tox-view": string;
|
||||
"tox-view__header": string;
|
||||
"tox-view__label": string;
|
||||
"tox-view__label--normal": string;
|
||||
"tox-view__label--large": string;
|
||||
"tox-view--mobile": string;
|
||||
"tox-view__toolbar": string;
|
||||
"tox-view--scrolling": string;
|
||||
"tox-view__align-right": string;
|
||||
"tox-view__toolbar__group": string;
|
||||
"tox-view__header-end": string;
|
||||
"tox-view__header-start": string;
|
||||
"tox-view__pane": string;
|
||||
"tox-view__pane_panel": string;
|
||||
"tox-well": string;
|
||||
"tox-revisionhistory__pane": string;
|
||||
"tox-revisionhistory__container": string;
|
||||
"tox-revisionhistory": string;
|
||||
"tox-revisionhistory__iframe": string;
|
||||
"tox-revisionhistory__sidebar": string;
|
||||
"tox-revisionhistory__sidebar-title": string;
|
||||
"tox-revisionhistory__revisions": string;
|
||||
"tox-revisionhistory__card": string;
|
||||
"tox-revisionhistory__card--selected": string;
|
||||
"tox-revisionhistory__card-label": string;
|
||||
"tox-revisionhistory__card-content": string;
|
||||
"tox-revisionhistory__card-info": string;
|
||||
"tox-revisionhistory__card-date-label": string;
|
||||
"tox-revisionhistory__card-author-name": string;
|
||||
"tox-revisionhistory__avatar": string;
|
||||
"tox-revisionhistory__norevision": string;
|
||||
"tox-revisionhistory__card-check-icon": string;
|
||||
"tox-icon--badge": string;
|
||||
"tox-suggestededits__pane": string;
|
||||
"tox-suggestededits__sink": string;
|
||||
"tox-tiered-menu": string;
|
||||
"tox-suggestededits__container": string;
|
||||
"tox-suggestededits": string;
|
||||
"tox-suggestededits__content": string;
|
||||
"tox-suggestededits__model": string;
|
||||
"tox-suggestededits__iframe": string;
|
||||
"tox-suggestededits__sidebar": string;
|
||||
"tox-suggestededits__sidebar-header": string;
|
||||
"tox-suggestededits__sidebar-content": string;
|
||||
"tox-suggestededits__card": string;
|
||||
"tox-suggestededits__card--divider": string;
|
||||
"tox-suggestededits__card--editor": string;
|
||||
"tox-suggestededits__card--single": string;
|
||||
"tox-suggestededits__card--header": string;
|
||||
"tox-suggestededits__card--user": string;
|
||||
"tox-suggestededits__card--avatar": string;
|
||||
"tox-suggestededits__card--details": string;
|
||||
"tox-suggestededits__card--name": string;
|
||||
"tox-suggestededits__card--feedback-user": string;
|
||||
"tox-suggestededits__card--timestamp": string;
|
||||
"tox-suggestededits__resolution": string;
|
||||
"tox-suggestededits__resolution--accepted": string;
|
||||
"tox-suggestededits__resolution--rejected": string;
|
||||
"tox-suggestededits__card--content": string;
|
||||
"tox-suggestededits__operations": string;
|
||||
"tox-suggestededits__operations-bar": string;
|
||||
"tox-suggestededits__operations-bar--insert": string;
|
||||
"tox-suggestededits__operations-bar--modify": string;
|
||||
"tox-suggestededits__operations-bar--remove": string;
|
||||
"tox-suggestededits__operations-text": string;
|
||||
"tox-suggestededits__card--feedback": string;
|
||||
"tox-suggestededits__card--textarea": string;
|
||||
"tox-suggestededits__card--footer": string;
|
||||
"tox-suggestededits__card--buttons": string;
|
||||
"tox-suggestededits__card--review-buttons": string;
|
||||
"tox-suggestededits__card--feedback-buttons": string;
|
||||
"tox-suggestededits__card--hidden": string;
|
||||
"tox-suggestededits__card--resolved": string;
|
||||
"tox-suggestededits__card--active": string;
|
||||
"tox-dialog-loading": string;
|
||||
"tox-tab": string;
|
||||
"tox-dialog__content-js": string;
|
||||
};
|
||||
@@ -0,0 +1,30 @@
|
||||
body.tox-dialog__disable-scroll {
|
||||
overflow: hidden;
|
||||
}
|
||||
.tox-fullscreen {
|
||||
border: 0;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
overscroll-behavior: none;
|
||||
padding: 0;
|
||||
touch-action: pinch-zoom;
|
||||
width: 100%;
|
||||
}
|
||||
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
|
||||
display: none;
|
||||
}
|
||||
.tox.tox-tinymce.tox-fullscreen,
|
||||
.tox-shadowhost.tox-fullscreen {
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1200;
|
||||
}
|
||||
.tox.tox-tinymce.tox-fullscreen {
|
||||
background-color: transparent;
|
||||
}
|
||||
.tox-fullscreen .tox.tox-tinymce-aux,
|
||||
.tox-fullscreen ~ .tox.tox-tinymce-aux {
|
||||
z-index: 1201;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
tinymce.Resource.add('ui/oxide-dark/skin.shadowdom.css', `body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}`)
|
||||
1
public/assets/js/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css
vendored
Normal file
1
public/assets/js/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}
|
||||
@@ -0,0 +1,9 @@
|
||||
export interface Classes {
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-tinymce-aux": string;
|
||||
};
|
||||
@@ -0,0 +1,9 @@
|
||||
export interface Classes {
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-tinymce-aux": string;
|
||||
};
|
||||
507
public/assets/js/tinymce/skins/ui/oxide-dark/skin.ts
Normal file
507
public/assets/js/tinymce/skins/ui/oxide-dark/skin.ts
Normal file
@@ -0,0 +1,507 @@
|
||||
export interface Classes {
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-tinymce-aux": string;
|
||||
"tox-tinymce-inline": string;
|
||||
"tox-editor-container": string;
|
||||
"tox-editor-header": string;
|
||||
"tox-icon--flip": string;
|
||||
"tox-editor-dock-transition": string;
|
||||
"tox-tinymce--toolbar-bottom": string;
|
||||
"tox-tinymce--toolbar-sticky-on": string;
|
||||
"tox-editor-header--empty": string;
|
||||
"tox-editor-dock-fadeout": string;
|
||||
"tox-editor-dock-fadein": string;
|
||||
"accessibility-issue__header": string;
|
||||
"accessibility-issue__subheader": string;
|
||||
"accessbility-sr-only": string;
|
||||
"accessibility-issue__description": string;
|
||||
"tox-icon": string;
|
||||
"accessibility-issue__contentID": string;
|
||||
"accessibility-issue__document": string;
|
||||
"accessibility-issue__repair": string;
|
||||
"tox-form__group": string;
|
||||
"tox-form__group--error": string;
|
||||
"tox-dialog__body-content": string;
|
||||
"accessibility-issue--info": string;
|
||||
"accessibility-issue__icon": string;
|
||||
"tox-button--naked": string;
|
||||
"tox-button--icon": string;
|
||||
"accessibility-issue--warn": string;
|
||||
"accessibility-issue--error": string;
|
||||
"accessibility-issue--success": string;
|
||||
"tox-button": string;
|
||||
"mce-codemirror": string;
|
||||
"tox-inline-codemirror": string;
|
||||
"tox-advtemplate": string;
|
||||
"tox-form__grid": string;
|
||||
"tox-force-desktop": string;
|
||||
"tox-anchorbar": string;
|
||||
"tox-bottom-anchorbar": string;
|
||||
"tox-bar": string;
|
||||
"tox-icon--success": string;
|
||||
"tox-icon--error": string;
|
||||
"tox-button--stretch": string;
|
||||
"tox-context-form__group": string;
|
||||
"tox-button--enabled": string;
|
||||
"tox-button--secondary": string;
|
||||
"tox-button--secondary--outline": string;
|
||||
"tox-checkbox": string;
|
||||
"tox-checkbox__input": string;
|
||||
"tox-checkbox__icons": string;
|
||||
"tox-checkbox-icon__unchecked": string;
|
||||
"tox-checkbox-icon__indeterminate": string;
|
||||
"tox-checkbox-icon__checked": string;
|
||||
"tox-checkbox--disabled": string;
|
||||
"tox-checkbox__label": string;
|
||||
"tox-collection--toolbar": string;
|
||||
"tox-collection__group": string;
|
||||
"tox-collection--grid": string;
|
||||
"tox-collection--list": string;
|
||||
"tox-collection__group-heading": string;
|
||||
"tox-collection__item": string;
|
||||
"tox-image-selector-menu": string;
|
||||
"tox-collection__item-image-selector": string;
|
||||
"tox-collection__item-icon": string;
|
||||
"tox-collection__item-image": string;
|
||||
"tox-collection__item-checkmark": string;
|
||||
"tox-image-selector__row": string;
|
||||
"tox-collection__item--active": string;
|
||||
"tox-collection__item--state-disabled": string;
|
||||
"tox-collection__item--enabled": string;
|
||||
"tox-collection--toolbar-lg": string;
|
||||
"tox-collection__item-label": string;
|
||||
"tox-collection__item-accessory": string;
|
||||
"tox-collection__item-caret": string;
|
||||
"tox-collection--horizontal": string;
|
||||
"tox-collection__item-container": string;
|
||||
"tox-collection__item-container--row": string;
|
||||
"tox-collection__item-container--align-left": string;
|
||||
"tox-collection__item-container--align-right": string;
|
||||
"tox-collection__item-container--valign-top": string;
|
||||
"tox-collection__item-container--valign-middle": string;
|
||||
"tox-collection__item-container--valign-bottom": string;
|
||||
"tox-collection__item-container--column": string;
|
||||
"tox-collection": string;
|
||||
"tox-hue-slider": string;
|
||||
"tox-rgb-form": string;
|
||||
"tox-rgba-preview": string;
|
||||
"tox-color-picker-container": string;
|
||||
"tox-sv-palette": string;
|
||||
"tox-sv-palette-spectrum": string;
|
||||
"tox-sv-palette-thumb": string;
|
||||
"tox-sv-palette-inner-thumb": string;
|
||||
"tox-hue-slider-spectrum": string;
|
||||
"tox-hue-slider-thumb": string;
|
||||
"tox-invalid": string;
|
||||
"tox-rgb-container": string;
|
||||
"tox-invalid-icon": string;
|
||||
"tox-control-wrap__status-icon-invalid": string;
|
||||
"tox-rgb-warning-note": string;
|
||||
"tox-toolbar": string;
|
||||
"tox-swatches": string;
|
||||
"tox-toolbar__primary": string;
|
||||
"tox-toolbar__overflow": string;
|
||||
"tox-swatches-menu": string;
|
||||
"tox-swatches__row": string;
|
||||
"tox-swatch": string;
|
||||
"tox-swatch--remove": string;
|
||||
"tox-swatches__picker-btn": string;
|
||||
"tox-comment": string;
|
||||
"tox-comment--selected": string;
|
||||
"tox-comment__single": string;
|
||||
"tox-comment__header": string;
|
||||
"tox-comment__date": string;
|
||||
"tox-comment__body": string;
|
||||
"tox-comment__body--expanded": string;
|
||||
"tox-comment__body--pending": string;
|
||||
"tox-comment__loading-text": string;
|
||||
"tox-comment__overlaytext": string;
|
||||
"tox-comment__expander": string;
|
||||
"tox-comment__buttonspacing": string;
|
||||
"tox-tbtn": string;
|
||||
"tox-comment__mention-btn": string;
|
||||
"tox-comment-thread": string;
|
||||
"tox-comment-thread__overlay": string;
|
||||
"tox-comment__reply": string;
|
||||
"tox-comment__edit": string;
|
||||
"tox-comment__gradient": string;
|
||||
"tox-comment__overlay": string;
|
||||
"tox-comment__busy-spinner": string;
|
||||
"tox-comment__scroll": string;
|
||||
"tox-comment--disappearing": string;
|
||||
"tox-ring-loader": string;
|
||||
"tox-rotation": string;
|
||||
"tox-user": string;
|
||||
"tox-user__avatar": string;
|
||||
"tox-user__name": string;
|
||||
"tox-dialog-wrap": string;
|
||||
"tox-dialog-wrap__backdrop": string;
|
||||
"tox-dialog-wrap__backdrop--opaque": string;
|
||||
"tox-dialog": string;
|
||||
"tox-dialog-inline": string;
|
||||
"tox-dialog__header": string;
|
||||
"tox-dialog__draghandle": string;
|
||||
"tox-dialog__dismiss": string;
|
||||
"tox-dialog__title": string;
|
||||
"tox-dialog__body": string;
|
||||
"tox-dialog__body-nav": string;
|
||||
"tox-dialog__body-nav-item": string;
|
||||
"tox-dialog__body-nav-item--active": string;
|
||||
"tox-label": string;
|
||||
"tox-label--center": string;
|
||||
"tox-label--end": string;
|
||||
"tox-dialog--width-lg": string;
|
||||
"tox-dialog--fullscreen": string;
|
||||
"tox-dialog--width-md": string;
|
||||
"tox-dialog__body-content--centered": string;
|
||||
"tox-dialog__footer": string;
|
||||
"tox-dialog__footer-start": string;
|
||||
"tox-dialog__footer-end": string;
|
||||
"tox-dialog__busy-spinner": string;
|
||||
"tox-dialog__table": string;
|
||||
"tox-dialog__iframe": string;
|
||||
"tox-dialog__iframe--opaque": string;
|
||||
"tox-navobj-bordered": string;
|
||||
"tox-navobj-bordered-focus": string;
|
||||
"tox-dialog__popups": string;
|
||||
"tox-dialog__body-iframe": string;
|
||||
"tox-navobj": string;
|
||||
"tox-dialog-dock-fadeout": string;
|
||||
"tox-dialog-dock-fadein": string;
|
||||
"tox-dialog-dock-transition": string;
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-dropzone-container": string;
|
||||
"tox-dropzone": string;
|
||||
"tox-edit-area": string;
|
||||
"tox-edit-area__iframe": string;
|
||||
"tox-edit-focus": string;
|
||||
"tox-inline-edit-area": string;
|
||||
"tox-control-wrap": string;
|
||||
"tox-control-wrap--status-invalid": string;
|
||||
"tox-control-wrap--status-unknown": string;
|
||||
"tox-control-wrap__status-icon-unknown": string;
|
||||
"tox-control-wrap--status-valid": string;
|
||||
"tox-control-wrap__status-icon-valid": string;
|
||||
"tox-control-wrap__status-icon-wrap": string;
|
||||
"tox-textfield": string;
|
||||
"tox-custom-preview": string;
|
||||
"tox-autocompleter": string;
|
||||
"tox-menu": string;
|
||||
"tox-autocompleter-highlight": string;
|
||||
"tox-color-input": string;
|
||||
"tox-toolbar-label": string;
|
||||
"tox-form": string;
|
||||
"tox-form-group--maximize": string;
|
||||
"tox-form__group--collection": string;
|
||||
"tox-form__grid--2col": string;
|
||||
"tox-form__grid--3col": string;
|
||||
"tox-form__grid--4col": string;
|
||||
"tox-form__controls-h-stack": string;
|
||||
"tox-form__group--inline": string;
|
||||
"tox-form__group--stretched": string;
|
||||
"tox-textarea": string;
|
||||
"tox-lock": string;
|
||||
"tox-locked": string;
|
||||
"tox-lock-icon__unlock": string;
|
||||
"tox-lock-icon__lock": string;
|
||||
"tox-lock-context-form-size-input": string;
|
||||
"tox-toolbar-textfield": string;
|
||||
"tox-listboxfield": string;
|
||||
"tox-listbox--select": string;
|
||||
"tox-textarea-wrap": string;
|
||||
"tox-focusable-wrapper": string;
|
||||
"tox-custom-editor": string;
|
||||
"tox-naked-btn": string;
|
||||
"tox-textfield-size": string;
|
||||
"tox-listbox__select-label": string;
|
||||
"tox-listbox__select-chevron": string;
|
||||
"tox-selectfield": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-help__more-link": string;
|
||||
"tox-imagepreview": string;
|
||||
"tox-imagepreview__loaded": string;
|
||||
"tox-imagepreview__container": string;
|
||||
"tox-imagepreview__image": string;
|
||||
"tox-image-tools": string;
|
||||
"tox-spacer": string;
|
||||
"tox-croprect-block": string;
|
||||
"tox-croprect-handle": string;
|
||||
"tox-croprect-handle-move": string;
|
||||
"tox-croprect-handle-nw": string;
|
||||
"tox-croprect-handle-ne": string;
|
||||
"tox-croprect-handle-sw": string;
|
||||
"tox-croprect-handle-se": string;
|
||||
"tox-image-selector-loading-spinner-wrapper": string;
|
||||
"tox-image-selector-loading-spinner": string;
|
||||
"tox-image-selector": string;
|
||||
"tox-image-selector--remove": string;
|
||||
"tox-image-selector-image-wrapper": string;
|
||||
"tox-image-selector-image-img": string;
|
||||
"tox-image-selector__picker-btn": string;
|
||||
"tox-context-toolbar": string;
|
||||
"tox-toolbar__group": string;
|
||||
"tox-insert-table-picker": string;
|
||||
"tox-insert-table-picker__selected": string;
|
||||
"tox-insert-table-picker__label": string;
|
||||
"tox-mentions__card-common": string;
|
||||
"tox-mentions__card": string;
|
||||
"tox-mentions__container": string;
|
||||
"tox-mentions__avatar": string;
|
||||
"tox-mentions__username": string;
|
||||
"tox-mentions__description": string;
|
||||
"tox-menu__label": string;
|
||||
"tox-menubar": string;
|
||||
"tox-promotion": string;
|
||||
"tox-promotion-link": string;
|
||||
"tox-mbtn": string;
|
||||
"tox-mbtn--active": string;
|
||||
"tox-mbtn__select-label": string;
|
||||
"tox-mbtn__select-chevron": string;
|
||||
"tox-notification": string;
|
||||
"tox-notification--in": string;
|
||||
"tox-notification--success": string;
|
||||
"tox-notification--error": string;
|
||||
"tox-notification--warn": string;
|
||||
"tox-notification--warning": string;
|
||||
"tox-notification--info": string;
|
||||
"tox-notification__body": string;
|
||||
"tox-notification__icon": string;
|
||||
"tox-notification__dismiss": string;
|
||||
"tox-progress-bar": string;
|
||||
"tox-notification-container-dock-fadeout": string;
|
||||
"tox-notification-container-dock-fadein": string;
|
||||
"tox-notification-container-dock-transition": string;
|
||||
"tox-onboarding-overlay": string;
|
||||
"tox-onboarding-dialog": string;
|
||||
"tox-onboarding-header": string;
|
||||
"tox-onboarding-step": string;
|
||||
"tox-onboarding-step--number": string;
|
||||
"tox-onboarding-step--body": string;
|
||||
"tox-onboarding-step--body-header": string;
|
||||
"tox-onboarding-step--body-details": string;
|
||||
"tox-onboarding-step--action": string;
|
||||
"tox-onboarding-footer": string;
|
||||
"tox-promotion-dialog": string;
|
||||
"tox-promotion-dialog-plugin": string;
|
||||
"tox-promotion-dialog-plugin--body": string;
|
||||
"tox-promotion-dialog-plugin-header": string;
|
||||
"tox-promotion-dialog-plugin-details": string;
|
||||
"tox-promotion-dialog-plugin--icon": string;
|
||||
"tox-promotion-dialog--subtitle": string;
|
||||
"tox-promotion-dialog--explore": string;
|
||||
"tox-promotion-dialog--footer": string;
|
||||
"tox-promotion-button": string;
|
||||
"tox-pop": string;
|
||||
"tox-pop--resizing": string;
|
||||
"tox-pop--transition": string;
|
||||
"tox-pop__dialog": string;
|
||||
"tox-pop--inset": string;
|
||||
"tox-pop--bottom": string;
|
||||
"tox-pop--top": string;
|
||||
"tox-pop--left": string;
|
||||
"tox-pop--right": string;
|
||||
"tox-pop--align-left": string;
|
||||
"tox-pop--align-right": string;
|
||||
"tox-sidebar-wrap": string;
|
||||
"tox-sidebar": string;
|
||||
"tox-sidebar__slider": string;
|
||||
"tox-sidebar__pane-container": string;
|
||||
"tox-sidebar__pane": string;
|
||||
"tox-sidebar--sliding-closed": string;
|
||||
"tox-sidebar--sliding-open": string;
|
||||
"tox-sidebar--sliding-growing": string;
|
||||
"tox-sidebar--sliding-shrinking": string;
|
||||
"tox-sidebar-content": string;
|
||||
"tox-sidebar-content__header": string;
|
||||
"tox-sidebar-content__header-close-button": string;
|
||||
"tox-sidebar-content__title": string;
|
||||
"tox-floating-sidebar": string;
|
||||
"tox-floating-sidebar__content-wrapper": string;
|
||||
"tox-floating-sidebar__header": string;
|
||||
"tox-ai": string;
|
||||
"tox-ai__user-prompt": string;
|
||||
"tox-ai__user-prompt__context": string;
|
||||
"tox-ai__user-prompt__text": string;
|
||||
"tox-ai__scroll": string;
|
||||
"tox-ai__response-content": string;
|
||||
"tox-ai__response": string;
|
||||
"tox-ai__response-streaming": string;
|
||||
"tox-ai__error-message": string;
|
||||
"tox-ai__footer": string;
|
||||
"tox-ai__context": string;
|
||||
"tox-ai__footer-actions": string;
|
||||
"tox-selector": string;
|
||||
"tox-platform-touch": string;
|
||||
"tox-skeleton": string;
|
||||
"tox-skeleton__line": string;
|
||||
"wave": string;
|
||||
"tox-skeleton__circle": string;
|
||||
"tox-slider": string;
|
||||
"tox-slider__rail": string;
|
||||
"tox-slider__handle": string;
|
||||
"tox-toolbar-slider": string;
|
||||
"tox-toolbar-slider__input": string;
|
||||
"tox-source-code": string;
|
||||
"tox-spinner": string;
|
||||
"tam-bouncing-dots": string;
|
||||
"tox-ai__spinner": string;
|
||||
"tox-statusbar": string;
|
||||
"tox-statusbar__path": string;
|
||||
"tox-statusbar__right-container": string;
|
||||
"tox-statusbar__help-text": string;
|
||||
"tox-statusbar__text-container": string;
|
||||
"tox-statusbar__text-container-3-cols": string;
|
||||
"tox-statusbar__text-container--flex-end": string;
|
||||
"tox-statusbar__text-container--flex-start": string;
|
||||
"tox-statusbar__text-container--space-around": string;
|
||||
"tox-statusbar__wordcount": string;
|
||||
"tox-statusbar__path-item": string;
|
||||
"tox-statusbar__branding": string;
|
||||
"tox-statusbar__resize-cursor-default": string;
|
||||
"tox-statusbar__resize-cursor-both": string;
|
||||
"tox-tag": string;
|
||||
"tox-tag__icon": string;
|
||||
"tox-tag__close": string;
|
||||
"tox-throbber": string;
|
||||
"tox-throbber__busy-spinner": string;
|
||||
"tox-toggle": string;
|
||||
"tox-toggle__slider": string;
|
||||
"tox-tbtn__icon-wrap": string;
|
||||
"tox-tbtn--active": string;
|
||||
"tox-tbtn--enabled": string;
|
||||
"tox-tbtn--disabled": string;
|
||||
"tox-tbtn-more": string;
|
||||
"tox-tbtn--md": string;
|
||||
"tox-tbtn--lg": string;
|
||||
"tox-tbtn--return": string;
|
||||
"tox-tbtn--labeled": string;
|
||||
"tox-tbtn__vlabel": string;
|
||||
"tox-label--context-toolbar": string;
|
||||
"tox-number-input": string;
|
||||
"tox-input-wrapper": string;
|
||||
"minus": string;
|
||||
"plus": string;
|
||||
"tox-tbtn--select": string;
|
||||
"tox-tbtn--bordered": string;
|
||||
"tox-tbtn__select-label": string;
|
||||
"tox-tbtn__select-chevron": string;
|
||||
"tox-tbtn--bespoke": string;
|
||||
"tox-split-button__main": string;
|
||||
"tox-split-button__chevron": string;
|
||||
"tox-icon-text-color__color": string;
|
||||
"tox-icon-highlight-bg-color__color": string;
|
||||
"tox-toolbar-overlord": string;
|
||||
"tox-toolbar__overflow--closed": string;
|
||||
"tox-toolbar__overflow--growing": string;
|
||||
"tox-toolbar__overflow--shrinking": string;
|
||||
"tox-toolbar--scrolling": string;
|
||||
"tox-toolbar--no-divider": string;
|
||||
"tox-toolbar__group--pull-right": string;
|
||||
"tox-tooltip": string;
|
||||
"tox-tooltip__body": string;
|
||||
"tox-tooltip__arrow": string;
|
||||
"tox-tooltip--down": string;
|
||||
"tox-tooltip--up": string;
|
||||
"tox-tooltip--right": string;
|
||||
"tox-tooltip--left": string;
|
||||
"tox-tree": string;
|
||||
"tox-trbtn": string;
|
||||
"tox-tree__label": string;
|
||||
"tox-trbtn--disabled": string;
|
||||
"tox-trbtn--enabled": string;
|
||||
"tox-trbtn--return": string;
|
||||
"tox-trbtn--labeled": string;
|
||||
"tox-trbtn__vlabel": string;
|
||||
"tox-tree--directory": string;
|
||||
"tox-tree--directory__label": string;
|
||||
"tox-chevron": string;
|
||||
"tox-tree--directory__children--growing": string;
|
||||
"tox-tree--directory__children--shrinking": string;
|
||||
"tox-tree--directory__children--open": string;
|
||||
"tox-tree--leaf__label": string;
|
||||
"tox-icon-custom-state": string;
|
||||
"tox-tree--directory__children": string;
|
||||
"color-swatch-remove-color": string;
|
||||
"tox-view-wrap": string;
|
||||
"tox-view-wrap__slot-container": string;
|
||||
"tox-view": string;
|
||||
"tox-view__header": string;
|
||||
"tox-view__label": string;
|
||||
"tox-view__label--normal": string;
|
||||
"tox-view__label--large": string;
|
||||
"tox-view--mobile": string;
|
||||
"tox-view__toolbar": string;
|
||||
"tox-view--scrolling": string;
|
||||
"tox-view__align-right": string;
|
||||
"tox-view__toolbar__group": string;
|
||||
"tox-view__header-start": string;
|
||||
"tox-view__header-end": string;
|
||||
"tox-view__pane": string;
|
||||
"tox-view__pane_panel": string;
|
||||
"tox-well": string;
|
||||
"tox-revisionhistory__pane": string;
|
||||
"tox-revisionhistory__container": string;
|
||||
"tox-revisionhistory": string;
|
||||
"tox-revisionhistory__iframe": string;
|
||||
"tox-revisionhistory__sidebar": string;
|
||||
"tox-revisionhistory__sidebar-title": string;
|
||||
"tox-revisionhistory__revisions": string;
|
||||
"tox-revisionhistory__card": string;
|
||||
"tox-revisionhistory__card--selected": string;
|
||||
"tox-revisionhistory__card-label": string;
|
||||
"tox-revisionhistory__card-content": string;
|
||||
"tox-revisionhistory__card-info": string;
|
||||
"tox-revisionhistory__card-date-label": string;
|
||||
"tox-revisionhistory__card-author-name": string;
|
||||
"tox-revisionhistory__avatar": string;
|
||||
"tox-revisionhistory__norevision": string;
|
||||
"tox-revisionhistory__card-check-icon": string;
|
||||
"tox-icon--badge": string;
|
||||
"tox-suggestededits__pane": string;
|
||||
"tox-suggestededits__sink": string;
|
||||
"tox-tiered-menu": string;
|
||||
"tox-suggestededits__container": string;
|
||||
"tox-suggestededits": string;
|
||||
"tox-suggestededits__content": string;
|
||||
"tox-suggestededits__model": string;
|
||||
"tox-suggestededits__iframe": string;
|
||||
"tox-suggestededits__sidebar": string;
|
||||
"tox-suggestededits__sidebar-header": string;
|
||||
"tox-suggestededits__sidebar-content": string;
|
||||
"tox-suggestededits__card": string;
|
||||
"tox-suggestededits__card--divider": string;
|
||||
"tox-suggestededits__card--single": string;
|
||||
"tox-suggestededits__card--editor": string;
|
||||
"tox-suggestededits__card--header": string;
|
||||
"tox-suggestededits__card--user": string;
|
||||
"tox-suggestededits__card--avatar": string;
|
||||
"tox-suggestededits__card--details": string;
|
||||
"tox-suggestededits__card--name": string;
|
||||
"tox-suggestededits__card--feedback-user": string;
|
||||
"tox-suggestededits__card--timestamp": string;
|
||||
"tox-suggestededits__resolution": string;
|
||||
"tox-suggestededits__resolution--accepted": string;
|
||||
"tox-suggestededits__resolution--rejected": string;
|
||||
"tox-suggestededits__card--content": string;
|
||||
"tox-suggestededits__operations": string;
|
||||
"tox-suggestededits__operations-bar": string;
|
||||
"tox-suggestededits__operations-bar--insert": string;
|
||||
"tox-suggestededits__operations-bar--modify": string;
|
||||
"tox-suggestededits__operations-bar--remove": string;
|
||||
"tox-suggestededits__operations-text": string;
|
||||
"tox-suggestededits__card--feedback": string;
|
||||
"tox-suggestededits__card--textarea": string;
|
||||
"tox-suggestededits__card--footer": string;
|
||||
"tox-suggestededits__card--buttons": string;
|
||||
"tox-suggestededits__card--review-buttons": string;
|
||||
"tox-suggestededits__card--feedback-buttons": string;
|
||||
"tox-suggestededits__card--hidden": string;
|
||||
"tox-suggestededits__card--resolved": string;
|
||||
"tox-suggestededits__card--active": string;
|
||||
"tox-dialog-loading": string;
|
||||
"tox-tab": string;
|
||||
"tox-dialog__content-js": string;
|
||||
};
|
||||
1037
public/assets/js/tinymce/skins/ui/oxide/content.css
Normal file
1037
public/assets/js/tinymce/skins/ui/oxide/content.css
Normal file
File diff suppressed because it is too large
Load Diff
1031
public/assets/js/tinymce/skins/ui/oxide/content.inline.css
Normal file
1031
public/assets/js/tinymce/skins/ui/oxide/content.inline.css
Normal file
File diff suppressed because it is too large
Load Diff
10
public/assets/js/tinymce/skins/ui/oxide/content.inline.js
Normal file
10
public/assets/js/tinymce/skins/ui/oxide/content.inline.js
Normal file
File diff suppressed because one or more lines are too long
10
public/assets/js/tinymce/skins/ui/oxide/content.inline.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/ui/oxide/content.inline.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
116
public/assets/js/tinymce/skins/ui/oxide/content.inline.min.ts
Normal file
116
public/assets/js/tinymce/skins/ui/oxide/content.inline.min.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"cdata": string;
|
||||
"comment": string;
|
||||
"doctype": string;
|
||||
"prolog": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"boolean": string;
|
||||
"constant": string;
|
||||
"deleted": string;
|
||||
"number": string;
|
||||
"property": string;
|
||||
"symbol": string;
|
||||
"tag": string;
|
||||
"attr-name": string;
|
||||
"builtin": string;
|
||||
"char": string;
|
||||
"inserted": string;
|
||||
"selector": string;
|
||||
"string": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"entity": string;
|
||||
"operator": string;
|
||||
"url": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"class-name": string;
|
||||
"function": string;
|
||||
"important": string;
|
||||
"regex": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
116
public/assets/js/tinymce/skins/ui/oxide/content.inline.ts
Normal file
116
public/assets/js/tinymce/skins/ui/oxide/content.inline.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"comment": string;
|
||||
"prolog": string;
|
||||
"doctype": string;
|
||||
"cdata": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"property": string;
|
||||
"tag": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"constant": string;
|
||||
"symbol": string;
|
||||
"deleted": string;
|
||||
"selector": string;
|
||||
"attr-name": string;
|
||||
"string": string;
|
||||
"char": string;
|
||||
"builtin": string;
|
||||
"inserted": string;
|
||||
"operator": string;
|
||||
"entity": string;
|
||||
"url": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"function": string;
|
||||
"class-name": string;
|
||||
"regex": string;
|
||||
"important": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
10
public/assets/js/tinymce/skins/ui/oxide/content.js
Normal file
10
public/assets/js/tinymce/skins/ui/oxide/content.js
Normal file
File diff suppressed because one or more lines are too long
10
public/assets/js/tinymce/skins/ui/oxide/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/ui/oxide/content.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
116
public/assets/js/tinymce/skins/ui/oxide/content.min.ts
Normal file
116
public/assets/js/tinymce/skins/ui/oxide/content.min.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"cdata": string;
|
||||
"comment": string;
|
||||
"doctype": string;
|
||||
"prolog": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"boolean": string;
|
||||
"constant": string;
|
||||
"deleted": string;
|
||||
"number": string;
|
||||
"property": string;
|
||||
"symbol": string;
|
||||
"tag": string;
|
||||
"attr-name": string;
|
||||
"builtin": string;
|
||||
"char": string;
|
||||
"inserted": string;
|
||||
"selector": string;
|
||||
"string": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"entity": string;
|
||||
"operator": string;
|
||||
"url": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"class-name": string;
|
||||
"function": string;
|
||||
"important": string;
|
||||
"regex": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
116
public/assets/js/tinymce/skins/ui/oxide/content.ts
Normal file
116
public/assets/js/tinymce/skins/ui/oxide/content.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"comment": string;
|
||||
"prolog": string;
|
||||
"doctype": string;
|
||||
"cdata": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"property": string;
|
||||
"tag": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"constant": string;
|
||||
"symbol": string;
|
||||
"deleted": string;
|
||||
"selector": string;
|
||||
"attr-name": string;
|
||||
"string": string;
|
||||
"char": string;
|
||||
"builtin": string;
|
||||
"inserted": string;
|
||||
"operator": string;
|
||||
"entity": string;
|
||||
"url": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"function": string;
|
||||
"class-name": string;
|
||||
"regex": string;
|
||||
"important": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
5615
public/assets/js/tinymce/skins/ui/oxide/skin.css
Normal file
5615
public/assets/js/tinymce/skins/ui/oxide/skin.css
Normal file
File diff suppressed because it is too large
Load Diff
1
public/assets/js/tinymce/skins/ui/oxide/skin.js
Normal file
1
public/assets/js/tinymce/skins/ui/oxide/skin.js
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/js/tinymce/skins/ui/oxide/skin.min.css
vendored
Normal file
1
public/assets/js/tinymce/skins/ui/oxide/skin.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
507
public/assets/js/tinymce/skins/ui/oxide/skin.min.ts
Normal file
507
public/assets/js/tinymce/skins/ui/oxide/skin.min.ts
Normal file
@@ -0,0 +1,507 @@
|
||||
export interface Classes {
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-tinymce-aux": string;
|
||||
"tox-tinymce-inline": string;
|
||||
"tox-editor-container": string;
|
||||
"tox-editor-header": string;
|
||||
"tox-icon--flip": string;
|
||||
"tox-editor-dock-transition": string;
|
||||
"tox-tinymce--toolbar-bottom": string;
|
||||
"tox-tinymce--toolbar-sticky-on": string;
|
||||
"tox-editor-header--empty": string;
|
||||
"tox-editor-dock-fadeout": string;
|
||||
"tox-editor-dock-fadein": string;
|
||||
"accessibility-issue__header": string;
|
||||
"accessibility-issue__subheader": string;
|
||||
"accessbility-sr-only": string;
|
||||
"accessibility-issue__description": string;
|
||||
"tox-icon": string;
|
||||
"accessibility-issue__contentID": string;
|
||||
"accessibility-issue__document": string;
|
||||
"accessibility-issue__repair": string;
|
||||
"tox-form__group": string;
|
||||
"tox-form__group--error": string;
|
||||
"tox-dialog__body-content": string;
|
||||
"accessibility-issue--info": string;
|
||||
"accessibility-issue__icon": string;
|
||||
"tox-button--naked": string;
|
||||
"tox-button--icon": string;
|
||||
"accessibility-issue--warn": string;
|
||||
"accessibility-issue--error": string;
|
||||
"accessibility-issue--success": string;
|
||||
"tox-button": string;
|
||||
"mce-codemirror": string;
|
||||
"tox-inline-codemirror": string;
|
||||
"tox-advtemplate": string;
|
||||
"tox-form__grid": string;
|
||||
"tox-force-desktop": string;
|
||||
"tox-anchorbar": string;
|
||||
"tox-bottom-anchorbar": string;
|
||||
"tox-bar": string;
|
||||
"tox-icon--success": string;
|
||||
"tox-icon--error": string;
|
||||
"tox-button--stretch": string;
|
||||
"tox-context-form__group": string;
|
||||
"tox-button--enabled": string;
|
||||
"tox-button--secondary": string;
|
||||
"tox-button--secondary--outline": string;
|
||||
"tox-checkbox": string;
|
||||
"tox-checkbox__input": string;
|
||||
"tox-checkbox__icons": string;
|
||||
"tox-checkbox-icon__unchecked": string;
|
||||
"tox-checkbox-icon__indeterminate": string;
|
||||
"tox-checkbox-icon__checked": string;
|
||||
"tox-checkbox--disabled": string;
|
||||
"tox-checkbox__label": string;
|
||||
"tox-collection--toolbar": string;
|
||||
"tox-collection__group": string;
|
||||
"tox-collection--grid": string;
|
||||
"tox-collection--list": string;
|
||||
"tox-collection__group-heading": string;
|
||||
"tox-collection__item": string;
|
||||
"tox-image-selector-menu": string;
|
||||
"tox-collection__item-image-selector": string;
|
||||
"tox-collection__item-checkmark": string;
|
||||
"tox-collection__item-icon": string;
|
||||
"tox-collection__item-image": string;
|
||||
"tox-image-selector__row": string;
|
||||
"tox-collection__item--active": string;
|
||||
"tox-collection__item--state-disabled": string;
|
||||
"tox-collection__item--enabled": string;
|
||||
"tox-collection--toolbar-lg": string;
|
||||
"tox-collection__item-label": string;
|
||||
"tox-collection__item-accessory": string;
|
||||
"tox-collection__item-caret": string;
|
||||
"tox-collection--horizontal": string;
|
||||
"tox-collection__item-container": string;
|
||||
"tox-collection__item-container--row": string;
|
||||
"tox-collection__item-container--align-left": string;
|
||||
"tox-collection__item-container--align-right": string;
|
||||
"tox-collection__item-container--valign-top": string;
|
||||
"tox-collection__item-container--valign-middle": string;
|
||||
"tox-collection__item-container--valign-bottom": string;
|
||||
"tox-collection__item-container--column": string;
|
||||
"tox-collection": string;
|
||||
"tox-hue-slider": string;
|
||||
"tox-rgb-form": string;
|
||||
"tox-rgba-preview": string;
|
||||
"tox-color-picker-container": string;
|
||||
"tox-sv-palette": string;
|
||||
"tox-sv-palette-spectrum": string;
|
||||
"tox-sv-palette-thumb": string;
|
||||
"tox-sv-palette-inner-thumb": string;
|
||||
"tox-hue-slider-spectrum": string;
|
||||
"tox-hue-slider-thumb": string;
|
||||
"tox-invalid": string;
|
||||
"tox-rgb-container": string;
|
||||
"tox-invalid-icon": string;
|
||||
"tox-control-wrap__status-icon-invalid": string;
|
||||
"tox-rgb-warning-note": string;
|
||||
"tox-toolbar": string;
|
||||
"tox-swatches": string;
|
||||
"tox-toolbar__overflow": string;
|
||||
"tox-toolbar__primary": string;
|
||||
"tox-swatches-menu": string;
|
||||
"tox-swatches__row": string;
|
||||
"tox-swatch": string;
|
||||
"tox-swatch--remove": string;
|
||||
"tox-swatches__picker-btn": string;
|
||||
"tox-comment": string;
|
||||
"tox-comment--selected": string;
|
||||
"tox-comment__single": string;
|
||||
"tox-comment__header": string;
|
||||
"tox-comment__date": string;
|
||||
"tox-comment__body": string;
|
||||
"tox-comment__body--expanded": string;
|
||||
"tox-comment__body--pending": string;
|
||||
"tox-comment__loading-text": string;
|
||||
"tox-comment__overlaytext": string;
|
||||
"tox-comment__expander": string;
|
||||
"tox-comment__buttonspacing": string;
|
||||
"tox-tbtn": string;
|
||||
"tox-comment__mention-btn": string;
|
||||
"tox-comment-thread": string;
|
||||
"tox-comment-thread__overlay": string;
|
||||
"tox-comment__reply": string;
|
||||
"tox-comment__edit": string;
|
||||
"tox-comment__gradient": string;
|
||||
"tox-comment__overlay": string;
|
||||
"tox-comment__busy-spinner": string;
|
||||
"tox-comment__scroll": string;
|
||||
"tox-comment--disappearing": string;
|
||||
"tox-ring-loader": string;
|
||||
"tox-rotation": string;
|
||||
"tox-user": string;
|
||||
"tox-user__avatar": string;
|
||||
"tox-user__name": string;
|
||||
"tox-dialog-wrap": string;
|
||||
"tox-dialog-wrap__backdrop": string;
|
||||
"tox-dialog-wrap__backdrop--opaque": string;
|
||||
"tox-dialog": string;
|
||||
"tox-dialog-inline": string;
|
||||
"tox-dialog__header": string;
|
||||
"tox-dialog__draghandle": string;
|
||||
"tox-dialog__dismiss": string;
|
||||
"tox-dialog__title": string;
|
||||
"tox-dialog__body": string;
|
||||
"tox-dialog__body-nav": string;
|
||||
"tox-dialog__body-nav-item": string;
|
||||
"tox-dialog__body-nav-item--active": string;
|
||||
"tox-label": string;
|
||||
"tox-label--center": string;
|
||||
"tox-label--end": string;
|
||||
"tox-dialog--width-lg": string;
|
||||
"tox-dialog--fullscreen": string;
|
||||
"tox-dialog--width-md": string;
|
||||
"tox-dialog__body-content--centered": string;
|
||||
"tox-dialog__footer": string;
|
||||
"tox-dialog__footer-end": string;
|
||||
"tox-dialog__footer-start": string;
|
||||
"tox-dialog__busy-spinner": string;
|
||||
"tox-dialog__table": string;
|
||||
"tox-dialog__iframe": string;
|
||||
"tox-dialog__iframe--opaque": string;
|
||||
"tox-navobj-bordered": string;
|
||||
"tox-navobj-bordered-focus": string;
|
||||
"tox-dialog__popups": string;
|
||||
"tox-dialog__body-iframe": string;
|
||||
"tox-navobj": string;
|
||||
"tox-dialog-dock-fadeout": string;
|
||||
"tox-dialog-dock-fadein": string;
|
||||
"tox-dialog-dock-transition": string;
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-dropzone-container": string;
|
||||
"tox-dropzone": string;
|
||||
"tox-edit-area": string;
|
||||
"tox-edit-area__iframe": string;
|
||||
"tox-edit-focus": string;
|
||||
"tox-inline-edit-area": string;
|
||||
"tox-control-wrap": string;
|
||||
"tox-control-wrap--status-invalid": string;
|
||||
"tox-control-wrap--status-unknown": string;
|
||||
"tox-control-wrap__status-icon-unknown": string;
|
||||
"tox-control-wrap--status-valid": string;
|
||||
"tox-control-wrap__status-icon-valid": string;
|
||||
"tox-control-wrap__status-icon-wrap": string;
|
||||
"tox-textfield": string;
|
||||
"tox-custom-preview": string;
|
||||
"tox-autocompleter": string;
|
||||
"tox-menu": string;
|
||||
"tox-autocompleter-highlight": string;
|
||||
"tox-color-input": string;
|
||||
"tox-toolbar-label": string;
|
||||
"tox-form": string;
|
||||
"tox-form-group--maximize": string;
|
||||
"tox-form__group--collection": string;
|
||||
"tox-form__grid--2col": string;
|
||||
"tox-form__grid--3col": string;
|
||||
"tox-form__grid--4col": string;
|
||||
"tox-form__controls-h-stack": string;
|
||||
"tox-form__group--inline": string;
|
||||
"tox-form__group--stretched": string;
|
||||
"tox-textarea": string;
|
||||
"tox-lock": string;
|
||||
"tox-locked": string;
|
||||
"tox-lock-icon__unlock": string;
|
||||
"tox-lock-icon__lock": string;
|
||||
"tox-lock-context-form-size-input": string;
|
||||
"tox-listboxfield": string;
|
||||
"tox-listbox--select": string;
|
||||
"tox-textarea-wrap": string;
|
||||
"tox-toolbar-textfield": string;
|
||||
"tox-custom-editor": string;
|
||||
"tox-focusable-wrapper": string;
|
||||
"tox-naked-btn": string;
|
||||
"tox-textfield-size": string;
|
||||
"tox-listbox__select-label": string;
|
||||
"tox-listbox__select-chevron": string;
|
||||
"tox-selectfield": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-help__more-link": string;
|
||||
"tox-imagepreview": string;
|
||||
"tox-imagepreview__loaded": string;
|
||||
"tox-imagepreview__container": string;
|
||||
"tox-imagepreview__image": string;
|
||||
"tox-image-tools": string;
|
||||
"tox-spacer": string;
|
||||
"tox-croprect-block": string;
|
||||
"tox-croprect-handle": string;
|
||||
"tox-croprect-handle-move": string;
|
||||
"tox-croprect-handle-nw": string;
|
||||
"tox-croprect-handle-ne": string;
|
||||
"tox-croprect-handle-sw": string;
|
||||
"tox-croprect-handle-se": string;
|
||||
"tox-image-selector-loading-spinner-wrapper": string;
|
||||
"tox-image-selector-loading-spinner": string;
|
||||
"tox-image-selector": string;
|
||||
"tox-image-selector--remove": string;
|
||||
"tox-image-selector-image-wrapper": string;
|
||||
"tox-image-selector-image-img": string;
|
||||
"tox-image-selector__picker-btn": string;
|
||||
"tox-context-toolbar": string;
|
||||
"tox-toolbar__group": string;
|
||||
"tox-insert-table-picker": string;
|
||||
"tox-insert-table-picker__selected": string;
|
||||
"tox-insert-table-picker__label": string;
|
||||
"tox-mentions__card-common": string;
|
||||
"tox-mentions__card": string;
|
||||
"tox-mentions__container": string;
|
||||
"tox-mentions__avatar": string;
|
||||
"tox-mentions__username": string;
|
||||
"tox-mentions__description": string;
|
||||
"tox-menu__label": string;
|
||||
"tox-menubar": string;
|
||||
"tox-promotion": string;
|
||||
"tox-promotion-link": string;
|
||||
"tox-mbtn": string;
|
||||
"tox-mbtn--active": string;
|
||||
"tox-mbtn__select-label": string;
|
||||
"tox-mbtn__select-chevron": string;
|
||||
"tox-notification": string;
|
||||
"tox-notification--in": string;
|
||||
"tox-notification--success": string;
|
||||
"tox-notification--error": string;
|
||||
"tox-notification--warn": string;
|
||||
"tox-notification--warning": string;
|
||||
"tox-notification--info": string;
|
||||
"tox-notification__body": string;
|
||||
"tox-notification__icon": string;
|
||||
"tox-notification__dismiss": string;
|
||||
"tox-progress-bar": string;
|
||||
"tox-notification-container-dock-fadeout": string;
|
||||
"tox-notification-container-dock-fadein": string;
|
||||
"tox-notification-container-dock-transition": string;
|
||||
"tox-onboarding-overlay": string;
|
||||
"tox-onboarding-dialog": string;
|
||||
"tox-onboarding-header": string;
|
||||
"tox-onboarding-step": string;
|
||||
"tox-onboarding-step--number": string;
|
||||
"tox-onboarding-step--body": string;
|
||||
"tox-onboarding-step--body-header": string;
|
||||
"tox-onboarding-step--body-details": string;
|
||||
"tox-onboarding-step--action": string;
|
||||
"tox-onboarding-footer": string;
|
||||
"tox-promotion-dialog": string;
|
||||
"tox-promotion-dialog-plugin": string;
|
||||
"tox-promotion-dialog-plugin--body": string;
|
||||
"tox-promotion-dialog-plugin-header": string;
|
||||
"tox-promotion-dialog-plugin-details": string;
|
||||
"tox-promotion-dialog-plugin--icon": string;
|
||||
"tox-promotion-dialog--subtitle": string;
|
||||
"tox-promotion-dialog--explore": string;
|
||||
"tox-promotion-dialog--footer": string;
|
||||
"tox-promotion-button": string;
|
||||
"tox-pop": string;
|
||||
"tox-pop--resizing": string;
|
||||
"tox-pop--transition": string;
|
||||
"tox-pop__dialog": string;
|
||||
"tox-pop--inset": string;
|
||||
"tox-pop--bottom": string;
|
||||
"tox-pop--top": string;
|
||||
"tox-pop--left": string;
|
||||
"tox-pop--right": string;
|
||||
"tox-pop--align-left": string;
|
||||
"tox-pop--align-right": string;
|
||||
"tox-sidebar-wrap": string;
|
||||
"tox-sidebar": string;
|
||||
"tox-sidebar__slider": string;
|
||||
"tox-sidebar__pane-container": string;
|
||||
"tox-sidebar__pane": string;
|
||||
"tox-sidebar--sliding-closed": string;
|
||||
"tox-sidebar--sliding-open": string;
|
||||
"tox-sidebar--sliding-growing": string;
|
||||
"tox-sidebar--sliding-shrinking": string;
|
||||
"tox-sidebar-content": string;
|
||||
"tox-sidebar-content__header": string;
|
||||
"tox-sidebar-content__header-close-button": string;
|
||||
"tox-sidebar-content__title": string;
|
||||
"tox-floating-sidebar": string;
|
||||
"tox-floating-sidebar__content-wrapper": string;
|
||||
"tox-floating-sidebar__header": string;
|
||||
"tox-ai": string;
|
||||
"tox-ai__user-prompt": string;
|
||||
"tox-ai__user-prompt__context": string;
|
||||
"tox-ai__user-prompt__text": string;
|
||||
"tox-ai__scroll": string;
|
||||
"tox-ai__response-content": string;
|
||||
"tox-ai__response": string;
|
||||
"tox-ai__response-streaming": string;
|
||||
"tox-ai__error-message": string;
|
||||
"tox-ai__footer": string;
|
||||
"tox-ai__context": string;
|
||||
"tox-ai__footer-actions": string;
|
||||
"tox-selector": string;
|
||||
"tox-platform-touch": string;
|
||||
"tox-skeleton": string;
|
||||
"tox-skeleton__line": string;
|
||||
"wave": string;
|
||||
"tox-skeleton__circle": string;
|
||||
"tox-slider": string;
|
||||
"tox-slider__rail": string;
|
||||
"tox-slider__handle": string;
|
||||
"tox-toolbar-slider": string;
|
||||
"tox-toolbar-slider__input": string;
|
||||
"tox-source-code": string;
|
||||
"tox-spinner": string;
|
||||
"tam-bouncing-dots": string;
|
||||
"tox-ai__spinner": string;
|
||||
"tox-statusbar": string;
|
||||
"tox-statusbar__path": string;
|
||||
"tox-statusbar__right-container": string;
|
||||
"tox-statusbar__help-text": string;
|
||||
"tox-statusbar__text-container": string;
|
||||
"tox-statusbar__text-container-3-cols": string;
|
||||
"tox-statusbar__text-container--flex-end": string;
|
||||
"tox-statusbar__text-container--flex-start": string;
|
||||
"tox-statusbar__text-container--space-around": string;
|
||||
"tox-statusbar__wordcount": string;
|
||||
"tox-statusbar__path-item": string;
|
||||
"tox-statusbar__branding": string;
|
||||
"tox-statusbar__resize-cursor-default": string;
|
||||
"tox-statusbar__resize-cursor-both": string;
|
||||
"tox-tag": string;
|
||||
"tox-tag__icon": string;
|
||||
"tox-tag__close": string;
|
||||
"tox-throbber": string;
|
||||
"tox-throbber__busy-spinner": string;
|
||||
"tox-toggle": string;
|
||||
"tox-toggle__slider": string;
|
||||
"tox-tbtn__icon-wrap": string;
|
||||
"tox-tbtn--active": string;
|
||||
"tox-tbtn--enabled": string;
|
||||
"tox-tbtn--disabled": string;
|
||||
"tox-tbtn-more": string;
|
||||
"tox-tbtn--md": string;
|
||||
"tox-tbtn--lg": string;
|
||||
"tox-tbtn--return": string;
|
||||
"tox-tbtn--labeled": string;
|
||||
"tox-tbtn__vlabel": string;
|
||||
"tox-label--context-toolbar": string;
|
||||
"tox-number-input": string;
|
||||
"tox-input-wrapper": string;
|
||||
"minus": string;
|
||||
"plus": string;
|
||||
"tox-tbtn--select": string;
|
||||
"tox-tbtn--bordered": string;
|
||||
"tox-tbtn__select-label": string;
|
||||
"tox-tbtn__select-chevron": string;
|
||||
"tox-tbtn--bespoke": string;
|
||||
"tox-split-button__main": string;
|
||||
"tox-split-button__chevron": string;
|
||||
"tox-icon-highlight-bg-color__color": string;
|
||||
"tox-icon-text-color__color": string;
|
||||
"tox-toolbar-overlord": string;
|
||||
"tox-toolbar__overflow--closed": string;
|
||||
"tox-toolbar__overflow--growing": string;
|
||||
"tox-toolbar__overflow--shrinking": string;
|
||||
"tox-toolbar--scrolling": string;
|
||||
"tox-toolbar--no-divider": string;
|
||||
"tox-toolbar__group--pull-right": string;
|
||||
"tox-tooltip": string;
|
||||
"tox-tooltip__body": string;
|
||||
"tox-tooltip__arrow": string;
|
||||
"tox-tooltip--down": string;
|
||||
"tox-tooltip--up": string;
|
||||
"tox-tooltip--right": string;
|
||||
"tox-tooltip--left": string;
|
||||
"tox-tree": string;
|
||||
"tox-trbtn": string;
|
||||
"tox-tree__label": string;
|
||||
"tox-trbtn--disabled": string;
|
||||
"tox-trbtn--enabled": string;
|
||||
"tox-trbtn--return": string;
|
||||
"tox-trbtn--labeled": string;
|
||||
"tox-trbtn__vlabel": string;
|
||||
"tox-tree--directory": string;
|
||||
"tox-tree--directory__label": string;
|
||||
"tox-chevron": string;
|
||||
"tox-tree--directory__children--growing": string;
|
||||
"tox-tree--directory__children--shrinking": string;
|
||||
"tox-tree--directory__children--open": string;
|
||||
"tox-tree--leaf__label": string;
|
||||
"tox-icon-custom-state": string;
|
||||
"tox-tree--directory__children": string;
|
||||
"color-swatch-remove-color": string;
|
||||
"tox-view-wrap": string;
|
||||
"tox-view-wrap__slot-container": string;
|
||||
"tox-view": string;
|
||||
"tox-view__header": string;
|
||||
"tox-view__label": string;
|
||||
"tox-view__label--normal": string;
|
||||
"tox-view__label--large": string;
|
||||
"tox-view--mobile": string;
|
||||
"tox-view__toolbar": string;
|
||||
"tox-view--scrolling": string;
|
||||
"tox-view__align-right": string;
|
||||
"tox-view__toolbar__group": string;
|
||||
"tox-view__header-end": string;
|
||||
"tox-view__header-start": string;
|
||||
"tox-view__pane": string;
|
||||
"tox-view__pane_panel": string;
|
||||
"tox-well": string;
|
||||
"tox-revisionhistory__pane": string;
|
||||
"tox-revisionhistory__container": string;
|
||||
"tox-revisionhistory": string;
|
||||
"tox-revisionhistory__iframe": string;
|
||||
"tox-revisionhistory__sidebar": string;
|
||||
"tox-revisionhistory__sidebar-title": string;
|
||||
"tox-revisionhistory__revisions": string;
|
||||
"tox-revisionhistory__card": string;
|
||||
"tox-revisionhistory__card--selected": string;
|
||||
"tox-revisionhistory__card-label": string;
|
||||
"tox-revisionhistory__card-content": string;
|
||||
"tox-revisionhistory__card-info": string;
|
||||
"tox-revisionhistory__card-date-label": string;
|
||||
"tox-revisionhistory__card-author-name": string;
|
||||
"tox-revisionhistory__avatar": string;
|
||||
"tox-revisionhistory__norevision": string;
|
||||
"tox-revisionhistory__card-check-icon": string;
|
||||
"tox-icon--badge": string;
|
||||
"tox-suggestededits__pane": string;
|
||||
"tox-suggestededits__sink": string;
|
||||
"tox-tiered-menu": string;
|
||||
"tox-suggestededits__container": string;
|
||||
"tox-suggestededits": string;
|
||||
"tox-suggestededits__content": string;
|
||||
"tox-suggestededits__model": string;
|
||||
"tox-suggestededits__iframe": string;
|
||||
"tox-suggestededits__sidebar": string;
|
||||
"tox-suggestededits__sidebar-header": string;
|
||||
"tox-suggestededits__sidebar-content": string;
|
||||
"tox-suggestededits__card": string;
|
||||
"tox-suggestededits__card--divider": string;
|
||||
"tox-suggestededits__card--editor": string;
|
||||
"tox-suggestededits__card--single": string;
|
||||
"tox-suggestededits__card--header": string;
|
||||
"tox-suggestededits__card--user": string;
|
||||
"tox-suggestededits__card--avatar": string;
|
||||
"tox-suggestededits__card--details": string;
|
||||
"tox-suggestededits__card--name": string;
|
||||
"tox-suggestededits__card--feedback-user": string;
|
||||
"tox-suggestededits__card--timestamp": string;
|
||||
"tox-suggestededits__resolution": string;
|
||||
"tox-suggestededits__resolution--accepted": string;
|
||||
"tox-suggestededits__resolution--rejected": string;
|
||||
"tox-suggestededits__card--content": string;
|
||||
"tox-suggestededits__operations": string;
|
||||
"tox-suggestededits__operations-bar": string;
|
||||
"tox-suggestededits__operations-bar--insert": string;
|
||||
"tox-suggestededits__operations-bar--modify": string;
|
||||
"tox-suggestededits__operations-bar--remove": string;
|
||||
"tox-suggestededits__operations-text": string;
|
||||
"tox-suggestededits__card--feedback": string;
|
||||
"tox-suggestededits__card--textarea": string;
|
||||
"tox-suggestededits__card--footer": string;
|
||||
"tox-suggestededits__card--buttons": string;
|
||||
"tox-suggestededits__card--review-buttons": string;
|
||||
"tox-suggestededits__card--feedback-buttons": string;
|
||||
"tox-suggestededits__card--hidden": string;
|
||||
"tox-suggestededits__card--resolved": string;
|
||||
"tox-suggestededits__card--active": string;
|
||||
"tox-dialog-loading": string;
|
||||
"tox-tab": string;
|
||||
"tox-dialog__content-js": string;
|
||||
};
|
||||
30
public/assets/js/tinymce/skins/ui/oxide/skin.shadowdom.css
Normal file
30
public/assets/js/tinymce/skins/ui/oxide/skin.shadowdom.css
Normal file
@@ -0,0 +1,30 @@
|
||||
body.tox-dialog__disable-scroll {
|
||||
overflow: hidden;
|
||||
}
|
||||
.tox-fullscreen {
|
||||
border: 0;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
overscroll-behavior: none;
|
||||
padding: 0;
|
||||
touch-action: pinch-zoom;
|
||||
width: 100%;
|
||||
}
|
||||
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
|
||||
display: none;
|
||||
}
|
||||
.tox.tox-tinymce.tox-fullscreen,
|
||||
.tox-shadowhost.tox-fullscreen {
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1200;
|
||||
}
|
||||
.tox.tox-tinymce.tox-fullscreen {
|
||||
background-color: transparent;
|
||||
}
|
||||
.tox-fullscreen .tox.tox-tinymce-aux,
|
||||
.tox-fullscreen ~ .tox.tox-tinymce-aux {
|
||||
z-index: 1201;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
tinymce.Resource.add('ui/oxide/skin.shadowdom.css', `body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}`)
|
||||
1
public/assets/js/tinymce/skins/ui/oxide/skin.shadowdom.min.css
vendored
Normal file
1
public/assets/js/tinymce/skins/ui/oxide/skin.shadowdom.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}
|
||||
@@ -0,0 +1,9 @@
|
||||
export interface Classes {
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-tinymce-aux": string;
|
||||
};
|
||||
@@ -0,0 +1,9 @@
|
||||
export interface Classes {
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-tinymce-aux": string;
|
||||
};
|
||||
507
public/assets/js/tinymce/skins/ui/oxide/skin.ts
Normal file
507
public/assets/js/tinymce/skins/ui/oxide/skin.ts
Normal file
@@ -0,0 +1,507 @@
|
||||
export interface Classes {
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-tinymce-aux": string;
|
||||
"tox-tinymce-inline": string;
|
||||
"tox-editor-container": string;
|
||||
"tox-editor-header": string;
|
||||
"tox-icon--flip": string;
|
||||
"tox-editor-dock-transition": string;
|
||||
"tox-tinymce--toolbar-bottom": string;
|
||||
"tox-tinymce--toolbar-sticky-on": string;
|
||||
"tox-editor-header--empty": string;
|
||||
"tox-editor-dock-fadeout": string;
|
||||
"tox-editor-dock-fadein": string;
|
||||
"accessibility-issue__header": string;
|
||||
"accessibility-issue__subheader": string;
|
||||
"accessbility-sr-only": string;
|
||||
"accessibility-issue__description": string;
|
||||
"tox-icon": string;
|
||||
"accessibility-issue__contentID": string;
|
||||
"accessibility-issue__document": string;
|
||||
"accessibility-issue__repair": string;
|
||||
"tox-form__group": string;
|
||||
"tox-form__group--error": string;
|
||||
"tox-dialog__body-content": string;
|
||||
"accessibility-issue--info": string;
|
||||
"accessibility-issue__icon": string;
|
||||
"tox-button--naked": string;
|
||||
"tox-button--icon": string;
|
||||
"accessibility-issue--warn": string;
|
||||
"accessibility-issue--error": string;
|
||||
"accessibility-issue--success": string;
|
||||
"tox-button": string;
|
||||
"mce-codemirror": string;
|
||||
"tox-inline-codemirror": string;
|
||||
"tox-advtemplate": string;
|
||||
"tox-form__grid": string;
|
||||
"tox-force-desktop": string;
|
||||
"tox-anchorbar": string;
|
||||
"tox-bottom-anchorbar": string;
|
||||
"tox-bar": string;
|
||||
"tox-icon--success": string;
|
||||
"tox-icon--error": string;
|
||||
"tox-button--stretch": string;
|
||||
"tox-context-form__group": string;
|
||||
"tox-button--enabled": string;
|
||||
"tox-button--secondary": string;
|
||||
"tox-button--secondary--outline": string;
|
||||
"tox-checkbox": string;
|
||||
"tox-checkbox__input": string;
|
||||
"tox-checkbox__icons": string;
|
||||
"tox-checkbox-icon__unchecked": string;
|
||||
"tox-checkbox-icon__indeterminate": string;
|
||||
"tox-checkbox-icon__checked": string;
|
||||
"tox-checkbox--disabled": string;
|
||||
"tox-checkbox__label": string;
|
||||
"tox-collection--toolbar": string;
|
||||
"tox-collection__group": string;
|
||||
"tox-collection--grid": string;
|
||||
"tox-collection--list": string;
|
||||
"tox-collection__group-heading": string;
|
||||
"tox-collection__item": string;
|
||||
"tox-image-selector-menu": string;
|
||||
"tox-collection__item-image-selector": string;
|
||||
"tox-collection__item-icon": string;
|
||||
"tox-collection__item-image": string;
|
||||
"tox-collection__item-checkmark": string;
|
||||
"tox-image-selector__row": string;
|
||||
"tox-collection__item--active": string;
|
||||
"tox-collection__item--state-disabled": string;
|
||||
"tox-collection__item--enabled": string;
|
||||
"tox-collection--toolbar-lg": string;
|
||||
"tox-collection__item-label": string;
|
||||
"tox-collection__item-accessory": string;
|
||||
"tox-collection__item-caret": string;
|
||||
"tox-collection--horizontal": string;
|
||||
"tox-collection__item-container": string;
|
||||
"tox-collection__item-container--row": string;
|
||||
"tox-collection__item-container--align-left": string;
|
||||
"tox-collection__item-container--align-right": string;
|
||||
"tox-collection__item-container--valign-top": string;
|
||||
"tox-collection__item-container--valign-middle": string;
|
||||
"tox-collection__item-container--valign-bottom": string;
|
||||
"tox-collection__item-container--column": string;
|
||||
"tox-collection": string;
|
||||
"tox-hue-slider": string;
|
||||
"tox-rgb-form": string;
|
||||
"tox-rgba-preview": string;
|
||||
"tox-color-picker-container": string;
|
||||
"tox-sv-palette": string;
|
||||
"tox-sv-palette-spectrum": string;
|
||||
"tox-sv-palette-thumb": string;
|
||||
"tox-sv-palette-inner-thumb": string;
|
||||
"tox-hue-slider-spectrum": string;
|
||||
"tox-hue-slider-thumb": string;
|
||||
"tox-invalid": string;
|
||||
"tox-rgb-container": string;
|
||||
"tox-invalid-icon": string;
|
||||
"tox-control-wrap__status-icon-invalid": string;
|
||||
"tox-rgb-warning-note": string;
|
||||
"tox-toolbar": string;
|
||||
"tox-swatches": string;
|
||||
"tox-toolbar__primary": string;
|
||||
"tox-toolbar__overflow": string;
|
||||
"tox-swatches-menu": string;
|
||||
"tox-swatches__row": string;
|
||||
"tox-swatch": string;
|
||||
"tox-swatch--remove": string;
|
||||
"tox-swatches__picker-btn": string;
|
||||
"tox-comment": string;
|
||||
"tox-comment--selected": string;
|
||||
"tox-comment__single": string;
|
||||
"tox-comment__header": string;
|
||||
"tox-comment__date": string;
|
||||
"tox-comment__body": string;
|
||||
"tox-comment__body--expanded": string;
|
||||
"tox-comment__body--pending": string;
|
||||
"tox-comment__loading-text": string;
|
||||
"tox-comment__overlaytext": string;
|
||||
"tox-comment__expander": string;
|
||||
"tox-comment__buttonspacing": string;
|
||||
"tox-tbtn": string;
|
||||
"tox-comment__mention-btn": string;
|
||||
"tox-comment-thread": string;
|
||||
"tox-comment-thread__overlay": string;
|
||||
"tox-comment__reply": string;
|
||||
"tox-comment__edit": string;
|
||||
"tox-comment__gradient": string;
|
||||
"tox-comment__overlay": string;
|
||||
"tox-comment__busy-spinner": string;
|
||||
"tox-comment__scroll": string;
|
||||
"tox-comment--disappearing": string;
|
||||
"tox-ring-loader": string;
|
||||
"tox-rotation": string;
|
||||
"tox-user": string;
|
||||
"tox-user__avatar": string;
|
||||
"tox-user__name": string;
|
||||
"tox-dialog-wrap": string;
|
||||
"tox-dialog-wrap__backdrop": string;
|
||||
"tox-dialog-wrap__backdrop--opaque": string;
|
||||
"tox-dialog": string;
|
||||
"tox-dialog-inline": string;
|
||||
"tox-dialog__header": string;
|
||||
"tox-dialog__draghandle": string;
|
||||
"tox-dialog__dismiss": string;
|
||||
"tox-dialog__title": string;
|
||||
"tox-dialog__body": string;
|
||||
"tox-dialog__body-nav": string;
|
||||
"tox-dialog__body-nav-item": string;
|
||||
"tox-dialog__body-nav-item--active": string;
|
||||
"tox-label": string;
|
||||
"tox-label--center": string;
|
||||
"tox-label--end": string;
|
||||
"tox-dialog--width-lg": string;
|
||||
"tox-dialog--fullscreen": string;
|
||||
"tox-dialog--width-md": string;
|
||||
"tox-dialog__body-content--centered": string;
|
||||
"tox-dialog__footer": string;
|
||||
"tox-dialog__footer-start": string;
|
||||
"tox-dialog__footer-end": string;
|
||||
"tox-dialog__busy-spinner": string;
|
||||
"tox-dialog__table": string;
|
||||
"tox-dialog__iframe": string;
|
||||
"tox-dialog__iframe--opaque": string;
|
||||
"tox-navobj-bordered": string;
|
||||
"tox-navobj-bordered-focus": string;
|
||||
"tox-dialog__popups": string;
|
||||
"tox-dialog__body-iframe": string;
|
||||
"tox-navobj": string;
|
||||
"tox-dialog-dock-fadeout": string;
|
||||
"tox-dialog-dock-fadein": string;
|
||||
"tox-dialog-dock-transition": string;
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-dropzone-container": string;
|
||||
"tox-dropzone": string;
|
||||
"tox-edit-area": string;
|
||||
"tox-edit-area__iframe": string;
|
||||
"tox-edit-focus": string;
|
||||
"tox-inline-edit-area": string;
|
||||
"tox-control-wrap": string;
|
||||
"tox-control-wrap--status-invalid": string;
|
||||
"tox-control-wrap--status-unknown": string;
|
||||
"tox-control-wrap__status-icon-unknown": string;
|
||||
"tox-control-wrap--status-valid": string;
|
||||
"tox-control-wrap__status-icon-valid": string;
|
||||
"tox-control-wrap__status-icon-wrap": string;
|
||||
"tox-textfield": string;
|
||||
"tox-custom-preview": string;
|
||||
"tox-autocompleter": string;
|
||||
"tox-menu": string;
|
||||
"tox-autocompleter-highlight": string;
|
||||
"tox-color-input": string;
|
||||
"tox-toolbar-label": string;
|
||||
"tox-form": string;
|
||||
"tox-form-group--maximize": string;
|
||||
"tox-form__group--collection": string;
|
||||
"tox-form__grid--2col": string;
|
||||
"tox-form__grid--3col": string;
|
||||
"tox-form__grid--4col": string;
|
||||
"tox-form__controls-h-stack": string;
|
||||
"tox-form__group--inline": string;
|
||||
"tox-form__group--stretched": string;
|
||||
"tox-textarea": string;
|
||||
"tox-lock": string;
|
||||
"tox-locked": string;
|
||||
"tox-lock-icon__unlock": string;
|
||||
"tox-lock-icon__lock": string;
|
||||
"tox-lock-context-form-size-input": string;
|
||||
"tox-toolbar-textfield": string;
|
||||
"tox-listboxfield": string;
|
||||
"tox-listbox--select": string;
|
||||
"tox-textarea-wrap": string;
|
||||
"tox-focusable-wrapper": string;
|
||||
"tox-custom-editor": string;
|
||||
"tox-naked-btn": string;
|
||||
"tox-textfield-size": string;
|
||||
"tox-listbox__select-label": string;
|
||||
"tox-listbox__select-chevron": string;
|
||||
"tox-selectfield": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-help__more-link": string;
|
||||
"tox-imagepreview": string;
|
||||
"tox-imagepreview__loaded": string;
|
||||
"tox-imagepreview__container": string;
|
||||
"tox-imagepreview__image": string;
|
||||
"tox-image-tools": string;
|
||||
"tox-spacer": string;
|
||||
"tox-croprect-block": string;
|
||||
"tox-croprect-handle": string;
|
||||
"tox-croprect-handle-move": string;
|
||||
"tox-croprect-handle-nw": string;
|
||||
"tox-croprect-handle-ne": string;
|
||||
"tox-croprect-handle-sw": string;
|
||||
"tox-croprect-handle-se": string;
|
||||
"tox-image-selector-loading-spinner-wrapper": string;
|
||||
"tox-image-selector-loading-spinner": string;
|
||||
"tox-image-selector": string;
|
||||
"tox-image-selector--remove": string;
|
||||
"tox-image-selector-image-wrapper": string;
|
||||
"tox-image-selector-image-img": string;
|
||||
"tox-image-selector__picker-btn": string;
|
||||
"tox-context-toolbar": string;
|
||||
"tox-toolbar__group": string;
|
||||
"tox-insert-table-picker": string;
|
||||
"tox-insert-table-picker__selected": string;
|
||||
"tox-insert-table-picker__label": string;
|
||||
"tox-mentions__card-common": string;
|
||||
"tox-mentions__card": string;
|
||||
"tox-mentions__container": string;
|
||||
"tox-mentions__avatar": string;
|
||||
"tox-mentions__username": string;
|
||||
"tox-mentions__description": string;
|
||||
"tox-menu__label": string;
|
||||
"tox-menubar": string;
|
||||
"tox-promotion": string;
|
||||
"tox-promotion-link": string;
|
||||
"tox-mbtn": string;
|
||||
"tox-mbtn--active": string;
|
||||
"tox-mbtn__select-label": string;
|
||||
"tox-mbtn__select-chevron": string;
|
||||
"tox-notification": string;
|
||||
"tox-notification--in": string;
|
||||
"tox-notification--success": string;
|
||||
"tox-notification--error": string;
|
||||
"tox-notification--warn": string;
|
||||
"tox-notification--warning": string;
|
||||
"tox-notification--info": string;
|
||||
"tox-notification__body": string;
|
||||
"tox-notification__icon": string;
|
||||
"tox-notification__dismiss": string;
|
||||
"tox-progress-bar": string;
|
||||
"tox-notification-container-dock-fadeout": string;
|
||||
"tox-notification-container-dock-fadein": string;
|
||||
"tox-notification-container-dock-transition": string;
|
||||
"tox-onboarding-overlay": string;
|
||||
"tox-onboarding-dialog": string;
|
||||
"tox-onboarding-header": string;
|
||||
"tox-onboarding-step": string;
|
||||
"tox-onboarding-step--number": string;
|
||||
"tox-onboarding-step--body": string;
|
||||
"tox-onboarding-step--body-header": string;
|
||||
"tox-onboarding-step--body-details": string;
|
||||
"tox-onboarding-step--action": string;
|
||||
"tox-onboarding-footer": string;
|
||||
"tox-promotion-dialog": string;
|
||||
"tox-promotion-dialog-plugin": string;
|
||||
"tox-promotion-dialog-plugin--body": string;
|
||||
"tox-promotion-dialog-plugin-header": string;
|
||||
"tox-promotion-dialog-plugin-details": string;
|
||||
"tox-promotion-dialog-plugin--icon": string;
|
||||
"tox-promotion-dialog--subtitle": string;
|
||||
"tox-promotion-dialog--explore": string;
|
||||
"tox-promotion-dialog--footer": string;
|
||||
"tox-promotion-button": string;
|
||||
"tox-pop": string;
|
||||
"tox-pop--resizing": string;
|
||||
"tox-pop--transition": string;
|
||||
"tox-pop__dialog": string;
|
||||
"tox-pop--inset": string;
|
||||
"tox-pop--bottom": string;
|
||||
"tox-pop--top": string;
|
||||
"tox-pop--left": string;
|
||||
"tox-pop--right": string;
|
||||
"tox-pop--align-left": string;
|
||||
"tox-pop--align-right": string;
|
||||
"tox-sidebar-wrap": string;
|
||||
"tox-sidebar": string;
|
||||
"tox-sidebar__slider": string;
|
||||
"tox-sidebar__pane-container": string;
|
||||
"tox-sidebar__pane": string;
|
||||
"tox-sidebar--sliding-closed": string;
|
||||
"tox-sidebar--sliding-open": string;
|
||||
"tox-sidebar--sliding-growing": string;
|
||||
"tox-sidebar--sliding-shrinking": string;
|
||||
"tox-sidebar-content": string;
|
||||
"tox-sidebar-content__header": string;
|
||||
"tox-sidebar-content__header-close-button": string;
|
||||
"tox-sidebar-content__title": string;
|
||||
"tox-floating-sidebar": string;
|
||||
"tox-floating-sidebar__content-wrapper": string;
|
||||
"tox-floating-sidebar__header": string;
|
||||
"tox-ai": string;
|
||||
"tox-ai__user-prompt": string;
|
||||
"tox-ai__user-prompt__context": string;
|
||||
"tox-ai__user-prompt__text": string;
|
||||
"tox-ai__scroll": string;
|
||||
"tox-ai__response-content": string;
|
||||
"tox-ai__response": string;
|
||||
"tox-ai__response-streaming": string;
|
||||
"tox-ai__error-message": string;
|
||||
"tox-ai__footer": string;
|
||||
"tox-ai__context": string;
|
||||
"tox-ai__footer-actions": string;
|
||||
"tox-selector": string;
|
||||
"tox-platform-touch": string;
|
||||
"tox-skeleton": string;
|
||||
"tox-skeleton__line": string;
|
||||
"wave": string;
|
||||
"tox-skeleton__circle": string;
|
||||
"tox-slider": string;
|
||||
"tox-slider__rail": string;
|
||||
"tox-slider__handle": string;
|
||||
"tox-toolbar-slider": string;
|
||||
"tox-toolbar-slider__input": string;
|
||||
"tox-source-code": string;
|
||||
"tox-spinner": string;
|
||||
"tam-bouncing-dots": string;
|
||||
"tox-ai__spinner": string;
|
||||
"tox-statusbar": string;
|
||||
"tox-statusbar__path": string;
|
||||
"tox-statusbar__right-container": string;
|
||||
"tox-statusbar__help-text": string;
|
||||
"tox-statusbar__text-container": string;
|
||||
"tox-statusbar__text-container-3-cols": string;
|
||||
"tox-statusbar__text-container--flex-end": string;
|
||||
"tox-statusbar__text-container--flex-start": string;
|
||||
"tox-statusbar__text-container--space-around": string;
|
||||
"tox-statusbar__wordcount": string;
|
||||
"tox-statusbar__path-item": string;
|
||||
"tox-statusbar__branding": string;
|
||||
"tox-statusbar__resize-cursor-default": string;
|
||||
"tox-statusbar__resize-cursor-both": string;
|
||||
"tox-tag": string;
|
||||
"tox-tag__icon": string;
|
||||
"tox-tag__close": string;
|
||||
"tox-throbber": string;
|
||||
"tox-throbber__busy-spinner": string;
|
||||
"tox-toggle": string;
|
||||
"tox-toggle__slider": string;
|
||||
"tox-tbtn__icon-wrap": string;
|
||||
"tox-tbtn--active": string;
|
||||
"tox-tbtn--enabled": string;
|
||||
"tox-tbtn--disabled": string;
|
||||
"tox-tbtn-more": string;
|
||||
"tox-tbtn--md": string;
|
||||
"tox-tbtn--lg": string;
|
||||
"tox-tbtn--return": string;
|
||||
"tox-tbtn--labeled": string;
|
||||
"tox-tbtn__vlabel": string;
|
||||
"tox-label--context-toolbar": string;
|
||||
"tox-number-input": string;
|
||||
"tox-input-wrapper": string;
|
||||
"minus": string;
|
||||
"plus": string;
|
||||
"tox-tbtn--select": string;
|
||||
"tox-tbtn--bordered": string;
|
||||
"tox-tbtn__select-label": string;
|
||||
"tox-tbtn__select-chevron": string;
|
||||
"tox-tbtn--bespoke": string;
|
||||
"tox-split-button__main": string;
|
||||
"tox-split-button__chevron": string;
|
||||
"tox-icon-text-color__color": string;
|
||||
"tox-icon-highlight-bg-color__color": string;
|
||||
"tox-toolbar-overlord": string;
|
||||
"tox-toolbar__overflow--closed": string;
|
||||
"tox-toolbar__overflow--growing": string;
|
||||
"tox-toolbar__overflow--shrinking": string;
|
||||
"tox-toolbar--scrolling": string;
|
||||
"tox-toolbar--no-divider": string;
|
||||
"tox-toolbar__group--pull-right": string;
|
||||
"tox-tooltip": string;
|
||||
"tox-tooltip__body": string;
|
||||
"tox-tooltip__arrow": string;
|
||||
"tox-tooltip--down": string;
|
||||
"tox-tooltip--up": string;
|
||||
"tox-tooltip--right": string;
|
||||
"tox-tooltip--left": string;
|
||||
"tox-tree": string;
|
||||
"tox-trbtn": string;
|
||||
"tox-tree__label": string;
|
||||
"tox-trbtn--disabled": string;
|
||||
"tox-trbtn--enabled": string;
|
||||
"tox-trbtn--return": string;
|
||||
"tox-trbtn--labeled": string;
|
||||
"tox-trbtn__vlabel": string;
|
||||
"tox-tree--directory": string;
|
||||
"tox-tree--directory__label": string;
|
||||
"tox-chevron": string;
|
||||
"tox-tree--directory__children--growing": string;
|
||||
"tox-tree--directory__children--shrinking": string;
|
||||
"tox-tree--directory__children--open": string;
|
||||
"tox-tree--leaf__label": string;
|
||||
"tox-icon-custom-state": string;
|
||||
"tox-tree--directory__children": string;
|
||||
"color-swatch-remove-color": string;
|
||||
"tox-view-wrap": string;
|
||||
"tox-view-wrap__slot-container": string;
|
||||
"tox-view": string;
|
||||
"tox-view__header": string;
|
||||
"tox-view__label": string;
|
||||
"tox-view__label--normal": string;
|
||||
"tox-view__label--large": string;
|
||||
"tox-view--mobile": string;
|
||||
"tox-view__toolbar": string;
|
||||
"tox-view--scrolling": string;
|
||||
"tox-view__align-right": string;
|
||||
"tox-view__toolbar__group": string;
|
||||
"tox-view__header-start": string;
|
||||
"tox-view__header-end": string;
|
||||
"tox-view__pane": string;
|
||||
"tox-view__pane_panel": string;
|
||||
"tox-well": string;
|
||||
"tox-revisionhistory__pane": string;
|
||||
"tox-revisionhistory__container": string;
|
||||
"tox-revisionhistory": string;
|
||||
"tox-revisionhistory__iframe": string;
|
||||
"tox-revisionhistory__sidebar": string;
|
||||
"tox-revisionhistory__sidebar-title": string;
|
||||
"tox-revisionhistory__revisions": string;
|
||||
"tox-revisionhistory__card": string;
|
||||
"tox-revisionhistory__card--selected": string;
|
||||
"tox-revisionhistory__card-label": string;
|
||||
"tox-revisionhistory__card-content": string;
|
||||
"tox-revisionhistory__card-info": string;
|
||||
"tox-revisionhistory__card-date-label": string;
|
||||
"tox-revisionhistory__card-author-name": string;
|
||||
"tox-revisionhistory__avatar": string;
|
||||
"tox-revisionhistory__norevision": string;
|
||||
"tox-revisionhistory__card-check-icon": string;
|
||||
"tox-icon--badge": string;
|
||||
"tox-suggestededits__pane": string;
|
||||
"tox-suggestededits__sink": string;
|
||||
"tox-tiered-menu": string;
|
||||
"tox-suggestededits__container": string;
|
||||
"tox-suggestededits": string;
|
||||
"tox-suggestededits__content": string;
|
||||
"tox-suggestededits__model": string;
|
||||
"tox-suggestededits__iframe": string;
|
||||
"tox-suggestededits__sidebar": string;
|
||||
"tox-suggestededits__sidebar-header": string;
|
||||
"tox-suggestededits__sidebar-content": string;
|
||||
"tox-suggestededits__card": string;
|
||||
"tox-suggestededits__card--divider": string;
|
||||
"tox-suggestededits__card--single": string;
|
||||
"tox-suggestededits__card--editor": string;
|
||||
"tox-suggestededits__card--header": string;
|
||||
"tox-suggestededits__card--user": string;
|
||||
"tox-suggestededits__card--avatar": string;
|
||||
"tox-suggestededits__card--details": string;
|
||||
"tox-suggestededits__card--name": string;
|
||||
"tox-suggestededits__card--feedback-user": string;
|
||||
"tox-suggestededits__card--timestamp": string;
|
||||
"tox-suggestededits__resolution": string;
|
||||
"tox-suggestededits__resolution--accepted": string;
|
||||
"tox-suggestededits__resolution--rejected": string;
|
||||
"tox-suggestededits__card--content": string;
|
||||
"tox-suggestededits__operations": string;
|
||||
"tox-suggestededits__operations-bar": string;
|
||||
"tox-suggestededits__operations-bar--insert": string;
|
||||
"tox-suggestededits__operations-bar--modify": string;
|
||||
"tox-suggestededits__operations-bar--remove": string;
|
||||
"tox-suggestededits__operations-text": string;
|
||||
"tox-suggestededits__card--feedback": string;
|
||||
"tox-suggestededits__card--textarea": string;
|
||||
"tox-suggestededits__card--footer": string;
|
||||
"tox-suggestededits__card--buttons": string;
|
||||
"tox-suggestededits__card--review-buttons": string;
|
||||
"tox-suggestededits__card--feedback-buttons": string;
|
||||
"tox-suggestededits__card--hidden": string;
|
||||
"tox-suggestededits__card--resolved": string;
|
||||
"tox-suggestededits__card--active": string;
|
||||
"tox-dialog-loading": string;
|
||||
"tox-tab": string;
|
||||
"tox-dialog__content-js": string;
|
||||
};
|
||||
1025
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.css
Normal file
1025
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.css
Normal file
File diff suppressed because it is too large
Load Diff
1031
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.inline.css
Normal file
1031
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.inline.css
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
10
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"cdata": string;
|
||||
"comment": string;
|
||||
"doctype": string;
|
||||
"prolog": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"boolean": string;
|
||||
"constant": string;
|
||||
"deleted": string;
|
||||
"number": string;
|
||||
"property": string;
|
||||
"symbol": string;
|
||||
"tag": string;
|
||||
"attr-name": string;
|
||||
"builtin": string;
|
||||
"char": string;
|
||||
"inserted": string;
|
||||
"selector": string;
|
||||
"string": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"entity": string;
|
||||
"operator": string;
|
||||
"url": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"class-name": string;
|
||||
"function": string;
|
||||
"important": string;
|
||||
"regex": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"comment": string;
|
||||
"prolog": string;
|
||||
"doctype": string;
|
||||
"cdata": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"property": string;
|
||||
"tag": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"constant": string;
|
||||
"symbol": string;
|
||||
"deleted": string;
|
||||
"selector": string;
|
||||
"attr-name": string;
|
||||
"string": string;
|
||||
"char": string;
|
||||
"builtin": string;
|
||||
"inserted": string;
|
||||
"operator": string;
|
||||
"entity": string;
|
||||
"url": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"function": string;
|
||||
"class-name": string;
|
||||
"regex": string;
|
||||
"important": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
10
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.js
Normal file
10
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.js
Normal file
File diff suppressed because one or more lines are too long
10
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
116
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.min.ts
Normal file
116
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.min.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"cdata": string;
|
||||
"comment": string;
|
||||
"doctype": string;
|
||||
"prolog": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"constant": string;
|
||||
"deleted": string;
|
||||
"property": string;
|
||||
"symbol": string;
|
||||
"tag": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"attr-name": string;
|
||||
"builtin": string;
|
||||
"char": string;
|
||||
"inserted": string;
|
||||
"selector": string;
|
||||
"string": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"entity": string;
|
||||
"operator": string;
|
||||
"url": string;
|
||||
"variable": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"class-name": string;
|
||||
"function": string;
|
||||
"keyword": string;
|
||||
"important": string;
|
||||
"regex": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
116
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.ts
Normal file
116
public/assets/js/tinymce/skins/ui/tinymce-5-dark/content.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"comment": string;
|
||||
"prolog": string;
|
||||
"doctype": string;
|
||||
"cdata": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"property": string;
|
||||
"tag": string;
|
||||
"constant": string;
|
||||
"symbol": string;
|
||||
"deleted": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"selector": string;
|
||||
"attr-name": string;
|
||||
"string": string;
|
||||
"char": string;
|
||||
"builtin": string;
|
||||
"inserted": string;
|
||||
"operator": string;
|
||||
"entity": string;
|
||||
"url": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"variable": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"function": string;
|
||||
"class-name": string;
|
||||
"keyword": string;
|
||||
"regex": string;
|
||||
"important": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
5734
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.css
Normal file
5734
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.css
Normal file
File diff suppressed because it is too large
Load Diff
1
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.js
Normal file
1
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.js
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.min.css
vendored
Normal file
1
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
508
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.min.ts
Normal file
508
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.min.ts
Normal file
@@ -0,0 +1,508 @@
|
||||
export interface Classes {
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-tinymce-aux": string;
|
||||
"tox-tinymce-inline": string;
|
||||
"tox-editor-container": string;
|
||||
"tox-editor-header": string;
|
||||
"tox-icon--flip": string;
|
||||
"tox-editor-dock-transition": string;
|
||||
"tox-tinymce--toolbar-bottom": string;
|
||||
"tox-tinymce--toolbar-sticky-on": string;
|
||||
"tox-editor-header--empty": string;
|
||||
"tox-editor-dock-fadeout": string;
|
||||
"tox-editor-dock-fadein": string;
|
||||
"accessibility-issue__header": string;
|
||||
"accessibility-issue__subheader": string;
|
||||
"accessbility-sr-only": string;
|
||||
"accessibility-issue__description": string;
|
||||
"tox-icon": string;
|
||||
"accessibility-issue__contentID": string;
|
||||
"accessibility-issue__document": string;
|
||||
"accessibility-issue__repair": string;
|
||||
"tox-form__group": string;
|
||||
"tox-form__group--error": string;
|
||||
"tox-dialog__body-content": string;
|
||||
"accessibility-issue--info": string;
|
||||
"accessibility-issue__icon": string;
|
||||
"tox-button--naked": string;
|
||||
"tox-button--icon": string;
|
||||
"accessibility-issue--warn": string;
|
||||
"accessibility-issue--error": string;
|
||||
"accessibility-issue--success": string;
|
||||
"tox-button": string;
|
||||
"mce-codemirror": string;
|
||||
"tox-inline-codemirror": string;
|
||||
"tox-advtemplate": string;
|
||||
"tox-form__grid": string;
|
||||
"tox-force-desktop": string;
|
||||
"tox-anchorbar": string;
|
||||
"tox-bottom-anchorbar": string;
|
||||
"tox-bar": string;
|
||||
"tox-icon--success": string;
|
||||
"tox-icon--error": string;
|
||||
"tox-button--stretch": string;
|
||||
"tox-context-form__group": string;
|
||||
"tox-button--enabled": string;
|
||||
"tox-button--secondary": string;
|
||||
"tox-button--secondary--outline": string;
|
||||
"tox-checkbox": string;
|
||||
"tox-checkbox__input": string;
|
||||
"tox-checkbox__icons": string;
|
||||
"tox-checkbox-icon__unchecked": string;
|
||||
"tox-checkbox-icon__indeterminate": string;
|
||||
"tox-checkbox-icon__checked": string;
|
||||
"tox-checkbox--disabled": string;
|
||||
"tox-checkbox__label": string;
|
||||
"tox-collection--toolbar": string;
|
||||
"tox-collection__group": string;
|
||||
"tox-collection--grid": string;
|
||||
"tox-collection--list": string;
|
||||
"tox-collection__group-heading": string;
|
||||
"tox-collection__item": string;
|
||||
"tox-image-selector-menu": string;
|
||||
"tox-collection__item-image-selector": string;
|
||||
"tox-collection__item-checkmark": string;
|
||||
"tox-collection__item-icon": string;
|
||||
"tox-collection__item-image": string;
|
||||
"tox-image-selector__row": string;
|
||||
"tox-collection__item--active": string;
|
||||
"tox-collection__item--state-disabled": string;
|
||||
"tox-collection__item--enabled": string;
|
||||
"tox-collection--toolbar-lg": string;
|
||||
"tox-collection__item-label": string;
|
||||
"tox-collection__item-accessory": string;
|
||||
"tox-collection__item-caret": string;
|
||||
"tox-collection--horizontal": string;
|
||||
"tox-collection__item-container": string;
|
||||
"tox-collection__item-container--row": string;
|
||||
"tox-collection__item-container--align-left": string;
|
||||
"tox-collection__item-container--align-right": string;
|
||||
"tox-collection__item-container--valign-top": string;
|
||||
"tox-collection__item-container--valign-middle": string;
|
||||
"tox-collection__item-container--valign-bottom": string;
|
||||
"tox-collection__item-container--column": string;
|
||||
"tox-collection": string;
|
||||
"tox-hue-slider": string;
|
||||
"tox-rgb-form": string;
|
||||
"tox-rgba-preview": string;
|
||||
"tox-color-picker-container": string;
|
||||
"tox-sv-palette": string;
|
||||
"tox-sv-palette-spectrum": string;
|
||||
"tox-sv-palette-thumb": string;
|
||||
"tox-sv-palette-inner-thumb": string;
|
||||
"tox-hue-slider-spectrum": string;
|
||||
"tox-hue-slider-thumb": string;
|
||||
"tox-invalid": string;
|
||||
"tox-rgb-container": string;
|
||||
"tox-invalid-icon": string;
|
||||
"tox-control-wrap__status-icon-invalid": string;
|
||||
"tox-rgb-warning-note": string;
|
||||
"tox-toolbar": string;
|
||||
"tox-swatches": string;
|
||||
"tox-toolbar__overflow": string;
|
||||
"tox-toolbar__primary": string;
|
||||
"tox-swatches-menu": string;
|
||||
"tox-swatches__row": string;
|
||||
"tox-swatch": string;
|
||||
"tox-swatch--remove": string;
|
||||
"tox-swatches__picker-btn": string;
|
||||
"tox-comment": string;
|
||||
"tox-comment--selected": string;
|
||||
"tox-comment__single": string;
|
||||
"tox-comment__header": string;
|
||||
"tox-comment__date": string;
|
||||
"tox-comment__body": string;
|
||||
"tox-comment__body--expanded": string;
|
||||
"tox-comment__body--pending": string;
|
||||
"tox-comment__loading-text": string;
|
||||
"tox-comment__overlaytext": string;
|
||||
"tox-comment__expander": string;
|
||||
"tox-comment__buttonspacing": string;
|
||||
"tox-tbtn": string;
|
||||
"tox-comment__mention-btn": string;
|
||||
"tox-comment-thread": string;
|
||||
"tox-comment-thread__overlay": string;
|
||||
"tox-comment__reply": string;
|
||||
"tox-comment__edit": string;
|
||||
"tox-comment__gradient": string;
|
||||
"tox-comment__overlay": string;
|
||||
"tox-comment__busy-spinner": string;
|
||||
"tox-comment__scroll": string;
|
||||
"tox-comment--disappearing": string;
|
||||
"tox-ring-loader": string;
|
||||
"tox-rotation": string;
|
||||
"tox-user": string;
|
||||
"tox-user__avatar": string;
|
||||
"tox-user__name": string;
|
||||
"tox-dialog-wrap": string;
|
||||
"tox-dialog-wrap__backdrop": string;
|
||||
"tox-dialog-wrap__backdrop--opaque": string;
|
||||
"tox-dialog": string;
|
||||
"tox-dialog-inline": string;
|
||||
"tox-dialog__header": string;
|
||||
"tox-dialog__draghandle": string;
|
||||
"tox-dialog__dismiss": string;
|
||||
"tox-dialog__title": string;
|
||||
"tox-dialog__body": string;
|
||||
"tox-dialog__body-nav": string;
|
||||
"tox-dialog__body-nav-item": string;
|
||||
"tox-dialog__body-nav-item--active": string;
|
||||
"tox-label": string;
|
||||
"tox-label--center": string;
|
||||
"tox-label--end": string;
|
||||
"tox-dialog--width-lg": string;
|
||||
"tox-dialog--fullscreen": string;
|
||||
"tox-dialog--width-md": string;
|
||||
"tox-dialog__body-content--centered": string;
|
||||
"tox-dialog__footer": string;
|
||||
"tox-dialog__footer-end": string;
|
||||
"tox-dialog__footer-start": string;
|
||||
"tox-dialog__busy-spinner": string;
|
||||
"tox-dialog__table": string;
|
||||
"tox-dialog__iframe": string;
|
||||
"tox-dialog__iframe--opaque": string;
|
||||
"tox-navobj-bordered": string;
|
||||
"tox-navobj-bordered-focus": string;
|
||||
"tox-dialog__popups": string;
|
||||
"tox-dialog__body-iframe": string;
|
||||
"tox-navobj": string;
|
||||
"tox-dialog-dock-fadeout": string;
|
||||
"tox-dialog-dock-fadein": string;
|
||||
"tox-dialog-dock-transition": string;
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-dropzone-container": string;
|
||||
"tox-dropzone": string;
|
||||
"tox-edit-area": string;
|
||||
"tox-edit-area__iframe": string;
|
||||
"tox-edit-focus": string;
|
||||
"tox-inline-edit-area": string;
|
||||
"tox-control-wrap": string;
|
||||
"tox-control-wrap--status-invalid": string;
|
||||
"tox-control-wrap--status-unknown": string;
|
||||
"tox-control-wrap__status-icon-unknown": string;
|
||||
"tox-control-wrap--status-valid": string;
|
||||
"tox-control-wrap__status-icon-valid": string;
|
||||
"tox-control-wrap__status-icon-wrap": string;
|
||||
"tox-textfield": string;
|
||||
"tox-custom-preview": string;
|
||||
"tox-autocompleter": string;
|
||||
"tox-menu": string;
|
||||
"tox-autocompleter-highlight": string;
|
||||
"tox-color-input": string;
|
||||
"tox-toolbar-label": string;
|
||||
"tox-form": string;
|
||||
"tox-form-group--maximize": string;
|
||||
"tox-form__group--collection": string;
|
||||
"tox-form__grid--2col": string;
|
||||
"tox-form__grid--3col": string;
|
||||
"tox-form__grid--4col": string;
|
||||
"tox-form__controls-h-stack": string;
|
||||
"tox-form__group--inline": string;
|
||||
"tox-form__group--stretched": string;
|
||||
"tox-textarea": string;
|
||||
"tox-lock": string;
|
||||
"tox-locked": string;
|
||||
"tox-lock-icon__unlock": string;
|
||||
"tox-lock-icon__lock": string;
|
||||
"tox-lock-context-form-size-input": string;
|
||||
"tox-listboxfield": string;
|
||||
"tox-listbox--select": string;
|
||||
"tox-textarea-wrap": string;
|
||||
"tox-toolbar-textfield": string;
|
||||
"tox-custom-editor": string;
|
||||
"tox-focusable-wrapper": string;
|
||||
"tox-naked-btn": string;
|
||||
"tox-textfield-size": string;
|
||||
"tox-listbox__select-label": string;
|
||||
"tox-listbox__select-chevron": string;
|
||||
"tox-selectfield": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-help__more-link": string;
|
||||
"tox-imagepreview": string;
|
||||
"tox-imagepreview__loaded": string;
|
||||
"tox-imagepreview__container": string;
|
||||
"tox-imagepreview__image": string;
|
||||
"tox-image-tools": string;
|
||||
"tox-spacer": string;
|
||||
"tox-croprect-block": string;
|
||||
"tox-croprect-handle": string;
|
||||
"tox-croprect-handle-move": string;
|
||||
"tox-croprect-handle-nw": string;
|
||||
"tox-croprect-handle-ne": string;
|
||||
"tox-croprect-handle-sw": string;
|
||||
"tox-croprect-handle-se": string;
|
||||
"tox-image-selector-loading-spinner-wrapper": string;
|
||||
"tox-image-selector-loading-spinner": string;
|
||||
"tox-image-selector": string;
|
||||
"tox-image-selector--remove": string;
|
||||
"tox-image-selector-image-wrapper": string;
|
||||
"tox-image-selector-image-img": string;
|
||||
"tox-image-selector__picker-btn": string;
|
||||
"tox-context-toolbar": string;
|
||||
"tox-toolbar__group": string;
|
||||
"tox-insert-table-picker": string;
|
||||
"tox-insert-table-picker__selected": string;
|
||||
"tox-insert-table-picker__label": string;
|
||||
"tox-mentions__card-common": string;
|
||||
"tox-mentions__card": string;
|
||||
"tox-mentions__container": string;
|
||||
"tox-mentions__avatar": string;
|
||||
"tox-mentions__username": string;
|
||||
"tox-mentions__description": string;
|
||||
"tox-menu__label": string;
|
||||
"tox-menubar": string;
|
||||
"tox-promotion": string;
|
||||
"tox-promotion-link": string;
|
||||
"tox-mbtn": string;
|
||||
"tox-mbtn--active": string;
|
||||
"tox-mbtn__select-label": string;
|
||||
"tox-mbtn__select-chevron": string;
|
||||
"tox-notification": string;
|
||||
"tox-notification--in": string;
|
||||
"tox-notification--success": string;
|
||||
"tox-notification--error": string;
|
||||
"tox-notification--warn": string;
|
||||
"tox-notification--warning": string;
|
||||
"tox-notification--info": string;
|
||||
"tox-notification__body": string;
|
||||
"tox-notification__icon": string;
|
||||
"tox-notification__dismiss": string;
|
||||
"tox-progress-bar": string;
|
||||
"tox-notification-container-dock-fadeout": string;
|
||||
"tox-notification-container-dock-fadein": string;
|
||||
"tox-notification-container-dock-transition": string;
|
||||
"tox-onboarding-overlay": string;
|
||||
"tox-onboarding-dialog": string;
|
||||
"tox-onboarding-header": string;
|
||||
"tox-onboarding-step": string;
|
||||
"tox-onboarding-step--number": string;
|
||||
"tox-onboarding-step--body": string;
|
||||
"tox-onboarding-step--body-header": string;
|
||||
"tox-onboarding-step--body-details": string;
|
||||
"tox-onboarding-step--action": string;
|
||||
"tox-onboarding-footer": string;
|
||||
"tox-promotion-dialog": string;
|
||||
"tox-promotion-dialog-plugin": string;
|
||||
"tox-promotion-dialog-plugin--body": string;
|
||||
"tox-promotion-dialog-plugin-header": string;
|
||||
"tox-promotion-dialog-plugin-details": string;
|
||||
"tox-promotion-dialog-plugin--icon": string;
|
||||
"tox-promotion-dialog--subtitle": string;
|
||||
"tox-promotion-dialog--explore": string;
|
||||
"tox-promotion-dialog--footer": string;
|
||||
"tox-promotion-button": string;
|
||||
"tox-pop": string;
|
||||
"tox-pop--resizing": string;
|
||||
"tox-pop--transition": string;
|
||||
"tox-pop__dialog": string;
|
||||
"tox-pop--inset": string;
|
||||
"tox-pop--bottom": string;
|
||||
"tox-pop--top": string;
|
||||
"tox-pop--left": string;
|
||||
"tox-pop--right": string;
|
||||
"tox-pop--align-left": string;
|
||||
"tox-pop--align-right": string;
|
||||
"tox-sidebar-wrap": string;
|
||||
"tox-sidebar": string;
|
||||
"tox-sidebar__slider": string;
|
||||
"tox-sidebar__pane-container": string;
|
||||
"tox-sidebar__pane": string;
|
||||
"tox-sidebar--sliding-closed": string;
|
||||
"tox-sidebar--sliding-open": string;
|
||||
"tox-sidebar--sliding-growing": string;
|
||||
"tox-sidebar--sliding-shrinking": string;
|
||||
"tox-sidebar-content": string;
|
||||
"tox-sidebar-content__header": string;
|
||||
"tox-sidebar-content__header-close-button": string;
|
||||
"tox-sidebar-content__title": string;
|
||||
"tox-floating-sidebar": string;
|
||||
"tox-floating-sidebar__content-wrapper": string;
|
||||
"tox-floating-sidebar__header": string;
|
||||
"tox-ai": string;
|
||||
"tox-ai__user-prompt": string;
|
||||
"tox-ai__user-prompt__context": string;
|
||||
"tox-ai__user-prompt__text": string;
|
||||
"tox-ai__scroll": string;
|
||||
"tox-ai__response-content": string;
|
||||
"tox-ai__response": string;
|
||||
"tox-ai__response-streaming": string;
|
||||
"tox-ai__error-message": string;
|
||||
"tox-ai__footer": string;
|
||||
"tox-ai__context": string;
|
||||
"tox-ai__footer-actions": string;
|
||||
"tox-selector": string;
|
||||
"tox-platform-touch": string;
|
||||
"tox-skeleton": string;
|
||||
"tox-skeleton__line": string;
|
||||
"wave": string;
|
||||
"tox-skeleton__circle": string;
|
||||
"tox-slider": string;
|
||||
"tox-slider__rail": string;
|
||||
"tox-slider__handle": string;
|
||||
"tox-toolbar-slider": string;
|
||||
"tox-toolbar-slider__input": string;
|
||||
"tox-source-code": string;
|
||||
"tox-spinner": string;
|
||||
"tam-bouncing-dots": string;
|
||||
"tox-ai__spinner": string;
|
||||
"tox-statusbar": string;
|
||||
"tox-statusbar__path": string;
|
||||
"tox-statusbar__right-container": string;
|
||||
"tox-statusbar__help-text": string;
|
||||
"tox-statusbar__text-container": string;
|
||||
"tox-statusbar__text-container-3-cols": string;
|
||||
"tox-statusbar__text-container--flex-end": string;
|
||||
"tox-statusbar__text-container--flex-start": string;
|
||||
"tox-statusbar__text-container--space-around": string;
|
||||
"tox-statusbar__wordcount": string;
|
||||
"tox-statusbar__path-item": string;
|
||||
"tox-statusbar__branding": string;
|
||||
"tox-statusbar__resize-cursor-default": string;
|
||||
"tox-statusbar__resize-cursor-both": string;
|
||||
"tox-tag": string;
|
||||
"tox-tag__icon": string;
|
||||
"tox-tag__close": string;
|
||||
"tox-throbber": string;
|
||||
"tox-throbber__busy-spinner": string;
|
||||
"tox-toggle": string;
|
||||
"tox-toggle__slider": string;
|
||||
"tox-tbtn__icon-wrap": string;
|
||||
"tox-tbtn--active": string;
|
||||
"tox-tbtn--enabled": string;
|
||||
"tox-tbtn--disabled": string;
|
||||
"tox-tbtn-more": string;
|
||||
"tox-tbtn--md": string;
|
||||
"tox-tbtn--lg": string;
|
||||
"tox-tbtn--return": string;
|
||||
"tox-tbtn--labeled": string;
|
||||
"tox-tbtn__vlabel": string;
|
||||
"tox-label--context-toolbar": string;
|
||||
"tox-number-input": string;
|
||||
"tox-input-wrapper": string;
|
||||
"minus": string;
|
||||
"plus": string;
|
||||
"tox-tbtn--select": string;
|
||||
"tox-tbtn--bordered": string;
|
||||
"tox-tbtn__select-label": string;
|
||||
"tox-tbtn__select-chevron": string;
|
||||
"tox-tbtn--bespoke": string;
|
||||
"tox-split-button__main": string;
|
||||
"tox-split-button__chevron": string;
|
||||
"tox-icon-highlight-bg-color__color": string;
|
||||
"tox-icon-text-color__color": string;
|
||||
"tox-toolbar-overlord": string;
|
||||
"tox-toolbar__overflow--closed": string;
|
||||
"tox-toolbar__overflow--growing": string;
|
||||
"tox-toolbar__overflow--shrinking": string;
|
||||
"tox-toolbar--scrolling": string;
|
||||
"tox-toolbar--no-divider": string;
|
||||
"tox-toolbar__group--pull-right": string;
|
||||
"tox-tooltip": string;
|
||||
"tox-tooltip__body": string;
|
||||
"tox-tooltip__arrow": string;
|
||||
"tox-tooltip--down": string;
|
||||
"tox-tooltip--up": string;
|
||||
"tox-tooltip--right": string;
|
||||
"tox-tooltip--left": string;
|
||||
"tox-tree": string;
|
||||
"tox-trbtn": string;
|
||||
"tox-tree__label": string;
|
||||
"tox-trbtn--disabled": string;
|
||||
"tox-trbtn--enabled": string;
|
||||
"tox-trbtn--return": string;
|
||||
"tox-trbtn--labeled": string;
|
||||
"tox-trbtn__vlabel": string;
|
||||
"tox-tree--directory": string;
|
||||
"tox-tree--directory__label": string;
|
||||
"tox-chevron": string;
|
||||
"tox-tree--directory__children--growing": string;
|
||||
"tox-tree--directory__children--shrinking": string;
|
||||
"tox-tree--directory__children--open": string;
|
||||
"tox-tree--leaf__label": string;
|
||||
"tox-icon-custom-state": string;
|
||||
"tox-tree--directory__children": string;
|
||||
"color-swatch-remove-color": string;
|
||||
"tox-view-wrap": string;
|
||||
"tox-view-wrap__slot-container": string;
|
||||
"tox-view": string;
|
||||
"tox-view__header": string;
|
||||
"tox-view__label": string;
|
||||
"tox-view__label--normal": string;
|
||||
"tox-view__label--large": string;
|
||||
"tox-view--mobile": string;
|
||||
"tox-view__toolbar": string;
|
||||
"tox-view--scrolling": string;
|
||||
"tox-view__align-right": string;
|
||||
"tox-view__toolbar__group": string;
|
||||
"tox-view__header-end": string;
|
||||
"tox-view__header-start": string;
|
||||
"tox-view__pane": string;
|
||||
"tox-view__pane_panel": string;
|
||||
"tox-well": string;
|
||||
"tox-revisionhistory__pane": string;
|
||||
"tox-revisionhistory__container": string;
|
||||
"tox-revisionhistory": string;
|
||||
"tox-revisionhistory__iframe": string;
|
||||
"tox-revisionhistory__sidebar": string;
|
||||
"tox-revisionhistory__sidebar-title": string;
|
||||
"tox-revisionhistory__revisions": string;
|
||||
"tox-revisionhistory__card": string;
|
||||
"tox-revisionhistory__card--selected": string;
|
||||
"tox-revisionhistory__card-label": string;
|
||||
"tox-revisionhistory__card-content": string;
|
||||
"tox-revisionhistory__card-info": string;
|
||||
"tox-revisionhistory__card-date-label": string;
|
||||
"tox-revisionhistory__card-author-name": string;
|
||||
"tox-revisionhistory__avatar": string;
|
||||
"tox-revisionhistory__norevision": string;
|
||||
"tox-revisionhistory__card-check-icon": string;
|
||||
"tox-icon--badge": string;
|
||||
"tox-suggestededits__pane": string;
|
||||
"tox-suggestededits__sink": string;
|
||||
"tox-tiered-menu": string;
|
||||
"tox-suggestededits__container": string;
|
||||
"tox-suggestededits": string;
|
||||
"tox-suggestededits__content": string;
|
||||
"tox-suggestededits__model": string;
|
||||
"tox-suggestededits__iframe": string;
|
||||
"tox-suggestededits__sidebar": string;
|
||||
"tox-suggestededits__sidebar-header": string;
|
||||
"tox-suggestededits__sidebar-content": string;
|
||||
"tox-suggestededits__card": string;
|
||||
"tox-suggestededits__card--divider": string;
|
||||
"tox-suggestededits__card--editor": string;
|
||||
"tox-suggestededits__card--single": string;
|
||||
"tox-suggestededits__card--header": string;
|
||||
"tox-suggestededits__card--user": string;
|
||||
"tox-suggestededits__card--avatar": string;
|
||||
"tox-suggestededits__card--details": string;
|
||||
"tox-suggestededits__card--name": string;
|
||||
"tox-suggestededits__card--feedback-user": string;
|
||||
"tox-suggestededits__card--timestamp": string;
|
||||
"tox-suggestededits__resolution": string;
|
||||
"tox-suggestededits__resolution--accepted": string;
|
||||
"tox-suggestededits__resolution--rejected": string;
|
||||
"tox-suggestededits__card--content": string;
|
||||
"tox-suggestededits__operations": string;
|
||||
"tox-suggestededits__operations-bar": string;
|
||||
"tox-suggestededits__operations-bar--insert": string;
|
||||
"tox-suggestededits__operations-bar--modify": string;
|
||||
"tox-suggestededits__operations-bar--remove": string;
|
||||
"tox-suggestededits__operations-text": string;
|
||||
"tox-suggestededits__card--feedback": string;
|
||||
"tox-suggestededits__card--textarea": string;
|
||||
"tox-suggestededits__card--footer": string;
|
||||
"tox-suggestededits__card--buttons": string;
|
||||
"tox-suggestededits__card--review-buttons": string;
|
||||
"tox-suggestededits__card--feedback-buttons": string;
|
||||
"tox-suggestededits__card--hidden": string;
|
||||
"tox-suggestededits__card--resolved": string;
|
||||
"tox-suggestededits__card--active": string;
|
||||
"tox-dialog-loading": string;
|
||||
"tox-tab": string;
|
||||
"tox-dialog__content-js": string;
|
||||
"tox-split-button": string;
|
||||
};
|
||||
@@ -0,0 +1,30 @@
|
||||
body.tox-dialog__disable-scroll {
|
||||
overflow: hidden;
|
||||
}
|
||||
.tox-fullscreen {
|
||||
border: 0;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
overscroll-behavior: none;
|
||||
padding: 0;
|
||||
touch-action: pinch-zoom;
|
||||
width: 100%;
|
||||
}
|
||||
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
|
||||
display: none;
|
||||
}
|
||||
.tox.tox-tinymce.tox-fullscreen,
|
||||
.tox-shadowhost.tox-fullscreen {
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1200;
|
||||
}
|
||||
.tox.tox-tinymce.tox-fullscreen {
|
||||
background-color: transparent;
|
||||
}
|
||||
.tox-fullscreen .tox.tox-tinymce-aux,
|
||||
.tox-fullscreen ~ .tox.tox-tinymce-aux {
|
||||
z-index: 1201;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
tinymce.Resource.add('ui/tinymce-5-dark/skin.shadowdom.css', `body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}`)
|
||||
1
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css
vendored
Normal file
1
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}
|
||||
@@ -0,0 +1,9 @@
|
||||
export interface Classes {
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-tinymce-aux": string;
|
||||
};
|
||||
@@ -0,0 +1,9 @@
|
||||
export interface Classes {
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-tinymce-aux": string;
|
||||
};
|
||||
508
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.ts
Normal file
508
public/assets/js/tinymce/skins/ui/tinymce-5-dark/skin.ts
Normal file
@@ -0,0 +1,508 @@
|
||||
export interface Classes {
|
||||
"tox": string;
|
||||
"tox-tinymce": string;
|
||||
"tox-tinymce-aux": string;
|
||||
"tox-tinymce-inline": string;
|
||||
"tox-editor-container": string;
|
||||
"tox-editor-header": string;
|
||||
"tox-icon--flip": string;
|
||||
"tox-editor-dock-transition": string;
|
||||
"tox-tinymce--toolbar-bottom": string;
|
||||
"tox-tinymce--toolbar-sticky-on": string;
|
||||
"tox-editor-header--empty": string;
|
||||
"tox-editor-dock-fadeout": string;
|
||||
"tox-editor-dock-fadein": string;
|
||||
"accessibility-issue__header": string;
|
||||
"accessibility-issue__subheader": string;
|
||||
"accessbility-sr-only": string;
|
||||
"accessibility-issue__description": string;
|
||||
"tox-icon": string;
|
||||
"accessibility-issue__contentID": string;
|
||||
"accessibility-issue__document": string;
|
||||
"accessibility-issue__repair": string;
|
||||
"tox-form__group": string;
|
||||
"tox-form__group--error": string;
|
||||
"tox-dialog__body-content": string;
|
||||
"accessibility-issue--info": string;
|
||||
"accessibility-issue__icon": string;
|
||||
"tox-button--naked": string;
|
||||
"tox-button--icon": string;
|
||||
"accessibility-issue--warn": string;
|
||||
"accessibility-issue--error": string;
|
||||
"accessibility-issue--success": string;
|
||||
"tox-button": string;
|
||||
"mce-codemirror": string;
|
||||
"tox-inline-codemirror": string;
|
||||
"tox-advtemplate": string;
|
||||
"tox-form__grid": string;
|
||||
"tox-force-desktop": string;
|
||||
"tox-anchorbar": string;
|
||||
"tox-bottom-anchorbar": string;
|
||||
"tox-bar": string;
|
||||
"tox-icon--success": string;
|
||||
"tox-icon--error": string;
|
||||
"tox-button--stretch": string;
|
||||
"tox-context-form__group": string;
|
||||
"tox-button--enabled": string;
|
||||
"tox-button--secondary": string;
|
||||
"tox-button--secondary--outline": string;
|
||||
"tox-checkbox": string;
|
||||
"tox-checkbox__input": string;
|
||||
"tox-checkbox__icons": string;
|
||||
"tox-checkbox-icon__unchecked": string;
|
||||
"tox-checkbox-icon__indeterminate": string;
|
||||
"tox-checkbox-icon__checked": string;
|
||||
"tox-checkbox--disabled": string;
|
||||
"tox-checkbox__label": string;
|
||||
"tox-collection--toolbar": string;
|
||||
"tox-collection__group": string;
|
||||
"tox-collection--grid": string;
|
||||
"tox-collection--list": string;
|
||||
"tox-collection__group-heading": string;
|
||||
"tox-collection__item": string;
|
||||
"tox-image-selector-menu": string;
|
||||
"tox-collection__item-image-selector": string;
|
||||
"tox-collection__item-icon": string;
|
||||
"tox-collection__item-image": string;
|
||||
"tox-collection__item-checkmark": string;
|
||||
"tox-image-selector__row": string;
|
||||
"tox-collection__item--active": string;
|
||||
"tox-collection__item--state-disabled": string;
|
||||
"tox-collection__item--enabled": string;
|
||||
"tox-collection--toolbar-lg": string;
|
||||
"tox-collection__item-label": string;
|
||||
"tox-collection__item-accessory": string;
|
||||
"tox-collection__item-caret": string;
|
||||
"tox-collection--horizontal": string;
|
||||
"tox-collection__item-container": string;
|
||||
"tox-collection__item-container--row": string;
|
||||
"tox-collection__item-container--align-left": string;
|
||||
"tox-collection__item-container--align-right": string;
|
||||
"tox-collection__item-container--valign-top": string;
|
||||
"tox-collection__item-container--valign-middle": string;
|
||||
"tox-collection__item-container--valign-bottom": string;
|
||||
"tox-collection__item-container--column": string;
|
||||
"tox-collection": string;
|
||||
"tox-hue-slider": string;
|
||||
"tox-rgb-form": string;
|
||||
"tox-rgba-preview": string;
|
||||
"tox-color-picker-container": string;
|
||||
"tox-sv-palette": string;
|
||||
"tox-sv-palette-spectrum": string;
|
||||
"tox-sv-palette-thumb": string;
|
||||
"tox-sv-palette-inner-thumb": string;
|
||||
"tox-hue-slider-spectrum": string;
|
||||
"tox-hue-slider-thumb": string;
|
||||
"tox-invalid": string;
|
||||
"tox-rgb-container": string;
|
||||
"tox-invalid-icon": string;
|
||||
"tox-control-wrap__status-icon-invalid": string;
|
||||
"tox-rgb-warning-note": string;
|
||||
"tox-toolbar": string;
|
||||
"tox-swatches": string;
|
||||
"tox-toolbar__primary": string;
|
||||
"tox-toolbar__overflow": string;
|
||||
"tox-swatches-menu": string;
|
||||
"tox-swatches__row": string;
|
||||
"tox-swatch": string;
|
||||
"tox-swatch--remove": string;
|
||||
"tox-swatches__picker-btn": string;
|
||||
"tox-comment": string;
|
||||
"tox-comment--selected": string;
|
||||
"tox-comment__single": string;
|
||||
"tox-comment__header": string;
|
||||
"tox-comment__date": string;
|
||||
"tox-comment__body": string;
|
||||
"tox-comment__body--expanded": string;
|
||||
"tox-comment__body--pending": string;
|
||||
"tox-comment__loading-text": string;
|
||||
"tox-comment__overlaytext": string;
|
||||
"tox-comment__expander": string;
|
||||
"tox-comment__buttonspacing": string;
|
||||
"tox-tbtn": string;
|
||||
"tox-comment__mention-btn": string;
|
||||
"tox-comment-thread": string;
|
||||
"tox-comment-thread__overlay": string;
|
||||
"tox-comment__reply": string;
|
||||
"tox-comment__edit": string;
|
||||
"tox-comment__gradient": string;
|
||||
"tox-comment__overlay": string;
|
||||
"tox-comment__busy-spinner": string;
|
||||
"tox-comment__scroll": string;
|
||||
"tox-comment--disappearing": string;
|
||||
"tox-ring-loader": string;
|
||||
"tox-rotation": string;
|
||||
"tox-user": string;
|
||||
"tox-user__avatar": string;
|
||||
"tox-user__name": string;
|
||||
"tox-dialog-wrap": string;
|
||||
"tox-dialog-wrap__backdrop": string;
|
||||
"tox-dialog-wrap__backdrop--opaque": string;
|
||||
"tox-dialog": string;
|
||||
"tox-dialog-inline": string;
|
||||
"tox-dialog__header": string;
|
||||
"tox-dialog__draghandle": string;
|
||||
"tox-dialog__dismiss": string;
|
||||
"tox-dialog__title": string;
|
||||
"tox-dialog__body": string;
|
||||
"tox-dialog__body-nav": string;
|
||||
"tox-dialog__body-nav-item": string;
|
||||
"tox-dialog__body-nav-item--active": string;
|
||||
"tox-label": string;
|
||||
"tox-label--center": string;
|
||||
"tox-label--end": string;
|
||||
"tox-dialog--width-lg": string;
|
||||
"tox-dialog--fullscreen": string;
|
||||
"tox-dialog--width-md": string;
|
||||
"tox-dialog__body-content--centered": string;
|
||||
"tox-dialog__footer": string;
|
||||
"tox-dialog__footer-start": string;
|
||||
"tox-dialog__footer-end": string;
|
||||
"tox-dialog__busy-spinner": string;
|
||||
"tox-dialog__table": string;
|
||||
"tox-dialog__iframe": string;
|
||||
"tox-dialog__iframe--opaque": string;
|
||||
"tox-navobj-bordered": string;
|
||||
"tox-navobj-bordered-focus": string;
|
||||
"tox-dialog__popups": string;
|
||||
"tox-dialog__body-iframe": string;
|
||||
"tox-navobj": string;
|
||||
"tox-dialog-dock-fadeout": string;
|
||||
"tox-dialog-dock-fadein": string;
|
||||
"tox-dialog-dock-transition": string;
|
||||
"tox-dialog__disable-scroll": string;
|
||||
"tox-dropzone-container": string;
|
||||
"tox-dropzone": string;
|
||||
"tox-edit-area": string;
|
||||
"tox-edit-area__iframe": string;
|
||||
"tox-edit-focus": string;
|
||||
"tox-inline-edit-area": string;
|
||||
"tox-control-wrap": string;
|
||||
"tox-control-wrap--status-invalid": string;
|
||||
"tox-control-wrap--status-unknown": string;
|
||||
"tox-control-wrap__status-icon-unknown": string;
|
||||
"tox-control-wrap--status-valid": string;
|
||||
"tox-control-wrap__status-icon-valid": string;
|
||||
"tox-control-wrap__status-icon-wrap": string;
|
||||
"tox-textfield": string;
|
||||
"tox-custom-preview": string;
|
||||
"tox-autocompleter": string;
|
||||
"tox-menu": string;
|
||||
"tox-autocompleter-highlight": string;
|
||||
"tox-color-input": string;
|
||||
"tox-toolbar-label": string;
|
||||
"tox-form": string;
|
||||
"tox-form-group--maximize": string;
|
||||
"tox-form__group--collection": string;
|
||||
"tox-form__grid--2col": string;
|
||||
"tox-form__grid--3col": string;
|
||||
"tox-form__grid--4col": string;
|
||||
"tox-form__controls-h-stack": string;
|
||||
"tox-form__group--inline": string;
|
||||
"tox-form__group--stretched": string;
|
||||
"tox-textarea": string;
|
||||
"tox-lock": string;
|
||||
"tox-locked": string;
|
||||
"tox-lock-icon__unlock": string;
|
||||
"tox-lock-icon__lock": string;
|
||||
"tox-lock-context-form-size-input": string;
|
||||
"tox-toolbar-textfield": string;
|
||||
"tox-listboxfield": string;
|
||||
"tox-listbox--select": string;
|
||||
"tox-textarea-wrap": string;
|
||||
"tox-focusable-wrapper": string;
|
||||
"tox-custom-editor": string;
|
||||
"tox-naked-btn": string;
|
||||
"tox-textfield-size": string;
|
||||
"tox-listbox__select-label": string;
|
||||
"tox-listbox__select-chevron": string;
|
||||
"tox-selectfield": string;
|
||||
"tox-fullscreen": string;
|
||||
"tox-statusbar__resize-handle": string;
|
||||
"tox-shadowhost": string;
|
||||
"tox-help__more-link": string;
|
||||
"tox-imagepreview": string;
|
||||
"tox-imagepreview__loaded": string;
|
||||
"tox-imagepreview__container": string;
|
||||
"tox-imagepreview__image": string;
|
||||
"tox-image-tools": string;
|
||||
"tox-spacer": string;
|
||||
"tox-croprect-block": string;
|
||||
"tox-croprect-handle": string;
|
||||
"tox-croprect-handle-move": string;
|
||||
"tox-croprect-handle-nw": string;
|
||||
"tox-croprect-handle-ne": string;
|
||||
"tox-croprect-handle-sw": string;
|
||||
"tox-croprect-handle-se": string;
|
||||
"tox-image-selector-loading-spinner-wrapper": string;
|
||||
"tox-image-selector-loading-spinner": string;
|
||||
"tox-image-selector": string;
|
||||
"tox-image-selector--remove": string;
|
||||
"tox-image-selector-image-wrapper": string;
|
||||
"tox-image-selector-image-img": string;
|
||||
"tox-image-selector__picker-btn": string;
|
||||
"tox-context-toolbar": string;
|
||||
"tox-toolbar__group": string;
|
||||
"tox-insert-table-picker": string;
|
||||
"tox-insert-table-picker__selected": string;
|
||||
"tox-insert-table-picker__label": string;
|
||||
"tox-mentions__card-common": string;
|
||||
"tox-mentions__card": string;
|
||||
"tox-mentions__container": string;
|
||||
"tox-mentions__avatar": string;
|
||||
"tox-mentions__username": string;
|
||||
"tox-mentions__description": string;
|
||||
"tox-menu__label": string;
|
||||
"tox-menubar": string;
|
||||
"tox-promotion": string;
|
||||
"tox-promotion-link": string;
|
||||
"tox-mbtn": string;
|
||||
"tox-mbtn--active": string;
|
||||
"tox-mbtn__select-label": string;
|
||||
"tox-mbtn__select-chevron": string;
|
||||
"tox-notification": string;
|
||||
"tox-notification--in": string;
|
||||
"tox-notification--success": string;
|
||||
"tox-notification--error": string;
|
||||
"tox-notification--warn": string;
|
||||
"tox-notification--warning": string;
|
||||
"tox-notification--info": string;
|
||||
"tox-notification__body": string;
|
||||
"tox-notification__icon": string;
|
||||
"tox-notification__dismiss": string;
|
||||
"tox-progress-bar": string;
|
||||
"tox-notification-container-dock-fadeout": string;
|
||||
"tox-notification-container-dock-fadein": string;
|
||||
"tox-notification-container-dock-transition": string;
|
||||
"tox-onboarding-overlay": string;
|
||||
"tox-onboarding-dialog": string;
|
||||
"tox-onboarding-header": string;
|
||||
"tox-onboarding-step": string;
|
||||
"tox-onboarding-step--number": string;
|
||||
"tox-onboarding-step--body": string;
|
||||
"tox-onboarding-step--body-header": string;
|
||||
"tox-onboarding-step--body-details": string;
|
||||
"tox-onboarding-step--action": string;
|
||||
"tox-onboarding-footer": string;
|
||||
"tox-promotion-dialog": string;
|
||||
"tox-promotion-dialog-plugin": string;
|
||||
"tox-promotion-dialog-plugin--body": string;
|
||||
"tox-promotion-dialog-plugin-header": string;
|
||||
"tox-promotion-dialog-plugin-details": string;
|
||||
"tox-promotion-dialog-plugin--icon": string;
|
||||
"tox-promotion-dialog--subtitle": string;
|
||||
"tox-promotion-dialog--explore": string;
|
||||
"tox-promotion-dialog--footer": string;
|
||||
"tox-promotion-button": string;
|
||||
"tox-pop": string;
|
||||
"tox-pop--resizing": string;
|
||||
"tox-pop--transition": string;
|
||||
"tox-pop__dialog": string;
|
||||
"tox-pop--inset": string;
|
||||
"tox-pop--bottom": string;
|
||||
"tox-pop--top": string;
|
||||
"tox-pop--left": string;
|
||||
"tox-pop--right": string;
|
||||
"tox-pop--align-left": string;
|
||||
"tox-pop--align-right": string;
|
||||
"tox-sidebar-wrap": string;
|
||||
"tox-sidebar": string;
|
||||
"tox-sidebar__slider": string;
|
||||
"tox-sidebar__pane-container": string;
|
||||
"tox-sidebar__pane": string;
|
||||
"tox-sidebar--sliding-closed": string;
|
||||
"tox-sidebar--sliding-open": string;
|
||||
"tox-sidebar--sliding-growing": string;
|
||||
"tox-sidebar--sliding-shrinking": string;
|
||||
"tox-sidebar-content": string;
|
||||
"tox-sidebar-content__header": string;
|
||||
"tox-sidebar-content__header-close-button": string;
|
||||
"tox-sidebar-content__title": string;
|
||||
"tox-floating-sidebar": string;
|
||||
"tox-floating-sidebar__content-wrapper": string;
|
||||
"tox-floating-sidebar__header": string;
|
||||
"tox-ai": string;
|
||||
"tox-ai__user-prompt": string;
|
||||
"tox-ai__user-prompt__context": string;
|
||||
"tox-ai__user-prompt__text": string;
|
||||
"tox-ai__scroll": string;
|
||||
"tox-ai__response-content": string;
|
||||
"tox-ai__response": string;
|
||||
"tox-ai__response-streaming": string;
|
||||
"tox-ai__error-message": string;
|
||||
"tox-ai__footer": string;
|
||||
"tox-ai__context": string;
|
||||
"tox-ai__footer-actions": string;
|
||||
"tox-selector": string;
|
||||
"tox-platform-touch": string;
|
||||
"tox-skeleton": string;
|
||||
"tox-skeleton__line": string;
|
||||
"wave": string;
|
||||
"tox-skeleton__circle": string;
|
||||
"tox-slider": string;
|
||||
"tox-slider__rail": string;
|
||||
"tox-slider__handle": string;
|
||||
"tox-toolbar-slider": string;
|
||||
"tox-toolbar-slider__input": string;
|
||||
"tox-source-code": string;
|
||||
"tox-spinner": string;
|
||||
"tam-bouncing-dots": string;
|
||||
"tox-ai__spinner": string;
|
||||
"tox-statusbar": string;
|
||||
"tox-statusbar__path": string;
|
||||
"tox-statusbar__right-container": string;
|
||||
"tox-statusbar__help-text": string;
|
||||
"tox-statusbar__text-container": string;
|
||||
"tox-statusbar__text-container-3-cols": string;
|
||||
"tox-statusbar__text-container--flex-end": string;
|
||||
"tox-statusbar__text-container--flex-start": string;
|
||||
"tox-statusbar__text-container--space-around": string;
|
||||
"tox-statusbar__wordcount": string;
|
||||
"tox-statusbar__path-item": string;
|
||||
"tox-statusbar__branding": string;
|
||||
"tox-statusbar__resize-cursor-default": string;
|
||||
"tox-statusbar__resize-cursor-both": string;
|
||||
"tox-tag": string;
|
||||
"tox-tag__icon": string;
|
||||
"tox-tag__close": string;
|
||||
"tox-throbber": string;
|
||||
"tox-throbber__busy-spinner": string;
|
||||
"tox-toggle": string;
|
||||
"tox-toggle__slider": string;
|
||||
"tox-tbtn__icon-wrap": string;
|
||||
"tox-tbtn--active": string;
|
||||
"tox-tbtn--enabled": string;
|
||||
"tox-tbtn--disabled": string;
|
||||
"tox-tbtn-more": string;
|
||||
"tox-tbtn--md": string;
|
||||
"tox-tbtn--lg": string;
|
||||
"tox-tbtn--return": string;
|
||||
"tox-tbtn--labeled": string;
|
||||
"tox-tbtn__vlabel": string;
|
||||
"tox-label--context-toolbar": string;
|
||||
"tox-number-input": string;
|
||||
"tox-input-wrapper": string;
|
||||
"minus": string;
|
||||
"plus": string;
|
||||
"tox-tbtn--select": string;
|
||||
"tox-tbtn--bordered": string;
|
||||
"tox-tbtn__select-label": string;
|
||||
"tox-tbtn__select-chevron": string;
|
||||
"tox-tbtn--bespoke": string;
|
||||
"tox-split-button__main": string;
|
||||
"tox-split-button__chevron": string;
|
||||
"tox-icon-text-color__color": string;
|
||||
"tox-icon-highlight-bg-color__color": string;
|
||||
"tox-toolbar-overlord": string;
|
||||
"tox-toolbar__overflow--closed": string;
|
||||
"tox-toolbar__overflow--growing": string;
|
||||
"tox-toolbar__overflow--shrinking": string;
|
||||
"tox-toolbar--scrolling": string;
|
||||
"tox-toolbar--no-divider": string;
|
||||
"tox-toolbar__group--pull-right": string;
|
||||
"tox-tooltip": string;
|
||||
"tox-tooltip__body": string;
|
||||
"tox-tooltip__arrow": string;
|
||||
"tox-tooltip--down": string;
|
||||
"tox-tooltip--up": string;
|
||||
"tox-tooltip--right": string;
|
||||
"tox-tooltip--left": string;
|
||||
"tox-tree": string;
|
||||
"tox-trbtn": string;
|
||||
"tox-tree__label": string;
|
||||
"tox-trbtn--disabled": string;
|
||||
"tox-trbtn--enabled": string;
|
||||
"tox-trbtn--return": string;
|
||||
"tox-trbtn--labeled": string;
|
||||
"tox-trbtn__vlabel": string;
|
||||
"tox-tree--directory": string;
|
||||
"tox-tree--directory__label": string;
|
||||
"tox-chevron": string;
|
||||
"tox-tree--directory__children--growing": string;
|
||||
"tox-tree--directory__children--shrinking": string;
|
||||
"tox-tree--directory__children--open": string;
|
||||
"tox-tree--leaf__label": string;
|
||||
"tox-icon-custom-state": string;
|
||||
"tox-tree--directory__children": string;
|
||||
"color-swatch-remove-color": string;
|
||||
"tox-view-wrap": string;
|
||||
"tox-view-wrap__slot-container": string;
|
||||
"tox-view": string;
|
||||
"tox-view__header": string;
|
||||
"tox-view__label": string;
|
||||
"tox-view__label--normal": string;
|
||||
"tox-view__label--large": string;
|
||||
"tox-view--mobile": string;
|
||||
"tox-view__toolbar": string;
|
||||
"tox-view--scrolling": string;
|
||||
"tox-view__align-right": string;
|
||||
"tox-view__toolbar__group": string;
|
||||
"tox-view__header-start": string;
|
||||
"tox-view__header-end": string;
|
||||
"tox-view__pane": string;
|
||||
"tox-view__pane_panel": string;
|
||||
"tox-well": string;
|
||||
"tox-revisionhistory__pane": string;
|
||||
"tox-revisionhistory__container": string;
|
||||
"tox-revisionhistory": string;
|
||||
"tox-revisionhistory__iframe": string;
|
||||
"tox-revisionhistory__sidebar": string;
|
||||
"tox-revisionhistory__sidebar-title": string;
|
||||
"tox-revisionhistory__revisions": string;
|
||||
"tox-revisionhistory__card": string;
|
||||
"tox-revisionhistory__card--selected": string;
|
||||
"tox-revisionhistory__card-label": string;
|
||||
"tox-revisionhistory__card-content": string;
|
||||
"tox-revisionhistory__card-info": string;
|
||||
"tox-revisionhistory__card-date-label": string;
|
||||
"tox-revisionhistory__card-author-name": string;
|
||||
"tox-revisionhistory__avatar": string;
|
||||
"tox-revisionhistory__norevision": string;
|
||||
"tox-revisionhistory__card-check-icon": string;
|
||||
"tox-icon--badge": string;
|
||||
"tox-suggestededits__pane": string;
|
||||
"tox-suggestededits__sink": string;
|
||||
"tox-tiered-menu": string;
|
||||
"tox-suggestededits__container": string;
|
||||
"tox-suggestededits": string;
|
||||
"tox-suggestededits__content": string;
|
||||
"tox-suggestededits__model": string;
|
||||
"tox-suggestededits__iframe": string;
|
||||
"tox-suggestededits__sidebar": string;
|
||||
"tox-suggestededits__sidebar-header": string;
|
||||
"tox-suggestededits__sidebar-content": string;
|
||||
"tox-suggestededits__card": string;
|
||||
"tox-suggestededits__card--divider": string;
|
||||
"tox-suggestededits__card--single": string;
|
||||
"tox-suggestededits__card--editor": string;
|
||||
"tox-suggestededits__card--header": string;
|
||||
"tox-suggestededits__card--user": string;
|
||||
"tox-suggestededits__card--avatar": string;
|
||||
"tox-suggestededits__card--details": string;
|
||||
"tox-suggestededits__card--name": string;
|
||||
"tox-suggestededits__card--feedback-user": string;
|
||||
"tox-suggestededits__card--timestamp": string;
|
||||
"tox-suggestededits__resolution": string;
|
||||
"tox-suggestededits__resolution--accepted": string;
|
||||
"tox-suggestededits__resolution--rejected": string;
|
||||
"tox-suggestededits__card--content": string;
|
||||
"tox-suggestededits__operations": string;
|
||||
"tox-suggestededits__operations-bar": string;
|
||||
"tox-suggestededits__operations-bar--insert": string;
|
||||
"tox-suggestededits__operations-bar--modify": string;
|
||||
"tox-suggestededits__operations-bar--remove": string;
|
||||
"tox-suggestededits__operations-text": string;
|
||||
"tox-suggestededits__card--feedback": string;
|
||||
"tox-suggestededits__card--textarea": string;
|
||||
"tox-suggestededits__card--footer": string;
|
||||
"tox-suggestededits__card--buttons": string;
|
||||
"tox-suggestededits__card--review-buttons": string;
|
||||
"tox-suggestededits__card--feedback-buttons": string;
|
||||
"tox-suggestededits__card--hidden": string;
|
||||
"tox-suggestededits__card--resolved": string;
|
||||
"tox-suggestededits__card--active": string;
|
||||
"tox-dialog-loading": string;
|
||||
"tox-tab": string;
|
||||
"tox-dialog__content-js": string;
|
||||
"tox-split-button": string;
|
||||
};
|
||||
1037
public/assets/js/tinymce/skins/ui/tinymce-5/content.css
Normal file
1037
public/assets/js/tinymce/skins/ui/tinymce-5/content.css
Normal file
File diff suppressed because it is too large
Load Diff
1031
public/assets/js/tinymce/skins/ui/tinymce-5/content.inline.css
Normal file
1031
public/assets/js/tinymce/skins/ui/tinymce-5/content.inline.css
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
10
public/assets/js/tinymce/skins/ui/tinymce-5/content.inline.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/ui/tinymce-5/content.inline.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"cdata": string;
|
||||
"comment": string;
|
||||
"doctype": string;
|
||||
"prolog": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"boolean": string;
|
||||
"constant": string;
|
||||
"deleted": string;
|
||||
"number": string;
|
||||
"property": string;
|
||||
"symbol": string;
|
||||
"tag": string;
|
||||
"attr-name": string;
|
||||
"builtin": string;
|
||||
"char": string;
|
||||
"inserted": string;
|
||||
"selector": string;
|
||||
"string": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"entity": string;
|
||||
"operator": string;
|
||||
"url": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"class-name": string;
|
||||
"function": string;
|
||||
"important": string;
|
||||
"regex": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
116
public/assets/js/tinymce/skins/ui/tinymce-5/content.inline.ts
Normal file
116
public/assets/js/tinymce/skins/ui/tinymce-5/content.inline.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"comment": string;
|
||||
"prolog": string;
|
||||
"doctype": string;
|
||||
"cdata": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"property": string;
|
||||
"tag": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"constant": string;
|
||||
"symbol": string;
|
||||
"deleted": string;
|
||||
"selector": string;
|
||||
"attr-name": string;
|
||||
"string": string;
|
||||
"char": string;
|
||||
"builtin": string;
|
||||
"inserted": string;
|
||||
"operator": string;
|
||||
"entity": string;
|
||||
"url": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"function": string;
|
||||
"class-name": string;
|
||||
"regex": string;
|
||||
"important": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
10
public/assets/js/tinymce/skins/ui/tinymce-5/content.js
Normal file
10
public/assets/js/tinymce/skins/ui/tinymce-5/content.js
Normal file
File diff suppressed because one or more lines are too long
10
public/assets/js/tinymce/skins/ui/tinymce-5/content.min.css
vendored
Normal file
10
public/assets/js/tinymce/skins/ui/tinymce-5/content.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
116
public/assets/js/tinymce/skins/ui/tinymce-5/content.min.ts
Normal file
116
public/assets/js/tinymce/skins/ui/tinymce-5/content.min.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"cdata": string;
|
||||
"comment": string;
|
||||
"doctype": string;
|
||||
"prolog": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"boolean": string;
|
||||
"constant": string;
|
||||
"deleted": string;
|
||||
"number": string;
|
||||
"property": string;
|
||||
"symbol": string;
|
||||
"tag": string;
|
||||
"attr-name": string;
|
||||
"builtin": string;
|
||||
"char": string;
|
||||
"inserted": string;
|
||||
"selector": string;
|
||||
"string": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"entity": string;
|
||||
"operator": string;
|
||||
"url": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"class-name": string;
|
||||
"function": string;
|
||||
"important": string;
|
||||
"regex": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
116
public/assets/js/tinymce/skins/ui/tinymce-5/content.ts
Normal file
116
public/assets/js/tinymce/skins/ui/tinymce-5/content.ts
Normal file
@@ -0,0 +1,116 @@
|
||||
export interface Classes {
|
||||
"mce-content-body": string;
|
||||
"mce-item-anchor": string;
|
||||
"tox-comments-visible": string;
|
||||
"tox-comment": string;
|
||||
"mce-preview-object": string;
|
||||
"tox-checklist": string;
|
||||
"tox-checklist--hidden": string;
|
||||
"tox-checklist--checked": string;
|
||||
"token": string;
|
||||
"comment": string;
|
||||
"prolog": string;
|
||||
"doctype": string;
|
||||
"cdata": string;
|
||||
"punctuation": string;
|
||||
"namespace": string;
|
||||
"property": string;
|
||||
"tag": string;
|
||||
"boolean": string;
|
||||
"number": string;
|
||||
"constant": string;
|
||||
"symbol": string;
|
||||
"deleted": string;
|
||||
"selector": string;
|
||||
"attr-name": string;
|
||||
"string": string;
|
||||
"char": string;
|
||||
"builtin": string;
|
||||
"inserted": string;
|
||||
"operator": string;
|
||||
"entity": string;
|
||||
"url": string;
|
||||
"language-css": string;
|
||||
"style": string;
|
||||
"atrule": string;
|
||||
"attr-value": string;
|
||||
"keyword": string;
|
||||
"function": string;
|
||||
"class-name": string;
|
||||
"regex": string;
|
||||
"important": string;
|
||||
"variable": string;
|
||||
"bold": string;
|
||||
"italic": string;
|
||||
"mce-visual-caret": string;
|
||||
"mce-visual-caret-hidden": string;
|
||||
"mce-offscreen-selection": string;
|
||||
"tox-cursor-format-painter": string;
|
||||
"mce-footnotes": string;
|
||||
"mce-footnotes-backlink": string;
|
||||
"mce-footnote": string;
|
||||
"align-left": string;
|
||||
"align-right": string;
|
||||
"image": string;
|
||||
"align-center": string;
|
||||
"mce-shim": string;
|
||||
"mce-mergetag": string;
|
||||
"mce-mergetag-affix": string;
|
||||
"mce-object": string;
|
||||
"mce-pagebreak": string;
|
||||
"tiny-pageembed": string;
|
||||
"tiny-pageembed--21by9": string;
|
||||
"tiny-pageembed--16by9": string;
|
||||
"tiny-pageembed--4by3": string;
|
||||
"tiny-pageembed--1by1": string;
|
||||
"mce-visualblocks": string;
|
||||
"mce-placeholder": string;
|
||||
"mce-edit-focus": string;
|
||||
"mce-resizehandle": string;
|
||||
"mce-resize-backdrop": string;
|
||||
"mce-clonedresizable": string;
|
||||
"mce-resizetable-columns": string;
|
||||
"mce-resize-helper": string;
|
||||
"tox-rtc-user-selection": string;
|
||||
"tox-rtc-user-cursor": string;
|
||||
"tox-rtc-user-selection--1": string;
|
||||
"tox-rtc-user-selection--2": string;
|
||||
"tox-rtc-user-selection--3": string;
|
||||
"tox-rtc-user-selection--4": string;
|
||||
"tox-rtc-user-selection--5": string;
|
||||
"tox-rtc-user-selection--6": string;
|
||||
"tox-rtc-user-selection--7": string;
|
||||
"tox-rtc-user-selection--8": string;
|
||||
"tox-rtc-remote-image": string;
|
||||
"mce-match-marker": string;
|
||||
"mce-match-marker-selected": string;
|
||||
"ephox-snooker-resizer-bar": string;
|
||||
"ephox-snooker-resizer-cols": string;
|
||||
"ephox-snooker-resizer-rows": string;
|
||||
"ephox-snooker-resizer-bar-dragging": string;
|
||||
"mce-spellchecker-word": string;
|
||||
"mce-spellchecker-grammar": string;
|
||||
"tox-suggestededits__annotation--added": string;
|
||||
"tox-suggestededits__annotation--modified": string;
|
||||
"tox-suggestededits__annotation--removed": string;
|
||||
"tox-suggestededits__annotation--added__highlight": string;
|
||||
"tox-suggestededits__annotation--added__selected": string;
|
||||
"tox-suggestededits__annotation--modified__highlight": string;
|
||||
"tox-suggestededits__annotation--modified__selected": string;
|
||||
"tox-suggestededits__annotation--removed__highlight": string;
|
||||
"tox-suggestededits__annotation--removed__selected": string;
|
||||
"tox-suggestededits__annotation--added__hidden": string;
|
||||
"tox-suggestededits__annotation--modified__hidden": string;
|
||||
"tox-suggestededits__annotation--removed__hidden": string;
|
||||
"tox-suggestededits__annotation": string;
|
||||
"mce-toc": string;
|
||||
"mce-item-table": string;
|
||||
"tox-uc-loading-background": string;
|
||||
"tox-uc-loading-spinner-wrapper": string;
|
||||
"tox-uc-loading-spinner": string;
|
||||
"tox-rotation": string;
|
||||
"tox-uc-video": string;
|
||||
"tox-uploadcare-placeholder": string;
|
||||
"mce-nbsp": string;
|
||||
"mce-shy": string;
|
||||
};
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user