Remove reference to DWIO

This commit is contained in:
Harel M
2023-12-17 19:05:40 +00:00
parent f0bf7fd3c2
commit 9c15ce8fa8
3 changed files with 17 additions and 6690 deletions

6694
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -135,11 +135,6 @@
"@storybook/theming": "^6.4.20",
"@types/cors": "^2.8.17",
"@types/uuid": "^9.0.7",
"@wdio/cli": "^7.19.3",
"@wdio/local-runner": "^7.19.3",
"@wdio/mocha-framework": "^7.19.3",
"@wdio/selenium-standalone-service": "^7.19.1",
"@wdio/spec-reporter": "^7.19.1",
"babel-loader": "^8.2.4",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-static-fs": "^3.0.0",
@@ -168,7 +163,6 @@
"transform-loader": "^0.2.4",
"typescript": "^4.9.5",
"uuid": "^8.3.2",
"webdriverio": "^7.19.3",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cleanup-plugin": "^0.5.1",

View File

@@ -18,13 +18,6 @@
@import 'codemirror';
@import 'react-collapse';
/**
* Hacks for webdriverio isVisibleWithinViewport
*/
#app {
height: 100vh;
}
.maputnik-layout {
height: 100vh;
}