@zohodesk/dot 1.0.0-temp-220.2 → 1.0.0-temp-223
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 +0 -5
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +315 -315
- package/assets/Appearance/dark/themes/blue/blue_DotTheme_DarkTheme.module.css +15 -15
- package/assets/Appearance/dark/themes/green/green_DotTheme_DarkTheme.module.css +15 -15
- package/assets/Appearance/dark/themes/orange/orange_DotTheme_DarkTheme.module.css +15 -15
- package/assets/Appearance/dark/themes/red/red_DotTheme_DarkTheme.module.css +15 -15
- package/assets/Appearance/dark/themes/yellow/yellow_DotTheme_DarkTheme.module.css +15 -15
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +307 -307
- package/assets/Appearance/light/themes/blue/blue_DotTheme_LightTheme.module.css +15 -15
- package/assets/Appearance/light/themes/green/green_DotTheme_LightTheme.module.css +15 -15
- package/assets/Appearance/light/themes/orange/orange_DotTheme_LightTheme.module.css +15 -15
- package/assets/Appearance/light/themes/red/red_DotTheme_LightTheme.module.css +15 -15
- package/assets/Appearance/light/themes/yellow/yellow_DotTheme_LightTheme.module.css +15 -15
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +317 -317
- package/assets/Appearance/pureDark/themes/blue/blue_DotTheme_PureDarkTheme.module.css +15 -15
- package/assets/Appearance/pureDark/themes/green/green_DotTheme_PureDarkTheme.module.css +15 -15
- package/assets/Appearance/pureDark/themes/orange/orange_DotTheme_PureDarkTheme.module.css +15 -15
- package/assets/Appearance/pureDark/themes/red/red_DotTheme_PureDarkTheme.module.css +15 -15
- package/assets/Appearance/pureDark/themes/yellow/yellow_DotTheme_PureDarkTheme.module.css +15 -15
- package/es/common/dot_boxShadow.module.css +1 -2
- package/es/version2/GlobalNotification/GlobalNotification.js +7 -46
- package/es/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +0 -9
- package/es/version2/GlobalNotification/props/propTypes.js +3 -4
- package/lib/common/dot_boxShadow.module.css +1 -2
- package/lib/version2/GlobalNotification/GlobalNotification.js +18 -68
- package/lib/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +0 -10
- package/lib/version2/GlobalNotification/props/propTypes.js +3 -4
- package/package.json +9 -9
- package/es/version2/GlobalNotification/utils/constants.js +0 -6
- package/lib/version2/GlobalNotification/utils/constants.js +0 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/dot",
|
|
3
|
-
"version": "1.0.0-temp-
|
|
3
|
+
"version": "1.0.0-temp-223",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"private": false,
|
|
@@ -68,34 +68,34 @@
|
|
|
68
68
|
"@testing-library/react": "^11.2.5",
|
|
69
69
|
"@testing-library/react-hooks": "^7.0.2",
|
|
70
70
|
"@testing-library/user-event": "^13.0.10",
|
|
71
|
-
"@zohodesk-private/color-variable-preprocessor": "1.
|
|
71
|
+
"@zohodesk-private/color-variable-preprocessor": "1.0.0-temp-13.1",
|
|
72
72
|
"@zohodesk-private/css-variable-migrator": "1.0.9",
|
|
73
73
|
"@zohodesk-private/node-plugins": "1.1.13",
|
|
74
74
|
"@zohodesk-private/react-prop-validator": "1.2.3",
|
|
75
75
|
"@zohodesk/a11y": "2.3.8",
|
|
76
|
-
"@zohodesk/components": "1.
|
|
76
|
+
"@zohodesk/components": "1.0.0-temp-247",
|
|
77
77
|
"@zohodesk/hooks": "2.0.6",
|
|
78
78
|
"@zohodesk/icons": "1.1.4",
|
|
79
79
|
"@zohodesk/layout": "^3.1.0",
|
|
80
|
-
"@zohodesk/svg": "1.
|
|
81
|
-
"@zohodesk/utils": "1.
|
|
80
|
+
"@zohodesk/svg": "1.0.0-temp.60",
|
|
81
|
+
"@zohodesk/utils": "1.3.15",
|
|
82
82
|
"@zohodesk/variables": "1.2.0",
|
|
83
83
|
"@zohodesk/virtualizer": "1.0.13",
|
|
84
84
|
"react-sortable-hoc": "^0.8.3",
|
|
85
85
|
"velocity-react": "1.4.3",
|
|
86
|
-
"@zohodesk/dotkit": "1.0.
|
|
86
|
+
"@zohodesk/dotkit": "1.0.3",
|
|
87
87
|
"@zohodesk/react-cli": "1.1.27"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"velocity-react": "1.4.3",
|
|
91
91
|
"@zohodesk/variables": "1.2.0",
|
|
92
|
-
"@zohodesk/components": "1.
|
|
92
|
+
"@zohodesk/components": "1.0.0-temp-247",
|
|
93
93
|
"@zohodesk/icons": "1.1.4",
|
|
94
|
-
"@zohodesk/svg": "1.
|
|
94
|
+
"@zohodesk/svg": "1.0.0-temp.60",
|
|
95
95
|
"@zohodesk/virtualizer": "1.0.13",
|
|
96
96
|
"react-sortable-hoc": "^0.8.3",
|
|
97
97
|
"@zohodesk/hooks": "2.0.6",
|
|
98
|
-
"@zohodesk/utils": "1.
|
|
98
|
+
"@zohodesk/utils": "1.3.15",
|
|
99
99
|
"@zohodesk/a11y": "2.3.8",
|
|
100
100
|
"@zohodesk/layout": "3.1.0"
|
|
101
101
|
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.STATUS = void 0;
|
|
7
|
-
var STATUS = {
|
|
8
|
-
MOUNTED: 'mounted',
|
|
9
|
-
UNMOUNTED: 'unmounted',
|
|
10
|
-
UPDATED: 'updated',
|
|
11
|
-
DISMISSING: 'dismissing'
|
|
12
|
-
};
|
|
13
|
-
exports.STATUS = STATUS;
|