@zohodesk/dot 1.0.0-temp-55 → 1.0.0-temp-56
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/README.md +2 -0
- package/es/Appearance/dark/mode/dotDarkMode.module.css +520 -536
- package/es/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +2 -2
- package/es/Appearance/dark/themes/green/greenDarkDotTheme.module.css +2 -2
- package/es/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +2 -2
- package/es/Appearance/dark/themes/red/redDarkDotTheme.module.css +2 -2
- package/es/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +2 -2
- package/es/Appearance/default/mode/dotDefaultMode.module.css +520 -536
- package/es/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +2 -2
- package/es/Appearance/default/themes/green/greenDefaultDotTheme.module.css +2 -2
- package/es/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +2 -2
- package/es/Appearance/default/themes/red/redDefaultDotTheme.module.css +2 -2
- package/es/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +2 -2
- package/es/FreezeLayer/docs/FreezeLayer__dark.docs.js +2 -2
- package/es/FreezeLayer/docs/FreezeLayer__default.docs.js +2 -2
- package/es/Loader/docs/Loader__default.docs.js +1 -1
- package/es/deprecated/SelectDropdown/SelectDropdown.module.css +6 -6
- package/es/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +1 -1
- package/es/form/fields/TextEditor/TextEditor.js +1 -1
- package/es/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +1 -1
- package/es/list/BluePrintStatus/BluePrintStatus.module.css +2 -2
- package/es/list/DotNew/DotNew.module.css +4 -4
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -5
- package/lib/Appearance/dark/mode/dotDarkMode.module.css +520 -536
- package/lib/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +2 -2
- package/lib/Appearance/dark/themes/green/greenDarkDotTheme.module.css +2 -2
- package/lib/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +2 -2
- package/lib/Appearance/dark/themes/red/redDarkDotTheme.module.css +2 -2
- package/lib/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +2 -2
- package/lib/Appearance/default/mode/dotDefaultMode.module.css +520 -536
- package/lib/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +2 -2
- package/lib/Appearance/default/themes/green/greenDefaultDotTheme.module.css +2 -2
- package/lib/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +2 -2
- package/lib/Appearance/default/themes/red/redDefaultDotTheme.module.css +2 -2
- package/lib/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +2 -2
- package/lib/FreezeLayer/docs/FreezeLayer__dark.docs.js +2 -2
- package/lib/FreezeLayer/docs/FreezeLayer__default.docs.js +2 -2
- package/lib/Loader/docs/Loader__default.docs.js +1 -1
- package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +6 -6
- package/lib/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +1 -1
- package/lib/form/fields/TextEditor/TextEditor.js +1 -1
- package/lib/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +1 -1
- package/lib/list/BluePrintStatus/BluePrintStatus.module.css +2 -2
- package/lib/list/DotNew/DotNew.module.css +4 -4
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -5
- package/package.json +7 -7
- package/preprocess/dotAppearanceColors.js +71 -0
- package/preprocess/dotThemeColors.js +1 -1
- package/preprocess/index.js +1 -0
- package/preprocess/json/dotAppearanceVariableJson.js +1908 -0
- package/preprocess/json/{dotVariableJson.js → dotThemeVariableJson.js} +20 -20
- package/src/Appearance/dark/mode/dotDarkMode.module.css +520 -536
- package/src/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +2 -2
- package/src/Appearance/dark/themes/green/greenDarkDotTheme.module.css +2 -2
- package/src/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +2 -2
- package/src/Appearance/dark/themes/red/redDarkDotTheme.module.css +2 -2
- package/src/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +2 -2
- package/src/Appearance/default/mode/dotDefaultMode.module.css +520 -536
- package/src/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +2 -2
- package/src/Appearance/default/themes/green/greenDefaultDotTheme.module.css +2 -2
- package/src/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +2 -2
- package/src/Appearance/default/themes/red/redDefaultDotTheme.module.css +2 -2
- package/src/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +2 -2
- package/src/FreezeLayer/docs/FreezeLayer__dark.docs.js +2 -2
- package/src/FreezeLayer/docs/FreezeLayer__default.docs.js +2 -2
- package/src/Loader/docs/Loader__default.docs.js +1 -1
- package/src/deprecated/SelectDropdown/SelectDropdown.module.css +6 -6
- package/src/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +1 -1
- package/src/form/fields/TextEditor/TextEditor.js +1 -1
- package/src/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +1 -1
- package/src/list/BluePrintStatus/BluePrintStatus.module.css +2 -2
- package/src/list/DotNew/DotNew.module.css +4 -4
- package/src/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -5
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
--zdt_freezelayer_darklight_bg: rgba(27, 33, 43, 0.9);
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: var(--
|
|
7
|
-
--zdt_commonEmptyState_dark_description: var(--
|
|
6
|
+
--zdt_commonEmptyState_dark_title: var(--dot_white);
|
|
7
|
+
--zdt_commonEmptyState_dark_description: var(--dot_white);
|
|
8
8
|
--zdt_commonEmptyState_dark_link: #479dff;
|
|
9
9
|
--zdt_commonEmptyState_dark_link_hover: #2469ff;
|
|
10
10
|
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
--zdt_freezelayer_darklight_bg: rgba(27, 33, 43, 0.9);
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: var(--
|
|
7
|
-
--zdt_commonEmptyState_dark_description: var(--
|
|
6
|
+
--zdt_commonEmptyState_dark_title: var(--dot_white);
|
|
7
|
+
--zdt_commonEmptyState_dark_description: var(--dot_white);
|
|
8
8
|
--zdt_commonEmptyState_dark_link: #45a159;
|
|
9
9
|
--zdt_commonEmptyState_dark_link_hover: #0e7c1c;
|
|
10
10
|
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
--zdt_freezelayer_darklight_bg: rgba(27, 33, 43, 0.9);
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: var(--
|
|
7
|
-
--zdt_commonEmptyState_dark_description: var(--
|
|
6
|
+
--zdt_commonEmptyState_dark_title: var(--dot_white);
|
|
7
|
+
--zdt_commonEmptyState_dark_description: var(--dot_white);
|
|
8
8
|
--zdt_commonEmptyState_dark_link: #ff801f;
|
|
9
9
|
--zdt_commonEmptyState_dark_link_hover: #a85100;
|
|
10
10
|
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
--zdt_freezelayer_darklight_bg: rgba(27, 33, 43, 0.9);
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: var(--
|
|
7
|
-
--zdt_commonEmptyState_dark_description: var(--
|
|
6
|
+
--zdt_commonEmptyState_dark_title: var(--dot_white);
|
|
7
|
+
--zdt_commonEmptyState_dark_description: var(--dot_white);
|
|
8
8
|
--zdt_commonEmptyState_dark_link: #e94f4f;
|
|
9
9
|
--zdt_commonEmptyState_dark_link_hover: #a81111;
|
|
10
10
|
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
--zdt_freezelayer_darklight_bg: rgba(27, 33, 43, 0.9);
|
|
4
4
|
|
|
5
5
|
/* common empty state */
|
|
6
|
-
--zdt_commonEmptyState_dark_title: var(--
|
|
7
|
-
--zdt_commonEmptyState_dark_description: var(--
|
|
6
|
+
--zdt_commonEmptyState_dark_title: var(--dot_white);
|
|
7
|
+
--zdt_commonEmptyState_dark_description: var(--dot_white);
|
|
8
8
|
--zdt_commonEmptyState_dark_link: #d79835;
|
|
9
9
|
--zdt_commonEmptyState_dark_link_hover: #9b6808;
|
|
10
10
|
}
|