@zohodesk/dot 1.0.0-temp-96 → 1.0.0-temp-98
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/assets/Appearance/dark/mode/contrast/dotDarkContrast.module.css +154 -154
- package/assets/Appearance/dark/themes/blue/contrast/blueDarkDotThemeContrast.module.css +1 -1
- package/assets/Appearance/dark/themes/green/contrast/greenDarkDotThemeContrast.module.css +1 -1
- package/assets/Appearance/dark/themes/orange/contrast/orangeDarkDotThemeContrast.module.css +1 -1
- package/assets/Appearance/dark/themes/red/contrast/redDarkDotThemeContrast.module.css +1 -1
- package/assets/Appearance/dark/themes/yellow/contrast/yellowDarkDotThemeContrast.module.css +1 -1
- package/assets/Appearance/default/mode/contrast/dotDefaultContrast.module.css +279 -279
- package/assets/Appearance/default/themes/blue/contrast/blueDefaultDotThemeContrast.module.css +9 -9
- package/assets/Appearance/default/themes/green/contrast/greenDefaultDotThemeContrast.module.css +9 -9
- package/assets/Appearance/default/themes/orange/contrast/orangeDefaultDotThemeContrast.module.css +9 -9
- package/assets/Appearance/default/themes/red/contrast/redDefaultDotThemeContrast.module.css +9 -9
- package/assets/Appearance/default/themes/yellow/contrast/yellowDefaultDotThemeContrast.module.css +9 -9
- package/assets/Appearance/pureDark/mode/contrast/dotPureDarkContrast.module.css +156 -156
- package/assets/Appearance/pureDark/themes/blue/contrast/bluePureDarkDotThemeContrast.module.css +1 -1
- package/assets/Appearance/pureDark/themes/green/contrast/greenPureDarkDotThemeContrast.module.css +1 -1
- package/assets/Appearance/pureDark/themes/orange/contrast/orangePureDarkDotThemeContrast.module.css +1 -1
- package/assets/Appearance/pureDark/themes/red/contrast/redPureDarkDotThemeContrast.module.css +1 -1
- package/assets/Appearance/pureDark/themes/yellow/contrast/yellowPureDarkDotThemeContrast.module.css +1 -1
- package/package.json +5 -5
package/assets/Appearance/default/themes/blue/contrast/blueDefaultDotThemeContrast.module.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='blue']:global(.contrast) {
|
|
2
2
|
/* freezelayer */
|
|
3
|
-
--zdt_freezelayer_darklight_bg: #
|
|
3
|
+
--zdt_freezelayer_darklight_bg: #3f496e;
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: #
|
|
7
|
-
--zdt_commonEmptyState_dark_description: #
|
|
8
|
-
--zdt_commonEmptyState_dark_link: #
|
|
9
|
-
--zdt_commonEmptyState_dark_link_hover: #
|
|
6
|
+
--zdt_commonEmptyState_dark_title: #ffffff;
|
|
7
|
+
--zdt_commonEmptyState_dark_description: #ffffff;
|
|
8
|
+
--zdt_commonEmptyState_dark_link: #a0d3fd;
|
|
9
|
+
--zdt_commonEmptyState_dark_link_hover: #578cff;
|
|
10
10
|
|
|
11
11
|
/* attachment viewer */
|
|
12
|
-
--zdt_attachmentviewer_header_bg: #
|
|
13
|
-
--zdt_attachmentviewer_header_border: #
|
|
14
|
-
--zdt_attachmentviewer_footer_bg: #
|
|
15
|
-
--zdt_attachmentviewer_arrow_bg_hover: #
|
|
12
|
+
--zdt_attachmentviewer_header_bg: #3f496e;
|
|
13
|
+
--zdt_attachmentviewer_header_border: #040506;
|
|
14
|
+
--zdt_attachmentviewer_footer_bg: #3f496e;
|
|
15
|
+
--zdt_attachmentviewer_arrow_bg_hover: #3f496e;
|
|
16
16
|
}
|
package/assets/Appearance/default/themes/green/contrast/greenDefaultDotThemeContrast.module.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='green']:global(.contrast) {
|
|
2
2
|
/* freezelayer */
|
|
3
|
-
--zdt_freezelayer_darklight_bg: #
|
|
3
|
+
--zdt_freezelayer_darklight_bg: #1d4249;
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: #
|
|
7
|
-
--zdt_commonEmptyState_dark_description: #
|
|
8
|
-
--zdt_commonEmptyState_dark_link: #
|
|
9
|
-
--zdt_commonEmptyState_dark_link_hover: #
|
|
6
|
+
--zdt_commonEmptyState_dark_title: #ffffff;
|
|
7
|
+
--zdt_commonEmptyState_dark_description: #ffffff;
|
|
8
|
+
--zdt_commonEmptyState_dark_link: #70cd84;
|
|
9
|
+
--zdt_commonEmptyState_dark_link_hover: #13a435;
|
|
10
10
|
|
|
11
11
|
/* attachment viewer */
|
|
12
|
-
--zdt_attachmentviewer_header_bg: #
|
|
13
|
-
--zdt_attachmentviewer_header_border: #
|
|
14
|
-
--zdt_attachmentviewer_footer_bg: #
|
|
15
|
-
--zdt_attachmentviewer_arrow_bg_hover: #
|
|
12
|
+
--zdt_attachmentviewer_header_bg: #1d4249;
|
|
13
|
+
--zdt_attachmentviewer_header_border: #000000;
|
|
14
|
+
--zdt_attachmentviewer_footer_bg: #1d4249;
|
|
15
|
+
--zdt_attachmentviewer_arrow_bg_hover: #1d4249;
|
|
16
16
|
}
|
package/assets/Appearance/default/themes/orange/contrast/orangeDefaultDotThemeContrast.module.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='orange']:global(.contrast) {
|
|
2
2
|
/* freezelayer */
|
|
3
|
-
--zdt_freezelayer_darklight_bg: #
|
|
3
|
+
--zdt_freezelayer_darklight_bg: #463b25;
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: #
|
|
7
|
-
--zdt_commonEmptyState_dark_description: #
|
|
8
|
-
--zdt_commonEmptyState_dark_link: #
|
|
9
|
-
--zdt_commonEmptyState_dark_link_hover: #
|
|
6
|
+
--zdt_commonEmptyState_dark_title: #ffffff;
|
|
7
|
+
--zdt_commonEmptyState_dark_description: #ffffff;
|
|
8
|
+
--zdt_commonEmptyState_dark_link: #ec9141;
|
|
9
|
+
--zdt_commonEmptyState_dark_link_hover: #e67300;
|
|
10
10
|
|
|
11
11
|
/* attachment viewer */
|
|
12
|
-
--zdt_attachmentviewer_header_bg: #
|
|
13
|
-
--zdt_attachmentviewer_header_border: #
|
|
14
|
-
--zdt_attachmentviewer_footer_bg: #
|
|
15
|
-
--zdt_attachmentviewer_arrow_bg_hover: #
|
|
12
|
+
--zdt_attachmentviewer_header_bg: #463b25;
|
|
13
|
+
--zdt_attachmentviewer_header_border: #000000;
|
|
14
|
+
--zdt_attachmentviewer_footer_bg: #463b25;
|
|
15
|
+
--zdt_attachmentviewer_arrow_bg_hover: #463b25;
|
|
16
16
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='red']:global(.contrast) {
|
|
2
2
|
/* freezelayer */
|
|
3
|
-
--zdt_freezelayer_darklight_bg: #
|
|
3
|
+
--zdt_freezelayer_darklight_bg: #471f38;
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: #
|
|
7
|
-
--zdt_commonEmptyState_dark_description: #
|
|
8
|
-
--zdt_commonEmptyState_dark_link: #
|
|
9
|
-
--zdt_commonEmptyState_dark_link_hover: #
|
|
6
|
+
--zdt_commonEmptyState_dark_title: #ffffff;
|
|
7
|
+
--zdt_commonEmptyState_dark_description: #ffffff;
|
|
8
|
+
--zdt_commonEmptyState_dark_link: #ff9494;
|
|
9
|
+
--zdt_commonEmptyState_dark_link_hover: #d6221f;
|
|
10
10
|
|
|
11
11
|
/* attachment viewer */
|
|
12
|
-
--zdt_attachmentviewer_header_bg: #
|
|
13
|
-
--zdt_attachmentviewer_header_border: #
|
|
14
|
-
--zdt_attachmentviewer_footer_bg: #
|
|
15
|
-
--zdt_attachmentviewer_arrow_bg_hover: #
|
|
12
|
+
--zdt_attachmentviewer_header_bg: #471f38;
|
|
13
|
+
--zdt_attachmentviewer_header_border: #000000;
|
|
14
|
+
--zdt_attachmentviewer_footer_bg: #471f38;
|
|
15
|
+
--zdt_attachmentviewer_arrow_bg_hover: #471f38;
|
|
16
16
|
}
|
package/assets/Appearance/default/themes/yellow/contrast/yellowDefaultDotThemeContrast.module.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='yellow']:global(.contrast) {
|
|
2
2
|
/* freezelayer */
|
|
3
|
-
--zdt_freezelayer_darklight_bg: #
|
|
3
|
+
--zdt_freezelayer_darklight_bg: #434724;
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: #
|
|
7
|
-
--zdt_commonEmptyState_dark_description: #
|
|
8
|
-
--zdt_commonEmptyState_dark_link: #
|
|
9
|
-
--zdt_commonEmptyState_dark_link_hover: #
|
|
6
|
+
--zdt_commonEmptyState_dark_title: #ffffff;
|
|
7
|
+
--zdt_commonEmptyState_dark_description: #ffffff;
|
|
8
|
+
--zdt_commonEmptyState_dark_link: #edc850;
|
|
9
|
+
--zdt_commonEmptyState_dark_link_hover: #e6b800;
|
|
10
10
|
|
|
11
11
|
/* attachment viewer */
|
|
12
|
-
--zdt_attachmentviewer_header_bg: #
|
|
13
|
-
--zdt_attachmentviewer_header_border: #
|
|
14
|
-
--zdt_attachmentviewer_footer_bg: #
|
|
15
|
-
--zdt_attachmentviewer_arrow_bg_hover: #
|
|
12
|
+
--zdt_attachmentviewer_header_bg: #434724;
|
|
13
|
+
--zdt_attachmentviewer_header_border: #b3b3b3;
|
|
14
|
+
--zdt_attachmentviewer_footer_bg: #434724;
|
|
15
|
+
--zdt_attachmentviewer_arrow_bg_hover: #434724;
|
|
16
16
|
}
|