From ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Sun, 17 Jun 2012 22:58:26 -0700 Subject: updating the components and descriptor.json to support montage v.11 Signed-off-by: Valerio Virgillito --- node_modules/components-data/checkbox.json | 2 +- node_modules/components-data/textfield.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json index cd851f67..e91a107e 100644 --- a/node_modules/components-data/checkbox.json +++ b/node_modules/components-data/checkbox.json @@ -1,7 +1,7 @@ { "component": "checkbox", - "module": "montage/ui/checkbox.reel", + "module": "montage/ui/input-checkbox.reel", "name": "Checkbox", diff --git a/node_modules/components-data/textfield.json b/node_modules/components-data/textfield.json index cb3f1c8f..2df06ec3 100644 --- a/node_modules/components-data/textfield.json +++ b/node_modules/components-data/textfield.json @@ -1,7 +1,7 @@ { "component": "textfield", - "module": "montage/ui/textfield.reel", + "module": "montage/ui/input-text.reel", "name": "Textfield", -- cgit v1.2.3