@zextras/carbonio-design-system 0.2.2 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/dist/zapp-ui.bundle.js +714 -533
- package/package.json +2 -4
- package/dist/tinymce/skins/content/dark/content.css +0 -59
- package/dist/tinymce/skins/content/dark/content.min.css +0 -8
- package/dist/tinymce/skins/content/default/content.css +0 -49
- package/dist/tinymce/skins/content/default/content.min.css +0 -8
- package/dist/tinymce/skins/content/document/content.css +0 -53
- package/dist/tinymce/skins/content/document/content.min.css +0 -8
- package/dist/tinymce/skins/content/writer/content.css +0 -50
- package/dist/tinymce/skins/content/writer/content.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/content.css +0 -615
- package/dist/tinymce/skins/ui/oxide/content.inline.css +0 -608
- package/dist/tinymce/skins/ui/oxide/content.inline.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/content.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/content.mobile.css +0 -29
- package/dist/tinymce/skins/ui/oxide/content.mobile.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
- package/dist/tinymce/skins/ui/oxide/skin.css +0 -2884
- package/dist/tinymce/skins/ui/oxide/skin.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/skin.mobile.css +0 -673
- package/dist/tinymce/skins/ui/oxide/skin.mobile.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/content.css +0 -596
- package/dist/tinymce/skins/ui/oxide-dark/content.inline.css +0 -608
- package/dist/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/content.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/content.mobile.css +0 -29
- package/dist/tinymce/skins/ui/oxide-dark/content.mobile.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
- package/dist/tinymce/skins/ui/oxide-dark/skin.css +0 -2884
- package/dist/tinymce/skins/ui/oxide-dark/skin.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/skin.mobile.css +0 -673
- package/dist/tinymce/skins/ui/oxide-dark/skin.mobile.min.css +0 -8
- package/dist/zapp-ui.rich-text-editor.js +0 -90727
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zextras/carbonio-design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "An awesome UI for Zextras Projects.",
|
|
5
5
|
"main": "dist/zapp-ui.bundle.js",
|
|
6
6
|
"scripts": {
|
|
@@ -98,12 +98,10 @@
|
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"@popperjs/core": "2.11.0",
|
|
101
|
-
"@tinymce/tinymce-react": "3.13.0",
|
|
102
101
|
"darkreader": "4.9.44",
|
|
103
102
|
"polished": "4.1.3",
|
|
104
103
|
"prop-types": "15.7.2",
|
|
105
104
|
"react-datepicker": "^4.3.0",
|
|
106
|
-
"react-docgen-typescript": "^2.2.2"
|
|
107
|
-
"tinymce": "5.10.2"
|
|
105
|
+
"react-docgen-typescript": "^2.2.2"
|
|
108
106
|
}
|
|
109
107
|
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
-
* Licensed under the LGPL or a commercial license.
|
|
4
|
-
* For LGPL see License.txt in the project root for license information.
|
|
5
|
-
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
-
*/
|
|
7
|
-
body {
|
|
8
|
-
background-color: #2f3742;
|
|
9
|
-
color: #dfe0e4;
|
|
10
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
11
|
-
line-height: 1.4;
|
|
12
|
-
margin: 1rem;
|
|
13
|
-
}
|
|
14
|
-
a {
|
|
15
|
-
color: #4099ff;
|
|
16
|
-
}
|
|
17
|
-
table {
|
|
18
|
-
border-collapse: collapse;
|
|
19
|
-
}
|
|
20
|
-
table th,
|
|
21
|
-
table td {
|
|
22
|
-
border: 1px solid #6d737b;
|
|
23
|
-
padding: 0.4rem;
|
|
24
|
-
}
|
|
25
|
-
figure {
|
|
26
|
-
display: table;
|
|
27
|
-
margin: 1rem auto;
|
|
28
|
-
}
|
|
29
|
-
figure figcaption {
|
|
30
|
-
color: #8a8f97;
|
|
31
|
-
display: block;
|
|
32
|
-
margin-top: 0.25rem;
|
|
33
|
-
text-align: center;
|
|
34
|
-
}
|
|
35
|
-
hr {
|
|
36
|
-
border-color: #6d737b;
|
|
37
|
-
border-style: solid;
|
|
38
|
-
border-width: 1px 0 0 0;
|
|
39
|
-
}
|
|
40
|
-
code {
|
|
41
|
-
background-color: #6d737b;
|
|
42
|
-
border-radius: 3px;
|
|
43
|
-
padding: 0.1rem 0.2rem;
|
|
44
|
-
}
|
|
45
|
-
/* Make text in selected cells in tables dark and readable */
|
|
46
|
-
td[data-mce-selected],
|
|
47
|
-
th[data-mce-selected] {
|
|
48
|
-
color: #333;
|
|
49
|
-
}
|
|
50
|
-
.mce-content-body:not([dir=rtl]) blockquote {
|
|
51
|
-
border-left: 2px solid #6d737b;
|
|
52
|
-
margin-left: 1.5rem;
|
|
53
|
-
padding-left: 1rem;
|
|
54
|
-
}
|
|
55
|
-
.mce-content-body[dir=rtl] blockquote {
|
|
56
|
-
border-right: 2px solid #6d737b;
|
|
57
|
-
margin-right: 1.5rem;
|
|
58
|
-
padding-right: 1rem;
|
|
59
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
-
* Licensed under the LGPL or a commercial license.
|
|
4
|
-
* For LGPL see License.txt in the project root for license information.
|
|
5
|
-
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
-
*/
|
|
7
|
-
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 td,table th{border:1px solid #6d737b;padding:.4rem}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}td[data-mce-selected],th[data-mce-selected]{color:#333}.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}
|
|
8
|
-
/*# sourceMappingURL=content.min.css.map */
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
-
* Licensed under the LGPL or a commercial license.
|
|
4
|
-
* For LGPL see License.txt in the project root for license information.
|
|
5
|
-
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
-
*/
|
|
7
|
-
body {
|
|
8
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
9
|
-
line-height: 1.4;
|
|
10
|
-
margin: 1rem;
|
|
11
|
-
}
|
|
12
|
-
table {
|
|
13
|
-
border-collapse: collapse;
|
|
14
|
-
}
|
|
15
|
-
table th,
|
|
16
|
-
table td {
|
|
17
|
-
border: 1px solid #ccc;
|
|
18
|
-
padding: 0.4rem;
|
|
19
|
-
}
|
|
20
|
-
figure {
|
|
21
|
-
display: table;
|
|
22
|
-
margin: 1rem auto;
|
|
23
|
-
}
|
|
24
|
-
figure figcaption {
|
|
25
|
-
color: #999;
|
|
26
|
-
display: block;
|
|
27
|
-
margin-top: 0.25rem;
|
|
28
|
-
text-align: center;
|
|
29
|
-
}
|
|
30
|
-
hr {
|
|
31
|
-
border-color: #ccc;
|
|
32
|
-
border-style: solid;
|
|
33
|
-
border-width: 1px 0 0 0;
|
|
34
|
-
}
|
|
35
|
-
code {
|
|
36
|
-
background-color: #e8e8e8;
|
|
37
|
-
border-radius: 3px;
|
|
38
|
-
padding: 0.1rem 0.2rem;
|
|
39
|
-
}
|
|
40
|
-
.mce-content-body:not([dir=rtl]) blockquote {
|
|
41
|
-
border-left: 2px solid #ccc;
|
|
42
|
-
margin-left: 1.5rem;
|
|
43
|
-
padding-left: 1rem;
|
|
44
|
-
}
|
|
45
|
-
.mce-content-body[dir=rtl] blockquote {
|
|
46
|
-
border-right: 2px solid #ccc;
|
|
47
|
-
margin-right: 1.5rem;
|
|
48
|
-
padding-right: 1rem;
|
|
49
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
-
* Licensed under the LGPL or a commercial license.
|
|
4
|
-
* For LGPL see License.txt in the project root for license information.
|
|
5
|
-
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
-
*/
|
|
7
|
-
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 td,table th{border:1px solid #ccc;padding:.4rem}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}
|
|
8
|
-
/*# sourceMappingURL=content.min.css.map */
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
-
* Licensed under the LGPL or a commercial license.
|
|
4
|
-
* For LGPL see License.txt in the project root for license information.
|
|
5
|
-
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
-
*/
|
|
7
|
-
@media screen {
|
|
8
|
-
html {
|
|
9
|
-
background: #f4f4f4;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
body {
|
|
13
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
14
|
-
}
|
|
15
|
-
@media screen {
|
|
16
|
-
body {
|
|
17
|
-
background-color: #fff;
|
|
18
|
-
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
|
|
19
|
-
box-sizing: border-box;
|
|
20
|
-
margin: 1rem auto 0;
|
|
21
|
-
max-width: 820px;
|
|
22
|
-
min-height: calc(100vh - 1rem);
|
|
23
|
-
padding: 4rem 6rem 6rem 6rem;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
table {
|
|
27
|
-
border-collapse: collapse;
|
|
28
|
-
}
|
|
29
|
-
table th,
|
|
30
|
-
table td {
|
|
31
|
-
border: 1px solid #ccc;
|
|
32
|
-
padding: 0.4rem;
|
|
33
|
-
}
|
|
34
|
-
figure figcaption {
|
|
35
|
-
color: #999;
|
|
36
|
-
margin-top: 0.25rem;
|
|
37
|
-
text-align: center;
|
|
38
|
-
}
|
|
39
|
-
hr {
|
|
40
|
-
border-color: #ccc;
|
|
41
|
-
border-style: solid;
|
|
42
|
-
border-width: 1px 0 0 0;
|
|
43
|
-
}
|
|
44
|
-
.mce-content-body:not([dir=rtl]) blockquote {
|
|
45
|
-
border-left: 2px solid #ccc;
|
|
46
|
-
margin-left: 1.5rem;
|
|
47
|
-
padding-left: 1rem;
|
|
48
|
-
}
|
|
49
|
-
.mce-content-body[dir=rtl] blockquote {
|
|
50
|
-
border-right: 2px solid #ccc;
|
|
51
|
-
margin-right: 1.5rem;
|
|
52
|
-
padding-right: 1rem;
|
|
53
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
-
* Licensed under the LGPL or a commercial license.
|
|
4
|
-
* For LGPL see License.txt in the project root for license information.
|
|
5
|
-
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
-
*/
|
|
7
|
-
@media screen{html{background:#f4f4f4}}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 td,table th{border:1px solid #ccc;padding:.4rem}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}
|
|
8
|
-
/*# sourceMappingURL=content.min.css.map */
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
-
* Licensed under the LGPL or a commercial license.
|
|
4
|
-
* For LGPL see License.txt in the project root for license information.
|
|
5
|
-
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
-
*/
|
|
7
|
-
body {
|
|
8
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
9
|
-
line-height: 1.4;
|
|
10
|
-
margin: 1rem auto;
|
|
11
|
-
max-width: 900px;
|
|
12
|
-
}
|
|
13
|
-
table {
|
|
14
|
-
border-collapse: collapse;
|
|
15
|
-
}
|
|
16
|
-
table th,
|
|
17
|
-
table td {
|
|
18
|
-
border: 1px solid #ccc;
|
|
19
|
-
padding: 0.4rem;
|
|
20
|
-
}
|
|
21
|
-
figure {
|
|
22
|
-
display: table;
|
|
23
|
-
margin: 1rem auto;
|
|
24
|
-
}
|
|
25
|
-
figure figcaption {
|
|
26
|
-
color: #999;
|
|
27
|
-
display: block;
|
|
28
|
-
margin-top: 0.25rem;
|
|
29
|
-
text-align: center;
|
|
30
|
-
}
|
|
31
|
-
hr {
|
|
32
|
-
border-color: #ccc;
|
|
33
|
-
border-style: solid;
|
|
34
|
-
border-width: 1px 0 0 0;
|
|
35
|
-
}
|
|
36
|
-
code {
|
|
37
|
-
background-color: #e8e8e8;
|
|
38
|
-
border-radius: 3px;
|
|
39
|
-
padding: 0.1rem 0.2rem;
|
|
40
|
-
}
|
|
41
|
-
.mce-content-body:not([dir=rtl]) blockquote {
|
|
42
|
-
border-left: 2px solid #ccc;
|
|
43
|
-
margin-left: 1.5rem;
|
|
44
|
-
padding-left: 1rem;
|
|
45
|
-
}
|
|
46
|
-
.mce-content-body[dir=rtl] blockquote {
|
|
47
|
-
border-right: 2px solid #ccc;
|
|
48
|
-
margin-right: 1.5rem;
|
|
49
|
-
padding-right: 1rem;
|
|
50
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
-
* Licensed under the LGPL or a commercial license.
|
|
4
|
-
* For LGPL see License.txt in the project root for license information.
|
|
5
|
-
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
-
*/
|
|
7
|
-
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 td,table th{border:1px solid #ccc;padding:.4rem}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}
|
|
8
|
-
/*# sourceMappingURL=content.min.css.map */
|