@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/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-98",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"jsnext:main": "es/index.js",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"velocity-react": "1.4.3",
|
|
37
37
|
"@zohodesk/variables": "1.0.0-temp.30",
|
|
38
38
|
"@zohodesk/i18n": "1.0.0-beta.7",
|
|
39
|
-
"@zohodesk/components": "1.0.0-temp-
|
|
39
|
+
"@zohodesk/components": "1.0.0-temp-76",
|
|
40
40
|
"@zohodesk/icons": "1.0.0-beta.109",
|
|
41
|
-
"@zohodesk/svg": "1.0.0-temp.
|
|
41
|
+
"@zohodesk/svg": "1.0.0-temp.47",
|
|
42
42
|
"@zohodesk/virtualizer": "1.0.3",
|
|
43
43
|
"react-sortable-hoc": "^0.8.3"
|
|
44
44
|
},
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"velocity-react": "1.4.3",
|
|
47
47
|
"@zohodesk/variables": "1.0.0-temp.30",
|
|
48
48
|
"@zohodesk/i18n": "1.0.0-beta.7",
|
|
49
|
-
"@zohodesk/components": "1.0.0-temp-
|
|
49
|
+
"@zohodesk/components": "1.0.0-temp-76",
|
|
50
50
|
"@zohodesk/icons": "1.0.0-beta.109",
|
|
51
|
-
"@zohodesk/svg": "1.0.0-temp.
|
|
51
|
+
"@zohodesk/svg": "1.0.0-temp.47"
|
|
52
52
|
},
|
|
53
53
|
"react-cli": {
|
|
54
54
|
"preprocess": {
|