You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/03/12 10:36:10 UTC

[myfaces-tobago] branch master updated (5aafe65 -> e4fc310)

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 5aafe65  chore(deps-dev): bump @typescript-eslint/parser
     add 3e2dd30  build(npm): use one npm config for themes move css, scss, ts... files to the maven structure
     add 303406b  ci(dependabot): update config
     add ca694bc  build(npm): use one npm config for themes
     add a9962a8  build(npm): use one npm config for themes
     add e4fc310  build(deps-dev): update versions due CVE

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                             |   24 +-
 pom.xml                                            |   14 +-
 tobago-core/npm/package-lock.json                  |   26 -
 tobago-core/npm/package.json                       |   24 -
 tobago-core/pom.xml                                |    2 +-
 .../myfaces/tobago/model/SelectableUnitTest.java   |    2 +-
 .../tobago/renderkit/css/TobagoClassUnitTest.java  |    2 +-
 .../renderkit/html/HtmlElementsUnitTest.java       |    2 +-
 .../tobago-example-demo/npm/postcss.config.js      |   31 -
 .../tobago-example-demo/npm/ts/demo-all.ts         |   26 -
 .../{npm => }/package-lock.json                    |   18 +-
 .../tobago-example-demo/{npm => }/package.json     |   14 +-
 .../tobago-example-demo}/postcss.config.js         |    0
 .../tobago-example-demo/{npm => }/rollup.config.js |    4 +-
 .../{npm => src/main}/scss/demo.scss               |    0
 .../{npm => src/main}/ts/demo-alert.ts             |    0
 .../tobago-example-demo/src/main/ts/demo-all.ts    |   21 +-
 .../{npm => src/main}/ts/demo-copy-to-clipboard.ts |    0
 .../{npm => src/main}/ts/demo-highlight.ts         |    0
 .../{npm => src/main}/ts/demo-inspect.ts           |    0
 .../{npm => src/main}/ts/demo-login.ts             |    0
 .../{npm => src/main}/ts/demo-search.ts            |    0
 .../{npm => src/main}/ts/demo-test.ts              |    0
 .../src/main/webapp/css/demo.css.map               |    2 +-
 .../src/main/webapp/css/demo.min.css.map           |    2 +-
 .../src/main/webapp/js/demo-alert.js.map           |    2 +-
 .../src/main/webapp/js/demo-all.js                 |   16 +-
 .../src/main/webapp/js/demo-all.js.map             |    2 +-
 .../main/webapp/js/demo-copy-to-clipboard.js.map   |    2 +-
 .../src/main/webapp/js/demo-highlight.js.map       |    2 +-
 .../src/main/webapp/js/demo-inspect.js.map         |    2 +-
 .../src/main/webapp/js/demo-login.js.map           |    2 +-
 .../src/main/webapp/js/demo-search.js.map          |    2 +-
 .../src/main/webapp/js/demo-test.js.map            |    2 +-
 .../tobago-example-demo/src/main/webapp/js/demo.js |  406 +----
 .../src/main/webapp/js/demo.js.map                 |    2 +-
 .../tobago-example-demo/{npm => }/tsconfig.json    |    8 +-
 .../tobago-example-demo/{npm => }/tslint.json      |    0
 .../{tobago-theme-standard/npm => }/.eslintignore  |    1 +
 .../{tobago-theme-standard/npm => }/.eslintrc.js   |    0
 .../{tobago-theme-standard/npm => }/jest.config.js |    3 +-
 .../npm => }/package-lock.json                     |  309 ++--
 tobago-theme/package.json                          |   95 ++
 tobago-theme/pom.xml                               |    7 +-
 .../npm => }/postcss.config.js                     |    0
 .../npm => }/rollup.config.js                      |    6 +-
 .../src/main}/scss/_tobago.scss                    |    2 +-
 .../src/main}/scss/datepicker-bs5.scss             |    4 +-
 .../npm/dist/css/tobago.css.map                    |    1 -
 .../npm/dist/css/tobago.min.css                    |    2 -
 .../npm/dist/css/tobago.min.css.map                |    1 -
 .../npm/package-lock.json                          | 1089 ------------
 .../tobago-theme-charlotteville/npm/package.json   |   47 -
 tobago-theme/tobago-theme-charlotteville/pom.xml   |    2 +-
 .../{npm/dist => src/main}/css/tobago.css          |  125 +-
 .../src/main/css/tobago.css.map                    |    1 +
 .../src/main/css/tobago.min.css                    |    2 +
 .../src/main/css/tobago.min.css.map                |    1 +
 .../{npm => src/main}/scss/_custom.scss            |    0
 .../src/main}/scss/tobago-theme.scss               |    8 +-
 .../npm/dist/css/tobago.css.map                    |    1 -
 .../npm/dist/css/tobago.min.css                    |    2 -
 .../npm/dist/css/tobago.min.css.map                |    1 -
 .../tobago-theme-roxborough/npm/package-lock.json  | 1102 ------------
 .../tobago-theme-roxborough/npm/package.json       |   47 -
 .../tobago-theme-roxborough/npm/postcss.config.js  |   31 -
 tobago-theme/tobago-theme-roxborough/pom.xml       |    2 +-
 .../{npm/dist => src/main}/css/tobago.css          |  125 +-
 .../src/main/css/tobago.css.map                    |    1 +
 .../src/main/css/tobago.min.css                    |    2 +
 .../src/main/css/tobago.min.css.map                |    1 +
 .../{npm => src/main}/scss/_custom.scss            |    0
 .../{npm => src/main}/scss/tobago-theme.scss       |    8 +-
 .../npm/dist/css/tobago.css.map                    |    1 -
 .../npm/dist/css/tobago.min.css                    |    2 -
 .../npm/dist/css/tobago.min.css.map                |    1 -
 .../tobago-theme-scarborough/npm/package-lock.json | 1102 ------------
 .../tobago-theme-scarborough/npm/package.json      |   47 -
 .../tobago-theme-scarborough/npm/postcss.config.js |   31 -
 tobago-theme/tobago-theme-scarborough/pom.xml      |    2 +-
 .../{npm/dist => src/main}/css/tobago.css          |  125 +-
 .../src/main/css/tobago.css.map                    |    1 +
 .../src/main/css/tobago.min.css                    |    2 +
 .../src/main/css/tobago.min.css.map                |    1 +
 .../{npm => src/main}/scss/tobago-theme.scss       |    6 +-
 .../npm/dist/css/tobago.css.map                    |    1 -
 .../npm/dist/css/tobago.min.css                    |    2 -
 .../npm/dist/css/tobago.min.css.map                |    1 -
 .../tobago-theme-speyside/npm/package-lock.json    | 1102 ------------
 .../tobago-theme-speyside/npm/package.json         |   47 -
 .../npm/scss/tobago-theme.scss                     |   31 -
 tobago-theme/tobago-theme-speyside/pom.xml         |    2 +-
 .../{npm/dist => src/main}/css/tobago.css          |  129 +-
 .../src/main/css/tobago.css.map                    |    1 +
 .../src/main/css/tobago.min.css                    |    2 +
 .../src/main/css/tobago.min.css.map                |    1 +
 .../{npm => src/main}/scss/_custom.scss            |    0
 .../{npm => src/main}/scss/_speyside-classes.scss  |    0
 .../main}/scss/_speyside-overwrites.scss           |    0
 .../src/main}/scss/tobago-theme.scss               |   11 +-
 .../npm/dist/css/tobago.css.map                    |    1 -
 .../npm/dist/css/tobago.min.css                    |    2 -
 .../npm/dist/css/tobago.min.css.map                |    1 -
 .../npm/dist/js/tobago.js.map                      |    1 -
 .../npm/dist/js/tobago.min.js                      |    8 -
 .../npm/dist/js/tobago.min.js.map                  |    1 -
 .../tobago-theme-standard/npm/package.json         |   81 -
 .../npm/tsconfig.development.json                  |   26 -
 tobago-theme/tobago-theme-standard/pom.xml         |    2 +-
 .../{npm/dist => src/main}/css/font-awesome.css    |    0
 .../dist => src/main}/css/font-awesome.css.map     |    0
 .../dist => src/main}/css/font-awesome.min.css     |    0
 .../{npm/dist => src/main}/css/tobago.css          |  125 +-
 .../src/main/css/tobago.css.map                    |    1 +
 .../src/main/css/tobago.min.css                    |    2 +
 .../src/main/css/tobago.min.css.map                |    1 +
 .../main}/fonts/fontawesome-webfont.woff           |  Bin
 .../main}/fonts/fontawesome-webfont.woff2          |  Bin
 .../{npm => src/main}/js/jsf-development.js        |    0
 .../{npm => src/main}/js/jsf-development.js.map    |    0
 .../{npm => src/main}/js/jsf.js                    |    0
 .../{npm => src/main}/js/jsf.js.map                |    0
 .../{npm/dist => src/main}/js/tobago.js            | 1803 +++++++++++++++++++-
 .../src/main/js/tobago.js.map                      |    1 +
 .../src/main/js/tobago.min.js                      |    8 +
 .../src/main/js/tobago.min.js.map                  |    1 +
 .../src/main}/scss/tobago-theme.scss               |    8 +-
 .../{npm => src/main}/ts/jsf.d.ts                  |    0
 .../{npm => src/main}/ts/tobago-all.ts             |    0
 .../{npm => src/main}/ts/tobago-bar.ts             |    0
 .../{npm => src/main}/ts/tobago-command.ts         |    0
 .../{npm => src/main}/ts/tobago-config.ts          |    0
 .../{npm => src/main}/ts/tobago-date.ts            |    2 +-
 .../{npm => src/main}/ts/tobago-dropdown.ts        |    0
 .../{npm => src/main}/ts/tobago-example.test.ts    |    0
 .../{npm => src/main}/ts/tobago-example.ts         |    0
 .../{npm => src/main}/ts/tobago-file.ts            |    0
 .../{npm => src/main}/ts/tobago-focus.ts           |    0
 .../{npm => src/main}/ts/tobago-footer.ts          |    0
 .../{npm => src/main}/ts/tobago-in.ts              |    0
 .../{npm => src/main}/ts/tobago-listener.ts        |    0
 .../{npm => src/main}/ts/tobago-messages.ts        |    0
 .../{npm => src/main}/ts/tobago-overlay.ts         |    0
 .../{npm => src/main}/ts/tobago-page.ts            |    0
 .../{npm => src/main}/ts/tobago-panel.ts           |    0
 .../{npm => src/main}/ts/tobago-polyfill.ts        |    0
 .../{npm => src/main}/ts/tobago-popover.ts         |    2 +-
 .../{npm => src/main}/ts/tobago-popup.ts           |    2 +-
 .../{npm => src/main}/ts/tobago-range.ts           |    2 +-
 .../{npm => src/main}/ts/tobago-reload.ts          |    0
 .../{npm => src/main}/ts/tobago-scroll.ts          |    0
 .../main}/ts/tobago-select-boolean-checkbox.ts     |    0
 .../main}/ts/tobago-select-boolean-toggle.ts       |    0
 .../main}/ts/tobago-select-many-checkbox.ts        |    0
 .../main}/ts/tobago-select-many-listbox.ts         |    0
 .../main}/ts/tobago-select-many-shuttle.ts         |    0
 .../main}/ts/tobago-select-one-choice.ts           |    0
 .../main}/ts/tobago-select-one-listbox.ts          |    0
 .../main}/ts/tobago-select-one-radio.ts            |    0
 .../{npm => src/main}/ts/tobago-selectable.ts      |    0
 .../{npm => src/main}/ts/tobago-sheet.ts           |    0
 .../{npm => src/main}/ts/tobago-split-layout.ts    |    0
 .../{npm => src/main}/ts/tobago-stars.ts           |    0
 .../{npm => src/main}/ts/tobago-suggest.ts         |    2 +-
 .../{npm => src/main}/ts/tobago-tab.ts             |    0
 .../{npm => src/main}/ts/tobago-textarea.ts        |    0
 .../{npm => src/main}/ts/tobago-tree-listbox.ts    |    0
 .../{npm => src/main}/ts/tobago-tree-node.ts       |    0
 .../{npm => src/main}/ts/tobago-tree-select.ts     |    0
 .../{npm => src/main}/ts/tobago-tree.ts            |    0
 .../{npm => src/main}/ts/tobago-utils.ts           |    0
 .../renderkit/css/BootstrapClassUnitTest.java      |    2 +-
 .../{tobago-theme-standard/npm => }/tsconfig.json  |    6 +-
 .../npm => }/tsconfig.production.json              |   10 +-
 .../npm => }/typescript-style.md                   |    0
 175 files changed, 2256 insertions(+), 6187 deletions(-)
 delete mode 100644 tobago-core/npm/package-lock.json
 delete mode 100644 tobago-core/npm/package.json
 delete mode 100644 tobago-example/tobago-example-demo/npm/postcss.config.js
 delete mode 100644 tobago-example/tobago-example-demo/npm/ts/demo-all.ts
 rename tobago-example/tobago-example-demo/{npm => }/package-lock.json (99%)
 rename tobago-example/tobago-example-demo/{npm => }/package.json (78%)
 rename {tobago-theme/tobago-theme-standard/npm => tobago-example/tobago-example-demo}/postcss.config.js (100%)
 rename tobago-example/tobago-example-demo/{npm => }/rollup.config.js (91%)
 rename tobago-example/tobago-example-demo/{npm => src/main}/scss/demo.scss (100%)
 rename tobago-example/tobago-example-demo/{npm => src/main}/ts/demo-alert.ts (100%)
 rename tobago-theme/tobago-theme-charlotteville/npm/postcss.config.js => tobago-example/tobago-example-demo/src/main/ts/demo-all.ts (78%)
 rename tobago-example/tobago-example-demo/{npm => src/main}/ts/demo-copy-to-clipboard.ts (100%)
 rename tobago-example/tobago-example-demo/{npm => src/main}/ts/demo-highlight.ts (100%)
 rename tobago-example/tobago-example-demo/{npm => src/main}/ts/demo-inspect.ts (100%)
 rename tobago-example/tobago-example-demo/{npm => src/main}/ts/demo-login.ts (100%)
 rename tobago-example/tobago-example-demo/{npm => src/main}/ts/demo-search.ts (100%)
 rename tobago-example/tobago-example-demo/{npm => src/main}/ts/demo-test.ts (100%)
 rename tobago-example/tobago-example-demo/{npm => }/tsconfig.json (79%)
 rename tobago-example/tobago-example-demo/{npm => }/tslint.json (100%)
 rename tobago-theme/{tobago-theme-standard/npm => }/.eslintignore (78%)
 rename tobago-theme/{tobago-theme-standard/npm => }/.eslintrc.js (100%)
 rename tobago-theme/{tobago-theme-standard/npm => }/jest.config.js (93%)
 rename tobago-theme/{tobago-theme-standard/npm => }/package-lock.json (97%)
 create mode 100644 tobago-theme/package.json
 rename tobago-theme/{tobago-theme-speyside/npm => }/postcss.config.js (100%)
 rename tobago-theme/{tobago-theme-standard/npm => }/rollup.config.js (90%)
 rename {tobago-core/npm => tobago-theme/src/main}/scss/_tobago.scss (99%)
 rename {tobago-core/npm => tobago-theme/src/main}/scss/datepicker-bs5.scss (97%)
 delete mode 100644 tobago-theme/tobago-theme-charlotteville/npm/dist/css/tobago.css.map
 delete mode 100644 tobago-theme/tobago-theme-charlotteville/npm/dist/css/tobago.min.css
 delete mode 100644 tobago-theme/tobago-theme-charlotteville/npm/dist/css/tobago.min.css.map
 delete mode 100644 tobago-theme/tobago-theme-charlotteville/npm/package-lock.json
 delete mode 100644 tobago-theme/tobago-theme-charlotteville/npm/package.json
 rename tobago-theme/tobago-theme-charlotteville/{npm/dist => src/main}/css/tobago.css (98%)
 create mode 100644 tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css.map
 create mode 100644 tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css
 create mode 100644 tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css.map
 rename tobago-theme/tobago-theme-charlotteville/{npm => src/main}/scss/_custom.scss (100%)
 rename tobago-theme/{tobago-theme-standard/npm => tobago-theme-charlotteville/src/main}/scss/tobago-theme.scss (84%)
 delete mode 100644 tobago-theme/tobago-theme-roxborough/npm/dist/css/tobago.css.map
 delete mode 100644 tobago-theme/tobago-theme-roxborough/npm/dist/css/tobago.min.css
 delete mode 100644 tobago-theme/tobago-theme-roxborough/npm/dist/css/tobago.min.css.map
 delete mode 100644 tobago-theme/tobago-theme-roxborough/npm/package-lock.json
 delete mode 100644 tobago-theme/tobago-theme-roxborough/npm/package.json
 delete mode 100644 tobago-theme/tobago-theme-roxborough/npm/postcss.config.js
 rename tobago-theme/tobago-theme-roxborough/{npm/dist => src/main}/css/tobago.css (98%)
 create mode 100644 tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map
 create mode 100644 tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css
 create mode 100644 tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css.map
 rename tobago-theme/tobago-theme-roxborough/{npm => src/main}/scss/_custom.scss (100%)
 copy tobago-theme/tobago-theme-roxborough/{npm => src/main}/scss/tobago-theme.scss (82%)
 delete mode 100644 tobago-theme/tobago-theme-scarborough/npm/dist/css/tobago.css.map
 delete mode 100644 tobago-theme/tobago-theme-scarborough/npm/dist/css/tobago.min.css
 delete mode 100644 tobago-theme/tobago-theme-scarborough/npm/dist/css/tobago.min.css.map
 delete mode 100644 tobago-theme/tobago-theme-scarborough/npm/package-lock.json
 delete mode 100644 tobago-theme/tobago-theme-scarborough/npm/package.json
 delete mode 100644 tobago-theme/tobago-theme-scarborough/npm/postcss.config.js
 rename tobago-theme/tobago-theme-scarborough/{npm/dist => src/main}/css/tobago.css (98%)
 create mode 100644 tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map
 create mode 100644 tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css
 create mode 100644 tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css.map
 rename tobago-theme/tobago-theme-scarborough/{npm => src/main}/scss/tobago-theme.scss (84%)
 delete mode 100644 tobago-theme/tobago-theme-speyside/npm/dist/css/tobago.css.map
 delete mode 100644 tobago-theme/tobago-theme-speyside/npm/dist/css/tobago.min.css
 delete mode 100644 tobago-theme/tobago-theme-speyside/npm/dist/css/tobago.min.css.map
 delete mode 100644 tobago-theme/tobago-theme-speyside/npm/package-lock.json
 delete mode 100644 tobago-theme/tobago-theme-speyside/npm/package.json
 delete mode 100644 tobago-theme/tobago-theme-speyside/npm/scss/tobago-theme.scss
 rename tobago-theme/tobago-theme-speyside/{npm/dist => src/main}/css/tobago.css (98%)
 create mode 100644 tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map
 create mode 100644 tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css
 create mode 100644 tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css.map
 rename tobago-theme/tobago-theme-speyside/{npm => src/main}/scss/_custom.scss (100%)
 rename tobago-theme/tobago-theme-speyside/{npm => src/main}/scss/_speyside-classes.scss (100%)
 rename tobago-theme/tobago-theme-speyside/{npm => src/main}/scss/_speyside-overwrites.scss (100%)
 rename tobago-theme/{tobago-theme-roxborough/npm => tobago-theme-speyside/src/main}/scss/tobago-theme.scss (80%)
 delete mode 100644 tobago-theme/tobago-theme-standard/npm/dist/css/tobago.css.map
 delete mode 100644 tobago-theme/tobago-theme-standard/npm/dist/css/tobago.min.css
 delete mode 100644 tobago-theme/tobago-theme-standard/npm/dist/css/tobago.min.css.map
 delete mode 100644 tobago-theme/tobago-theme-standard/npm/dist/js/tobago.js.map
 delete mode 100644 tobago-theme/tobago-theme-standard/npm/dist/js/tobago.min.js
 delete mode 100644 tobago-theme/tobago-theme-standard/npm/dist/js/tobago.min.js.map
 delete mode 100644 tobago-theme/tobago-theme-standard/npm/package.json
 delete mode 100644 tobago-theme/tobago-theme-standard/npm/tsconfig.development.json
 rename tobago-theme/tobago-theme-standard/{npm/dist => src/main}/css/font-awesome.css (100%)
 rename tobago-theme/tobago-theme-standard/{npm/dist => src/main}/css/font-awesome.css.map (100%)
 rename tobago-theme/tobago-theme-standard/{npm/dist => src/main}/css/font-awesome.min.css (100%)
 rename tobago-theme/tobago-theme-standard/{npm/dist => src/main}/css/tobago.css (98%)
 create mode 100644 tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map
 create mode 100644 tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css
 create mode 100644 tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css.map
 rename tobago-theme/tobago-theme-standard/{npm/dist => src/main}/fonts/fontawesome-webfont.woff (100%)
 rename tobago-theme/tobago-theme-standard/{npm/dist => src/main}/fonts/fontawesome-webfont.woff2 (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/js/jsf-development.js (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/js/jsf-development.js.map (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/js/jsf.js (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/js/jsf.js.map (100%)
 rename tobago-theme/tobago-theme-standard/{npm/dist => src/main}/js/tobago.js (87%)
 create mode 100644 tobago-theme/tobago-theme-standard/src/main/js/tobago.js.map
 create mode 100644 tobago-theme/tobago-theme-standard/src/main/js/tobago.min.js
 create mode 100644 tobago-theme/tobago-theme-standard/src/main/js/tobago.min.js.map
 rename tobago-theme/{tobago-theme-charlotteville/npm => tobago-theme-standard/src/main}/scss/tobago-theme.scss (82%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/jsf.d.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-all.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-bar.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-command.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-config.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-date.ts (98%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-dropdown.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-example.test.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-example.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-file.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-focus.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-footer.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-in.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-listener.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-messages.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-overlay.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-page.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-panel.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-polyfill.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-popover.ts (95%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-popup.ts (97%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-range.ts (96%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-reload.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-scroll.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-select-boolean-checkbox.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-select-boolean-toggle.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-select-many-checkbox.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-select-many-listbox.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-select-many-shuttle.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-select-one-choice.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-select-one-listbox.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-select-one-radio.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-selectable.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-sheet.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-split-layout.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-stars.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-suggest.ts (98%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-tab.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-textarea.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-tree-listbox.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-tree-node.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-tree-select.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-tree.ts (100%)
 rename tobago-theme/tobago-theme-standard/{npm => src/main}/ts/tobago-utils.ts (100%)
 rename tobago-theme/{tobago-theme-standard/npm => }/tsconfig.json (77%)
 rename tobago-theme/{tobago-theme-standard/npm => }/tsconfig.production.json (66%)
 rename tobago-theme/{tobago-theme-standard/npm => }/typescript-style.md (100%)