diff --git a/features.json b/features.json index 8f1a00592..7ffe4617f 100644 --- a/features.json +++ b/features.json @@ -1,14 +1,14 @@ { - "title": "Learning tool", - "knnModel": true, - "lossGraph": true, - "makecode": true, + "title": "ML-Machine", + "knnModel": false, + "lossGraph": false, + "makecode": false, "liveGraphInputValues": true, "recordingScrubberValues": true, - "modelValidation": true, - "modelSettings": true, - "fingerprint": true, - "recordingDuration": 1800, + "modelValidation": false, + "modelSettings": false, + "fingerprint": false, + "recordingDuration": 2500, "printableRecordings": true, "dialogRecordings": true } diff --git a/package.json b/package.json index 780926c2a..6fb901274 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "module", "license": "MIT", "scripts": { - "build": "node prepEnv.js simple && vite build", + "build": "node prepEnv.js experimental && vite build", "dev": "node prepEnv.js unbranded && vite", "devML": "node prepEnv.js branded && vite", "devSimple": "node prepEnv.js simple && vite", diff --git a/src/__viteBuildVariants__/experimental/features.json b/src/__viteBuildVariants__/experimental/features.json index 87a1907b2..7ffe4617f 100644 --- a/src/__viteBuildVariants__/experimental/features.json +++ b/src/__viteBuildVariants__/experimental/features.json @@ -1,13 +1,13 @@ { "title": "ML-Machine", - "knnModel": true, - "lossGraph": true, - "makecode": true, + "knnModel": false, + "lossGraph": false, + "makecode": false, "liveGraphInputValues": true, "recordingScrubberValues": true, - "modelValidation": true, - "modelSettings": true, - "fingerprint": true, + "modelValidation": false, + "modelSettings": false, + "fingerprint": false, "recordingDuration": 2500, "printableRecordings": true, "dialogRecordings": true diff --git a/windi.config.js b/windi.config.js index 4f10a7473..3998bb138 100644 --- a/windi.config.js +++ b/windi.config.js @@ -10,17 +10,17 @@ export default { theme: { extend: { colors: { - primary: '#3a3a3a', + primary: '#2B5EA7', primarytext: '#000000', - primaryaccent: '#4a4a4a', - secondary: '#a0a0a0', + primaryaccent: '#8BbEf7', + secondary: '#2CCAC0', secondarytext: '#FFFFFF', info: '#98A2B3', backgrounddark: '#F5F5F5', backgroundlight: '#ffffff', infolight: '#93c5fd', link: '#258aff', - warning: '#ffaaaa', + warning: '#FF7777', disabled: '#8892A3', primaryborder: '#E5E7EB', primaryborderaccent: '#b5b7bB',