diff --git a/Gruntfile.js b/Gruntfile.js index 54ece4d57..9ce22e92c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -47,7 +47,7 @@ module.exports = function (grunt) { }, 'js': { - 'src': ['temp/' + environment + '/core.tmp.js'].concat(files.JS.abilities).concat(files.JS.widgets), + 'src': ['temp/' + environment + '/core.tmp.js'].concat(files.JS.abilities).concat(files.JS.components), 'dest': destination + '/' + environment + '/chico.js' }, @@ -55,7 +55,7 @@ module.exports = function (grunt) { 'options': { 'banner': '<%= banner.full %>' }, - 'src': files.CSS.resetML.concat(files.CSS.core).concat(files.CSS.widgets), + 'src': files.CSS.resetML.concat(files.CSS.core).concat(files.CSS.components), 'dest': destination + '/' + environment + '/chico.css' } }, @@ -87,7 +87,7 @@ module.exports = function (grunt) { 'clean': ["temp/**/*.tmp.js"], 'jslint': { // configure the task - 'files': files.JS.abilities.concat(files.JS.widgets), + 'files': files.JS.abilities.concat(files.JS.components), 'directives': { 'nomen': true, 'todo': true @@ -101,7 +101,7 @@ module.exports = function (grunt) { 'jsdoc': { 'dist': { - 'src': files.JS.core.concat(files.JS.abilities).concat(files.JS.widgets), + 'src': files.JS.core.concat(files.JS.abilities).concat(files.JS.components), 'options': { 'template': './libs/doc-template', 'destination': './doc/' + environment, diff --git a/README.md b/README.md index 75f664fd0..1adad588f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Chico UI - Get things done, quickly. -Chico UI is a free and open source collection of easy-to-use web tools for designers and developers. +Chico UI is a free and open source collection of easy-to-use web components for designers and developers. ## Features -- UI Widgets +- UI Components - Grids ## Get in touch diff --git a/extensions/carousel.autoSliding.js b/extensions/carousel.autoSliding.js index 559dc92bc..ffeacb06f 100644 --- a/extensions/carousel.autoSliding.js +++ b/extensions/carousel.autoSliding.js @@ -29,13 +29,13 @@ this.pause(); } - // Stop the automatic movement when the user interacts with the widget + // Stop the automatic movement when the user interacts with the component this._$el.one(pointertap, function () { that.pause(); }); /** - * Interval used to animate the widget autamatically. + * Interval used to animate the component autamatically. * @private * @type {Number} */ diff --git a/libs/doc-template/publish.js b/libs/doc-template/publish.js index f78579d19..d2cd698ef 100644 --- a/libs/doc-template/publish.js +++ b/libs/doc-template/publish.js @@ -229,7 +229,7 @@ function buildNav(members) { }); if (classNav !== '') { - nav += '

Widgets