From 8dd6133ab843c0e43288fe1cca1c510b9cd5ee53 Mon Sep 17 00:00:00 2001
From: David Sehnal <david.sehnal@gmail.com>
Date: Fri, 2 Nov 2018 10:02:24 +0100
Subject: [PATCH] added mol-theme module to config files

---
 README.md         |   3 ++-
 package-lock.json | Bin 421921 -> 422037 bytes
 package.json      |   1 +
 tsconfig.json     |   1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0bdff19ce..888aafbe9 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,12 @@ The core of Mol* currently consists of these modules:
 - `mol-model-props` Common "custom properties".
 - `mol-script` A scriting language for creating representations/scenes and querying (includes the [MolQL query language](https://molql.github.io)).
 - `mol-geo` Creating molecular geometries.
+- `mol-theme` Molecular representation themeing.
 - `mol-gl` A lightweight wrapper around WebGL.
 - `mol-canvas3d` A low level 3d view component. Uses `mol-geo` to generate geometries.
 - `mol-state` State representation tree with state saving and automatic updates.
 - `mol-app` Components for builduing UIs.
-- `mol-plugin` Allow to define modular Mol* plugin instances utilizing `mol-state` and `mol-view3d`.
+- `mol-plugin` Allow to define modular Mol* plugin instances utilizing `mol-state` and `mol-canvas3d`.
 - `mol-util` Useful things that do not fit elsewhere.
 
 Moreover, the project contains the imlementation of `servers`, including
diff --git a/package-lock.json b/package-lock.json
index 596fcefa41febf4ecacef942924c05aad728eb45..a6e919d8410914b5d76a52a8e4ad3b668941885d 100644
GIT binary patch
delta 125
zcmZ4ZKyvCs$qg%oCmxX4d_edoh;F{1zWstaV^8?>4Ko=fwinkk{!5;|;02@M^!ksi
ztkb(6GiFc!Ai!j{UEm4hPDZfI_IpnmrTD<2)7S5YDB^8b`N9aqOxsnyFh>_mUl7G2
S**-mm1&CR<Pfua%;syW$+cnt$

delta 118
zcmbRGP;%h|$qg%oryH0vifuk1{0qXGd_b7J`G)%T8|sX0;b6J#rS**elcyh;#3(v_
z>0`!%NgJiMdp}{^$p{g;b(L9ax&JdpKA?De>la2KX4>BRg*mqXth=2vl?8}dw{xbl
H^>70KSwk-k

diff --git a/package.json b/package.json
index 0c3471a7d..c3d686a95 100644
--- a/package.json
+++ b/package.json
@@ -52,6 +52,7 @@
       "mol-app($|/.*)": "<rootDir>/src/mol-app$1",
       "mol-data($|/.*)": "<rootDir>/src/mol-data$1",
       "mol-geo($|/.*)": "<rootDir>/src/mol-geo$1",
+      "mol-theme($|/.*)": "<rootDir>/src/mol-theme$1",
       "mol-gl($|/.*)": "<rootDir>/src/mol-gl$1",
       "mol-io($|/.*)": "<rootDir>/src/mol-io$1",
       "mol-math($|/.*)": "<rootDir>/src/mol-math$1",
diff --git a/tsconfig.json b/tsconfig.json
index 7b896a74e..e82eb6af1 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,6 +17,7 @@
             "mol-app": ["./mol-app"],
             "mol-data": ["./mol-data", "./mol-data/index.ts"],
             "mol-geo": ["./mol-geo"],
+            "mol-theme": ["./mol-theme"],
             "mol-gl": ["./mol-gl"],
             "mol-io": ["./mol-io"],
             "mol-math": ["./mol-math"],
-- 
GitLab