From 87e6cb314e7e3f1c4ea94a4c6994849212c04741 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Thu, 13 Dec 2018 16:35:36 +0000 Subject: [PATCH 01/13] docs: update main readme --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 328b7a6fa0..9d6e4cf1c6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ All / most packages: - auto-generated online documentation at [docs.thi.ng](http://docs.thi.ng) - licensed under Apache Software License 2.0 -There's a steadily growing number (30+) of standalone examples +There's a steadily growing number (~40) of standalone examples (different difficulties, many combining functionality from several packages) in the [examples](./examples) directory. @@ -94,16 +94,17 @@ packages) in the [examples](./examples) directory. ### Frontend / UI -| Project | Version | Changelog | Description | -|---------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|-------------------------------------------| -| [`@thi.ng/hdom`](./packages/hdom) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom.svg)](https://www.npmjs.com/package/@thi.ng/hdom) | [changelog](./packages/hdom/CHANGELOG.md) | Hiccup based VDOM & diffing | -| [`@thi.ng/hdom-canvas`](./packages/hdom-canvas) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-canvas.svg)](https://www.npmjs.com/package/@thi.ng/hdom-canvas) | [changelog](./packages/hdom-canvas/CHANGELOG.md) | hdom based declarative canvas drawing | -| [`@thi.ng/hdom-components`](./packages/hdom-components) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-components.svg)](https://www.npmjs.com/package/@thi.ng/hdom-components) | [changelog](./packages/hdom-components/CHANGELOG.md) | hdom based UI components | -| [`@thi.ng/hiccup`](./packages/hiccup) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup.svg)](https://www.npmjs.com/package/@thi.ng/hiccup) | [changelog](./packages/hiccup/CHANGELOG.md) | S-expression based HTML/XML serialization | -| [`@thi.ng/hiccup-css`](./packages/hiccup-css) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup-css.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-css) | [changelog](./packages/hiccup-css/CHANGELOG.md) | CSS from nested JS data structures | -| [`@thi.ng/hiccup-svg`](./packages/hiccup-svg) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup-svg.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-svg) | [changelog](./packages/hiccup-svg/CHANGELOG.md) | hiccup based SVG vocab | -| [`@thi.ng/interceptors`](./packages/interceptors) | [![version](https://img.shields.io/npm/v/@thi.ng/interceptors.svg)](https://www.npmjs.com/package/@thi.ng/interceptors) | [changelog](./packages/interceptors/CHANGELOG.md) | Composable event handlers & processor | -| [`@thi.ng/router`](./packages/router) | [![version](https://img.shields.io/npm/v/@thi.ng/router.svg)](https://www.npmjs.com/package/@thi.ng/router) | [changelog](./packages/router/CHANGELOG.md) | Customizable browser & non-browser router | +| Project | Version | Changelog | Description | +|---------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|--------------------------------------------------| +| [`@thi.ng/hdom`](./packages/hdom) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom.svg)](https://www.npmjs.com/package/@thi.ng/hdom) | [changelog](./packages/hdom/CHANGELOG.md) | Hiccup based VDOM & diffing | +| [`@thi.ng/hdom-canvas`](./packages/hdom-canvas) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-canvas.svg)](https://www.npmjs.com/package/@thi.ng/hdom-canvas) | [changelog](./packages/hdom-canvas/CHANGELOG.md) | hdom based declarative canvas drawing | +| [`@thi.ng/hdom-components`](./packages/hdom-components) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-components.svg)](https://www.npmjs.com/package/@thi.ng/hdom-components) | [changelog](./packages/hdom-components/CHANGELOG.md) | hdom based UI components | +| [`@thi.ng/hdom-mock`](./packages/hdom-mock) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-mock.svg)](https://www.npmjs.com/package/@thi.ng/hdom-mock) | [changelog](./packages/hdom-mock/CHANGELOG.md) | hdom mock implementation (testing / prototyping) | +| [`@thi.ng/hiccup`](./packages/hiccup) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup.svg)](https://www.npmjs.com/package/@thi.ng/hiccup) | [changelog](./packages/hiccup/CHANGELOG.md) | S-expression based HTML/XML serialization | +| [`@thi.ng/hiccup-css`](./packages/hiccup-css) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup-css.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-css) | [changelog](./packages/hiccup-css/CHANGELOG.md) | CSS from nested JS data structures | +| [`@thi.ng/hiccup-svg`](./packages/hiccup-svg) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup-svg.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-svg) | [changelog](./packages/hiccup-svg/CHANGELOG.md) | hiccup based SVG vocab | +| [`@thi.ng/interceptors`](./packages/interceptors) | [![version](https://img.shields.io/npm/v/@thi.ng/interceptors.svg)](https://www.npmjs.com/package/@thi.ng/interceptors) | [changelog](./packages/interceptors/CHANGELOG.md) | Composable event handlers & processor | +| [`@thi.ng/router`](./packages/router) | [![version](https://img.shields.io/npm/v/@thi.ng/router.svg)](https://www.npmjs.com/package/@thi.ng/router) | [changelog](./packages/router/CHANGELOG.md) | Customizable browser & non-browser router | ### Geometry & visualization From b86737a64addd95c95450afd2cef4a9711530b36 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Fri, 14 Dec 2018 17:09:19 +0000 Subject: [PATCH 02/13] feat(examples): update xml-converter cli arg handling (var name) --- examples/xml-converter/bin/hiccup | 2 +- examples/xml-converter/src/utils.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/xml-converter/bin/hiccup b/examples/xml-converter/bin/hiccup index e4b6448d7d..7b33d18044 100755 --- a/examples/xml-converter/bin/hiccup +++ b/examples/xml-converter/bin/hiccup @@ -13,7 +13,7 @@ program .usage("[options] ") .option("-t, --tags ", "remove tags from tree", utils.asSet) .option("-a, --attribs ", "remove attribs from tree", utils.asSet) - .option("-v, --var ", "generate TS export var decl") + .option("-v, --var ", "generate TS export var decl", utils.varName) .option("-s, --single-quote", "use single quotes") .option("-p, --no-pretty", "disable pretty printing") .parse(process.argv); diff --git a/examples/xml-converter/src/utils.ts b/examples/xml-converter/src/utils.ts index 008ad8b5e4..ecb05108a1 100644 --- a/examples/xml-converter/src/utils.ts +++ b/examples/xml-converter/src/utils.ts @@ -21,3 +21,6 @@ export const handleTab = (stream) => ); } }; + +export const varName = (name: string) => + name.replace(/\-+/g, "_"); From 6b04e160b3a9df3fecd1c8087b87ee6518d83f79 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Fri, 14 Dec 2018 17:10:30 +0000 Subject: [PATCH 03/13] feat(hiccup-carbon-icons): add new package --- packages/hiccup-carbon-icons/.npmignore | 13 ++ packages/hiccup-carbon-icons/LICENSE | 201 ++++++++++++++++++ packages/hiccup-carbon-icons/README.md | 107 ++++++++++ packages/hiccup-carbon-icons/convert-icons | 26 +++ packages/hiccup-carbon-icons/package.json | 39 ++++ .../hiccup-carbon-icons/src/add-outline.ts | 4 + packages/hiccup-carbon-icons/src/add-solid.ts | 7 + packages/hiccup-carbon-icons/src/add.ts | 7 + packages/hiccup-carbon-icons/src/api.ts | 8 + .../hiccup-carbon-icons/src/app-services.ts | 9 + .../hiccup-carbon-icons/src/applications.ts | 7 + packages/hiccup-carbon-icons/src/apps.ts | 7 + .../hiccup-carbon-icons/src/arrow-down.ts | 7 + .../hiccup-carbon-icons/src/arrow-left.ts | 7 + .../hiccup-carbon-icons/src/arrow-right.ts | 7 + packages/hiccup-carbon-icons/src/arrow-up.ts | 7 + packages/hiccup-carbon-icons/src/arrows.ts | 4 + packages/hiccup-carbon-icons/src/asleep.ts | 7 + .../hiccup-carbon-icons/src/attachment.ts | 7 + packages/hiccup-carbon-icons/src/awake.ts | 4 + .../hiccup-carbon-icons/src/back-to-top.ts | 4 + .../hiccup-carbon-icons/src/block-chain.ts | 7 + packages/hiccup-carbon-icons/src/calendar.ts | 7 + .../hiccup-carbon-icons/src/caret-down.ts | 7 + .../hiccup-carbon-icons/src/caret-left.ts | 7 + .../hiccup-carbon-icons/src/caret-right.ts | 7 + packages/hiccup-carbon-icons/src/caret-up.ts | 7 + packages/hiccup-carbon-icons/src/cf-apps.ts | 8 + packages/hiccup-carbon-icons/src/chat.ts | 4 + .../src/checkmark-outline.ts | 4 + .../src/checkmark-solid.ts | 7 + packages/hiccup-carbon-icons/src/checkmark.ts | 7 + .../hiccup-carbon-icons/src/chevron-down.ts | 7 + .../hiccup-carbon-icons/src/chevron-left.ts | 7 + .../hiccup-carbon-icons/src/chevron-right.ts | 7 + .../hiccup-carbon-icons/src/chevron-up.ts | 7 + .../hiccup-carbon-icons/src/close-outline.ts | 4 + .../hiccup-carbon-icons/src/close-solid.ts | 7 + packages/hiccup-carbon-icons/src/close.ts | 7 + .../hiccup-carbon-icons/src/cloud-foundry.ts | 8 + packages/hiccup-carbon-icons/src/code.ts | 4 + packages/hiccup-carbon-icons/src/console.ts | 7 + .../hiccup-carbon-icons/src/containers.ts | 3 + packages/hiccup-carbon-icons/src/copy.ts | 4 + packages/hiccup-carbon-icons/src/crash.ts | 7 + packages/hiccup-carbon-icons/src/dashboard.ts | 7 + packages/hiccup-carbon-icons/src/data.ts | 7 + packages/hiccup-carbon-icons/src/delete.ts | 4 + packages/hiccup-carbon-icons/src/devices.ts | 10 + packages/hiccup-carbon-icons/src/devops.ts | 7 + packages/hiccup-carbon-icons/src/document.ts | 9 + packages/hiccup-carbon-icons/src/dollars.ts | 7 + packages/hiccup-carbon-icons/src/download.ts | 3 + packages/hiccup-carbon-icons/src/draggable.ts | 4 + packages/hiccup-carbon-icons/src/edit.ts | 4 + packages/hiccup-carbon-icons/src/email.ts | 7 + .../hiccup-carbon-icons/src/error-outline.ts | 7 + .../hiccup-carbon-icons/src/error-solid.ts | 7 + packages/hiccup-carbon-icons/src/error.ts | 7 + .../src/favorite-outline.ts | 7 + .../hiccup-carbon-icons/src/favorite-solid.ts | 7 + packages/hiccup-carbon-icons/src/favorite.ts | 7 + packages/hiccup-carbon-icons/src/filter.ts | 4 + packages/hiccup-carbon-icons/src/finance.ts | 3 + packages/hiccup-carbon-icons/src/financial.ts | 3 + .../hiccup-carbon-icons/src/folder-add.ts | 7 + packages/hiccup-carbon-icons/src/folder.ts | 7 + packages/hiccup-carbon-icons/src/forum.ts | 4 + packages/hiccup-carbon-icons/src/functions.ts | 4 + packages/hiccup-carbon-icons/src/grid.ts | 4 + .../hiccup-carbon-icons/src/header-avatar.ts | 4 + .../hiccup-carbon-icons/src/header-chevron.ts | 7 + .../hiccup-carbon-icons/src/header-close.ts | 7 + .../hiccup-carbon-icons/src/header-contact.ts | 7 + .../hiccup-carbon-icons/src/header-docs.ts | 9 + .../src/header-hamburger.ts | 4 + .../hiccup-carbon-icons/src/header-help.ts | 15 ++ .../src/header-notification.ts | 7 + .../hiccup-carbon-icons/src/header-search.ts | 7 + .../hiccup-carbon-icons/src/header-ticket.ts | 7 + .../hiccup-carbon-icons/src/header-user.ts | 4 + .../hiccup-carbon-icons/src/help-outline.ts | 19 ++ .../hiccup-carbon-icons/src/help-solid.ts | 7 + packages/hiccup-carbon-icons/src/help.ts | 8 + .../hiccup-carbon-icons/src/hpa-stress.ts | 7 + packages/hiccup-carbon-icons/src/hpa.ts | 7 + packages/hiccup-carbon-icons/src/index.ts | 145 +++++++++++++ .../hiccup-carbon-icons/src/info-outline.ts | 19 ++ .../hiccup-carbon-icons/src/info-solid.ts | 7 + packages/hiccup-carbon-icons/src/info.ts | 14 ++ .../hiccup-carbon-icons/src/infrastructure.ts | 8 + .../hiccup-carbon-icons/src/integration.ts | 7 + packages/hiccup-carbon-icons/src/iot.ts | 8 + packages/hiccup-carbon-icons/src/launch.ts | 5 + packages/hiccup-carbon-icons/src/light.ts | 14 ++ packages/hiccup-carbon-icons/src/link.ts | 4 + packages/hiccup-carbon-icons/src/list.ts | 20 ++ packages/hiccup-carbon-icons/src/locked.ts | 7 + packages/hiccup-carbon-icons/src/maximize.ts | 4 + packages/hiccup-carbon-icons/src/menu.ts | 7 + packages/hiccup-carbon-icons/src/minimize.ts | 4 + packages/hiccup-carbon-icons/src/mobile.ts | 22 ++ packages/hiccup-carbon-icons/src/network.ts | 7 + packages/hiccup-carbon-icons/src/new-tab.ts | 4 + .../src/notification-off.ts | 9 + .../src/notification-on.ts | 7 + .../hiccup-carbon-icons/src/open-whisk.ts | 8 + .../hiccup-carbon-icons/src/overflow-menu.ts | 21 ++ packages/hiccup-carbon-icons/src/pa-stress.ts | 7 + packages/hiccup-carbon-icons/src/pa.ts | 7 + .../hiccup-carbon-icons/src/pause-outline.ts | 9 + .../hiccup-carbon-icons/src/pause-solid.ts | 7 + packages/hiccup-carbon-icons/src/pause.ts | 3 + .../hiccup-carbon-icons/src/play-outline.ts | 4 + .../hiccup-carbon-icons/src/play-solid.ts | 7 + packages/hiccup-carbon-icons/src/play.ts | 3 + packages/hiccup-carbon-icons/src/portfolio.ts | 7 + packages/hiccup-carbon-icons/src/power.ts | 9 + .../hiccup-carbon-icons/src/predictive.ts | 7 + packages/hiccup-carbon-icons/src/purchase.ts | 4 + packages/hiccup-carbon-icons/src/restart.ts | 7 + packages/hiccup-carbon-icons/src/save.ts | 7 + .../hiccup-carbon-icons/src/schematics.ts | 8 + packages/hiccup-carbon-icons/src/search.ts | 7 + packages/hiccup-carbon-icons/src/security.ts | 8 + packages/hiccup-carbon-icons/src/services.ts | 8 + packages/hiccup-carbon-icons/src/settings.ts | 4 + .../hiccup-carbon-icons/src/star-outline.ts | 3 + .../hiccup-carbon-icons/src/star-solid.ts | 7 + .../hiccup-carbon-icons/src/start-outline.ts | 8 + packages/hiccup-carbon-icons/src/start.ts | 3 + .../hiccup-carbon-icons/src/stop-outline.ts | 4 + .../hiccup-carbon-icons/src/stop-solid.ts | 7 + packages/hiccup-carbon-icons/src/stop.ts | 3 + packages/hiccup-carbon-icons/src/storage.ts | 7 + .../src/subtract-outline.ts | 9 + .../hiccup-carbon-icons/src/subtract-solid.ts | 7 + packages/hiccup-carbon-icons/src/terminal.ts | 4 + packages/hiccup-carbon-icons/src/unlock.ts | 7 + packages/hiccup-carbon-icons/src/unlocked.ts | 7 + packages/hiccup-carbon-icons/src/upload.ts | 8 + packages/hiccup-carbon-icons/src/user.ts | 4 + .../src/utils/with-size.ts | 7 + .../hiccup-carbon-icons/src/visibility-off.ts | 7 + .../hiccup-carbon-icons/src/visibility-on.ts | 4 + .../src/warning-outline.ts | 15 ++ .../hiccup-carbon-icons/src/warning-solid.ts | 7 + packages/hiccup-carbon-icons/src/warning.ts | 14 ++ packages/hiccup-carbon-icons/src/watson.ts | 3 + packages/hiccup-carbon-icons/src/whisk.ts | 8 + .../hiccup-carbon-icons/test/contact-sheet.ts | 49 +++++ .../hiccup-carbon-icons/test/tsconfig.json | 10 + packages/hiccup-carbon-icons/tsconfig.json | 9 + 153 files changed, 1608 insertions(+) create mode 100644 packages/hiccup-carbon-icons/.npmignore create mode 100644 packages/hiccup-carbon-icons/LICENSE create mode 100644 packages/hiccup-carbon-icons/README.md create mode 100755 packages/hiccup-carbon-icons/convert-icons create mode 100644 packages/hiccup-carbon-icons/package.json create mode 100644 packages/hiccup-carbon-icons/src/add-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/add-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/add.ts create mode 100644 packages/hiccup-carbon-icons/src/api.ts create mode 100644 packages/hiccup-carbon-icons/src/app-services.ts create mode 100644 packages/hiccup-carbon-icons/src/applications.ts create mode 100644 packages/hiccup-carbon-icons/src/apps.ts create mode 100644 packages/hiccup-carbon-icons/src/arrow-down.ts create mode 100644 packages/hiccup-carbon-icons/src/arrow-left.ts create mode 100644 packages/hiccup-carbon-icons/src/arrow-right.ts create mode 100644 packages/hiccup-carbon-icons/src/arrow-up.ts create mode 100644 packages/hiccup-carbon-icons/src/arrows.ts create mode 100644 packages/hiccup-carbon-icons/src/asleep.ts create mode 100644 packages/hiccup-carbon-icons/src/attachment.ts create mode 100644 packages/hiccup-carbon-icons/src/awake.ts create mode 100644 packages/hiccup-carbon-icons/src/back-to-top.ts create mode 100644 packages/hiccup-carbon-icons/src/block-chain.ts create mode 100644 packages/hiccup-carbon-icons/src/calendar.ts create mode 100644 packages/hiccup-carbon-icons/src/caret-down.ts create mode 100644 packages/hiccup-carbon-icons/src/caret-left.ts create mode 100644 packages/hiccup-carbon-icons/src/caret-right.ts create mode 100644 packages/hiccup-carbon-icons/src/caret-up.ts create mode 100644 packages/hiccup-carbon-icons/src/cf-apps.ts create mode 100644 packages/hiccup-carbon-icons/src/chat.ts create mode 100644 packages/hiccup-carbon-icons/src/checkmark-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/checkmark-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/checkmark.ts create mode 100644 packages/hiccup-carbon-icons/src/chevron-down.ts create mode 100644 packages/hiccup-carbon-icons/src/chevron-left.ts create mode 100644 packages/hiccup-carbon-icons/src/chevron-right.ts create mode 100644 packages/hiccup-carbon-icons/src/chevron-up.ts create mode 100644 packages/hiccup-carbon-icons/src/close-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/close-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/close.ts create mode 100644 packages/hiccup-carbon-icons/src/cloud-foundry.ts create mode 100644 packages/hiccup-carbon-icons/src/code.ts create mode 100644 packages/hiccup-carbon-icons/src/console.ts create mode 100644 packages/hiccup-carbon-icons/src/containers.ts create mode 100644 packages/hiccup-carbon-icons/src/copy.ts create mode 100644 packages/hiccup-carbon-icons/src/crash.ts create mode 100644 packages/hiccup-carbon-icons/src/dashboard.ts create mode 100644 packages/hiccup-carbon-icons/src/data.ts create mode 100644 packages/hiccup-carbon-icons/src/delete.ts create mode 100644 packages/hiccup-carbon-icons/src/devices.ts create mode 100644 packages/hiccup-carbon-icons/src/devops.ts create mode 100644 packages/hiccup-carbon-icons/src/document.ts create mode 100644 packages/hiccup-carbon-icons/src/dollars.ts create mode 100644 packages/hiccup-carbon-icons/src/download.ts create mode 100644 packages/hiccup-carbon-icons/src/draggable.ts create mode 100644 packages/hiccup-carbon-icons/src/edit.ts create mode 100644 packages/hiccup-carbon-icons/src/email.ts create mode 100644 packages/hiccup-carbon-icons/src/error-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/error-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/error.ts create mode 100644 packages/hiccup-carbon-icons/src/favorite-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/favorite-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/favorite.ts create mode 100644 packages/hiccup-carbon-icons/src/filter.ts create mode 100644 packages/hiccup-carbon-icons/src/finance.ts create mode 100644 packages/hiccup-carbon-icons/src/financial.ts create mode 100644 packages/hiccup-carbon-icons/src/folder-add.ts create mode 100644 packages/hiccup-carbon-icons/src/folder.ts create mode 100644 packages/hiccup-carbon-icons/src/forum.ts create mode 100644 packages/hiccup-carbon-icons/src/functions.ts create mode 100644 packages/hiccup-carbon-icons/src/grid.ts create mode 100644 packages/hiccup-carbon-icons/src/header-avatar.ts create mode 100644 packages/hiccup-carbon-icons/src/header-chevron.ts create mode 100644 packages/hiccup-carbon-icons/src/header-close.ts create mode 100644 packages/hiccup-carbon-icons/src/header-contact.ts create mode 100644 packages/hiccup-carbon-icons/src/header-docs.ts create mode 100644 packages/hiccup-carbon-icons/src/header-hamburger.ts create mode 100644 packages/hiccup-carbon-icons/src/header-help.ts create mode 100644 packages/hiccup-carbon-icons/src/header-notification.ts create mode 100644 packages/hiccup-carbon-icons/src/header-search.ts create mode 100644 packages/hiccup-carbon-icons/src/header-ticket.ts create mode 100644 packages/hiccup-carbon-icons/src/header-user.ts create mode 100644 packages/hiccup-carbon-icons/src/help-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/help-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/help.ts create mode 100644 packages/hiccup-carbon-icons/src/hpa-stress.ts create mode 100644 packages/hiccup-carbon-icons/src/hpa.ts create mode 100644 packages/hiccup-carbon-icons/src/index.ts create mode 100644 packages/hiccup-carbon-icons/src/info-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/info-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/info.ts create mode 100644 packages/hiccup-carbon-icons/src/infrastructure.ts create mode 100644 packages/hiccup-carbon-icons/src/integration.ts create mode 100644 packages/hiccup-carbon-icons/src/iot.ts create mode 100644 packages/hiccup-carbon-icons/src/launch.ts create mode 100644 packages/hiccup-carbon-icons/src/light.ts create mode 100644 packages/hiccup-carbon-icons/src/link.ts create mode 100644 packages/hiccup-carbon-icons/src/list.ts create mode 100644 packages/hiccup-carbon-icons/src/locked.ts create mode 100644 packages/hiccup-carbon-icons/src/maximize.ts create mode 100644 packages/hiccup-carbon-icons/src/menu.ts create mode 100644 packages/hiccup-carbon-icons/src/minimize.ts create mode 100644 packages/hiccup-carbon-icons/src/mobile.ts create mode 100644 packages/hiccup-carbon-icons/src/network.ts create mode 100644 packages/hiccup-carbon-icons/src/new-tab.ts create mode 100644 packages/hiccup-carbon-icons/src/notification-off.ts create mode 100644 packages/hiccup-carbon-icons/src/notification-on.ts create mode 100644 packages/hiccup-carbon-icons/src/open-whisk.ts create mode 100644 packages/hiccup-carbon-icons/src/overflow-menu.ts create mode 100644 packages/hiccup-carbon-icons/src/pa-stress.ts create mode 100644 packages/hiccup-carbon-icons/src/pa.ts create mode 100644 packages/hiccup-carbon-icons/src/pause-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/pause-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/pause.ts create mode 100644 packages/hiccup-carbon-icons/src/play-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/play-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/play.ts create mode 100644 packages/hiccup-carbon-icons/src/portfolio.ts create mode 100644 packages/hiccup-carbon-icons/src/power.ts create mode 100644 packages/hiccup-carbon-icons/src/predictive.ts create mode 100644 packages/hiccup-carbon-icons/src/purchase.ts create mode 100644 packages/hiccup-carbon-icons/src/restart.ts create mode 100644 packages/hiccup-carbon-icons/src/save.ts create mode 100644 packages/hiccup-carbon-icons/src/schematics.ts create mode 100644 packages/hiccup-carbon-icons/src/search.ts create mode 100644 packages/hiccup-carbon-icons/src/security.ts create mode 100644 packages/hiccup-carbon-icons/src/services.ts create mode 100644 packages/hiccup-carbon-icons/src/settings.ts create mode 100644 packages/hiccup-carbon-icons/src/star-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/star-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/start-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/start.ts create mode 100644 packages/hiccup-carbon-icons/src/stop-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/stop-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/stop.ts create mode 100644 packages/hiccup-carbon-icons/src/storage.ts create mode 100644 packages/hiccup-carbon-icons/src/subtract-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/subtract-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/terminal.ts create mode 100644 packages/hiccup-carbon-icons/src/unlock.ts create mode 100644 packages/hiccup-carbon-icons/src/unlocked.ts create mode 100644 packages/hiccup-carbon-icons/src/upload.ts create mode 100644 packages/hiccup-carbon-icons/src/user.ts create mode 100644 packages/hiccup-carbon-icons/src/utils/with-size.ts create mode 100644 packages/hiccup-carbon-icons/src/visibility-off.ts create mode 100644 packages/hiccup-carbon-icons/src/visibility-on.ts create mode 100644 packages/hiccup-carbon-icons/src/warning-outline.ts create mode 100644 packages/hiccup-carbon-icons/src/warning-solid.ts create mode 100644 packages/hiccup-carbon-icons/src/warning.ts create mode 100644 packages/hiccup-carbon-icons/src/watson.ts create mode 100644 packages/hiccup-carbon-icons/src/whisk.ts create mode 100644 packages/hiccup-carbon-icons/test/contact-sheet.ts create mode 100644 packages/hiccup-carbon-icons/test/tsconfig.json create mode 100644 packages/hiccup-carbon-icons/tsconfig.json diff --git a/packages/hiccup-carbon-icons/.npmignore b/packages/hiccup-carbon-icons/.npmignore new file mode 100644 index 0000000000..8c71fc307f --- /dev/null +++ b/packages/hiccup-carbon-icons/.npmignore @@ -0,0 +1,13 @@ +build +coverage +dev +doc +export +src* +test +.nyc_output +tsconfig.json +*.tgz +*.html + +convert-icons diff --git a/packages/hiccup-carbon-icons/LICENSE b/packages/hiccup-carbon-icons/LICENSE new file mode 100644 index 0000000000..8dada3edaf --- /dev/null +++ b/packages/hiccup-carbon-icons/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/packages/hiccup-carbon-icons/README.md b/packages/hiccup-carbon-icons/README.md new file mode 100644 index 0000000000..2fd951f55e --- /dev/null +++ b/packages/hiccup-carbon-icons/README.md @@ -0,0 +1,107 @@ +# @thi.ng/hiccup-carbon-icons + +[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/hiccup-carbon-icons.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-carbon-icons) +![npm downloads](https://img.shields.io/npm/dm/@thi.ng/hiccup-carbon-icons.svg) +[![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella) + +This project is part of the +[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo. + + + +- [About](#about) +- [Contact sheet](#contact-sheet) +- [Installation](#installation) +- [Dependencies](#dependencies) +- [Usage examples](#usage-examples) +- [Icon conversion process](#icon-conversion-process) +- [Authors](#authors) +- [License](#license) + + + +## About + +This package provides the full set of IBM's [Carbon +icons](https://github.com/IBM/carbon-icons) in hiccup format (i.e. as +Javascript encoded SVG), ready to be used with +[@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/master/packages/hdom) +/ +[@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/master/packages/hiccup). + +Each icon is defined in its own source file and can be imported +individually. The converted icons DO NOT have a fixed size and will +expand to the available size (see example below). + +## Contact sheet + +All icons can be previewed here: [contact +sheet](https://demo.thi.ng/umbrella/hiccup-carbon-icons/). ([Source +code](https://github.com/thi-ng/umbrella/tree/master/packages/hiccup-carbon-icons/test/contact-sheet.ts)) + +## Installation + +```bash +yarn add @thi.ng/hiccup-carbon-icons +``` + +## Dependencies + +None. + +## Usage examples + +```ts +import { renderOnce } from "@thi.ng/hdom"; +import { CODE } from "@thi.ng/hiccup-carbon-icons/code"; + +// using tachyons css classes for brevity +const iconButton = (icon, onclick, label?) => + ["a", { onclick, href: "#" }, + ["span.dib.w1.h1.mr1", icon], + label]; + +renderOnce(iconButton(CODE, () => alert("hi"), "show me the code")); +``` + +## Icon conversion process + +The icon conversion is largely automated via the supplied bash script +(currently with some additional minor manual cleanup needed) and +requires `svgo` and a checkout of both the original carbon-icons repo +and the umbrella mono repo. + +```bash +# install pre-requisites +yarn global add svgo + +git clone https://github.com/IBM/carbon-icons.git +git clone https://github.com/thi-ng/umbrella.git + +# build xml to hiccup converter CLI tool +cd umbrella/examples/xml-converter +yarn install +yarn build-cli + +# switch to package root +cd ../../hiccup-carbon-icons +# convert icons and write results to package src folder +./convert-icons src ../../carbon-icons/src/svg/*.svg + +# update contact sheet (will be written to package root) +yarn test + +# open in browser +open contact-sheet.html + +# rebuild package +yarn build +``` + +## Authors + +- Karsten Schmidt + +## License + +© 2018 Karsten Schmidt // Apache Software License 2.0 diff --git a/packages/hiccup-carbon-icons/convert-icons b/packages/hiccup-carbon-icons/convert-icons new file mode 100755 index 0000000000..eb0414380c --- /dev/null +++ b/packages/hiccup-carbon-icons/convert-icons @@ -0,0 +1,26 @@ +#!/bin/sh + +scriptpath=../../examples/xml-converter/bin + +destdir=$1 +shift +icons="$*" + +index="" + +for f in $icons; do + if [[ ! $f = *"glyph"* ]]; then + echo $f; + dest=$(basename $f); + len=${#dest}; + var=`echo "${dest:0:len-4}" | sed -e 's/-\+/-/g'` + varname=`echo ${var} | sed 's/./\U&/g'` + dest="${var}.ts" + index="${index}export * from \"./${var}\""$'\n' + svgo --disable=removeViewBox -o tmp.svg $f + $scriptpath/hiccup --attribs "xmlns,xmlns:xlink,xml:space,version,id,fill,stroke,stroke-width,width,height,x,y,style" --tags "desc,title,defs" --var $varname tmp.svg > $destdir/$dest + fi +done + +echo "$index" > $destdir/index.ts +rm tmp.svg diff --git a/packages/hiccup-carbon-icons/package.json b/packages/hiccup-carbon-icons/package.json new file mode 100644 index 0000000000..a298fe3699 --- /dev/null +++ b/packages/hiccup-carbon-icons/package.json @@ -0,0 +1,39 @@ +{ + "name": "@thi.ng/hiccup-carbon-icons", + "version": "0.0.1", + "description": "TODO", + "main": "./index.js", + "typings": "./index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/thi-ng/umbrella.git" + }, + "homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/hiccup-carbon-icons", + "author": "Karsten Schmidt ", + "license": "Apache-2.0", + "scripts": { + "build": "yarn run clean && tsc --declaration", + "clean": "rm -rf *.js *.d.ts .nyc_output build coverage doc", + "cover": "yarn test && nyc report --reporter=lcov", + "doc": "node_modules/.bin/typedoc --mode modules --out doc src", + "pub": "yarn run build && yarn publish --access public", + "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" + }, + "devDependencies": { + "@types/mocha": "^5.2.5", + "@types/node": "^10.12.0", + "mocha": "^5.2.0", + "nyc": "^13.1.0", + "typedoc": "^0.13.0", + "typescript": "^3.1.3", + "@thi.ng/hiccup": "^2.7.0" + }, + "dependencies": {}, + "keywords": [ + "ES6", + "typescript" + ], + "publishConfig": { + "access": "public" + } +} \ No newline at end of file diff --git a/packages/hiccup-carbon-icons/src/add-outline.ts b/packages/hiccup-carbon-icons/src/add-outline.ts new file mode 100644 index 0000000000..26620049ea --- /dev/null +++ b/packages/hiccup-carbon-icons/src/add-outline.ts @@ -0,0 +1,4 @@ +export const ADD_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M8 14.5c3.6 0 6.5-2.9 6.5-6.5S11.6 1.5 8 1.5 1.5 4.4 1.5 8s2.9 6.5 6.5 6.5zM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z" }], + ["path", { d: "M7 7V4h2v3h3v2H9v3H7V9H4V7h3z" }]]; diff --git a/packages/hiccup-carbon-icons/src/add-solid.ts b/packages/hiccup-carbon-icons/src/add-solid.ts new file mode 100644 index 0000000000..34329c4473 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/add-solid.ts @@ -0,0 +1,7 @@ +export const ADD_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M7 7H4v2h3v3h2V9h3V7H9V4H7v3zm1 9A8 8 0 1 1 8 0a8 8 0 0 1 0 16z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/add.ts b/packages/hiccup-carbon-icons/src/add.ts new file mode 100644 index 0000000000..0116040994 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/add.ts @@ -0,0 +1,7 @@ +export const ADD = + ["svg", { viewBox: "0 0 10 10" }, + ["path", + { + "fill-rule": "evenodd", + d: "M6 4h4v2H6v4H4V6H0V4h4V0h2v4z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/api.ts b/packages/hiccup-carbon-icons/src/api.ts new file mode 100644 index 0000000000..021eb6f96d --- /dev/null +++ b/packages/hiccup-carbon-icons/src/api.ts @@ -0,0 +1,8 @@ +export const API = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 25 24", + }, + ["path", { d: "M23.4 24H.6c-.3 0-.6-.3-.6-.6s.3-.6.6-.6h22.8c.3 0 .6.3.6.6s-.3.6-.6.6zM9.5 9.7c0 .3.1.4.3.4H10.1v.8c-.2 0-.6.1-.8.1-.5 0-.8-.2-.9-.6-.4.4-1.1.6-1.7.6-.9 0-1.7-.5-1.7-1.5C5 8.3 6 8.1 6.9 8c.8-.2 1.5 0 1.5-.7 0-.6-.6-.7-1-.7-.6 0-1.1.3-1.1.8H5.2c.1-1.3 1.2-1.7 2.3-1.7 1 0 2 .4 2 1.5v2.5zM8.4 8.3c-.4.3-.9.3-1.4.3-.5.1-.9.3-.9.9 0 .5.6.6 1 .6.5 0 1.2-.3 1.2-1v-.8h.1zM11 6h1.1v.7c.3-.6.9-.8 1.6-.8 1.6 0 2.4 1.2 2.4 2.7 0 1.4-.7 2.6-2.2 2.6-.6 0-1.3-.2-1.7-.8v2.5H11V6zm2.5.8c-.9 0-1.4.7-1.4 1.8 0 1 .5 1.8 1.4 1.8 1 0 1.4-.9 1.4-1.8 0-1-.5-1.8-1.4-1.8zM17 4h1v1h-1V4zm0 2h1v5h-1V6z" }], + ["path", { d: "M22 1.2c.4 0 .8.3.8.8v14c0 .4-.3.8-.8.8H2c-.4 0-.8-.3-.8-.8V2c0-.4.3-.8.8-.8h20zM22 0H2C.9 0 0 .9 0 2v14c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z" }]]; diff --git a/packages/hiccup-carbon-icons/src/app-services.ts b/packages/hiccup-carbon-icons/src/app-services.ts new file mode 100644 index 0000000000..a008048215 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/app-services.ts @@ -0,0 +1,9 @@ +export const APP_SERVICES = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M12 1.2l10.5 5.7L12 12.8 1.5 7.1 12 1.2zM12 0c-.2 0-.4.1-.6.2L.4 6.3c-.6.4-.6 1.2 0 1.5l11 6c.2.1.4.1.5.1.2 0 .4-.1.6-.2l11-6.1c.6-.4.6-1.2 0-1.6l-11-6H12z" }], + ["path", { d: "M12.1 18.9c-.3 0-.5-.1-.8-.2L.7 12.8c-.5-.2-.7-.7-.7-1.1 0-.5.2-.9.7-1.2l.6-.4c.2-.2.5-.1.7.1.2.2.1.5-.1.7l-.6.4c-.3.1-.3.3-.3.4 0 .1 0 .2.2.3l10.6 5.9c.2.1.4.1.6 0l10.5-6c.2-.1.2-.3.2-.3 0-.1 0-.2-.2-.3l-.6-.3c-.2-.1-.4-.4-.2-.7.1-.2.4-.3.7-.2l.5.3c.5.3.7.7.7 1.2s-.2.9-.7 1.2l-10.5 6c-.2 0-.5.1-.7.1z" }], + ["path", { d: "M12.1 24c-.3 0-.5-.1-.8-.2L.7 17.9c-.5-.2-.7-.7-.7-1.2s.2-.9.7-1.2l.6-.4c.2-.2.5-.1.7.1.1.3 0 .6-.2.8l-.6.4c-.2.1-.2.3-.2.3 0 .1 0 .2.2.3l10.6 5.9c.2.1.4.1.6 0l10.5-6c.2-.1.2-.3.2-.3 0-.1 0-.2-.2-.3l-.6-.3c-.2-.1-.4-.4-.2-.7.1-.2.4-.3.7-.2l.5.3c.5.3.7.7.7 1.2s-.2.9-.7 1.2l-10.5 6c-.2.1-.5.2-.7.2z" }]]; diff --git a/packages/hiccup-carbon-icons/src/applications.ts b/packages/hiccup-carbon-icons/src/applications.ts new file mode 100644 index 0000000000..019a44ae57 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/applications.ts @@ -0,0 +1,7 @@ +export const APPLICATIONS = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 23 23", + }, + ["path", { d: "M5.8 1.2v4.7H1.2V1.2h4.6zM7 0H0v7h7V0zM13.8 1.2v4.7H9.2V1.2h4.6zM15 0H8v7h7V0zM21.8 1.2v4.7h-4.7V1.2h4.7zM23 0h-7v7h7V0zM5.8 9.2v4.7H1.2V9.2h4.6zM7 8H0v7h7V8zM13.8 9.2v4.7H9.2V9.2h4.6zM15 8H8v7h7V8zM21.8 9.2v4.7h-4.7V9.2h4.7zM23 8h-7v7h7V8zM5.8 17.2v4.7H1.2v-4.7h4.6zM7 16H0v7h7v-7zM13.8 17.2v4.7H9.2v-4.7h4.6zM15 16H8v7h7v-7zM21.8 17.2v4.7h-4.7v-4.7h4.7zM23 16h-7v7h7v-7z" }]]; diff --git a/packages/hiccup-carbon-icons/src/apps.ts b/packages/hiccup-carbon-icons/src/apps.ts new file mode 100644 index 0000000000..01b61ec91c --- /dev/null +++ b/packages/hiccup-carbon-icons/src/apps.ts @@ -0,0 +1,7 @@ +export const APPS = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 23 23", + }, + ["path", { d: "M5.8 1.2v4.7H1.2V1.2h4.6zM7 0H0v7h7V0zM13.8 1.2v4.7H9.2V1.2h4.6zM15 0H8v7h7V0zM21.8 1.2v4.7h-4.7V1.2h4.7zM23 0h-7v7h7V0zM5.8 9.2v4.7H1.2V9.2h4.6zM7 8H0v7h7V8zM13.8 9.2v4.7H9.2V9.2h4.6zM15 8H8v7h7V8zM21.8 9.2v4.7h-4.7V9.2h4.7zM23 8h-7v7h7V8zM5.8 17.2v4.7H1.2v-4.7h4.6zM7 16H0v7h7v-7zM13.8 17.2v4.7H9.2v-4.7h4.6zM15 16H8v7h7v-7zM21.8 17.2v4.7h-4.7v-4.7h4.7zM23 16h-7v7h7v-7z" }]]; diff --git a/packages/hiccup-carbon-icons/src/arrow-down.ts b/packages/hiccup-carbon-icons/src/arrow-down.ts new file mode 100644 index 0000000000..060cc20e63 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/arrow-down.ts @@ -0,0 +1,7 @@ +export const ARROW_DOWN = + ["svg", { viewBox: "0 0 14 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M8 11.953l3.905-4.09 1.453 1.374L7 16 .635 9.238l1.452-1.376L6 11.954V0h2v11.953z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/arrow-left.ts b/packages/hiccup-carbon-icons/src/arrow-left.ts new file mode 100644 index 0000000000..a611a962fd --- /dev/null +++ b/packages/hiccup-carbon-icons/src/arrow-left.ts @@ -0,0 +1,7 @@ +export const ARROW_LEFT = + ["svg", { viewBox: "0 0 16 14" }, + ["path", + { + "fill-rule": "nonzero", + d: "M4.044 8.003l4.09 3.905-1.374 1.453-6.763-6.356L6.759.639 8.135 2.09 4.043 6.003h11.954v2H4.044z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/arrow-right.ts b/packages/hiccup-carbon-icons/src/arrow-right.ts new file mode 100644 index 0000000000..43dea70f1f --- /dev/null +++ b/packages/hiccup-carbon-icons/src/arrow-right.ts @@ -0,0 +1,7 @@ +export const ARROW_RIGHT = + ["svg", { viewBox: "0 0 16 14" }, + ["path", + { + "fill-rule": "nonzero", + d: "M11.95 5.997L7.86 2.092 9.233.639l6.763 6.356-6.763 6.366L7.86 11.91l4.092-3.912H-.003v-2h11.952z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/arrow-up.ts b/packages/hiccup-carbon-icons/src/arrow-up.ts new file mode 100644 index 0000000000..c722d470bf --- /dev/null +++ b/packages/hiccup-carbon-icons/src/arrow-up.ts @@ -0,0 +1,7 @@ +export const ARROW_UP = + ["svg", { viewBox: "0 0 14 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M5.993 4.047l-3.905 4.09L.635 6.763 6.992 0l6.366 6.762-1.452 1.376-3.913-4.092V16h-2V4.047z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/arrows.ts b/packages/hiccup-carbon-icons/src/arrows.ts new file mode 100644 index 0000000000..323b732baa --- /dev/null +++ b/packages/hiccup-carbon-icons/src/arrows.ts @@ -0,0 +1,4 @@ +export const ARROWS = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M12 14.186l2.724-2.477.686.726-3.875 3.524-3.875-3.524.686-.726L11 14.122V0h1v14.186zM5.038 1.805V16h-1V1.805L1.348 4.25l-.685-.727L4.538 0l3.875 3.523-.686.727-2.69-2.445z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/asleep.ts b/packages/hiccup-carbon-icons/src/asleep.ts new file mode 100644 index 0000000000..80aea730f9 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/asleep.ts @@ -0,0 +1,7 @@ +export const ASLEEP = + ["svg", { viewBox: "0 0 15 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M14 12c-3.8-.2-6.8-3.3-6.8-7.1 0-1.4.4-2.8 1.3-4V.8c.1-.1.1-.2.1-.3 0-.3-.2-.5-.5-.5H8C3.6 0 0 3.6 0 8s3.6 8 8 8c2.5 0 4.8-1.2 6.3-3.1.2-.2.2-.5.1-.7-.1-.1-.3-.2-.4-.2zm-6 3c-3.9 0-7-3.1-7-7 0-3.6 2.6-6.6 6.2-7-2.1 4-.6 8.9 3.3 11 .8.4 1.6.7 2.5.9-1.3 1.4-3.1 2.1-5 2.1z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/attachment.ts b/packages/hiccup-carbon-icons/src/attachment.ts new file mode 100644 index 0000000000..4acc3a994c --- /dev/null +++ b/packages/hiccup-carbon-icons/src/attachment.ts @@ -0,0 +1,7 @@ +export const ATTACHMENT = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M3.498 7.54l-.707.706L1.124 6.58A3.858 3.858 0 1 1 6.58 1.123l8.31 8.311a3.838 3.838 0 0 1 0 5.429 3.883 3.883 0 0 1-5.484 0L6.17 11.625A2.599 2.599 0 0 1 9.845 7.95l1.484 1.484-.707.707-1.484-1.484a1.599 1.599 0 1 0-2.262 2.261l3.237 3.237a2.878 2.878 0 0 0 4.059.012 2.842 2.842 0 0 0 .011-4.026l-8.31-8.31A2.858 2.858 0 0 0 1.83 5.871L3.498 7.54z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/awake.ts b/packages/hiccup-carbon-icons/src/awake.ts new file mode 100644 index 0000000000..0d2d9e7102 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/awake.ts @@ -0,0 +1,4 @@ +export const AWAKE = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M7.5 0h1v3h-1zM7.5 13h1v3h-1zM16 7.5v1h-3v-1zM3 7.5v1H0v-1zM1.99 2.697l.707-.707 2.121 2.12-.707.708zM11.182 11.89l.707-.708 2.121 2.121-.707.707zM13.303 1.99l.707.707-2.12 2.121-.708-.707zM4.11 11.182l.708.707-2.121 2.121-.707-.707zM8 10.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0 1a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/back-to-top.ts b/packages/hiccup-carbon-icons/src/back-to-top.ts new file mode 100644 index 0000000000..db76ac9182 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/back-to-top.ts @@ -0,0 +1,4 @@ +export const BACK_TO_TOP = + ["svg", { viewBox: "0 0 11 16" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M0 1V0h11v1zM5 4.984L.862 9.357.135 8.67 5.502 3l5.363 5.673-.727.687-4.137-4.376V16H5V4.984z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/block-chain.ts b/packages/hiccup-carbon-icons/src/block-chain.ts new file mode 100644 index 0000000000..1e2777e526 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/block-chain.ts @@ -0,0 +1,7 @@ +export const BLOCK_CHAIN = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 21 24", + }, + ["path", { d: "M9.5 1c.9 0 1.5.7 1.5 1.5S10.4 4 9.5 4C8.7 4 8 3.3 8 2.5S8.7 1 9.5 1zm0-1C8.2 0 7 1.1 7 2.5S8.2 5 9.5 5 12 3.9 12 2.5 10.9 0 9.5 0zM17 4l-3 1.7v2.4L10.3 6 5 9v3.6l-2-1.1-3 1.7v3.5l3 1.7 3-1.7v-1.1l4.5 2.4 5-3v-4.9l1.5.9 3-1.7V5.8L17 4zm-6.7 3.2l3.8 2.1-3.5 1.8-4-1.8 3.7-2.1zM5 16.1l-2 1.2-2-1.1v-2.3l2-1.2 2 1.1v2.3zm1-5.9l4 1.8v4.6l-4-2.2v-4.2zm5 6.3V12l3.5-1.8v4.2L11 16.5zm8-7.8l-2 1.2-2-1.2V6.3l2-1.2 2 1.2v2.4zM2.5 4C3.4 4 4 4.7 4 5.5S3.4 7 2.5 7 1 6.3 1 5.5 1.7 4 2.5 4zm0-1C1.1 3 0 4.1 0 5.5S1.1 8 2.5 8 5 6.9 5 5.5 3.9 3 2.5 3zM11.5 20c.8 0 1.5.7 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5zm0-1C10.1 19 9 20.1 9 21.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5-1.1-2.5-2.5-2.5zM18.5 16c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5zm0-1c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5-1.1-2.5-2.5-2.5z" }]]; diff --git a/packages/hiccup-carbon-icons/src/calendar.ts b/packages/hiccup-carbon-icons/src/calendar.ts new file mode 100644 index 0000000000..17f00427e4 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/calendar.ts @@ -0,0 +1,7 @@ +export const CALENDAR = + ["svg", { viewBox: "0 0 14 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M0 5h14v1H0V5zm3-5h1v4H3V0zm7 0h1v4h-1V0zM0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v12a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 0 14.5v-12zm1 0v12a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-12a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/caret-down.ts b/packages/hiccup-carbon-icons/src/caret-down.ts new file mode 100644 index 0000000000..f909160df4 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/caret-down.ts @@ -0,0 +1,7 @@ +export const CARET_DOWN = + ["svg", { viewBox: "0 0 10 5" }, + ["path", + { + "fill-rule": "evenodd", + d: "M0 0l5 4.998L10 0z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/caret-left.ts b/packages/hiccup-carbon-icons/src/caret-left.ts new file mode 100644 index 0000000000..927d52ce88 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/caret-left.ts @@ -0,0 +1,7 @@ +export const CARET_LEFT = + ["svg", { viewBox: "0 0 5 10" }, + ["path", + { + "fill-rule": "evenodd", + d: "M4.998 10L0 5l4.998-5z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/caret-right.ts b/packages/hiccup-carbon-icons/src/caret-right.ts new file mode 100644 index 0000000000..dcecbb5275 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/caret-right.ts @@ -0,0 +1,7 @@ +export const CARET_RIGHT = + ["svg", { viewBox: "0 0 5 10" }, + ["path", + { + "fill-rule": "evenodd", + d: "M0 10l4.998-5L0 0z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/caret-up.ts b/packages/hiccup-carbon-icons/src/caret-up.ts new file mode 100644 index 0000000000..a03dbba3fb --- /dev/null +++ b/packages/hiccup-carbon-icons/src/caret-up.ts @@ -0,0 +1,7 @@ +export const CARET_UP = + ["svg", { viewBox: "0 0 10 5" }, + ["path", + { + "fill-rule": "evenodd", + d: "M0 5L5 .002 10 5z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/cf-apps.ts b/packages/hiccup-carbon-icons/src/cf-apps.ts new file mode 100644 index 0000000000..332682e8ff --- /dev/null +++ b/packages/hiccup-carbon-icons/src/cf-apps.ts @@ -0,0 +1,8 @@ +export const CF_APPS = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 18", + }, + ["path", { d: "M12.2 10.5c-.1-.5-.6-.9-1.2-.9-1.1 0-1.5.9-1.5 1.9 0 .9.4 1.8 1.5 1.8.7 0 1.1-.5 1.2-1.2h1.2c-.1 1.4-1 2.2-2.4 2.2-1.7 0-2.7-1.3-2.7-2.8 0-1.6 1-2.9 2.7-2.9 1.2 0 2.2.7 2.3 2h-1.1v-.1zM14.1 8.7h3.8v1h-2.6V11h2.3v.9h-2.3v2.2h-1.2V8.7z" }], + ["path", { d: "M13.6 1.2c3 0 5.4 2.4 5.5 5.4v.8l.7.3c1.8.7 2.9 2.4 2.9 4.4 0 2.6-2 4.7-4.5 4.7H5.6c-2.5-.1-4.5-2.2-4.5-4.7 0-2.6 2.1-4.8 4.7-4.8.3 0 .6 0 .9.1l1.3.2.1-1.3c.3-2.9 2.6-5.1 5.5-5.1zm0-1.2c-3.5 0-6.4 2.7-6.7 6.2-.3-.1-.7-.1-1-.1C2.6 6.1 0 8.7 0 12c0 3.2 2.5 5.8 5.6 5.9h12.7c3.2 0 5.7-2.6 5.7-5.9 0-2.5-1.5-4.6-3.7-5.5-.1-3.6-3.1-6.5-6.7-6.5z" }]]; diff --git a/packages/hiccup-carbon-icons/src/chat.ts b/packages/hiccup-carbon-icons/src/chat.ts new file mode 100644 index 0000000000..5aff7a9c04 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/chat.ts @@ -0,0 +1,4 @@ +export const CHAT = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M3 8V7h6v1zM3 5V4h10v1z" }], + ["path", { d: "M11.7 12l-3.9 4-.7-.7 4.1-4.3H14c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1H2c-.6 0-1 .4-1 1v8c0 .6.4 1 1 1h5.5v1H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0h12c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-2.3z" }]]; diff --git a/packages/hiccup-carbon-icons/src/checkmark-outline.ts b/packages/hiccup-carbon-icons/src/checkmark-outline.ts new file mode 100644 index 0000000000..d5a616c851 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/checkmark-outline.ts @@ -0,0 +1,4 @@ +export const CHECKMARK_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M8 14.5c3.6 0 6.5-2.9 6.5-6.5S11.6 1.5 8 1.5 1.5 4.4 1.5 8s2.9 6.5 6.5 6.5zM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z" }], + ["path", { d: "M11.3 4.7l1.4 1.4L6.8 12 3.3 8.6l1.4-1.4 2.1 2z" }]]; diff --git a/packages/hiccup-carbon-icons/src/checkmark-solid.ts b/packages/hiccup-carbon-icons/src/checkmark-solid.ts new file mode 100644 index 0000000000..8973eee644 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/checkmark-solid.ts @@ -0,0 +1,7 @@ +export const CHECKMARK_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm3.293-11.332L6.75 9.21 4.707 7.168 3.293 8.582 6.75 12.04l5.957-5.957-1.414-1.414z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/checkmark.ts b/packages/hiccup-carbon-icons/src/checkmark.ts new file mode 100644 index 0000000000..1dcde4d8e8 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/checkmark.ts @@ -0,0 +1,7 @@ +export const CHECKMARK = + ["svg", { viewBox: "0 0 10 8" }, + ["path", + { + d: "M8.498 0L10 1.502 3.672 7.83 0 4.158l1.502-1.502 2.17 2.17z", + "fill-rule": "nonzero", + }]]; diff --git a/packages/hiccup-carbon-icons/src/chevron-down.ts b/packages/hiccup-carbon-icons/src/chevron-down.ts new file mode 100644 index 0000000000..75ebf21c0d --- /dev/null +++ b/packages/hiccup-carbon-icons/src/chevron-down.ts @@ -0,0 +1,7 @@ +export const CHEVRON_DOWN = + ["svg", { viewBox: "0 0 12 7" }, + ["path", + { + d: "M6.002 5.55L11.27 0l.726.685L6.003 7 0 .685.726 0z", + "fill-rule": "nonzero", + }]]; diff --git a/packages/hiccup-carbon-icons/src/chevron-left.ts b/packages/hiccup-carbon-icons/src/chevron-left.ts new file mode 100644 index 0000000000..31fda0c4e1 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/chevron-left.ts @@ -0,0 +1,7 @@ +export const CHEVRON_LEFT = + ["svg", { viewBox: "0 0 7 12" }, + ["path", + { + d: "M1.45 6.002L7 11.27l-.685.726L0 6.003 6.315 0 7 .726z", + "fill-rule": "nonzero", + }]]; diff --git a/packages/hiccup-carbon-icons/src/chevron-right.ts b/packages/hiccup-carbon-icons/src/chevron-right.ts new file mode 100644 index 0000000000..de1ee6f446 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/chevron-right.ts @@ -0,0 +1,7 @@ +export const CHEVRON_RIGHT = + ["svg", { viewBox: "0 0 7 12" }, + ["path", + { + d: "M5.569 5.994L0 .726.687 0l6.336 5.994-6.335 6.002L0 11.27z", + "fill-rule": "nonzero", + }]]; diff --git a/packages/hiccup-carbon-icons/src/chevron-up.ts b/packages/hiccup-carbon-icons/src/chevron-up.ts new file mode 100644 index 0000000000..8b5b34bd23 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/chevron-up.ts @@ -0,0 +1,7 @@ +export const CHEVRON_UP = + ["svg", { viewBox: "0 0 12 7" }, + ["path", + { + d: "M5.994 1.45L.726 7 0 6.315 5.994 0l6.002 6.315L11.27 7z", + "fill-rule": "nonzero", + }]]; diff --git a/packages/hiccup-carbon-icons/src/close-outline.ts b/packages/hiccup-carbon-icons/src/close-outline.ts new file mode 100644 index 0000000000..07e553bdee --- /dev/null +++ b/packages/hiccup-carbon-icons/src/close-outline.ts @@ -0,0 +1,4 @@ +export const CLOSE_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M8 14.5c3.6 0 6.5-2.9 6.5-6.5S11.6 1.5 8 1.5 1.5 4.4 1.5 8s2.9 6.5 6.5 6.5zM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z" }], + ["path", { d: "M8 6.6l2.1-2.1 1.4 1.4L9.4 8l2.1 2.1-1.4 1.4L8 9.4l-2.1 2.1-1.4-1.4L6.6 8 4.5 5.9l1.4-1.4L8 6.6z" }]]; diff --git a/packages/hiccup-carbon-icons/src/close-solid.ts b/packages/hiccup-carbon-icons/src/close-solid.ts new file mode 100644 index 0000000000..e8b743ba60 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/close-solid.ts @@ -0,0 +1,7 @@ +export const CLOSE_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8 6.586L5.879 4.464 4.464 5.88 6.586 8l-2.122 2.121 1.415 1.415L8 9.414l2.121 2.122 1.415-1.415L9.414 8l2.122-2.121-1.415-1.415L8 6.586zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/close.ts b/packages/hiccup-carbon-icons/src/close.ts new file mode 100644 index 0000000000..6c926820ec --- /dev/null +++ b/packages/hiccup-carbon-icons/src/close.ts @@ -0,0 +1,7 @@ +export const CLOSE = + ["svg", { viewBox: "0 0 10 10" }, + ["path", + { + "fill-rule": "nonzero", + d: "M6.32 5L10 8.68 8.68 10 5 6.32 1.32 10 0 8.68 3.68 5 0 1.32 1.32 0 5 3.68 8.68 0 10 1.32 6.32 5z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/cloud-foundry.ts b/packages/hiccup-carbon-icons/src/cloud-foundry.ts new file mode 100644 index 0000000000..0e0e7b018d --- /dev/null +++ b/packages/hiccup-carbon-icons/src/cloud-foundry.ts @@ -0,0 +1,8 @@ +export const CLOUD_FOUNDRY = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 18", + }, + ["path", { d: "M12.2 10.5c-.1-.5-.6-.9-1.2-.9-1.1 0-1.5.9-1.5 1.9 0 .9.4 1.8 1.5 1.8.7 0 1.1-.5 1.2-1.2h1.2c-.1 1.4-1 2.2-2.4 2.2-1.7 0-2.7-1.3-2.7-2.8 0-1.6 1-2.9 2.7-2.9 1.2 0 2.2.7 2.3 2h-1.1v-.1zM14.1 8.7h3.8v1h-2.6V11h2.3v.9h-2.3v2.2h-1.2V8.7z" }], + ["path", { d: "M13.6 1.2c3 0 5.4 2.4 5.5 5.4v.8l.7.3c1.8.7 2.9 2.4 2.9 4.4 0 2.6-2 4.7-4.5 4.7H5.6c-2.5-.1-4.5-2.2-4.5-4.7 0-2.6 2.1-4.8 4.7-4.8.3 0 .6 0 .9.1l1.3.2.1-1.3c.3-2.9 2.6-5.1 5.5-5.1zm0-1.2c-3.5 0-6.4 2.7-6.7 6.2-.3-.1-.7-.1-1-.1C2.6 6.1 0 8.7 0 12c0 3.2 2.5 5.8 5.6 5.9h12.7c3.2 0 5.7-2.6 5.7-5.9 0-2.5-1.5-4.6-3.7-5.5-.1-3.6-3.1-6.5-6.7-6.5z" }]]; diff --git a/packages/hiccup-carbon-icons/src/code.ts b/packages/hiccup-carbon-icons/src/code.ts new file mode 100644 index 0000000000..f62c82fd44 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/code.ts @@ -0,0 +1,4 @@ +export const CODE = + ["svg", { viewBox: "0 0 16 10" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M1.363 5.098l2.928 3.16-.733.68L0 5.098l3.558-3.84.733.68zM14.637 5.098l-2.928-3.16.733-.68L16 5.098l-3.558 3.84-.733-.68zM6.466 10l-.927-.388L9.56 0l.927.388z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/console.ts b/packages/hiccup-carbon-icons/src/console.ts new file mode 100644 index 0000000000..e95ca9c7c4 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/console.ts @@ -0,0 +1,7 @@ +export const CONSOLE = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M0 0v24h24V0H0zm1 23V7h8v16H1zm22 0H10v-8h13v8zm0-9H10V7h13v7zM1 6V1h22v5H1z" }]]; diff --git a/packages/hiccup-carbon-icons/src/containers.ts b/packages/hiccup-carbon-icons/src/containers.ts new file mode 100644 index 0000000000..012efabc75 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/containers.ts @@ -0,0 +1,3 @@ +export const CONTAINERS = + ["svg", { viewBox: "0 0 24 24" }, + ["path", { d: "M21.7 5.8L13.5.4c-.9-.6-2.2-.6-3.1 0L2.2 5.9c-.4.3-.7.6-.9 1.1 0 0-.3.6-.3 1.3v7.6c0 .9.5 1.7 1.3 2.2l8.2 5.4c.5.3 1 .5 1.5.5s1.1-.2 1.6-.5l8.2-5.4c.8-.5 1.2-1.3 1.2-2.2V8.3c0-.3.1-1.5-1.3-2.5zm-18.9.9L11 1.3c.6-.4 1.4-.4 1.9 0l8.2 5.4c.3.2.6.5.7.9L16 11.2l-.4.3L13 9.6c-.6-.4-1.3-.4-1.9 0l-2.6 1.7-6.3-3.8c.1-.3.3-.6.6-.8zm11.9 5.4l-2.3 1.5c-.2.1-.5.1-.7 0L9.4 12l2.3-1.5c.2-.1.5-.1.7 0l2.3 1.6zm7.3 3.8c0 .6-.3 1.1-.8 1.4L13 22.7c-.6.4-1.4.4-1.9 0l-8.3-5.4C2.3 17 2 16.5 2 16V8.6l6.2 3.8 2.9 2c.6.4 1.3.4 1.9 0l2.9-1.9L22 8.6v7.3z" }]]; diff --git a/packages/hiccup-carbon-icons/src/copy.ts b/packages/hiccup-carbon-icons/src/copy.ts new file mode 100644 index 0000000000..9ac2997fec --- /dev/null +++ b/packages/hiccup-carbon-icons/src/copy.ts @@ -0,0 +1,4 @@ +export const COPY = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M1 10H0V2C0 .9.9 0 2 0h8v1H2c-.6 0-1 .5-1 1v8z" }], + ["path", { d: "M11 4.2V8h3.8L11 4.2zM15 9h-4c-.6 0-1-.4-1-1V4H4.5c-.3 0-.5.2-.5.5v10c0 .3.2.5.5.5h10c.3 0 .5-.2.5-.5V9zm-4-6c.1 0 .3.1.4.1l4.5 4.5c0 .1.1.3.1.4v6.5c0 .8-.7 1.5-1.5 1.5h-10c-.8 0-1.5-.7-1.5-1.5v-10C3 3.7 3.7 3 4.5 3H11z" }]]; diff --git a/packages/hiccup-carbon-icons/src/crash.ts b/packages/hiccup-carbon-icons/src/crash.ts new file mode 100644 index 0000000000..babd892ba8 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/crash.ts @@ -0,0 +1,7 @@ +export const CRASH = + ["svg", { viewBox: "0 0 24 17" }, + ["path", + { + "fill-rule": "evenodd", + d: "M21 10l3 3-3 3v-2.5h-2.153A.986.986 0 0 1 18 14c-.086 0-.164-.028-.244-.05l-1.805 1.806c.022.08.05.158.05.244a1 1 0 1 1-2 0c0-.18.06-.342.145-.488L10.995 10a.988.988 0 0 1-.953-.792l-1.39-.464C8.475 8.898 8.25 9 8 9s-.476-.102-.65-.256l-1.392.464A.985.985 0 0 1 5 10a1 1 0 0 1-1-1c0-.038.018-.07.022-.108L1.392 6.92A1 1 0 1 1 2 6c0 .038-.018.07-.022.108l2.63 1.972a.978.978 0 0 1 1.042.176l1.392-.464A.985.985 0 0 1 8 7c.48 0 .86.343.958.792l1.39.464c.16-.14.36-.228.586-.242l3.24-6.482A.989.989 0 0 1 14 1a1 1 0 1 1 2 0c0 .14-.03.27-.08.393l1.97 2.627c.037-.002.07-.02.108-.02.366 0 .673.207.847.5H21V2l3 3-3 3V5.5h-2.153A.986.986 0 0 1 18 6a1 1 0 0 1-.92-1.393L15.108 1.98c-.014 0-.028.006-.043.006l-3.24 6.482c.1.156.175.332.175.532 0 .18-.06.342-.146.488L15.004 15c.086.002.16.03.24.05l1.805-1.806c-.022-.08-.05-.158-.05-.244a1 1 0 0 1 1-1c.366 0 .673.207.847.5H21V10z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/dashboard.ts b/packages/hiccup-carbon-icons/src/dashboard.ts new file mode 100644 index 0000000000..72f05d3473 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/dashboard.ts @@ -0,0 +1,7 @@ +export const DASHBOARD = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M0 0v24h24V0H0zm1 23V7h8v16H1zm22 0H10v-8h13v8zm0-9H10V7h13v7zM1 6V1h22v5H1z" }]]; diff --git a/packages/hiccup-carbon-icons/src/data.ts b/packages/hiccup-carbon-icons/src/data.ts new file mode 100644 index 0000000000..8092a5e049 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/data.ts @@ -0,0 +1,7 @@ +export const DATA = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M0 0v24h24V0H0zm22.1 7l-7.2 8.9-9.2-3.8c-.2-.1-.4 0-.6.1L1 16.6V7h21.1zm.9 16H1v-4.9l4.6-5 9.2 3.8c.2.1.4 0 .6-.1L23 7.5V23zm0-17H1V1h22v5z" }]]; diff --git a/packages/hiccup-carbon-icons/src/delete.ts b/packages/hiccup-carbon-icons/src/delete.ts new file mode 100644 index 0000000000..6257420a6a --- /dev/null +++ b/packages/hiccup-carbon-icons/src/delete.ts @@ -0,0 +1,4 @@ +export const DELETE = + ["svg", { viewBox: "0 0 12 16" }, + ["path", { d: "M11 4v11c0 .6-.4 1-1 1H2c-.6 0-1-.4-1-1V4H0V3h12v1h-1zM2 4v11h8V4H2z" }], + ["path", { d: "M4 6h1v7H4zM7 6h1v7H7zM3 1V0h6v1z" }]]; diff --git a/packages/hiccup-carbon-icons/src/devices.ts b/packages/hiccup-carbon-icons/src/devices.ts new file mode 100644 index 0000000000..080e31339e --- /dev/null +++ b/packages/hiccup-carbon-icons/src/devices.ts @@ -0,0 +1,10 @@ +export const DEVICES = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 23", + }, + ["path", { d: "M20.5 17c1.4 0 2.5 1.1 2.5 2.5S21.9 22 20.5 22h-17C2.1 22 1 20.9 1 19.5S2.1 17 3.5 17h17zm0-1h-17C1.6 16 0 17.6 0 19.5S1.6 23 3.5 23h17c1.9 0 3.5-1.6 3.5-3.5S22.4 16 20.5 16z" }], + ["path", { d: "M19.5 20h-15c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5zM20.5 9c1.4 0 2.5 1.1 2.5 2.5S21.9 14 20.5 14h-17C2.1 14 1 12.9 1 11.5S2.1 9 3.5 9h17zm0-1h-17C1.6 8 0 9.6 0 11.5S1.6 15 3.5 15h17c1.9 0 3.5-1.6 3.5-3.5S22.4 8 20.5 8z" }], + ["path", { d: "M19.5 12h-15c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5zM20.5 1C21.9 1 23 2.1 23 3.5S21.9 6 20.5 6h-17C2.1 6 1 4.9 1 3.5S2.1 1 3.5 1h17zm0-1h-17C1.6 0 0 1.6 0 3.5S1.6 7 3.5 7h17C22.4 7 24 5.4 24 3.5S22.4 0 20.5 0z" }], + ["path", { d: "M19.5 4h-15c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5z" }]]; diff --git a/packages/hiccup-carbon-icons/src/devops.ts b/packages/hiccup-carbon-icons/src/devops.ts new file mode 100644 index 0000000000..7eed2683f2 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/devops.ts @@ -0,0 +1,7 @@ +export const DEVOPS = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M21 13V3h-3v1h2v9h-3v11h7V13h-3zm2 10h-5v-9h5v9zM17 3.5L11 0v3H3v13h1V4h7v3l6-3.5zm-5-1.8l3 1.8-3 1.8V1.7zM16 20H6.4c-.3-1.4-1.6-2.5-3.2-2.5C1.4 17.5 0 19 0 20.7 0 22.5 1.5 24 3.2 24c1.7 0 3.1-1.3 3.2-3h9.5l.1-1zM3.2 23C2 23 1 22 1 20.7c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2.1 1.3-.9 2.3-2.2 2.3z" }]]; diff --git a/packages/hiccup-carbon-icons/src/document.ts b/packages/hiccup-carbon-icons/src/document.ts new file mode 100644 index 0000000000..bca9917ca8 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/document.ts @@ -0,0 +1,9 @@ +export const DOCUMENT = + ["svg", { viewBox: "0 0 12 16" }, + ["g", { "fill-rule": "evenodd" }, + ["path", + { + "fill-rule": "nonzero", + d: "M10.581 3.996L8.014 1.429l.026 2.559 2.541.008zM7.011 1H1v14h10V4.997l-2.963-.01a1 1 0 0 1-.997-.99L7.01 1zM1 0h7l4 4v11a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z", + }], + ["path", { d: "M3 9h6v1H3zM3 12h6v1H3z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/dollars.ts b/packages/hiccup-carbon-icons/src/dollars.ts new file mode 100644 index 0000000000..e46abe58c6 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/dollars.ts @@ -0,0 +1,7 @@ +export const DOLLARS = + ["svg", { viewBox: "0 0 24 24" }, + ["path", + { + "fill-rule": "evenodd", + d: "M22.462 10.59l-3.404-9.04-6.834 2.61a1.745 1.745 0 0 0-1.002 2.243c.19.506.226 1.03.155 1.53a3.34 3.34 0 0 1 3.746 2.11c.655 1.742-.214 3.69-1.942 4.35l.502 1.332c.134-1.106.843-2.104 1.945-2.526l6.835-2.61zm-8.617 6.6c-.012-.032-.014-.062-.025-.09-.275.07-.553.12-.834.12a3.314 3.314 0 0 1-3.098-2.156c-.647-1.72.216-3.652 1.923-4.306L11.1 8.86a3.057 3.057 0 0 1-1.658 1.533l-7.9 3.02 3.4 9.038 7.903-3.02a1.742 1.742 0 0 0 1.002-2.24zm10.096-5.93a.673.673 0 0 1-.374.354l-7.46 2.852a1.712 1.712 0 0 0-.965.912 1.742 1.742 0 0 0-.038 1.33c.6 1.595-.2 3.383-1.783 3.988l-8.53 3.26a.658.658 0 0 1-.514-.016.672.672 0 0 1-.353-.376L.043 13.26a.682.682 0 0 1 .39-.874l8.53-3.26a1.744 1.744 0 0 0 1.003-2.24c-.6-1.597.2-3.385 1.782-3.99l7.46-2.852a.672.672 0 0 1 .868.393l3.88 10.303a.684.684 0 0 1-.015.52zM18.19 9.635a1.515 1.515 0 0 0 1.958.888 1.534 1.534 0 0 0 .88-1.973 1.515 1.515 0 0 0-1.958-.886 1.533 1.533 0 0 0-.88 1.972zm.178-3.838a.678.678 0 0 0 .39-.873l-.72-1.912a.675.675 0 0 0-.868-.393.682.682 0 0 0-.39.874l.72 1.91a.68.68 0 0 0 .63.438.69.69 0 0 0 .238-.044zM6.06 14.123a1.516 1.516 0 0 0-1.958-.888 1.53 1.53 0 0 0-.88 1.972 1.513 1.513 0 0 0 1.956.888 1.53 1.53 0 0 0 .88-1.972zm.912 5.995a.678.678 0 0 1-.628.918.674.674 0 0 1-.628-.436l-.72-1.912a.68.68 0 0 1 .39-.874.675.675 0 0 1 .866.392l.72 1.912z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/download.ts b/packages/hiccup-carbon-icons/src/download.ts new file mode 100644 index 0000000000..1579326c87 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/download.ts @@ -0,0 +1,3 @@ +export const DOWNLOAD = + ["svg", { viewBox: "0 0 14 16" }, + ["path", { d: "M7.5 11l4.1-4.4.7.7L7 13 1.6 7.3l.7-.7L6.5 11V0h1v11zM13 15v-2h1v2c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1v-2h1v2h12z" }]]; diff --git a/packages/hiccup-carbon-icons/src/draggable.ts b/packages/hiccup-carbon-icons/src/draggable.ts new file mode 100644 index 0000000000..22ad8bc36e --- /dev/null +++ b/packages/hiccup-carbon-icons/src/draggable.ts @@ -0,0 +1,4 @@ +export const DRAGGABLE = + ["svg", { viewBox: "0 0 6 14" }, + ["g", { "fill-rule": "evenodd" }, + ["path", { d: "M0 0h2v2H0zM4 0h2v2H4zM0 6h2v2H0zM4 6h2v2H4zM0 12h2v2H0zM4 12h2v2H4z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/edit.ts b/packages/hiccup-carbon-icons/src/edit.ts new file mode 100644 index 0000000000..b89e0ec5cb --- /dev/null +++ b/packages/hiccup-carbon-icons/src/edit.ts @@ -0,0 +1,4 @@ +export const EDIT = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M7.926 3.38L1.002 9.72V12h2.304l6.926-6.316L7.926 3.38zm.738-.675l2.308 2.304 1.451-1.324-2.308-2.309-1.451 1.329zM.002 9.28L9.439.639a1 1 0 0 1 1.383.03l2.309 2.309a1 1 0 0 1-.034 1.446L3.694 13H.002V9.28zM0 16.013v-1h16v1z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/email.ts b/packages/hiccup-carbon-icons/src/email.ts new file mode 100644 index 0000000000..f141fee693 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/email.ts @@ -0,0 +1,7 @@ +export const EMAIL = + ["svg", { viewBox: "0 0 16 11" }, + ["path", + { + "fill-rule": "nonzero", + d: "M2.028 1l5.977 4.38L13.974 1H2.028zM15 1.487L8.3 6.403a.5.5 0 0 1-.59 0L1 1.486V10h14V1.487zM1 0h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/error-outline.ts b/packages/hiccup-carbon-icons/src/error-outline.ts new file mode 100644 index 0000000000..5a5f760bab --- /dev/null +++ b/packages/hiccup-carbon-icons/src/error-outline.ts @@ -0,0 +1,7 @@ +export const ERROR_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M2.751 4.165a6.5 6.5 0 0 0 9.084 9.084L2.75 4.165zm1.414-1.414l9.084 9.084A6.5 6.5 0 0 0 4.165 2.75zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/error-solid.ts b/packages/hiccup-carbon-icons/src/error-solid.ts new file mode 100644 index 0000000000..196b61ae9a --- /dev/null +++ b/packages/hiccup-carbon-icons/src/error-solid.ts @@ -0,0 +1,7 @@ +export const ERROR_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zM3.293 4.707l8 8 1.414-1.414-8-8-1.414 1.414z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/error.ts b/packages/hiccup-carbon-icons/src/error.ts new file mode 100644 index 0000000000..c3cc9dc041 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/error.ts @@ -0,0 +1,7 @@ +export const ERROR = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zM4 4.65L11.35 12l.65-.65L4.65 4 4 4.65z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/favorite-outline.ts b/packages/hiccup-carbon-icons/src/favorite-outline.ts new file mode 100644 index 0000000000..c27ca57b0a --- /dev/null +++ b/packages/hiccup-carbon-icons/src/favorite-outline.ts @@ -0,0 +1,7 @@ +export const FAVORITE_OUTLINE = + ["svg", + { + viewBox: "0 0 16 14", + "data-name": "Layer 1", + }, + ["path", { d: "M11.58 1a3.41 3.41 0 0 1 2.21 6L8 12.49 2.15 7a3.42 3.42 0 1 1 5-4.55L8 3.54l.81-1.12A3.43 3.43 0 0 1 11.58 1m0-1A4.39 4.39 0 0 0 8 1.84a4.41 4.41 0 1 0-6.51 5.88L8 13.87l6.46-6.08A4.42 4.42 0 0 0 11.58 0z" }]]; diff --git a/packages/hiccup-carbon-icons/src/favorite-solid.ts b/packages/hiccup-carbon-icons/src/favorite-solid.ts new file mode 100644 index 0000000000..501c30741c --- /dev/null +++ b/packages/hiccup-carbon-icons/src/favorite-solid.ts @@ -0,0 +1,7 @@ +export const FAVORITE_SOLID = + ["svg", + { + viewBox: "0 0 16 14", + "data-name": "Layer 1", + }, + ["path", { d: "M1.49 7.72A4.41 4.41 0 1 1 8 1.84a4.42 4.42 0 1 1 6.44 6L8 13.87z" }]]; diff --git a/packages/hiccup-carbon-icons/src/favorite.ts b/packages/hiccup-carbon-icons/src/favorite.ts new file mode 100644 index 0000000000..ef0ae74711 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/favorite.ts @@ -0,0 +1,7 @@ +export const FAVORITE = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 16 15", + }, + ["path", { d: "M8.109 11.75l-4.5 3.2c-.2.1-.5 0-.4-.3l1.5-5.1-4.6-3.2c-.2-.2-.1-.5.1-.5l5.5-.5 2-5.2c.1-.2.4-.2.5 0l2 5.2 5.5.5c.2 0 .3.3.1.4l-4.5 3.3 1.5 5.1c.1.2-.2.4-.4.3l-4.3-3.2z" }]]; diff --git a/packages/hiccup-carbon-icons/src/filter.ts b/packages/hiccup-carbon-icons/src/filter.ts new file mode 100644 index 0000000000..133a1e4e26 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/filter.ts @@ -0,0 +1,4 @@ +export const FILTER = + ["svg", { viewBox: "0 0 16 12" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M8.05 2a2.5 2.5 0 0 1 4.9 0H16v1h-3.05a2.5 2.5 0 0 1-4.9 0H0V2h8.05zm2.45 2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM3.05 9a2.5 2.5 0 0 1 4.9 0H16v1H7.95a2.5 2.5 0 0 1-4.9 0H0V9h3.05zm2.45 2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/finance.ts b/packages/hiccup-carbon-icons/src/finance.ts new file mode 100644 index 0000000000..e7150ed116 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/finance.ts @@ -0,0 +1,3 @@ +export const FINANCE = + ["svg", { viewBox: "4 -4 24 24" }, + ["path", { d: "M21 14h1V4h-1v10zm3 0h1V4h-1v10zM27 .7L16-2.9 5 .7V2h22V.7zm1-.7v3H4V0l12-4 12 4zM5 19h22v-3H5v3zm23-3v3c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1v-3c0-.6.4-1 1-1h22c.6 0 1 .4 1 1zm-18-2h1V4h-1v10zm-3 0h1V4H7v10z" }]]; diff --git a/packages/hiccup-carbon-icons/src/financial.ts b/packages/hiccup-carbon-icons/src/financial.ts new file mode 100644 index 0000000000..d0f088bf8e --- /dev/null +++ b/packages/hiccup-carbon-icons/src/financial.ts @@ -0,0 +1,3 @@ +export const FINANCIAL = + ["svg", { viewBox: "4 -4 24 24" }, + ["path", { d: "M21 14h1V4h-1v10zm3 0h1V4h-1v10zM27 .7L16-2.9 5 .7V2h22V.7zm1-.7v3H4V0l12-4 12 4zM5 19h22v-3H5v3zm23-3v3c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1v-3c0-.6.4-1 1-1h22c.6 0 1 .4 1 1zm-18-2h1V4h-1v10zm-3 0h1V4H7v10z" }]]; diff --git a/packages/hiccup-carbon-icons/src/folder-add.ts b/packages/hiccup-carbon-icons/src/folder-add.ts new file mode 100644 index 0000000000..9902b00191 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/folder-add.ts @@ -0,0 +1,7 @@ +export const FOLDER_ADD = + ["svg", { viewBox: "0 0 14 12" }, + ["path", + { + "fill-rule": "nonzero", + d: "M13 12H1a1 1 0 0 1-1-1V1.001a1 1 0 0 1 1.002-1l2.293.005a1 1 0 0 1 .704.291L5.707 2H13a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1zm0-9H5.707A1 1 0 0 1 5 2.708L3.293 1.006 1 1V11h12V3z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/folder.ts b/packages/hiccup-carbon-icons/src/folder.ts new file mode 100644 index 0000000000..bc96e9cefa --- /dev/null +++ b/packages/hiccup-carbon-icons/src/folder.ts @@ -0,0 +1,7 @@ +export const FOLDER = + ["svg", { viewBox: "0 0 14 12" }, + ["path", + { + "fill-rule": "nonzero", + d: "M13 12H1a1 1 0 0 1-1-1V1.001a1 1 0 0 1 1.002-1l2.293.005a1 1 0 0 1 .704.291L5.707 2H13a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1zm0-9H5.707A1 1 0 0 1 5 2.708L3.293 1.006 1 1V11h12V3z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/forum.ts b/packages/hiccup-carbon-icons/src/forum.ts new file mode 100644 index 0000000000..5ca40847fe --- /dev/null +++ b/packages/hiccup-carbon-icons/src/forum.ts @@ -0,0 +1,4 @@ +export const FORUM = + ["svg", { viewBox: "0 0 16 15" }, + ["path", { d: "M11.7 12l-3 3-.7-.7 3.3-3.3h3.2c.3 0 .5-.2.5-.5v-6c0-.3-.2-.5-.5-.5h-10c-.3 0-.5.2-.5.5v6c0 .3.2.5.5.5H8v1H4.5c-.8 0-1.5-.7-1.5-1.5v-6C3 3.7 3.7 3 4.5 3h10c.8 0 1.5.7 1.5 1.5v6c0 .8-.7 1.5-1.5 1.5h-2.8z" }], + ["path", { d: "M1 8H0V1.5C0 .7.7 0 1.5 0H8v1H1.5c-.3 0-.5.2-.5.5V8z" }]]; diff --git a/packages/hiccup-carbon-icons/src/functions.ts b/packages/hiccup-carbon-icons/src/functions.ts new file mode 100644 index 0000000000..8c319f3812 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/functions.ts @@ -0,0 +1,4 @@ +export const FUNCTIONS = + ["svg", { viewBox: "0 0 25 25" }, + ["path", { d: "M14.3 24c-.2 0-.5-.2-.5-.4 0-.3.1-.5.4-.6 2.2-.4 4.2-1.4 5.8-3 4.1-4.1 4.2-10.6.4-14.9-.2-.2-.2-.5 0-.7.2-.2.5-.2.7 0 4.2 4.7 4 11.8-.5 16.2-1.6 1.8-3.8 3-6.3 3.4zM3.9 20.4c-.1 0-.3-.1-.4-.2C-.7 15.5-.5 8.4 4 4 5.8 2.2 8 1.1 10.5.7c.3 0 .5.1.6.4 0 .3-.1.5-.4.6-2.3.4-4.3 1.4-5.9 3-4.2 4-4.4 10.6-.6 14.8.2.2.2.5 0 .7-.1.1-.2.2-.3.2z" }], + ["path", { d: "M6.7 24.2c-.6 0-.9-.1-1-.1-.4-.1-.9-.4-.8-1.2.1-.8.5-1 1-1 2.6 0 3-2.8 3-9.3L6.2 12c-.9-.2-.9-1-.9-1.3 0-.4 0-1.2.9-1.4l2.9-.6C9.6 6 10.6 4 12.2 2.6 14.3.8 16.7.5 17.9.5c.6 0 1 .1 1 .1.5.1.8.5.7 1.2 0 .3-.1 1-.9 1-2 0-2.8 1.6-3 6l2.3.5c.9.2.9 1 .9 1.4 0 .4 0 1.2-.9 1.4l-2.4.5c0 4.4-1.1 7.6-3.4 9.6-1.8 1.7-4.3 2-5.5 2zM6 23.1c.5 0 3.4.3 5.8-1.8 2.1-1.8 3.1-4.9 3.1-9v-.6L18 11c.1-.1.1-.3.1-.4v-.4l-3.2-.6v-.4c.1-3.7.5-7.3 3.8-7.4v-.2H18c-1.1 0-3.3.2-5.1 1.8-1.5 1.3-2.5 3.3-2.9 5.9v.2l-3.6.8c-.1 0-.1.3-.1.4v.4l3.5.7v.8c0 5.2 0 10.2-4 10.3v.1c.1.1.1.1.2.1-.1 0-.1 0 0 0z" }]]; diff --git a/packages/hiccup-carbon-icons/src/grid.ts b/packages/hiccup-carbon-icons/src/grid.ts new file mode 100644 index 0000000000..c22b0f9aa9 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/grid.ts @@ -0,0 +1,4 @@ +export const GRID = + ["svg", { viewBox: "0 0 15 15" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M1 1v4h4V1H1zm0-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1zM1 10v4h4v-4H1zm0-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zM10 1v4h4V1h-4zm0-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1zM10 14h4v-4h-4v4zm0-5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/header-avatar.ts b/packages/hiccup-carbon-icons/src/header-avatar.ts new file mode 100644 index 0000000000..a519e76499 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-avatar.ts @@ -0,0 +1,4 @@ +export const HEADER_AVATAR = + ["svg", { viewBox: "0 0 20 20" }, + ["path", { d: "M6 15.745A6.968 6.968 0 0 0 10 17a6.968 6.968 0 0 0 4-1.255V15.5a2.5 2.5 0 0 0-2.5-2.5h-3A2.5 2.5 0 0 0 6 15.5v.245zm-.956-.802A3.5 3.5 0 0 1 8.5 12h3a3.5 3.5 0 0 1 3.456 2.943 7 7 0 1 0-9.912 0zM10 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16z" }], + ["path", { d: "M10 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" }]]; diff --git a/packages/hiccup-carbon-icons/src/header-chevron.ts b/packages/hiccup-carbon-icons/src/header-chevron.ts new file mode 100644 index 0000000000..bfb1248e33 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-chevron.ts @@ -0,0 +1,7 @@ +export const HEADER_CHEVRON = + ["svg", { viewBox: "0 0 20 20" }, + ["path", + { + d: "M6.542 4.945l.707-.707 6.004 6.004-6.004 6.02-.708-.707 5.298-5.312z", + "fill-rule": "nonzero", + }]]; diff --git a/packages/hiccup-carbon-icons/src/header-close.ts b/packages/hiccup-carbon-icons/src/header-close.ts new file mode 100644 index 0000000000..08b3cf1f40 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-close.ts @@ -0,0 +1,7 @@ +export const HEADER_CLOSE = + ["svg", { viewBox: "0 0 20 20" }, + ["path", + { + "fill-rule": "nonzero", + d: "M10 9.293l4.146-4.147.708.708L10.707 10l4.147 4.146-.708.708L10 10.707l-4.146 4.147-.708-.708L9.293 10 5.146 5.854l.708-.708L10 9.293z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/header-contact.ts b/packages/hiccup-carbon-icons/src/header-contact.ts new file mode 100644 index 0000000000..5687d9ff97 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-contact.ts @@ -0,0 +1,7 @@ +export const HEADER_CONTACT = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 12 12", + }, + ["path", { d: "M10.563 1.4c-1-.9-2.2-1.4-3.5-1.4-1.3 0-2.5.5-3.4 1.4-.9.9-1.3 2-1.4 3.2-.5.1-1 .4-1.4.8-1.2 1.2-1.1 3 0 4.2.5.7 2.1 2.4 2.1 2.4v-1.5c.8 0 1.5-.3 2.1-.9.1-.1.1-.2.2-.2.5.2 1 .3 1.4.4V12l3.8-3.7c2-1.9 2-5 .1-6.9zm-1.1 5.9c-.6.6-1.5 1-2.4 1-.4 0-.8-.1-1.2-.2.2-.9-.1-1.9-.8-2.6-.4-.4-.8-.6-1.3-.8.1-.8.4-1.6 1-2.1.6-.6 1.5-1 2.4-1 .9 0 1.7.4 2.4 1 .6.6 1 1.5 1 2.4-.1.8-.5 1.6-1.1 2.3z" }]]; diff --git a/packages/hiccup-carbon-icons/src/header-docs.ts b/packages/hiccup-carbon-icons/src/header-docs.ts new file mode 100644 index 0000000000..e6d89c616c --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-docs.ts @@ -0,0 +1,9 @@ +export const HEADER_DOCS = + ["svg", { viewBox: "0 0 20 20" }, + ["g", { "fill-rule": "evenodd" }, + ["path", + { + "fill-rule": "nonzero", + d: "M5 2h7l4 4v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm6.586 1H5v14h10V6.414L11.586 3zm3.41 2.997L16 7l-3.963-.012a1 1 0 0 1-.997-.99L11 2l1.01 1.01.03 2.978 2.957.009zM16 7l-3.963-.012a1 1 0 0 1-.997-.99L11 2l1.01 1.01.03 2.978 2.957.009L16 7z", + }], + ["path", { d: "M7 11h6v1H7zM7 14h6v1H7z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/header-hamburger.ts b/packages/hiccup-carbon-icons/src/header-hamburger.ts new file mode 100644 index 0000000000..5f1d28ee18 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-hamburger.ts @@ -0,0 +1,4 @@ +export const HEADER_HAMBURGER = + ["svg", { viewBox: "0 0 20 20" }, + ["g", { "fill-rule": "evenodd" }, + ["path", { d: "M3 4h14v1H3zM3 10h14v1H3zM3 16h14v1H3z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/header-help.ts b/packages/hiccup-carbon-icons/src/header-help.ts new file mode 100644 index 0000000000..53dcdd5c9d --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-help.ts @@ -0,0 +1,15 @@ +export const HEADER_HELP = + ["svg", { viewBox: "0 0 20 20" }, + ["g", { "fill-rule": "evenodd" }, + ["path", + { + "fill-rule": "nonzero", + d: "M10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm0 1a8 8 0 1 1 0-16 8 8 0 0 1 0 16z", + }], + ["circle", + { + r: 1, + cy: 14, + cx: 10, + }], + ["path", { d: "M10.5 10.5V12h-1V9.5h1a1.5 1.5 0 0 0 0-3h-1A1.5 1.5 0 0 0 8 8H7a2.5 2.5 0 0 1 2.5-2.5h1a2.5 2.5 0 1 1 0 5z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/header-notification.ts b/packages/hiccup-carbon-icons/src/header-notification.ts new file mode 100644 index 0000000000..fe7f2ff587 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-notification.ts @@ -0,0 +1,7 @@ +export const HEADER_NOTIFICATION = + ["svg", { viewBox: "0 0 20 20" }, + ["path", + { + "fill-rule": "nonzero", + d: "M7.17 17H2.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .146-.354L4 12.293V9a6 6 0 0 1 5.5-5.98V1h1v2.02A6 6 0 0 1 16 9v3.293l1.854 1.853A.5.5 0 0 1 18 14.5v2a.5.5 0 0 1-.5.5h-4.67a3.001 3.001 0 0 1-5.66 0zm1.098 0a2 2 0 0 0 3.464 0H8.268zM13 16h4v-1.293l-1.854-1.853A.5.5 0 0 1 15 12.5V9A5 5 0 0 0 5 9v3.5a.5.5 0 0 1-.146.354L3 14.707V16h10z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/header-search.ts b/packages/hiccup-carbon-icons/src/header-search.ts new file mode 100644 index 0000000000..319922aae3 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-search.ts @@ -0,0 +1,7 @@ +export const HEADER_SEARCH = + ["svg", { viewBox: "0 0 20 20" }, + ["path", + { + "fill-rule": "nonzero", + d: "M8.5 14a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zm4.936-1.27l4.418 4.416-.708.708-4.417-4.418a6.5 6.5 0 1 1 .707-.707z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/header-ticket.ts b/packages/hiccup-carbon-icons/src/header-ticket.ts new file mode 100644 index 0000000000..2106b4bf19 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-ticket.ts @@ -0,0 +1,7 @@ +export const HEADER_TICKET = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 14 14", + }, + ["path", { d: "M5.5 3l3-3 1.4 1.4c-.8.8-.8 2 0 2.8.8.8 2 .8 2.8 0L14 5.6 5.6 14l-1.4-1.3c.8-.8.8-2 0-2.8-.8-.8-2-.8-2.8 0L0 8.5l5-5c0 .3.2.5.5.5s.5-.2.5-.5-.2-.5-.5-.5zm2 3c.3 0 .5-.2.5-.5S7.8 5 7.5 5s-.5.2-.5.5.2.5.5.5zm-1-1c.3 0 .5-.2.5-.5S6.8 4 6.5 4s-.5.2-.5.5.2.5.5.5zm2 2c.3 0 .5-.2.5-.5S8.8 6 8.5 6s-.5.2-.5.5.2.5.5.5zm1 1c.3 0 .5-.2.5-.5S9.8 7 9.5 7s-.5.2-.5.5.2.5.5.5zm1 1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5-.5.2-.5.5.2.5.5.5z" }]]; diff --git a/packages/hiccup-carbon-icons/src/header-user.ts b/packages/hiccup-carbon-icons/src/header-user.ts new file mode 100644 index 0000000000..5442d97d57 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/header-user.ts @@ -0,0 +1,4 @@ +export const HEADER_USER = + ["svg", { viewBox: "0 0 20 20" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M10 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 1a4 4 0 1 1 0-8 4 4 0 0 1 0 8zM5 18H4v-2.48a4.5 4.5 0 0 1 4.5-4.5l3.022.014a4.5 4.5 0 0 1 4.478 4.5V18h-1v-2.466a3.5 3.5 0 0 0-3.483-3.5l-3-.015A3.504 3.504 0 0 0 5 15.52V18z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/help-outline.ts b/packages/hiccup-carbon-icons/src/help-outline.ts new file mode 100644 index 0000000000..5398447ac7 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/help-outline.ts @@ -0,0 +1,19 @@ +export const HELP_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "evenodd" }, + ["path", + { + "fill-rule": "nonzero", + d: "M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16z", + }], + ["path", + { + "fill-rule": "nonzero", + d: "M8.75 9.364V10.5h-1.5V7.863h1.5A1.682 1.682 0 0 0 8.678 4.5h-.996C6.753 4.5 6 5.253 6 6.182H4.5A3.182 3.182 0 0 1 7.682 3h.996a3.182 3.182 0 0 1 .072 6.364z", + }], + ["circle", + { + r: 1, + cy: 13, + cx: 8, + }]]]; diff --git a/packages/hiccup-carbon-icons/src/help-solid.ts b/packages/hiccup-carbon-icons/src/help-solid.ts new file mode 100644 index 0000000000..37f4cf7e61 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/help-solid.ts @@ -0,0 +1,7 @@ +export const HELP_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8.75 9.364A3.182 3.182 0 0 0 8.678 3h-.996A3.182 3.182 0 0 0 4.5 6.182H6C6 5.253 6.753 4.5 7.682 4.5h.996a1.682 1.682 0 0 1 .072 3.363h-1.5V10.5h1.5V9.364zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/help.ts b/packages/hiccup-carbon-icons/src/help.ts new file mode 100644 index 0000000000..2b7b81ae00 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/help.ts @@ -0,0 +1,8 @@ +export const HELP = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2zm0-2C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0z" }], + ["path", { d: "M8.3 10c.2-2 1.5-3.5 3.7-3.5 2.8 0 3.7 1.8 3.7 2.9 0 2.9-2.5 2.5-2.7 4.3V15h-2v-1c.2-2.6 2.4-2.8 2.3-4.4 0-.9-.5-1.3-1.3-1.3-1 0-1.5.8-1.5 1.7H8.3zm2.7 6h2v2h-2v-2z" }]]; diff --git a/packages/hiccup-carbon-icons/src/hpa-stress.ts b/packages/hiccup-carbon-icons/src/hpa-stress.ts new file mode 100644 index 0000000000..4a74523c98 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/hpa-stress.ts @@ -0,0 +1,7 @@ +export const HPA_STRESS = + ["svg", { viewBox: "0 0 24 22" }, + ["path", + { + "fill-rule": "evenodd", + d: "M18 20.975V16h4.975A5.5 5.5 0 0 1 18 20.975zm-4.02-9.7A5.499 5.499 0 0 1 22.975 15h-5.268l-3.726-3.725zM17 16v4.975a5.498 5.498 0 0 1-3.726-8.993L17 15.707V16zM6.9 17.973L10 11H7V5l-4 9h3v3.973H1.027V5H14v5.03a6.486 6.486 0 0 0-2.51 7.943H6.9zM15 5h5.973v5.012A6.462 6.462 0 0 0 17.5 9c-.887 0-1.73.18-2.5.5V5zm7 5.817V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v17a1 1 0 0 0 1 1h5v1l.444-1h5.584a6.498 6.498 0 0 0 6.618 2.902c2.63-.45 4.764-2.558 5.243-5.18a6.5 6.5 0 0 0-1.89-5.905z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/hpa.ts b/packages/hiccup-carbon-icons/src/hpa.ts new file mode 100644 index 0000000000..4b73cf1cd1 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/hpa.ts @@ -0,0 +1,7 @@ +export const HPA = + ["svg", { viewBox: "0 0 24 22" }, + ["path", + { + "fill-rule": "evenodd", + d: "M21.992 18.666l-.03.04a5.479 5.479 0 0 1-4 2.27V16.04L18 16h4.974c-.088.988-.44 1.9-.982 2.666zm-8.004-7.385c.015-.01.026-.027.04-.04.052-.04.11-.073.162-.112a5.458 5.458 0 0 1 3.31-1.128c1.293 0 2.467.463 3.405 1.21.138.11.277.217.403.34.11.104.206.22.307.336.113.13.23.254.33.392.566.78.94 1.71 1.03 2.722h-5.267l-3.72-3.72zM17 16v4.975a5.504 5.504 0 0 1-4.125-2.506c-.035-.058-.065-.117-.1-.175a5.463 5.463 0 0 1 .495-6.307l.005-.006L17 15.707V16zm-9 1.973V12h4.028a6.481 6.481 0 0 0-.538 5.973H8zM1.027 11H7V5H1.027v6zm0 6.973H7V12H1.027v5.973zM8 5h6v5.028c-.433.278-.83.603-1.184.972H8V5zm12.972 0v5.012A6.456 6.456 0 0 0 17.5 9a6.5 6.5 0 0 0-2.5.5V5h5.972zM22 10.816V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v17a1 1 0 0 0 1 1h11.028a6.494 6.494 0 0 0 6.618 2.9c2.63-.448 4.764-2.556 5.242-5.18A6.494 6.494 0 0 0 22 10.816z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/index.ts b/packages/hiccup-carbon-icons/src/index.ts new file mode 100644 index 0000000000..39abc1c019 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/index.ts @@ -0,0 +1,145 @@ +export * from "./add-outline" +export * from "./add-solid" +export * from "./add" +export * from "./api" +export * from "./app-services" +export * from "./applications" +export * from "./apps" +export * from "./arrow-down" +export * from "./arrow-left" +export * from "./arrow-right" +export * from "./arrow-up" +export * from "./arrows" +export * from "./asleep" +export * from "./attachment" +export * from "./awake" +export * from "./back-to-top" +export * from "./block-chain" +export * from "./calendar" +export * from "./caret-down" +export * from "./caret-left" +export * from "./caret-right" +export * from "./caret-up" +export * from "./cf-apps" +export * from "./chat" +export * from "./checkmark-outline" +export * from "./checkmark-solid" +export * from "./checkmark" +export * from "./chevron-down" +export * from "./chevron-left" +export * from "./chevron-right" +export * from "./chevron-up" +export * from "./close-outline" +export * from "./close-solid" +export * from "./close" +export * from "./cloud-foundry" +export * from "./code" +export * from "./console" +export * from "./containers" +export * from "./copy" +export * from "./crash" +export * from "./dashboard" +export * from "./data" +export * from "./delete" +export * from "./devices" +export * from "./devops" +export * from "./document" +export * from "./dollars" +export * from "./download" +export * from "./draggable" +export * from "./edit" +export * from "./email" +export * from "./error-outline" +export * from "./error-solid" +export * from "./error" +export * from "./favorite-outline" +export * from "./favorite-solid" +export * from "./favorite" +export * from "./filter" +export * from "./finance" +export * from "./financial" +export * from "./folder-add" +export * from "./folder" +export * from "./forum" +export * from "./functions" +export * from "./grid" +export * from "./header-avatar" +export * from "./header-chevron" +export * from "./header-close" +export * from "./header-contact" +export * from "./header-docs" +export * from "./header-hamburger" +export * from "./header-help" +export * from "./header-notification" +export * from "./header-search" +export * from "./header-ticket" +export * from "./header-user" +export * from "./help-outline" +export * from "./help-solid" +export * from "./help" +export * from "./hpa-stress" +export * from "./hpa" +export * from "./info-outline" +export * from "./info-solid" +export * from "./info" +export * from "./infrastructure" +export * from "./integration" +export * from "./iot" +export * from "./launch" +export * from "./light" +export * from "./link" +export * from "./list" +export * from "./locked" +export * from "./maximize" +export * from "./menu" +export * from "./minimize" +export * from "./mobile" +export * from "./network" +export * from "./new-tab" +export * from "./notification-off" +export * from "./notification-on" +export * from "./open-whisk" +export * from "./overflow-menu" +export * from "./pa-stress" +export * from "./pa" +export * from "./pause-outline" +export * from "./pause-solid" +export * from "./pause" +export * from "./play-outline" +export * from "./play-solid" +export * from "./play" +export * from "./portfolio" +export * from "./power" +export * from "./predictive" +export * from "./purchase" +export * from "./restart" +export * from "./save" +export * from "./schematics" +export * from "./search" +export * from "./security" +export * from "./services" +export * from "./settings" +export * from "./star-outline" +export * from "./star-solid" +export * from "./start-outline" +export * from "./start" +export * from "./stop-outline" +export * from "./stop-solid" +export * from "./stop" +export * from "./storage" +export * from "./subtract-outline" +export * from "./subtract-solid" +export * from "./terminal" +export * from "./unlock" +export * from "./unlocked" +export * from "./upload" +export * from "./user" +export * from "./visibility-off" +export * from "./visibility-on" +export * from "./warning-outline" +export * from "./warning-solid" +export * from "./warning" +export * from "./watson" +export * from "./whisk" + +export * from "./utils/with-size" diff --git a/packages/hiccup-carbon-icons/src/info-outline.ts b/packages/hiccup-carbon-icons/src/info-outline.ts new file mode 100644 index 0000000000..67a5dab2ff --- /dev/null +++ b/packages/hiccup-carbon-icons/src/info-outline.ts @@ -0,0 +1,19 @@ +export const INFO_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "evenodd" }, + ["path", + { + "fill-rule": "nonzero", + d: "M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16z", + }], + ["path", + { + d: "M9 13H7V7h2z", + "fill-rule": "nonzero", + }], + ["circle", + { + r: 1, + cy: 4, + cx: 8, + }]]]; diff --git a/packages/hiccup-carbon-icons/src/info-solid.ts b/packages/hiccup-carbon-icons/src/info-solid.ts new file mode 100644 index 0000000000..0d1ee07e4f --- /dev/null +++ b/packages/hiccup-carbon-icons/src/info-solid.ts @@ -0,0 +1,7 @@ +export const INFO_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm1-3V7H7v6h2zM8 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/info.ts b/packages/hiccup-carbon-icons/src/info.ts new file mode 100644 index 0000000000..d25bfdaac8 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/info.ts @@ -0,0 +1,14 @@ +export const INFO = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2zm0-2C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0z" }], + ["path", { d: "M14 10H9v2h2v4H9v2h7v-2h-2z" }], + ["circle", + { + r: 1.5, + cy: 7.5, + cx: 12.5, + }]]; diff --git a/packages/hiccup-carbon-icons/src/infrastructure.ts b/packages/hiccup-carbon-icons/src/infrastructure.ts new file mode 100644 index 0000000000..d1b04b08b0 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/infrastructure.ts @@ -0,0 +1,8 @@ +export const INFRASTRUCTURE = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M14 1v22H1V1h13zm1-1H0v24h15V0zM23 1v22h-5V1h5zm1-1h-7v24h7V0z" }], + ["path", { d: "M12 4v4H3V4h9zm1-1H2v6h11V3zM21 3v1h-1V3h1zm1-1h-3v3h3V2zM21 7v1h-1V7h1zm1-1h-3v3h3V6zM21 11v1h-1v-1h1zm1-1h-3v3h3v-3zM21 15v1h-1v-1h1zm1-1h-3v3h3v-3zM21 19v1h-1v-1h1zm1-1h-3v3h3v-3z" }]]; diff --git a/packages/hiccup-carbon-icons/src/integration.ts b/packages/hiccup-carbon-icons/src/integration.ts new file mode 100644 index 0000000000..9b5f26e6cd --- /dev/null +++ b/packages/hiccup-carbon-icons/src/integration.ts @@ -0,0 +1,7 @@ +export const INTEGRATION = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 21", + }, + ["path", { d: "M18 0H6L0 10.5 6 21h12l6-10.5L18 0zm4.5 10h-9.7l4.8-8.5 4.9 8.5zM6.3 19.4L1.4 11H11l-4.7 8.4zm5.6-7.8l4.8 8.4H7.2l4.7-8.4zm0-2.1L7 1h9.7l-4.8 8.5zM6.2 1.6L11 10H1.5l4.7-8.4zm11.5 18L12.8 11h9.8l-4.9 8.6z" }]]; diff --git a/packages/hiccup-carbon-icons/src/iot.ts b/packages/hiccup-carbon-icons/src/iot.ts new file mode 100644 index 0000000000..384d127a76 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/iot.ts @@ -0,0 +1,8 @@ +export const IOT = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M12 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0-1c-1.6 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3z" }], + ["path", { d: "M17 7v10H7V7h10zm1-1H6v12h12V6zM11 5h-1V2.1C10 1.5 9.5 1 8.9 1c-.6 0-.9.6-.9 1.1V5H7V2.1C7 .9 7.8 0 8.9 0H9c1.1 0 2 1 2 2.1V5zM17 5h-1V2.1c0-.6-.5-1.1-1.1-1.1-.6 0-.9.6-.9 1.1V5h-1V2.1c0-1.2.8-2.1 1.9-2.1h.1c1.1 0 2 1 2 2.1V5zM15.1 24s-.1 0 0 0c-1.2 0-2.1-1-2.1-2.1V19h1v2.9c0 .6.5 1.1 1.1 1.1.7 0 .9-.6.9-1.1V19h1v2.9c0 1.2-.8 2.1-1.9 2.1zM9.1 24s-.1 0 0 0C7.9 24 7 23 7 21.9V19h1v2.9c0 .6.5 1.1 1.1 1.1.7 0 .9-.6.9-1.1V19h1v2.9c0 1.2-.8 2.1-1.9 2.1zM5 17H2.1C.9 17 0 16.2 0 15.1c0-1.1 1-2 2.1-2H5v1H2.1c-.6-.1-1.1.4-1.1 1s.6.9 1.1.9H5v1zM5 11H2.1C.9 11 0 10.2 0 9.1c0-1.1 1-2 2.1-2H5v1H2.1C1.5 8 1 8.5 1 9.1s.6.9 1.1.9H5v1zM21.9 11H19v-1h2.9c.6 0 1.1-.4 1.1-1 0-.7-.6-1-1.1-1H19V7h2.9c1.2 0 2.1.8 2.1 1.9 0 1.2-1 2.1-2.1 2.1zM21.9 17H19v-1h2.9c.6 0 1.1-.5 1.1-1.1 0-.7-.6-.9-1.1-.9H19v-1h2.9c1.2 0 2.1.8 2.1 1.9 0 1.2-1 2.1-2.1 2.1z" }]]; diff --git a/packages/hiccup-carbon-icons/src/launch.ts b/packages/hiccup-carbon-icons/src/launch.ts new file mode 100644 index 0000000000..4caf3586cb --- /dev/null +++ b/packages/hiccup-carbon-icons/src/launch.ts @@ -0,0 +1,5 @@ +export const LAUNCH = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M14.3 1h-3.8V0H16v5.5h-1V1.7L9.7 7 9 6.3 14.3 1z" }], + ["path", { d: "M14.3 1h-3.8V0H16v5.5h-1V1.7L9.7 7 9 6.3 14.3 1z" }], + ["path", { d: "M13 9h1v6c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V3c0-.6.4-1 1-1h7v1H1v12h12V9z" }]]; diff --git a/packages/hiccup-carbon-icons/src/light.ts b/packages/hiccup-carbon-icons/src/light.ts new file mode 100644 index 0000000000..b19c2dee5d --- /dev/null +++ b/packages/hiccup-carbon-icons/src/light.ts @@ -0,0 +1,14 @@ +export const LIGHT = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 18 18", + }, + ["path", { d: "M9 0c.3 0 .6.3.6.6v2.5c0 .3-.3.6-.6.6s-.6-.3-.6-.6V.6c0-.3.3-.6.6-.6zM9 14.4c.3 0 .6.3.6.6v2.5c0 .3-.3.6-.6.6s-.6-.3-.6-.6V15c0-.4.3-.6.6-.6z" }], + ["circle", + { + r: 4, + cy: 9, + cx: 9, + }], + ["path", { d: "M14.4 9c0-.3.3-.6.6-.6h2.5c.2.1.5.3.5.6s-.3.6-.6.6h-2.5c-.3 0-.5-.3-.5-.6zM0 9c0-.3.3-.6.6-.6h2.5c.3 0 .6.3.6.6s-.3.6-.6.6H.6C.3 9.6 0 9.3 0 9zM2.1 2.4c.2-.2.6-.2.8 0l1.8 1.8c.2.2.2.6 0 .8-.2.2-.6.2-.8 0L2.1 3.2c-.2-.2-.2-.6 0-.8zM13.1 5c-.2-.2-.2-.6 0-.8l1.8-1.8c.2-.2.6-.2.8 0 .2.2.2.6 0 .8L13.9 5c-.2.2-.6.2-.8 0zM15.7 15.7c-.2.2-.6.2-.8 0l-1.8-1.8c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l1.8 1.8c.2.2.2.6 0 .8zM4.7 13.1c.2.2.2.6 0 .8l-1.8 1.8c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8l1.8-1.8c.2-.2.6-.2.8 0z" }]]; diff --git a/packages/hiccup-carbon-icons/src/link.ts b/packages/hiccup-carbon-icons/src/link.ts new file mode 100644 index 0000000000..af925e2860 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/link.ts @@ -0,0 +1,4 @@ +export const LINK = + ["svg", { viewBox: "0 0 16 13" }, + ["path", { d: "M9.3 7.1l-.7-.7c.1-.1.2-.2.6-.5.9-.8.9-2.2.1-3l-.1-.1c-.8-.8-2.3-.8-3.1.1L1.6 7.3c-.9.9-.9 2.3 0 3.1l.2.2c.8.8 2 .8 2.8.1l.7.7c-1.2 1.1-3 1-4.2-.1l-.2-.2C-.3 9.9-.3 7.8.9 6.6l4.4-4.4C6.6.9 8.6.9 9.9 2.2l.1.1c1.2 1.3 1.1 3.2-.1 4.4-.3.2-.5.4-.6.4z" }], + ["path", { d: "M6.8 4.7l.7.7-.7.7c-.9.9-.9 2.3 0 3.2.9.9 2.3.9 3.1 0l4.5-4.5c.9-.9.9-2.3 0-3.1l-.1-.1c-.7-.7-1.9-.7-2.7 0l-.1.1-.8-.7.1-.1c1.1-1.1 3-1.1 4.1 0l.2.1c1.2 1.2 1.2 3.3 0 4.5L10.6 10c-1.2 1.2-3.3 1.2-4.5 0-1.3-1.3-1.3-3.3 0-4.5l.7-.8z" }]]; diff --git a/packages/hiccup-carbon-icons/src/list.ts b/packages/hiccup-carbon-icons/src/list.ts new file mode 100644 index 0000000000..2fe0c9a035 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/list.ts @@ -0,0 +1,20 @@ +export const LIST = + ["svg", { viewBox: "0 0 16 10" }, + ["g", { "fill-rule": "evenodd" }, + ["path", + { + d: "M6 9V8h10v1zM6 2V1h10v1z", + "fill-rule": "nonzero", + }], + ["circle", + { + r: 1.5, + cy: 1.5, + cx: 1.5, + }], + ["circle", + { + r: 1.5, + cy: 8.5, + cx: 1.5, + }]]]; diff --git a/packages/hiccup-carbon-icons/src/locked.ts b/packages/hiccup-carbon-icons/src/locked.ts new file mode 100644 index 0000000000..550ed4b381 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/locked.ts @@ -0,0 +1,7 @@ +export const LOCKED = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M4.5 7V3.5a3.5 3.5 0 0 1 7 0V7h1A1.5 1.5 0 0 1 14 8.5v6a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-6A1.5 1.5 0 0 1 3.5 7h1zm1 0h5V3.5a2.5 2.5 0 0 0-5 0V7zm-2 1a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-9z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/maximize.ts b/packages/hiccup-carbon-icons/src/maximize.ts new file mode 100644 index 0000000000..2bc26c6bdf --- /dev/null +++ b/packages/hiccup-carbon-icons/src/maximize.ts @@ -0,0 +1,4 @@ +export const MAXIMIZE = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M1.71 15H4v1H.003L0 12h1l.002 2.293 4.296-4.296.707.707L1.709 15zM14.998 1.668l-4.271 4.317-.711-.703L14.252 1H12V0h3.997L16 4h-1l-.002-2.332z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/menu.ts b/packages/hiccup-carbon-icons/src/menu.ts new file mode 100644 index 0000000000..74f59106b9 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/menu.ts @@ -0,0 +1,7 @@ +export const MENU = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 20 14", + }, + ["path", { d: "M0 0h20v2H0zM0 6h20v2H0zM0 12h20v2H0z" }]]; diff --git a/packages/hiccup-carbon-icons/src/minimize.ts b/packages/hiccup-carbon-icons/src/minimize.ts new file mode 100644 index 0000000000..ba58b5d6cb --- /dev/null +++ b/packages/hiccup-carbon-icons/src/minimize.ts @@ -0,0 +1,4 @@ +export const MINIMIZE = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M4.998 11.709L.704 16.004l-.708-.708 4.274-4.273L1.995 11l.01-1 3.992.04L6 14H5l-.002-2.291zM11.707 5H14v1h-3.997L10 2h1l.002 2.291 4.291-4.29.707.706L11.707 5z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/mobile.ts b/packages/hiccup-carbon-icons/src/mobile.ts new file mode 100644 index 0000000000..c1c6d4ca84 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/mobile.ts @@ -0,0 +1,22 @@ +export const MOBILE = + ["svg", { viewBox: "0 0 24 24" }, + ["path", { d: "M23 0H1C.5 0 0 .5 0 1v21c0 .6.5 1 1 1h22c.6 0 1-.5 1-1V1c0-.5-.5-1-1-1zM1 1h7v3H1V1zm22 21H1V5h22v17zm0-21v3H9V1h14z" }], + ["circle", + { + r: 0.5, + cy: 2.5, + cx: 2.5, + }], + ["circle", + { + r: 0.5, + cy: 2.5, + cx: 4.5, + }], + ["circle", + { + r: 0.5, + cy: 2.5, + cx: 6.5, + }], + ["path", { d: "M7.5 8h-5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h5c.3 0 .5.2.5.5s-.2.5-.5.5zM10.5 11h-8c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h8c.3 0 .5.2.5.5s-.2.5-.5.5zM13.5 8h-4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h4c.3 0 .5.2.5.5s-.2.5-.5.5zM14.5 11h-2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2c.3 0 .5.2.5.5s-.2.5-.5.5zM4.5 14h-2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2c.3 0 .5.2.5.5s-.2.5-.5.5zM8.5 14h-1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h1c.3 0 .5.2.5.5s-.2.5-.5.5zM19.5 11h-3c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h3c.3 0 .5.2.5.5s-.2.5-.5.5z" }]]; diff --git a/packages/hiccup-carbon-icons/src/network.ts b/packages/hiccup-carbon-icons/src/network.ts new file mode 100644 index 0000000000..775e9ab0ca --- /dev/null +++ b/packages/hiccup-carbon-icons/src/network.ts @@ -0,0 +1,7 @@ +export const NETWORK = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 23 24", + }, + ["path", { d: "M20.5 18v-6h-9V5.9C12.9 5.7 14 4.5 14 3c0-1.7-1.3-3-3-3S8 1.3 8 3c0 1.5 1.1 2.7 2.5 2.9V12h-8v6.1C1.1 18.4 0 19.6 0 21c0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.5-1.1-2.7-2.5-2.9V13h16v5.1c-1.4.2-2.5 1.5-2.5 2.9 0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.5-1-2.8-2.5-3zM9 3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM5 21c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm15 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z" }]]; diff --git a/packages/hiccup-carbon-icons/src/new-tab.ts b/packages/hiccup-carbon-icons/src/new-tab.ts new file mode 100644 index 0000000000..5ef927612e --- /dev/null +++ b/packages/hiccup-carbon-icons/src/new-tab.ts @@ -0,0 +1,4 @@ +export const NEW_TAB = + ["svg", { viewBox: "0 0 16 15" }, + ["g", { "fill-rule": "nonzero" }, + ["path", { d: "M14 2h2v1h-2v2h-1V3h-2V2h2V0h1v2zM1 3h8V2H1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7.227h-1V14H1V3z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/notification-off.ts b/packages/hiccup-carbon-icons/src/notification-off.ts new file mode 100644 index 0000000000..9b62243fa9 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/notification-off.ts @@ -0,0 +1,9 @@ +export const NOTIFICATION_OFF = + ["svg", { viewBox: "0 0 14 16" }, + ["g", { "fill-rule": "evenodd" }, + ["path", + { + "fill-rule": "nonzero", + d: "M1.501 13.987l-.876.702L0 13.908 13.33 3.24l.625.78-1.963 1.572v3.642l1.801 1.35a.5.5 0 0 1 .2.399l.008 2.516a.5.5 0 0 1-.5.501h-4.05a2.5 2.5 0 0 1-4.9 0h-3.05v-.013zM2.735 13H13l-.006-1.765-1.802-1.35a.5.5 0 0 1-.2-.4V6.391L2.735 13zm2.852 1a1.5 1.5 0 0 0 2.829 0h-2.83z", + }], + ["path", { d: "M7.501 1.248c.629.05 1.128.2 1.695.481.933.46 1.616 1.114 2.076 1.9l-.864.505a4.163 4.163 0 0 0-1.68-1.512c-.506-.25-1.148-.376-1.891-.376-.494 0-.875.05-1.366.293-1.429.708-2.324 1.814-2.474 3.475L2.941 9.74.797 11.434l-.62-.784 1.771-1.4.05-3.28c.106-1.968 1.41-3.724 3.071-4.347a5.207 5.207 0 0 1 1.432-.367V0h1v1.248z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/notification-on.ts b/packages/hiccup-carbon-icons/src/notification-on.ts new file mode 100644 index 0000000000..b9c9cc4086 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/notification-on.ts @@ -0,0 +1,7 @@ +export const NOTIFICATION_ON = + ["svg", { viewBox: "0 0 14 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M11.199 9.9a.5.5 0 0 1-.2-.4V6.23a4 4 0 0 0-3.99-4A3.989 3.989 0 0 0 3.01 6.206L3 9.52a.5.5 0 0 1-.202.4L1 11.252V13h12v-1.75L11.199 9.9zM4.55 14H.5a.5.5 0 0 1-.5-.5V11a.5.5 0 0 1 .202-.402l1.799-1.333.01-3.062A4.99 4.99 0 0 1 6.5 1.254V0h1v1.254a5 5 0 0 1 4.498 4.975v3.02L13.8 10.6A.5.5 0 0 1 14 11v2.5a.5.5 0 0 1-.5.5H9.45a2.5 2.5 0 0 1-4.9 0zm1.035 0a1.5 1.5 0 0 0 2.83 0h-2.83z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/open-whisk.ts b/packages/hiccup-carbon-icons/src/open-whisk.ts new file mode 100644 index 0000000000..094ba41648 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/open-whisk.ts @@ -0,0 +1,8 @@ +export const OPEN_WHISK = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 25 16", + }, + ["path", { d: "M9.9 9.7L4.5 0 0 8l4.5 8h8l.5-.8 3-5.5H9.9zm-4.7 5.1L1.4 8l3.1-5.5 6.9 12.3H5.2zm7.2-1.1l-1.6-2.8h3.1l-1.5 2.8z" }], + ["path", { d: "M19.5 0h-7.8l-.6 1.1-3 5.5h6l5.3 9.5L24 8l-4.5-8zm-9.3 5.3l1.5-2.8 1.6 2.8h-3.1zm2.4-4.1h6.2L22.6 8l-3.1 5.5-6.9-12.3z" }]]; diff --git a/packages/hiccup-carbon-icons/src/overflow-menu.ts b/packages/hiccup-carbon-icons/src/overflow-menu.ts new file mode 100644 index 0000000000..29d0bed9a7 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/overflow-menu.ts @@ -0,0 +1,21 @@ +export const OVERFLOW_MENU = + ["svg", { viewBox: "0 0 3 15" }, + ["g", { "fill-rule": "evenodd" }, + ["circle", + { + r: 1.5, + cy: 1.5, + cx: 1.5, + }], + ["circle", + { + r: 1.5, + cy: 7.5, + cx: 1.5, + }], + ["circle", + { + r: 1.5, + cy: 13.5, + cx: 1.5, + }]]]; diff --git a/packages/hiccup-carbon-icons/src/pa-stress.ts b/packages/hiccup-carbon-icons/src/pa-stress.ts new file mode 100644 index 0000000000..9441730042 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/pa-stress.ts @@ -0,0 +1,7 @@ +export const PA_STRESS = + ["svg", { viewBox: "0 0 24 24" }, + ["path", + { + "fill-rule": "evenodd", + d: "M22.588 12.982l-3.937-3.95L16 15V9h-3l1.733-3.898L10.643 1h-6.23L1 4.406v6.265l12.004 11.917 9.584-9.605zm1.412 0L13.008 24 0 11.087V3.99L4 0h7.058l4.11 4.123L17 0v5.96l.04.04H20l-.913 2.053L24 12.983zM9 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/pa.ts b/packages/hiccup-carbon-icons/src/pa.ts new file mode 100644 index 0000000000..f660916d13 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/pa.ts @@ -0,0 +1,7 @@ +export const PA = + ["svg", { viewBox: "0 0 24 24" }, + ["path", + { + "fill-rule": "evenodd", + d: "M22.588 12.982L10.643 1h-6.23L1 4.406v6.265l12.004 11.917 9.584-9.605zm1.412 0L13.008 24 0 11.087V3.99L4 0h7.058L24 12.982zM9 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/pause-outline.ts b/packages/hiccup-carbon-icons/src/pause-outline.ts new file mode 100644 index 0000000000..0267ca1a96 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/pause-outline.ts @@ -0,0 +1,9 @@ +export const PAUSE_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "evenodd" }, + ["path", { d: "M5 5h2v6H5zM9 5h2v6H9z" }], + ["path", + { + "fill-rule": "nonzero", + d: "M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16z", + }]]]; diff --git a/packages/hiccup-carbon-icons/src/pause-solid.ts b/packages/hiccup-carbon-icons/src/pause-solid.ts new file mode 100644 index 0000000000..eae48f9acf --- /dev/null +++ b/packages/hiccup-carbon-icons/src/pause-solid.ts @@ -0,0 +1,7 @@ +export const PAUSE_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zM5 5v6h2V5H5zm4 0v6h2V5H9z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/pause.ts b/packages/hiccup-carbon-icons/src/pause.ts new file mode 100644 index 0000000000..f180fbfa1f --- /dev/null +++ b/packages/hiccup-carbon-icons/src/pause.ts @@ -0,0 +1,3 @@ +export const PAUSE = + ["svg", { viewBox: "0 0 24 24" }, + ["path", { d: "M0 0h9v24H0zM15 0h9v24h-9z" }]]; diff --git a/packages/hiccup-carbon-icons/src/play-outline.ts b/packages/hiccup-carbon-icons/src/play-outline.ts new file mode 100644 index 0000000000..4bc9183151 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/play-outline.ts @@ -0,0 +1,4 @@ +export const PLAY_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M8 14.5c3.6 0 6.5-2.9 6.5-6.5S11.6 1.5 8 1.5 1.5 4.4 1.5 8s2.9 6.5 6.5 6.5zM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z" }], + ["path", { d: "M5 4.8c0-.2.1-.4.2-.6.3-.6 1.1-.8 1.7-.4L12.4 7c.2.1.3.3.4.4.3.6.2 1.4-.4 1.7l-5.5 3.2c-.2.1-.4.2-.6.2-.7 0-1.2-.6-1.2-1.2V4.8zm2 5.1L10.3 8 7 6.1v3.8z" }]]; diff --git a/packages/hiccup-carbon-icons/src/play-solid.ts b/packages/hiccup-carbon-icons/src/play-solid.ts new file mode 100644 index 0000000000..b48db0e54d --- /dev/null +++ b/packages/hiccup-carbon-icons/src/play-solid.ts @@ -0,0 +1,7 @@ +export const PLAY_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zM5.497 4.776v6.456a.25.25 0 0 0 .377.216l5.498-3.232a.25.25 0 0 0 0-.431L5.874 4.56a.25.25 0 0 0-.377.215z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/play.ts b/packages/hiccup-carbon-icons/src/play.ts new file mode 100644 index 0000000000..58e9faacd6 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/play.ts @@ -0,0 +1,3 @@ +export const PLAY = + ["svg", { viewBox: "0 0 21 24" }, + ["path", { d: "M0 24l21-12L0 0z" }]]; diff --git a/packages/hiccup-carbon-icons/src/portfolio.ts b/packages/hiccup-carbon-icons/src/portfolio.ts new file mode 100644 index 0000000000..206d10ee32 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/portfolio.ts @@ -0,0 +1,7 @@ +export const PORTFOLIO = + ["svg", { viewBox: "0 0 24 20" }, + ["path", + { + "fill-rule": "evenodd", + d: "M7 5H6V1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v4h-1V1H7v4zM1 19h22V7H1v12zM23 6H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/power.ts b/packages/hiccup-carbon-icons/src/power.ts new file mode 100644 index 0000000000..2b468dd744 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/power.ts @@ -0,0 +1,9 @@ +export const POWER = + ["svg", { viewBox: "0 0 15 16" }, + ["g", { "fill-rule": "evenodd" }, + ["path", { d: "M7 0h1v8H7z" }], + ["path", + { + "fill-rule": "nonzero", + d: "M10.74 1.735a7.5 7.5 0 1 1-8.45 1.371c.627-.605 1.62-1.186 2.086-1.398l.414.91c-.52.236-1.356.774-1.805 1.208a6.5 6.5 0 1 0 7.323-1.189l.432-.902z", + }]]]; diff --git a/packages/hiccup-carbon-icons/src/predictive.ts b/packages/hiccup-carbon-icons/src/predictive.ts new file mode 100644 index 0000000000..9dba9633b9 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/predictive.ts @@ -0,0 +1,7 @@ +export const PREDICTIVE = + ["svg", { viewBox: "0 0 24 18" }, + ["path", + { + "fill-rule": "evenodd", + d: "M6 9h1V8H6v1zM4 9h1V8H4v1zm-1-.5a1.5 1.5 0 1 1-2.999.001A1.5 1.5 0 0 1 3 8.5zM13 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm9.5-5c-.652 0-1.2.42-1.408 1h-4.234a3.968 3.968 0 0 0-.85-1.61l2.274-3.41c.072.008.144.02.218.02A1.5 1.5 0 1 0 17 1.5c0 .39.152.74.395 1.007l-2.132 3.198A3.978 3.978 0 0 0 13 5a3.988 3.988 0 0 0-3.858 3H8v1h1a3.999 3.999 0 0 0 6.263 3.295l2.132 3.198A1.49 1.49 0 0 0 17 16.5a1.5 1.5 0 1 0 1.5-1.5c-.074 0-.146.012-.218.02l-2.274-3.41c.61-.702.992-1.607.992-2.61h4.092c.207.58.756 1 1.408 1a1.5 1.5 0 0 0 0-3z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/purchase.ts b/packages/hiccup-carbon-icons/src/purchase.ts new file mode 100644 index 0000000000..562e6a7889 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/purchase.ts @@ -0,0 +1,4 @@ +export const PURCHASE = + ["svg", { viewBox: "0 0 16 11" }, + ["path", { d: "M15 3V1H1v2h14zm0 1H1v6h14V4zM.8 0h14.5c.4 0 .7.3.7.8v9.5c0 .4-.3.8-.8.8H.8c-.5-.1-.8-.4-.8-.9V.8C0 .3.3 0 .8 0z" }], + ["path", { d: "M2 9V8h5v1z" }]]; diff --git a/packages/hiccup-carbon-icons/src/restart.ts b/packages/hiccup-carbon-icons/src/restart.ts new file mode 100644 index 0000000000..a90da58434 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/restart.ts @@ -0,0 +1,7 @@ +export const RESTART = + ["svg", { viewBox: "0 0 13 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M10.948 3L8.542.727 9.23 0 13 3.564 9.228 7.108l-.685-.729L11.075 4H6.5A5.5 5.5 0 1 0 12 9.5h1A6.5 6.5 0 1 1 6.5 3h4.448z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/save.ts b/packages/hiccup-carbon-icons/src/save.ts new file mode 100644 index 0000000000..dca8b0a138 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/save.ts @@ -0,0 +1,7 @@ +export const SAVE = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M12 1.597v2.406a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V1H1v14h3V9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6h3V4.702l-3-3.105zM1 0h10.848L16 4.298V15a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1zm10 9H5v5.992l6 .007V9zM5 1v3.003h6V1H5z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/schematics.ts b/packages/hiccup-carbon-icons/src/schematics.ts new file mode 100644 index 0000000000..ba9ba61f3b --- /dev/null +++ b/packages/hiccup-carbon-icons/src/schematics.ts @@ -0,0 +1,8 @@ +export const SCHEMATICS = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M22.259 11.576L19.2 9.694c1.882-1.082 3.53-2.023 3.67-2.118a.494.494 0 0 0 .236-.423.494.494 0 0 0-.235-.424A2472.813 2472.813 0 0 0 12.988.706c-.047-.047-.047-.047-.094-.047C12.471.424 12 .424 11.53.565c-.376.14-.705.33-.988.517-.141.047-6.117 3.765-8.094 4.989l-.659.423a2.054 2.054 0 0 0-.612.424c-.847.94-.894 2.682-.517 4 .188.517.423 1.035.706 1.411.376.424.753.706 1.176.942l.094.047c.283.188 8.941 5.082 9.318 5.27.047.047.659.424.659 1.883 0 .282.188.47.47.47.283 0 .47-.188.47-.47 0-2.024-1.034-2.636-1.128-2.683-3.106-1.74-9.083-5.13-9.318-5.27l-.094-.047c-.33-.236-.66-.424-.847-.753-.236-.283-.377-.66-.518-1.083-.282-1.035-.282-2.447.33-3.106.094-.094.188-.14.329-.235l.659-.423c7.106-4.377 8.047-4.989 8.094-4.989.235-.188.47-.33.753-.423.282-.094.47-.047.706.047h.047c.47.33 5.788 3.53 9.176 5.553-2.259 1.317-9.317 5.317-9.553 5.459a.539.539 0 0 1-.47 0c-.236-.142-6.024-3.483-8.236-4.753-.235-.094-.517-.047-.658.188-.142.188-.048.518.14.612.33.188 8 4.611 8.33 4.847.424.235.941.235 1.365 0 .188-.094 3.012-1.741 5.647-3.247l3.53 2.164c.093.047 1.27.706 1.27 2.26 0 1.693-.47 2.023-1.224 2.635-.047 0-1.223.752-8.47 5.223l-.33.188c-.33.236-.847.518-1.082.424-.235-.141-4.047-2.494-10.024-6.118l1.6-.988a.507.507 0 0 0 .142-.659c-.142-.235-.424-.33-.66-.188L.8 16.47a.562.562 0 0 0-.235.423c0 .188.094.33.235.424l.141.094c10.4 6.353 10.588 6.447 10.635 6.494.142.094.33.094.518.094.518 0 1.082-.282 1.459-.47l.33-.189c8.47-5.27 8.47-5.27 8.517-5.27.847-.66 1.6-1.224 1.6-3.389 0-2.117-1.6-3.011-1.741-3.106z" }], + ["path", { d: "M5.694 7.247a.488.488 0 0 0 .565.377l4.612-.753-1.036 2.588c-.094.235.047.517.283.612.047.047.14.047.188.047.188 0 .376-.142.423-.283l1.695-4.188L6.07 6.682c-.236.047-.424.33-.377.565zm12.47-1.082a.507.507 0 0 0-.658-.141l-3.012 1.835a.507.507 0 0 0-.141.659c.047.094.141.14.235.188.141.047.33 0 .424-.047l3.012-1.835a.507.507 0 0 0 .14-.66z" }]]; diff --git a/packages/hiccup-carbon-icons/src/search.ts b/packages/hiccup-carbon-icons/src/search.ts new file mode 100644 index 0000000000..ac9910ee51 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/search.ts @@ -0,0 +1,7 @@ +export const SEARCH = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zm4.936-1.27l4.563 4.557-.707.708-4.563-4.558a6.5 6.5 0 1 1 .707-.707z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/security.ts b/packages/hiccup-carbon-icons/src/security.ts new file mode 100644 index 0000000000..b96c477daa --- /dev/null +++ b/packages/hiccup-carbon-icons/src/security.ts @@ -0,0 +1,8 @@ +export const SECURITY = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 16 24", + }, + ["path", { d: "M13 9.8V5c0-2.8-2.2-5-5-5S3 2.2 3 5v4.8c-1.8 1.5-3 3.7-3 6.2 0 4.4 3.6 8 8 8s8-3.6 8-8c0-2.5-1.2-4.8-3-6.2zM4 5c0-2.2 1.8-4 4-4s4 1.8 4 4v4.1C10.8 8.4 9.5 8 8 8s-2.8.4-4 1.1V5zm4 18c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z" }], + ["path", { d: "M9.6 14.4c0-.9-.7-1.6-1.6-1.6-.9 0-1.6.7-1.6 1.6 0 .5.2.9.6 1.2V18c0 .6.4 1 1 1s1-.5 1-1v-2.4c.3-.2.6-.7.6-1.2z" }]]; diff --git a/packages/hiccup-carbon-icons/src/services.ts b/packages/hiccup-carbon-icons/src/services.ts new file mode 100644 index 0000000000..fd24cbc5d8 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/services.ts @@ -0,0 +1,8 @@ +export const SERVICES = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 23 23", + }, + ["path", { d: "M20.5 9c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5S21.9 9 20.5 9zm0 4c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5c0 .9-.7 1.5-1.5 1.5zM5 11.5C5 10.1 3.9 9 2.5 9S0 10.1 0 11.5 1.1 14 2.5 14 5 12.9 5 11.5zM2.5 13c-.8 0-1.5-.6-1.5-1.5 0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 .9-.7 1.5-1.5 1.5zM12 18v-4c1.1-.2 2-1.2 2-2.5 0-1.2-.9-2.2-2-2.5V5c1.1-.2 2-1.2 2-2.5C14 1.1 12.9 0 11.5 0S9 1.1 9 2.5c0 1.2.9 2.2 2 2.5v4c-1.1.2-2 1.2-2 2.5 0 1.2.9 2.2 2 2.5v4c-1.1.2-2 1.2-2 2.5 0 1.4 1.1 2.5 2.5 2.5s2.5-1.1 2.5-2.5c0-1.2-.8-2.2-2-2.5zM10 2.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S12.3 4 11.5 4 10 3.3 10 2.5zm0 9c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5zM11.5 22c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5z" }], + ["path", { d: "M9 6.5C9 5.1 7.9 4 6.5 4S4 5.1 4 6.5c0 1.2.9 2.2 2 2.5v5.1c-1.1.2-2 1.2-2 2.5S5.1 19 6.5 19 9 17.9 9 16.5c0-1.2-.9-2.2-2-2.5V8.9c1.1-.2 2-1.2 2-2.4zm-4 0C5 5.7 5.7 5 6.5 5S8 5.7 8 6.5 7.3 8 6.5 8 5 7.3 5 6.5zm3 10c0 .9-.7 1.5-1.5 1.5S5 17.4 5 16.5 5.7 15 6.5 15s1.5.7 1.5 1.5zM17 14.1V8.9c1.1-.2 2-1.2 2-2.5S17.9 4 16.5 4 14 5.1 14 6.5c0 1.2.9 2.2 2 2.5v5.1c-1.1.2-2 1.2-2 2.5 0 1.4 1.1 2.5 2.5 2.5S19 18 19 16.6c0-1.3-.8-2.3-2-2.5zm-2-7.6c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S17.3 8 16.5 8 15 7.3 15 6.5zM16.5 18c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5z" }]]; diff --git a/packages/hiccup-carbon-icons/src/settings.ts b/packages/hiccup-carbon-icons/src/settings.ts new file mode 100644 index 0000000000..99c6bce650 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/settings.ts @@ -0,0 +1,4 @@ +export const SETTINGS = + ["svg", { viewBox: "0 0 15 16" }, + ["path", { d: "M7.5 10.5C8.9 10.5 10 9.4 10 8S8.9 5.5 7.5 5.5 5 6.6 5 8s1.2 2.5 2.5 2.5zm0 1C5.6 11.5 4 9.9 4 8s1.6-3.5 3.5-3.5S11 6.1 11 8s-1.5 3.5-3.5 3.5z" }], + ["path", { d: "M6.3 2.6l-.3.1c-.7.2-1.3.5-1.9 1l-.2.2-1.4-.8-1.3 1.8L2.4 6l-.1.2C2.1 6.8 2 7.4 2 8c0 .3 0 .7.1 1l.1.3-1.2 1L2.2 12l1.1-.6.3.3c.6.8 1.4 1.3 2.4 1.6l.3.1.2 1.6h2.1l.2-1.6.3-.1c.8-.2 1.6-.7 2.2-1.3l.3-.2 1.1.6 1.2-1.7-1.1-1 .1-.3c.1-.5.1-1 .1-1.4 0-.5-.1-1.1-.2-1.6l-.1-.3 1.2-1-1.2-1.7-1.4.6-.3-.2c-.6-.5-1.3-.9-2-1.1l-.2-.1L8.6 1H6.5l-.2 1.6zM5.5.9c0-.5.5-.9 1-.9h2.1c.5 0 .9.4 1 .9l.1 1c.6.2 1.2.5 1.8 1l.7-.4c.4-.2 1-.1 1.3.3l1.2 1.7c.3.4.2 1-.1 1.3l-.7.6c.1.5.1 1.1.1 1.6 0 .4 0 .8-.1 1.3l.6.6c.4.3.4.9.1 1.3l-1.2 1.7c-.3.4-.8.5-1.3.3l-.4-.2c-.6.5-1.3.9-2 1.2l-.1 1c-.1.5-.5.9-1 .9H6.5c-.5 0-.9-.4-1-.9l-.1-1c-.8-.3-1.6-.8-2.3-1.4l-.4.2c-.4.2-1 .1-1.3-.3L.2 11c-.3-.4-.2-1 .1-1.3l.8-.7c0-.4-.1-.7-.1-1 0-.6.1-1.2.2-1.8l-.6-.6C.2 5.3.1 4.7.4 4.3l1.2-1.7c.3-.5.9-.6 1.3-.4l.9.5c.5-.3 1-.6 1.6-.8l.1-1z" }]]; diff --git a/packages/hiccup-carbon-icons/src/star-outline.ts b/packages/hiccup-carbon-icons/src/star-outline.ts new file mode 100644 index 0000000000..23345bbfdd --- /dev/null +++ b/packages/hiccup-carbon-icons/src/star-outline.ts @@ -0,0 +1,3 @@ +export const STAR_OUTLINE = + ["svg", { viewBox: "0 0 16 15" }, + ["path", { d: "M3 15l1-5.2-4-4L5.5 5 8 0l2.5 5 5.5.7-4 4 1 5.2-5-2.5L3 15zm5-3.6l3.6 1.8-.7-3.8 2.9-3-4-.5L8 2.2 6.2 5.9l-4 .5 2.9 2.9-.7 3.8L8 11.4z" }]]; diff --git a/packages/hiccup-carbon-icons/src/star-solid.ts b/packages/hiccup-carbon-icons/src/star-solid.ts new file mode 100644 index 0000000000..def7732fac --- /dev/null +++ b/packages/hiccup-carbon-icons/src/star-solid.ts @@ -0,0 +1,7 @@ +export const STAR_SOLID = + ["svg", { viewBox: "0 0 16 15" }, + ["path", + { + "fill-rule": "evenodd", + d: "M7.998 0L5.5 5 0 5.75l4 4L3 15l4.998-2.5L13 15l-1-5.25 4-4.005L10.5 5z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/start-outline.ts b/packages/hiccup-carbon-icons/src/start-outline.ts new file mode 100644 index 0000000000..e3de1325a6 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/start-outline.ts @@ -0,0 +1,8 @@ +export const START_OUTLINE = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M8 17l9-5-9-5z" }], + ["path", { d: "M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2zm0-2C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0z" }]]; diff --git a/packages/hiccup-carbon-icons/src/start.ts b/packages/hiccup-carbon-icons/src/start.ts new file mode 100644 index 0000000000..b82b5b2b3a --- /dev/null +++ b/packages/hiccup-carbon-icons/src/start.ts @@ -0,0 +1,3 @@ +export const START = + ["svg", { viewBox: "0 0 21 24" }, + ["path", { d: "M0 24l21-12L0 0z" }]]; diff --git a/packages/hiccup-carbon-icons/src/stop-outline.ts b/packages/hiccup-carbon-icons/src/stop-outline.ts new file mode 100644 index 0000000000..4f24a8f986 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/stop-outline.ts @@ -0,0 +1,4 @@ +export const STOP_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M8 14.5c3.6 0 6.5-2.9 6.5-6.5S11.6 1.5 8 1.5 1.5 4.4 1.5 8s2.9 6.5 6.5 6.5zM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z" }], + ["path", { d: "M6 6v4h4V6H6zM5 4h6c.6 0 1 .4 1 1v6c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1z" }]]; diff --git a/packages/hiccup-carbon-icons/src/stop-solid.ts b/packages/hiccup-carbon-icons/src/stop-solid.ts new file mode 100644 index 0000000000..7c451e72dc --- /dev/null +++ b/packages/hiccup-carbon-icons/src/stop-solid.ts @@ -0,0 +1,7 @@ +export const STOP_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zM6 5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H6z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/stop.ts b/packages/hiccup-carbon-icons/src/stop.ts new file mode 100644 index 0000000000..f17ef74b4f --- /dev/null +++ b/packages/hiccup-carbon-icons/src/stop.ts @@ -0,0 +1,3 @@ +export const STOP = + ["svg", { viewBox: "0 0 24 24" }, + ["path", { d: "M0 0h24v24H0z" }]]; diff --git a/packages/hiccup-carbon-icons/src/storage.ts b/packages/hiccup-carbon-icons/src/storage.ts new file mode 100644 index 0000000000..9fbb6e290f --- /dev/null +++ b/packages/hiccup-carbon-icons/src/storage.ts @@ -0,0 +1,7 @@ +export const STORAGE = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M11.9 1.3c5.4 0 9.3 1 10.6 1.7-1.3.7-4.9 1.6-10.6 1.6-5.6 0-9.1-1-10.3-1.6 1.1-.7 4.7-1.7 10.3-1.7zm0-1.3C5.1 0 0 1.4 0 3s5.1 3 11.9 3C18.7 6 24 4.6 24 3s-5.4-3-12.1-3zM12 18c-4.5 0-12-.7-12-3.2V12h1.2v2.9c0 .5 3.3 2 10.8 2 7.1 0 10.8-1.4 10.8-2V12H24v2.9c0 2.4-7.5 3.1-12 3.1zM12 24c-4.5 0-12-.7-12-3.2V18h1.2v2.8c0 .5 3.3 2 10.8 2 7.1 0 10.8-1.4 10.8-2V18H24v2.8c0 2.5-7.5 3.2-12 3.2zM12 12c-4.4 0-12-.7-12-3.2V6h1.2v2.8c0 .5 3.3 2 10.8 2 7.5 0 10.8-1.4 10.8-2V6H24v2.8c0 2.5-7.5 3.2-12 3.2z" }]]; diff --git a/packages/hiccup-carbon-icons/src/subtract-outline.ts b/packages/hiccup-carbon-icons/src/subtract-outline.ts new file mode 100644 index 0000000000..1193da6173 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/subtract-outline.ts @@ -0,0 +1,9 @@ +export const SUBTRACT_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "evenodd" }, + ["path", + { + "fill-rule": "nonzero", + d: "M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16z", + }], + ["path", { d: "M4 7h8v2H4z" }]]]; diff --git a/packages/hiccup-carbon-icons/src/subtract-solid.ts b/packages/hiccup-carbon-icons/src/subtract-solid.ts new file mode 100644 index 0000000000..340ab1307b --- /dev/null +++ b/packages/hiccup-carbon-icons/src/subtract-solid.ts @@ -0,0 +1,7 @@ +export const SUBTRACT_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "evenodd", + d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zM4 7v2h8V7H4z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/terminal.ts b/packages/hiccup-carbon-icons/src/terminal.ts new file mode 100644 index 0000000000..854340d00d --- /dev/null +++ b/packages/hiccup-carbon-icons/src/terminal.ts @@ -0,0 +1,4 @@ +export const TERMINAL = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M16 4.5V15c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v3.5zM15 4V1H1v3h14zm0 1H1v10h14V5z" }], + ["path", { d: "M3 8.4l.7-.8L6 9.9l-2.3 2.3-.7-.7 1.6-1.6z" }]]; diff --git a/packages/hiccup-carbon-icons/src/unlock.ts b/packages/hiccup-carbon-icons/src/unlock.ts new file mode 100644 index 0000000000..a776396d72 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/unlock.ts @@ -0,0 +1,7 @@ +export const UNLOCK = + ["svg", { viewBox: "0 0 12 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M2.5 7V3.5a3.5 3.5 0 0 1 7 0V4h-1v-.5a2.5 2.5 0 0 0-5 0V7h7A1.5 1.5 0 0 1 12 8.5v6a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 0 14.5v-6A1.5 1.5 0 0 1 1.5 7h1zm-1 1a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-9z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/unlocked.ts b/packages/hiccup-carbon-icons/src/unlocked.ts new file mode 100644 index 0000000000..574b77feb9 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/unlocked.ts @@ -0,0 +1,7 @@ +export const UNLOCKED = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 18 24", + }, + ["path", { d: "M9 6.5c-1.6 0-3.1.4-4.4 1.2V6.5c0-2.3 2-4.4 4.4-4.4 1.2 0 2.3.5 3.1 1.3l1.5-1.5C12.4.8 10.8 0 9 0 5.5 0 2.5 3 2.5 6.5v3C1.1 11 .3 13 .3 15.3.3 20.1 4.2 24 9 24c4.8 0 8.7-3.9 8.7-8.7 0-4.8-3.9-8.8-8.7-8.8zm4 11.3l-1.5 1.5L9 16.8l-2.5 2.5L5 17.8l2.5-2.5L5 12.8l1.5-1.5L9 13.7l2.5-2.5 1.5 1.6-2.5 2.5 2.5 2.5z" }]]; diff --git a/packages/hiccup-carbon-icons/src/upload.ts b/packages/hiccup-carbon-icons/src/upload.ts new file mode 100644 index 0000000000..f8187a2d94 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/upload.ts @@ -0,0 +1,8 @@ +export const UPLOAD = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 24", + }, + ["path", { d: "M5 6.6l1.2 1.1L11 3v13h2V3l4.8 4.7L19 6.6 12 0z" }], + ["path", { d: "M22 14v6H2v-6H0v10H24V14z" }]]; diff --git a/packages/hiccup-carbon-icons/src/user.ts b/packages/hiccup-carbon-icons/src/user.ts new file mode 100644 index 0000000000..0294463880 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/user.ts @@ -0,0 +1,4 @@ +export const USER = + ["svg", { viewBox: "0 0 16 16" }, + ["path", { d: "M4 13.7c1.1.8 2.5 1.3 4 1.3s2.9-.5 4-1.3v-1.2c0-.8-.7-1.5-1.5-1.5h-5c-.8 0-1.5.7-1.5 1.5v1.2zm-1-.8v-.4C3 11.1 4.1 10 5.5 10h5c1.4 0 2.5 1.1 2.5 2.5v.4c1.2-1.3 2-3 2-4.9 0-3.9-3.1-7-7-7S1 4.1 1 8c0 1.9.8 3.6 2 4.9zM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z" }], + ["path", { d: "M8 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 1C6.3 9 5 7.7 5 6s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z" }]]; diff --git a/packages/hiccup-carbon-icons/src/utils/with-size.ts b/packages/hiccup-carbon-icons/src/utils/with-size.ts new file mode 100644 index 0000000000..dec4eae945 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/utils/with-size.ts @@ -0,0 +1,7 @@ +export const withSize = + (icon: any[], size: string) => + [ + icon[0], + { ...icon[1], width: size, height: size }, + ...icon.slice(2) + ]; diff --git a/packages/hiccup-carbon-icons/src/visibility-off.ts b/packages/hiccup-carbon-icons/src/visibility-off.ts new file mode 100644 index 0000000000..b99c2891ad --- /dev/null +++ b/packages/hiccup-carbon-icons/src/visibility-off.ts @@ -0,0 +1,7 @@ +export const VISIBILITY_OFF = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M11.846 3.45L15.293.007 16 .714l-3.284 3.281c1.261.902 2.377 2.212 3.347 3.93C14.02 11.642 11.333 13.5 8 13.5c-1.392 0-2.667-.324-3.822-.973L.703 16l-.706-.708 3.323-3.32C2.071 11.042.976 9.694.035 7.924 2.012 4.308 4.667 2.5 8 2.5c1.395 0 2.677.317 3.846.95zm-6.928 8.338c.944.477 1.97.712 3.082.712 2.795 0 5.076-1.483 6.907-4.568-.866-1.417-1.833-2.486-2.91-3.219l-1.55 1.55a3 3 0 0 1-4.185 4.182l-1.344 1.343zm-.882-.533l1.518-1.517A3 3 0 0 1 9.74 5.556l1.364-1.363C10.148 3.73 9.115 3.5 8 3.5c-2.798 0-5.047 1.439-6.819 4.432.842 1.465 1.792 2.568 2.855 3.323zm2.948-1.532a2 2 0 0 0 2.74-2.738l-2.74 2.738zm-.707-.707l2.74-2.738a2 2 0 0 0-2.74 2.738z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/visibility-on.ts b/packages/hiccup-carbon-icons/src/visibility-on.ts new file mode 100644 index 0000000000..6b67a5bf71 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/visibility-on.ts @@ -0,0 +1,4 @@ +export const VISIBILITY_ON = + ["svg", { viewBox: "0 0 16 11" }, + ["path", { d: "M8 7.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 1c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z" }], + ["path", { d: "M8 10c2.8 0 5.1-1.5 6.9-4.6C13.1 2.5 10.8 1 8 1 5.2 1 3 2.4 1.2 5.4 2.9 8.6 5.2 10 8 10zM8 0c3.3 0 6 1.8 8.1 5.4C14 9.2 11.3 11 8 11S2 9.2 0 5.5C2 1.9 4.6 0 8 0z" }]]; diff --git a/packages/hiccup-carbon-icons/src/warning-outline.ts b/packages/hiccup-carbon-icons/src/warning-outline.ts new file mode 100644 index 0000000000..c50bc9fa28 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/warning-outline.ts @@ -0,0 +1,15 @@ +export const WARNING_OUTLINE = + ["svg", { viewBox: "0 0 16 16" }, + ["g", { "fill-rule": "evenodd" }, + ["path", { d: "M7.25 6h1.5v5h-1.5z" }], + ["circle", + { + r: 1, + cy: 12.75, + cx: 8, + }], + ["path", + { + "fill-rule": "nonzero", + d: "M.75 16a.75.75 0 0 1-.67-1.085L7.33.415a.75.75 0 0 1 1.34 0l7.25 14.5A.75.75 0 0 1 15.25 16H.75zm1.214-1.5h12.072L8 2.427 1.964 14.5z", + }]]]; diff --git a/packages/hiccup-carbon-icons/src/warning-solid.ts b/packages/hiccup-carbon-icons/src/warning-solid.ts new file mode 100644 index 0000000000..2195a4fbe8 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/warning-solid.ts @@ -0,0 +1,7 @@ +export const WARNING_SOLID = + ["svg", { viewBox: "0 0 16 16" }, + ["path", + { + "fill-rule": "nonzero", + d: "M.75 16a.75.75 0 0 1-.67-1.085L7.33.415a.75.75 0 0 1 1.34 0l7.25 14.5A.75.75 0 0 1 15.25 16H.75zm6.5-10v5h1.5V6h-1.5zM8 13.5A.75.75 0 1 0 8 12a.75.75 0 0 0 0 1.5z", + }]]; diff --git a/packages/hiccup-carbon-icons/src/warning.ts b/packages/hiccup-carbon-icons/src/warning.ts new file mode 100644 index 0000000000..c1ced4836d --- /dev/null +++ b/packages/hiccup-carbon-icons/src/warning.ts @@ -0,0 +1,14 @@ +export const WARNING = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 24 21", + }, + ["path", { d: "M12 0L0 21h24L12 0zm0 3l9 16H3l9-16z" }], + ["path", { d: "M11.2 8.4V10l.4 4h.8l.4-4V8.4z" }], + ["circle", + { + r: 0.8, + cy: 16, + cx: 12, + }]]; diff --git a/packages/hiccup-carbon-icons/src/watson.ts b/packages/hiccup-carbon-icons/src/watson.ts new file mode 100644 index 0000000000..56d11dbdd2 --- /dev/null +++ b/packages/hiccup-carbon-icons/src/watson.ts @@ -0,0 +1,3 @@ +export const WATSON = + ["svg", { viewBox: "0 0 24 22" }, + ["path", { d: "M16.3 5.9c-2-1.1-4.3-1.5-6.5-.9-.3.1-.5.5-.4.8.1.3.4.5.8.4 1-.3 2.1-.3 3.1-.1-1.6.8-3.4 2.7-4.9 5.2-.5.9-1 1.9-1.3 2.9-.4-.4-.7-.8-1-1.2-.8-1.3-.9-2.4-.5-3.2.5-.8 1.6-1.3 3.2-1.2.3 0 .6-.3.7-.6 0-.3-.3-.6-.6-.7-2.1-.2-3.6.5-4.4 1.8-.7 1.2-.5 2.8.5 4.4.4.7 1 1.3 1.6 2-.1.5-.2 1-.3 1.4V18c-.7-.9-1.2-1.9-1.5-3-.1-.3-.4-.5-.8-.5-.3.1-.5.4-.5.8.6 2.3 2 4.3 4.1 5.5C9 21.6 10.5 22 12 22c3 0 5.9-1.5 7.5-4.3 2.4-4.1.9-9.4-3.2-11.8zm-6.9 6c2.2-3.8 5-5.6 6.2-4.9 3.5 2 4.7 6.6 2.7 10.1-1 1.7-4.8 1.5-8.3-.5-.8-.4-1.5-1-2.1-1.5.5-1 .9-2.1 1.5-3.2zm-1.1 7.9c-.6-.3-.9-1.3-.7-2.7 0-.2.1-.4.1-.6l1.8 1.2c2.1 1.2 4.2 1.8 6 1.8h.6c-2.2 1.5-5.3 1.7-7.8.3zM3.2 7.6L.9 6.3c-.3-.2-.6-.1-.8.2-.2.3-.1.7.2.8l2.3 1.3c.1.1.2.1.3.1.2 0 .4-.1.5-.3.2-.3.1-.7-.2-.8zM12 3.5c.3 0 .6-.3.6-.6V.6c0-.3-.3-.6-.6-.6s-.6.3-.6.6v2.2c0 .4.3.7.6.7zM17 4.8c.1.1.2.1.3.1.2 0 .4-.1.5-.3l1.2-2c.2-.3.1-.7-.2-.8-.3-.2-.7-.1-.9.2l-1.2 2c-.1.2 0 .6.3.8zM7 4.8c-.1 0-.2.1-.3.1-.2 0-.4-.1-.5-.3L5 2.6c-.1-.3 0-.7.3-.9.3-.2.7-.1.9.2l1.2 2c0 .3-.1.7-.4.9zM23.9 6.5c-.2-.3-.6-.4-.9-.2l-2.3 1.3c-.3.2-.4.6-.2.9.1.2.3.3.5.3.1 0 .2 0 .3-.1l2.3-1.3c.4-.2.5-.6.3-.9z" }]]; diff --git a/packages/hiccup-carbon-icons/src/whisk.ts b/packages/hiccup-carbon-icons/src/whisk.ts new file mode 100644 index 0000000000..0e0c1be36a --- /dev/null +++ b/packages/hiccup-carbon-icons/src/whisk.ts @@ -0,0 +1,8 @@ +export const WHISK = + ["svg", + { + "fill-rule": "evenodd", + viewBox: "0 0 25 16", + }, + ["path", { d: "M9.9 9.7L4.5 0 0 8l4.5 8h8l.5-.8 3-5.5H9.9zm-4.7 5.1L1.4 8l3.1-5.5 6.9 12.3H5.2zm7.2-1.1l-1.6-2.8h3.1l-1.5 2.8z" }], + ["path", { d: "M19.5 0h-7.8l-.6 1.1-3 5.5h6l5.3 9.5L24 8l-4.5-8zm-9.3 5.3l1.5-2.8 1.6 2.8h-3.1zm2.4-4.1h6.2L22.6 8l-3.1 5.5-6.9-12.3z" }]]; diff --git a/packages/hiccup-carbon-icons/test/contact-sheet.ts b/packages/hiccup-carbon-icons/test/contact-sheet.ts new file mode 100644 index 0000000000..12d39d38ca --- /dev/null +++ b/packages/hiccup-carbon-icons/test/contact-sheet.ts @@ -0,0 +1,49 @@ +import { serialize } from "@thi.ng/hiccup"; +import { execSync } from "child_process"; +import * as fs from "fs"; +import * as icons from "../src/index"; + +const REV = execSync("git log --pretty='%h %cI' -1").toString().trim(); + +fs.writeFileSync( + "contact-sheet.html", + serialize( + ["html", { lang: "en" }, + ["head", + ["meta", { "http-equiv": "Content-Type", content: "text/html;charset=UTF-8" }], + ["title", `@thi.ng/hiccup-carbon-icons contact sheet (${REV})`], + ["link", { href: "https://unpkg.com/tachyons@4/css/tachyons.min.css", rel: "stylesheet" }], + ["style", `svg:hover * { fill: #357edd; transition: fill 0.15s ease-in-out; }`] + ], + ["body.sans-serif.ma3", + ["div", + ["h1.f2.fw2.mv2", "@thi.ng/hiccup-carbon-icons"], + ["p.measure.lh-copy", + "This document lists all icons provided by the ", + ["a.link.b.black.hover-blue", + { href: "https://github.com/thi-ng/umbrella/tree/master/hiccup-carbon-icons" }, + "@thi.ng/hiccup-carbon-icons"], + ` package, including their exported variable names. These icons were converted to hiccup format from the original icons designed by IBM and published in the `, + ["a.link.b.black.hover-blue", + { href: "https://github.com/IBM/carbon-icons" }, + "IBM/carbon-icons"], + ` repository.` + ] + ], + ["div", + { style: { "font-size": "0.5rem" } }, + Object + .keys(icons) + .filter((id) => Array.isArray(icons[id])) + .map((id) => { + return ["div.dib.ma2", + ["div.w4.h4.bg-light-gray.dark-gray.flex.items-center.tc", + ["div.w-100", + icons.withSize(icons[id], "2rem"), + ["div.mt3", id]]] + ]; + }) + ] + ] + ] + )); \ No newline at end of file diff --git a/packages/hiccup-carbon-icons/test/tsconfig.json b/packages/hiccup-carbon-icons/test/tsconfig.json new file mode 100644 index 0000000000..bcf29ace54 --- /dev/null +++ b/packages/hiccup-carbon-icons/test/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "../../../tsconfig.json", + "compilerOptions": { + "outDir": "../build" + }, + "include": [ + "./**/*.ts", + "../src/**/*.ts" + ] +} diff --git a/packages/hiccup-carbon-icons/tsconfig.json b/packages/hiccup-carbon-icons/tsconfig.json new file mode 100644 index 0000000000..bd6481a5a6 --- /dev/null +++ b/packages/hiccup-carbon-icons/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "outDir": "." + }, + "include": [ + "./src/**/*.ts" + ] +} From da441c1881ff9a4dbdf621622d4ba52f5b7fabad Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Fri, 14 Dec 2018 17:23:36 +0000 Subject: [PATCH 04/13] feat(hdom-components): merge button & button group attribs --- packages/hdom-components/src/button-group.ts | 65 +++++++++++--------- packages/hdom-components/src/button.ts | 51 +++++++-------- packages/hdom-components/src/canvas.ts | 64 +++++++++---------- 3 files changed, 95 insertions(+), 85 deletions(-) diff --git a/packages/hdom-components/src/button-group.ts b/packages/hdom-components/src/button-group.ts index 6640012adb..ad4f6d5109 100644 --- a/packages/hdom-components/src/button-group.ts +++ b/packages/hdom-components/src/button-group.ts @@ -1,6 +1,7 @@ import { IObjectOf } from "@thi.ng/api/api"; import { ButtonArgs, Button } from "./button"; +import { mergeAttribs } from "./utils/merge-attribs"; /** * Button group component config options. @@ -52,7 +53,8 @@ export interface ButtonGroupItem extends Array { [id: number]: any; } -export type ButtonGroup = (_, args: ButtonGroupArgs, ...buttons: ButtonGroupItem[]) => any; +export type ButtonGroup = + (_, args: ButtonGroupArgs, ...buttons: ButtonGroupItem[]) => any; /** * Higher order function to create a new stateless button group @@ -71,35 +73,40 @@ export type ButtonGroup = (_, args: ButtonGroupArgs, ...buttons: ButtonGroupItem * * @param opts */ -export const buttonGroup = (opts: ButtonGroupOpts): ButtonGroup => - (_, args: ButtonGroupArgs, ...buttons: ButtonGroupItem[]) => - ["div", { ...opts.attribs, ...args.attribs }, ...groupBody(opts, args.disabled, buttons)]; +export const buttonGroup = + (opts: ButtonGroupOpts): ButtonGroup => + (_, args: ButtonGroupArgs, ...buttons: ButtonGroupItem[]) => + ["div", + mergeAttribs(opts.attribs, args.attribs), + ...groupBody(opts, args.disabled, buttons)]; -const groupBody = (opts: ButtonGroupOpts, disabled: boolean, buttons: ButtonGroupItem[]) => { - switch (buttons.length) { - case 0: - return; - case 1: - return [bt(opts.inner || opts.first, disabled, buttons[0])]; - case 2: - return [ - bt(opts.first, disabled, buttons[0]), - bt(opts.last || opts.first, disabled, buttons[1]) - ]; - default: { - const res = [bt(opts.first, disabled, buttons[0])]; - const el = opts.inner || opts.first - const n = buttons.length - 1; - for (let i = 1; i < n; i++) { - res[i] = bt(el, disabled, buttons[i]); +const groupBody = + (opts: ButtonGroupOpts, disabled: boolean, buttons: ButtonGroupItem[]) => { + switch (buttons.length) { + case 0: + return; + case 1: + return [bt(opts.inner || opts.first, disabled, buttons[0])]; + case 2: + return [ + bt(opts.first, disabled, buttons[0]), + bt(opts.last || opts.first, disabled, buttons[1]) + ]; + default: { + const res = [bt(opts.first, disabled, buttons[0])]; + const el = opts.inner || opts.first + const n = buttons.length - 1; + for (let i = 1; i < n; i++) { + res[i] = bt(el, disabled, buttons[i]); + } + res[n] = bt(opts.last || opts.first, disabled, buttons[n]); + return res; } - res[n] = bt(opts.last || opts.first, disabled, buttons[n]); - return res; } - } -}; + }; -const bt = (el: Button, disabled: boolean, bt: ButtonGroupItem) => - disabled ? - [el, { ...bt[0], disabled: true }, ...bt.slice(1)] : - [el, ...bt]; \ No newline at end of file +const bt = + (el: Button, disabled: boolean, bt: ButtonGroupItem) => + disabled ? + [el, { ...bt[0], disabled: true }, ...bt.slice(1)] : + [el, ...bt]; \ No newline at end of file diff --git a/packages/hdom-components/src/button.ts b/packages/hdom-components/src/button.ts index bcbddaf0f8..96c4490fe1 100644 --- a/packages/hdom-components/src/button.ts +++ b/packages/hdom-components/src/button.ts @@ -1,4 +1,5 @@ import { IObjectOf } from "@thi.ng/api/api"; +import { mergeAttribs } from "./utils/merge-attribs"; export interface ButtonOpts { /** @@ -36,7 +37,8 @@ export interface ButtonArgs { disabled: boolean; } -export type Button = (_: any, args: Partial, ...body: any[]) => any; +export type Button = + (_: any, args: Partial, ...body: any[]) => any; /** * Higher order function to create a new stateless button component, @@ -52,28 +54,27 @@ export type Button = (_: any, args: Partial, ...body: any[]) => any; * button version to create. The button can have any number of body * elements (e.g. icon and label), given as varargs. */ -export const button = (opts?: Partial): Button => { - // init with defaults - opts = { - tag: "a", - tagDisabled: "span", - preventDefault: true, - attribs: {}, - ...opts +export const button = + (opts?: Partial): Button => { + // init with defaults + opts = { + tag: "a", + tagDisabled: "span", + preventDefault: true, + attribs: {}, + ...opts + }; + !opts.attribs.role && (opts.attribs.role = "button"); + return (_: any, args: Partial, ...body: any[]) => + args.disabled ? + [opts.tagDisabled, { + ...mergeAttribs(opts.attribsDisabled, args.attribs), + disabled: true, + }, ...body] : + [opts.tag, { + ...mergeAttribs(opts.attribs, args.attribs), + onclick: opts.preventDefault ? + (e) => (e.preventDefault(), args.onclick(e)) : + args.onclick + }, ...body]; }; - !opts.attribs.role && (opts.attribs.role = "button"); - return (_: any, args: Partial, ...body: any[]) => - args.disabled ? - [opts.tagDisabled, { - ...opts.attribsDisabled, - ...args.attribs, - disabled: true, - }, ...body] : - [opts.tag, { - ...opts.attribs, - ...args.attribs, - onclick: opts.preventDefault ? - (e) => (e.preventDefault(), args.onclick(e)) : - args.onclick - }, ...body]; -}; diff --git a/packages/hdom-components/src/canvas.ts b/packages/hdom-components/src/canvas.ts index 5fd633245b..bf9da35c89 100644 --- a/packages/hdom-components/src/canvas.ts +++ b/packages/hdom-components/src/canvas.ts @@ -40,28 +40,29 @@ export interface CanvasHandlers { * @param handlers user handlers * @param opts canvas context creation options */ -const _canvas = (type, { init, update, release }: Partial>, opts) => { - let el, ctx; - let frame = 0; - let time = 0; - return { - init(_el: HTMLCanvasElement, hctx: any, ...args: any[]) { - el = _el; - adaptDPI(el, el.width, el.height); - ctx = el.getContext(type, opts); - time = Date.now(); - init && init(el, ctx, hctx, ...args); - update && update(el, ctx, hctx, time, frame++, ...args); - }, - render(hctx: any, ...args: any[]) { - ctx && update && update(el, ctx, hctx, Date.now() - time, frame++, ...args); - return ["canvas", args[0]]; - }, - release(hctx: any, ...args: any[]) { - release && release(el, ctx, hctx, ...args); - } +const _canvas = + (type, { init, update, release }: Partial>, opts) => { + let el, ctx; + let frame = 0; + let time = 0; + return { + init(_el: HTMLCanvasElement, hctx: any, ...args: any[]) { + el = _el; + adaptDPI(el, el.width, el.height); + ctx = el.getContext(type, opts); + time = Date.now(); + init && init(el, ctx, hctx, ...args); + update && update(el, ctx, hctx, time, frame++, ...args); + }, + render(hctx: any, ...args: any[]) { + ctx && update && update(el, ctx, hctx, Date.now() - time, frame++, ...args); + return ["canvas", args[0]]; + }, + release(hctx: any, ...args: any[]) { + release && release(el, ctx, hctx, ...args); + } + }; }; -}; /** * Higher order WebGL canvas component delegating to user provided @@ -122,13 +123,14 @@ export const canvas2D = ( * @param width uncompensated pixel width * @param height uncompensated pixel height */ -export const adaptDPI = (canvas: HTMLCanvasElement, width: number, height: number) => { - const dpr = window.devicePixelRatio || 1; - if (dpr != 1) { - canvas.style.width = `${width}px`; - canvas.style.height = `${height}px`; - } - canvas.width = width * dpr; - canvas.height = height * dpr; - return dpr; -}; +export const adaptDPI = + (canvas: HTMLCanvasElement, width: number, height: number) => { + const dpr = window.devicePixelRatio || 1; + if (dpr != 1) { + canvas.style.width = `${width}px`; + canvas.style.height = `${height}px`; + } + canvas.width = width * dpr; + canvas.height = height * dpr; + return dpr; + }; From d734b5703361e17c33ebe6781289fcac50312fcd Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Fri, 14 Dec 2018 17:27:05 +0000 Subject: [PATCH 05/13] docs: update package list (main readme) --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9d6e4cf1c6..a4614a9e11 100644 --- a/README.md +++ b/README.md @@ -94,17 +94,18 @@ packages) in the [examples](./examples) directory. ### Frontend / UI -| Project | Version | Changelog | Description | -|---------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|--------------------------------------------------| -| [`@thi.ng/hdom`](./packages/hdom) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom.svg)](https://www.npmjs.com/package/@thi.ng/hdom) | [changelog](./packages/hdom/CHANGELOG.md) | Hiccup based VDOM & diffing | -| [`@thi.ng/hdom-canvas`](./packages/hdom-canvas) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-canvas.svg)](https://www.npmjs.com/package/@thi.ng/hdom-canvas) | [changelog](./packages/hdom-canvas/CHANGELOG.md) | hdom based declarative canvas drawing | -| [`@thi.ng/hdom-components`](./packages/hdom-components) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-components.svg)](https://www.npmjs.com/package/@thi.ng/hdom-components) | [changelog](./packages/hdom-components/CHANGELOG.md) | hdom based UI components | -| [`@thi.ng/hdom-mock`](./packages/hdom-mock) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-mock.svg)](https://www.npmjs.com/package/@thi.ng/hdom-mock) | [changelog](./packages/hdom-mock/CHANGELOG.md) | hdom mock implementation (testing / prototyping) | -| [`@thi.ng/hiccup`](./packages/hiccup) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup.svg)](https://www.npmjs.com/package/@thi.ng/hiccup) | [changelog](./packages/hiccup/CHANGELOG.md) | S-expression based HTML/XML serialization | -| [`@thi.ng/hiccup-css`](./packages/hiccup-css) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup-css.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-css) | [changelog](./packages/hiccup-css/CHANGELOG.md) | CSS from nested JS data structures | -| [`@thi.ng/hiccup-svg`](./packages/hiccup-svg) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup-svg.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-svg) | [changelog](./packages/hiccup-svg/CHANGELOG.md) | hiccup based SVG vocab | -| [`@thi.ng/interceptors`](./packages/interceptors) | [![version](https://img.shields.io/npm/v/@thi.ng/interceptors.svg)](https://www.npmjs.com/package/@thi.ng/interceptors) | [changelog](./packages/interceptors/CHANGELOG.md) | Composable event handlers & processor | -| [`@thi.ng/router`](./packages/router) | [![version](https://img.shields.io/npm/v/@thi.ng/router.svg)](https://www.npmjs.com/package/@thi.ng/router) | [changelog](./packages/router/CHANGELOG.md) | Customizable browser & non-browser router | +| Project | Version | Changelog | Description | +|-----------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|--------------------------------------------------| +| [`@thi.ng/hdom`](./packages/hdom) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom.svg)](https://www.npmjs.com/package/@thi.ng/hdom) | [changelog](./packages/hdom/CHANGELOG.md) | Hiccup based VDOM & diffing | +| [`@thi.ng/hdom-canvas`](./packages/hdom-canvas) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-canvas.svg)](https://www.npmjs.com/package/@thi.ng/hdom-canvas) | [changelog](./packages/hdom-canvas/CHANGELOG.md) | hdom based declarative canvas drawing | +| [`@thi.ng/hdom-components`](./packages/hdom-components) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-components.svg)](https://www.npmjs.com/package/@thi.ng/hdom-components) | [changelog](./packages/hdom-components/CHANGELOG.md) | hdom based UI components | +| [`@thi.ng/hdom-mock`](./packages/hdom-mock) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-mock.svg)](https://www.npmjs.com/package/@thi.ng/hdom-mock) | [changelog](./packages/hdom-mock/CHANGELOG.md) | hdom mock implementation (testing / prototyping) | +| [`@thi.ng/hiccup`](./packages/hiccup) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup.svg)](https://www.npmjs.com/package/@thi.ng/hiccup) | [changelog](./packages/hiccup/CHANGELOG.md) | S-expression based HTML/XML serialization | +| [`@thi.ng/hiccup-carbon-icons`](./packages/hiccup-carbon-icons) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup-carbon-icons.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-carbon-icons) | [changelog](./packages/hiccup-carbon-icons/CHANGELOG.md) | IBM Carbon icons in hiccup format | +| [`@thi.ng/hiccup-css`](./packages/hiccup-css) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup-css.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-css) | [changelog](./packages/hiccup-css/CHANGELOG.md) | CSS from nested JS data structures | +| [`@thi.ng/hiccup-svg`](./packages/hiccup-svg) | [![version](https://img.shields.io/npm/v/@thi.ng/hiccup-svg.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-svg) | [changelog](./packages/hiccup-svg/CHANGELOG.md) | hiccup based SVG vocab | +| [`@thi.ng/interceptors`](./packages/interceptors) | [![version](https://img.shields.io/npm/v/@thi.ng/interceptors.svg)](https://www.npmjs.com/package/@thi.ng/interceptors) | [changelog](./packages/interceptors/CHANGELOG.md) | Composable event handlers & processor | +| [`@thi.ng/router`](./packages/router) | [![version](https://img.shields.io/npm/v/@thi.ng/router.svg)](https://www.npmjs.com/package/@thi.ng/router) | [changelog](./packages/router/CHANGELOG.md) | Customizable browser & non-browser router | ### Geometry & visualization From a74911177a3ef10255d56c062044e55c52aa09f7 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Fri, 14 Dec 2018 17:27:18 +0000 Subject: [PATCH 06/13] Publish - @thi.ng/hdom-components@2.4.0 - @thi.ng/hiccup-carbon-icons@0.1.0 --- packages/hdom-components/CHANGELOG.md | 11 +++++++++++ packages/hdom-components/package.json | 2 +- packages/hiccup-carbon-icons/CHANGELOG.md | 11 +++++++++++ packages/hiccup-carbon-icons/package.json | 9 ++++----- 4 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 packages/hiccup-carbon-icons/CHANGELOG.md diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index c1e1c436b7..d75571aecb 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.3.0...@thi.ng/hdom-components@2.4.0) (2018-12-14) + + +### Features + +* **hdom-components:** merge button & button group attribs ([da441c1](https://github.com/thi-ng/umbrella/commit/da441c1)) + + + + + # [2.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.2.15...@thi.ng/hdom-components@2.3.0) (2018-12-13) diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 57b7528244..3c1af979f0 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-components", - "version": "2.3.0", + "version": "2.4.0", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md new file mode 100644 index 0000000000..1600d5f6f3 --- /dev/null +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2018-12-14) + + +### Features + +* **hiccup-carbon-icons:** add new package ([6b04e16](https://github.com/thi-ng/umbrella/commit/6b04e16)) diff --git a/packages/hiccup-carbon-icons/package.json b/packages/hiccup-carbon-icons/package.json index a298fe3699..b35fb10b7d 100644 --- a/packages/hiccup-carbon-icons/package.json +++ b/packages/hiccup-carbon-icons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-carbon-icons", - "version": "0.0.1", + "version": "0.1.0", "description": "TODO", "main": "./index.js", "typings": "./index.d.ts", @@ -20,15 +20,14 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "devDependencies": { + "@thi.ng/hiccup": "^2.7.0", "@types/mocha": "^5.2.5", "@types/node": "^10.12.0", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3", - "@thi.ng/hiccup": "^2.7.0" + "typescript": "^3.1.3" }, - "dependencies": {}, "keywords": [ "ES6", "typescript" @@ -36,4 +35,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} From dae12057840ef3afe142a96a195af7a5e3805d3d Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Fri, 14 Dec 2018 17:36:53 +0000 Subject: [PATCH 07/13] minor(hiccup-carbon-icons): fix repo link --- packages/hiccup-carbon-icons/test/contact-sheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hiccup-carbon-icons/test/contact-sheet.ts b/packages/hiccup-carbon-icons/test/contact-sheet.ts index 12d39d38ca..4e20f73c8f 100644 --- a/packages/hiccup-carbon-icons/test/contact-sheet.ts +++ b/packages/hiccup-carbon-icons/test/contact-sheet.ts @@ -21,7 +21,7 @@ fs.writeFileSync( ["p.measure.lh-copy", "This document lists all icons provided by the ", ["a.link.b.black.hover-blue", - { href: "https://github.com/thi-ng/umbrella/tree/master/hiccup-carbon-icons" }, + { href: "https://github.com/thi-ng/umbrella/tree/master/packages/hiccup-carbon-icons" }, "@thi.ng/hiccup-carbon-icons"], ` package, including their exported variable names. These icons were converted to hiccup format from the original icons designed by IBM and published in the `, ["a.link.b.black.hover-blue", From 0436c5061b8da3284be69bfe0dad4e43d26e88f4 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Fri, 14 Dec 2018 21:28:03 +0000 Subject: [PATCH 08/13] build: update dev deps in all packages --- package.json | 10 +- packages/api/package.json | 4 +- packages/associative/package.json | 4 +- packages/atom/package.json | 4 +- packages/bench/package.json | 4 +- packages/binary/package.json | 4 +- packages/bitstream/package.json | 4 +- packages/cache/package.json | 4 +- packages/checks/package.json | 4 +- packages/compare/package.json | 4 +- packages/compose/package.json | 4 +- packages/csp/package.json | 4 +- packages/dcons/package.json | 4 +- packages/defmulti/package.json | 4 +- packages/dgraph/package.json | 4 +- packages/diff/package.json | 4 +- packages/dlogic/package.json | 4 +- packages/dot/package.json | 4 +- packages/dsp/package.json | 4 +- packages/equiv/package.json | 4 +- packages/errors/package.json | 4 +- packages/geom-accel/package.json | 4 +- packages/geom/package.json | 4 +- packages/hdom-canvas/package.json | 4 +- packages/hdom-components/package.json | 4 +- packages/hdom-mock/package.json | 4 +- packages/hdom/package.json | 4 +- packages/heaps/package.json | 4 +- packages/hiccup-carbon-icons/package.json | 4 +- packages/hiccup-css/package.json | 4 +- packages/hiccup-svg/package.json | 4 +- packages/hiccup/package.json | 4 +- packages/iges/package.json | 4 +- packages/interceptors/package.json | 4 +- packages/iterators/package.json | 4 +- packages/malloc/package.json | 4 +- packages/math/package.json | 4 +- packages/memoize/package.json | 4 +- packages/morton/package.json | 4 +- packages/paths/package.json | 4 +- packages/pointfree-lang/package.json | 4 +- packages/pointfree/package.json | 4 +- packages/random/package.json | 4 +- packages/range-coder/package.json | 4 +- packages/resolve-map/package.json | 4 +- packages/rle-pack/package.json | 4 +- packages/router/package.json | 4 +- packages/rstream-csp/package.json | 4 +- packages/rstream-dot/package.json | 4 +- packages/rstream-gestures/package.json | 4 +- packages/rstream-graph/package.json | 4 +- packages/rstream-log/package.json | 4 +- packages/rstream-query/package.json | 4 +- packages/rstream/package.json | 4 +- packages/sax/package.json | 4 +- packages/strings/package.json | 4 +- packages/transducers-fsm/package.json | 4 +- packages/transducers-hdom/package.json | 4 +- packages/transducers-stats/package.json | 4 +- packages/transducers/package.json | 4 +- packages/unionstruct/package.json | 4 +- packages/vectors/package.json | 4 +- yarn.lock | 1105 +++++++++++++-------- 63 files changed, 799 insertions(+), 560 deletions(-) diff --git a/package.json b/package.json index 5b97d75b20..2f033a9c96 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ ], "devDependencies": { "benchmark": "^2.1.4", - "lerna": "^3.4.3", + "lerna": "^3.6.0", "mocha": "^5.2.0", "nyc": "^13.1.0", - "tslint": "^5.11.0", - "typescript": "^3.1.3", "parcel-bundler": "^1.10.3", - "terser": "^3.10.1" + "terser": "^3.11.0", + "tslint": "^5.11.0", + "typescript": "^3.2.2" }, "scripts": { "bootstrap": "lerna bootstrap", @@ -23,4 +23,4 @@ "pub": "lerna publish --registry https://registry.npmjs.org/ && yarn doc && scripts/upload-docs", "test": "yarn build && lerna run test" } -} \ No newline at end of file +} diff --git a/packages/api/package.json b/packages/api/package.json index 506ab642b8..db12fde541 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/errors": "^0.1.11" diff --git a/packages/associative/package.json b/packages/associative/package.json index 3b74f9c2f9..b501e66872 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/atom/package.json b/packages/atom/package.json index e8f974f31c..ce24514048 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/bench/package.json b/packages/bench/package.json index 3fb0a3e9fd..2e4e923415 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "benchmark", diff --git a/packages/binary/package.json b/packages/binary/package.json index 5a0524265f..9d603fedba 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "alignment", diff --git a/packages/bitstream/package.json b/packages/bitstream/package.json index 3584febbe9..bcf296bab6 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -24,11 +24,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "binary", diff --git a/packages/cache/package.json b/packages/cache/package.json index e0850c59d2..cb137e408b 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/checks/package.json b/packages/checks/package.json index 3966750377..d05b460a45 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "check", diff --git a/packages/compare/package.json b/packages/compare/package.json index eb43e4a7f5..a20ecc9071 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "comparator", diff --git a/packages/compose/package.json b/packages/compose/package.json index 2072c9645e..02d3c5138b 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/csp/package.json b/packages/csp/package.json index 32459c8409..40f69612c7 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -25,11 +25,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 989d51513b..57301c91a9 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index 5f9beb3c54..bcb8d82d95 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 575e139a8f..488b6e779e 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/diff/package.json b/packages/diff/package.json index edf78b8d80..ce82aca0c0 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -20,10 +20,10 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/dlogic/package.json b/packages/dlogic/package.json index c92446e222..5de508e75d 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "boolean", diff --git a/packages/dot/package.json b/packages/dot/package.json index c42f15c29e..35c48a2132 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/dsp/package.json b/packages/dsp/package.json index f7d4d6a89e..74f5423d62 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/math": "^0.2.1" diff --git a/packages/equiv/package.json b/packages/equiv/package.json index 85125767fc..5bde513078 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -21,12 +21,12 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "benchmark": "^2.1.4", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "deep", diff --git a/packages/errors/package.json b/packages/errors/package.json index ff3ab9e8b3..beb1ccc4fa 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "error", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index ad0a5bed05..5366078e4f 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/geom/package.json b/packages/geom/package.json index d1e434ce3f..d58557cdad 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 62df7974b0..1e61efa773 100644 --- a/packages/hdom-canvas/package.json +++ b/packages/hdom-canvas/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 3c1af979f0..abdfdef3f8 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index 1ff287725e..ce29ea57df 100644 --- a/packages/hdom-mock/package.json +++ b/packages/hdom-mock/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 41944de336..192bb0d1af 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -22,11 +22,11 @@ "devDependencies": { "@thi.ng/atom": "^1.5.7", "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/heaps/package.json b/packages/heaps/package.json index 6c552c6fa4..d9089cbc05 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/hiccup-carbon-icons/package.json b/packages/hiccup-carbon-icons/package.json index b35fb10b7d..936f43d5ae 100644 --- a/packages/hiccup-carbon-icons/package.json +++ b/packages/hiccup-carbon-icons/package.json @@ -22,11 +22,11 @@ "devDependencies": { "@thi.ng/hiccup": "^2.7.0", "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "ES6", diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index e3256ddcbb..bc0730d4fd 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index c0771b6a76..f48e90347f 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/hiccup": "^2.7.0" diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index c09e08f61e..f717759f58 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -22,11 +22,11 @@ "devDependencies": { "@thi.ng/atom": "^1.5.7", "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/checks": "^1.5.13", diff --git a/packages/iges/package.json b/packages/iges/package.json index e62c9e1c88..676d2abb32 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json index 2d9f9a8b47..06c1787c9f 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 591f851523..f33ba5933f 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/malloc/package.json b/packages/malloc/package.json index 933342bad9..36e523b9db 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/math/package.json b/packages/math/package.json index 92b6a7dee2..a0898b2bae 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "ES6", diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 7111c3c356..403393ae35 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3" diff --git a/packages/morton/package.json b/packages/morton/package.json index fd2a66cdf2..cccee779a4 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/binary": "^0.1.1", diff --git a/packages/paths/package.json b/packages/paths/package.json index e6b29d1138..7ff165f909 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/checks": "^1.5.13", diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index fb6b14e0c7..eb996a3b79 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -23,11 +23,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "pegjs": "^0.10.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/pointfree/package.json b/packages/pointfree/package.json index fb72a7df10..d6c0eb5a6f 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/random/package.json b/packages/random/package.json index bf2f80e6df..2ced7a8cb9 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.2" diff --git a/packages/range-coder/package.json b/packages/range-coder/package.json index 81d545da92..99f8bdc3a3 100644 --- a/packages/range-coder/package.json +++ b/packages/range-coder/package.json @@ -22,11 +22,11 @@ "devDependencies": { "@thi.ng/transducers": "^2.2.5", "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/bitstream": "^0.4.20" diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json index 5f765881e9..6c8ff46199 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -20,10 +20,10 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/checks": "^1.5.13", diff --git a/packages/rle-pack/package.json b/packages/rle-pack/package.json index 855d6a610c..9bde5a7a4b 100644 --- a/packages/rle-pack/package.json +++ b/packages/rle-pack/package.json @@ -21,12 +21,12 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "benchmark": "^2.1.4", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/bitstream": "^0.4.20", diff --git a/packages/router/package.json b/packages/router/package.json index 832436b294..ae852df418 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -20,11 +20,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index ced044ba37..3259fabdcb 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/csp": "^0.3.73", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 56c608f90d..0df3309dc0 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/rstream": "^1.14.3" diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index f683fd2bbb..b6987f695c 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index bc0ee3442f..bd7b14e02c 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 8332ad335a..a99c31a7b1 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 4f2486cdca..de3ece2fe7 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/rstream/package.json b/packages/rstream/package.json index a0b85730d3..a6c9e5176b 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/sax/package.json b/packages/sax/package.json index 8da788fab0..7066239545 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/strings/package.json b/packages/strings/package.json index d06afdf5b7..d3ba6d3c56 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/errors": "^0.1.11", diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 78e40d58ae..6bb1079770 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 90fd95202e..86007ec62c 100644 --- a/packages/transducers-hdom/package.json +++ b/packages/transducers-hdom/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/checks": "^1.5.13", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 8cd4eef249..2dc0549863 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/dcons": "^1.1.17", diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 863f0eba02..811503b13c 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/packages/unionstruct/package.json b/packages/unionstruct/package.json index 9025200e7e..637a929a27 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -21,11 +21,11 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "keywords": [ "align", diff --git a/packages/vectors/package.json b/packages/vectors/package.json index 0e19324dcb..fda0e9e414 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -21,12 +21,12 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "benchmark": "^2.1.4", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "^4.2.3", diff --git a/yarn.lock b/yarn.lock index 72d5216007..57aa3a86df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -629,53 +629,52 @@ lodash "^4.17.10" to-fast-properties "^2.0.0" -"@lerna/add@^3.4.1": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.4.1.tgz#d41068317e30f530df48220d256b5e79690b1877" - integrity sha512-Vf54B42jlD6G52qnv/cAGH70cVQIa+LX//lfsbkxHvzkhIqBl5J4KsnTOPkA9uq3R+zP58ayicCHB9ReiEWGJg== - dependencies: - "@lerna/bootstrap" "^3.4.1" - "@lerna/command" "^3.3.0" - "@lerna/filter-options" "^3.3.2" +"@lerna/add@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.6.0.tgz#eea53efff0b3237774ddac6eaa84957140e89238" + integrity sha512-aFVekkHMno3hj1Vg3EiIpAwrZ4g34i8z4KrCx7ATY6BRuxVT4Nt/Nk3l2k6gEOq3tWUDtUctLHxIAo14FI8sng== + dependencies: + "@lerna/bootstrap" "^3.6.0" + "@lerna/command" "^3.6.0" + "@lerna/filter-options" "^3.6.0" "@lerna/npm-conf" "^3.4.1" - "@lerna/validation-error" "^3.0.0" + "@lerna/validation-error" "^3.6.0" dedent "^0.7.0" - npm-package-arg "^6.0.0" + libnpm "^2.0.1" p-map "^1.2.0" - pacote "^9.1.0" semver "^5.5.0" -"@lerna/batch-packages@^3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@lerna/batch-packages/-/batch-packages-3.1.2.tgz#74b5312a01a8916204cbc71237ffbe93144b99df" - integrity sha512-HAkpptrYeUVlBYbLScXgeCgk6BsNVXxDd53HVWgzzTWpXV4MHpbpeKrByyt7viXlNhW0w73jJbipb/QlFsHIhQ== +"@lerna/batch-packages@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/batch-packages/-/batch-packages-3.6.0.tgz#66cf3ce914bbd0532071c58d5f0c913315054158" + integrity sha512-khG15B+EFLH3Oms6A6WsMAy54DrnKIhEAm6CCATN2BKnBkNgitYjLN2vKBzlR2LfQpTkgub67QKIJkMFQcK1Sg== dependencies: - "@lerna/package-graph" "^3.1.2" - "@lerna/validation-error" "^3.0.0" - npmlog "^4.1.2" + "@lerna/package-graph" "^3.6.0" + "@lerna/validation-error" "^3.6.0" + libnpm "^2.0.1" -"@lerna/bootstrap@^3.4.1": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.4.1.tgz#10635e9b547fb7d685949ac78e0923f73da2f52a" - integrity sha512-yZDJgNm/KDoRH2klzmQGmpWMg/XMzWgeWvauXkrfW/mj1wwmufOuh5pN4fBFxVmUUa/RFZdfMeaaJt3+W3PPBw== +"@lerna/bootstrap@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.6.0.tgz#a47cd484ad60638d518a606d627b9997d5f7c960" + integrity sha512-z6rZQw/aLEN+ragWRYqIIVwA9rDv3QtmRc5VyIRrlV/JiuGpq67FcSR6BrCMc/A7UJ9Kx95+bESm/HUwheKoiQ== dependencies: - "@lerna/batch-packages" "^3.1.2" - "@lerna/command" "^3.3.0" - "@lerna/filter-options" "^3.3.2" + "@lerna/batch-packages" "^3.6.0" + "@lerna/command" "^3.6.0" + "@lerna/filter-options" "^3.6.0" "@lerna/has-npm-version" "^3.3.0" "@lerna/npm-conf" "^3.4.1" - "@lerna/npm-install" "^3.3.0" - "@lerna/rimraf-dir" "^3.3.0" - "@lerna/run-lifecycle" "^3.4.1" + "@lerna/npm-install" "^3.6.0" + "@lerna/package-graph" "^3.6.0" + "@lerna/rimraf-dir" "^3.6.0" + "@lerna/run-lifecycle" "^3.6.0" "@lerna/run-parallel-batches" "^3.0.0" - "@lerna/symlink-binary" "^3.3.0" - "@lerna/symlink-dependencies" "^3.3.0" - "@lerna/validation-error" "^3.0.0" + "@lerna/symlink-binary" "^3.6.0" + "@lerna/symlink-dependencies" "^3.6.0" + "@lerna/validation-error" "^3.6.0" dedent "^0.7.0" get-port "^3.2.0" + libnpm "^2.0.1" multimatch "^2.1.0" - npm-package-arg "^6.0.0" - npmlog "^4.1.2" p-finally "^1.0.0" p-map "^1.2.0" p-map-series "^1.0.0" @@ -683,24 +682,24 @@ read-package-tree "^5.1.6" semver "^5.5.0" -"@lerna/changed@^3.4.1": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.4.1.tgz#84a049359a53b8812c3a07a664bd41b1768f5938" - integrity sha512-gT7fhl4zQWyGETDO4Yy5wsFnqNlBSsezncS1nkMW1uO6jwnolwYqcr1KbrMR8HdmsZBn/00Y0mRnbtbpPPey8w== +"@lerna/changed@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.6.0.tgz#a6c97b9c4829d294a1d8e8a7140667bc89c996e2" + integrity sha512-L1SXTtQrsv+4F5Knw5sW/nGnMJq+bbOzhZX2srJ10WsuHuzk3cJWAi7dVEsS3RPKUw9DWOuHKy86o3v6byEiqA== dependencies: - "@lerna/collect-updates" "^3.3.2" - "@lerna/command" "^3.3.0" - "@lerna/listable" "^3.0.0" - "@lerna/output" "^3.0.0" - "@lerna/version" "^3.4.1" + "@lerna/collect-updates" "^3.6.0" + "@lerna/command" "^3.6.0" + "@lerna/listable" "^3.6.0" + "@lerna/output" "^3.6.0" + "@lerna/version" "^3.6.0" -"@lerna/check-working-tree@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-3.3.0.tgz#2118f301f28ccb530812e5b27a341b1e6b3c84e2" - integrity sha512-oeEP1dNhiiKUaO0pmcIi73YXJpaD0n5JczNctvVNZ8fGZmrALZtEnmC28o6Z7JgQaqq5nd2kO7xbnjoitrC51g== +"@lerna/check-working-tree@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-3.6.0.tgz#638ee7f5976fe607d544629b1ef4ae67887984b5" + integrity sha512-Ioy1t2aVasAwhY1Oi5kfpwbW9RDupxxVVu2t2c1EeBYYCu3jIt1A5ad34gidgsKyiG3HeBEVziI4Uaihnb96ZQ== dependencies: - "@lerna/describe-ref" "^3.3.0" - "@lerna/validation-error" "^3.0.0" + "@lerna/describe-ref" "^3.6.0" + "@lerna/validation-error" "^3.6.0" "@lerna/child-process@^3.3.0": version "3.3.0" @@ -711,95 +710,95 @@ execa "^1.0.0" strong-log-transformer "^2.0.0" -"@lerna/clean@^3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-3.3.2.tgz#9a7e8a1e400e580de260fa124945b2939a025069" - integrity sha512-mvqusgSp2ou5SGqQgTEoTvGJpGfH4+L6XSeN+Ims+eNFGXuMazmKCf+rz2PZBMFufaHJ/Os+JF0vPCcWI1Fzqg== +"@lerna/clean@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-3.6.0.tgz#9a9d73324389cba694b19a913229c19d58e62485" + integrity sha512-4LodI/jh8IEYtqnrY/OFSpWn5YfDWoDv+5QjiJpd91EjW9vjmkvyhzQ5fG9KtltwgYVn/NJ5zlI1WfmMEXvFFQ== dependencies: - "@lerna/command" "^3.3.0" - "@lerna/filter-options" "^3.3.2" - "@lerna/prompt" "^3.3.1" - "@lerna/rimraf-dir" "^3.3.0" + "@lerna/command" "^3.6.0" + "@lerna/filter-options" "^3.6.0" + "@lerna/prompt" "^3.6.0" + "@lerna/rimraf-dir" "^3.6.0" p-map "^1.2.0" p-map-series "^1.0.0" p-waterfall "^1.0.0" -"@lerna/cli@^3.2.0": - version "3.2.0" - resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-3.2.0.tgz#3ed25bcbc0b8f0878bc6a102ee0296f01476cfdf" - integrity sha512-JdbLyTxHqxUlrkI+Ke+ltXbtyA+MPu9zR6kg/n8Fl6uaez/2fZWtReXzYi8MgLxfUFa7+1OHWJv4eAMZlByJ+Q== +"@lerna/cli@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-3.6.0.tgz#f86c16a095bd5506e927b9385ddefb13c605b1df" + integrity sha512-FGCx7XOLpqmU5eFOlo0Lt0hRZraxSUTEWM0bce0p+HNpOxBc91o6d2tenW1azPYFP9HzsMQey1NBtU0ofJJeog== dependencies: "@lerna/global-options" "^3.1.3" dedent "^0.7.0" - npmlog "^4.1.2" + libnpm "^2.0.1" yargs "^12.0.1" -"@lerna/collect-updates@^3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-3.3.2.tgz#54df5ce59ca05e8aa04ff8a9299f89cc253a9304" - integrity sha512-9WyBJI2S5sYgEZEScu525Lbi6nknNrdBKop35sCDIC9y6AIGvH6Dr5tkTd+Kg3n1dE+kHwW/xjERkx3+h7th3w== +"@lerna/collect-updates@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-3.6.0.tgz#8520d64852c5059b453db53afee22539853f2bde" + integrity sha512-knliEz3phY51SGnwDhhYqx6SJN6y9qh/gZrZgQ7ogqz1UgA/MyJb27gszjsyyG6jUQshimBpjsG7OMwjt8+n9A== dependencies: "@lerna/child-process" "^3.3.0" - "@lerna/describe-ref" "^3.3.0" + "@lerna/describe-ref" "^3.6.0" + libnpm "^2.0.1" minimatch "^3.0.4" - npmlog "^4.1.2" slash "^1.0.0" -"@lerna/command@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/command/-/command-3.3.0.tgz#e81c4716a676b02dbe9d3f548d5f45b4ba32c25a" - integrity sha512-NTOkLEKlWcBLHSvUr9tzVpV7RJ4GROLeOuZ6RfztGOW/31JPSwVVBD2kPifEXNZunldOx5GVWukR+7+NpAWhsg== +"@lerna/command@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/command/-/command-3.6.0.tgz#b3289d1f72d2bebb7375d424b1778121a3d4e82c" + integrity sha512-BGpXaY2WrxPcIiZX0aATO2HQBatvYT7Qy46lqMnV9RrTePYJ1PPbX1nMzLXSxgrnnlTcTwJNEkw/TL9Xzrph7Q== dependencies: "@lerna/child-process" "^3.3.0" - "@lerna/package-graph" "^3.1.2" - "@lerna/project" "^3.0.0" - "@lerna/validation-error" "^3.0.0" - "@lerna/write-log-file" "^3.0.0" + "@lerna/package-graph" "^3.6.0" + "@lerna/project" "^3.6.0" + "@lerna/validation-error" "^3.6.0" + "@lerna/write-log-file" "^3.6.0" dedent "^0.7.0" execa "^1.0.0" is-ci "^1.0.10" + libnpm "^2.0.1" lodash "^4.17.5" - npmlog "^4.1.2" -"@lerna/conventional-commits@^3.4.1": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.4.1.tgz#0b47f9fc0c4a10951883e949d939188da1b527bc" - integrity sha512-3NETrA58aUkaEW3RdwdJ766Bg9NVpLzb26mtdlsJQcvB5sQBWH5dJSHIVQH1QsGloBeH2pE/mDUEVY8ZJXuR4w== +"@lerna/conventional-commits@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.6.0.tgz#b44edb60e23453d8b15dcd1accf28c421581a8c5" + integrity sha512-KkY3wd7w/tj76EEIhTMYZlSBk/5WkT2NA9Gr/EuSwKV70PYyVA55l1OGlikBUAnuqIjwyfw9x3y+OcbYI4aNEg== dependencies: - "@lerna/validation-error" "^3.0.0" - conventional-changelog-angular "^5.0.1" - conventional-changelog-core "^3.1.0" - conventional-recommended-bump "^4.0.1" + "@lerna/validation-error" "^3.6.0" + conventional-changelog-angular "^5.0.2" + conventional-changelog-core "^3.1.5" + conventional-recommended-bump "^4.0.4" fs-extra "^7.0.0" get-stream "^4.0.0" - npm-package-arg "^6.0.0" - npmlog "^4.1.2" + libnpm "^2.0.1" semver "^5.5.0" -"@lerna/create-symlink@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-3.3.0.tgz#91de00fd576018ba4251f0c6a5b4b7f768f22a82" - integrity sha512-0lb88Nnq1c/GG+fwybuReOnw3+ah4dB81PuWwWwuqUNPE0n50qUf/M/7FfSb5JEh/93fcdbZI0La8t3iysNW1w== +"@lerna/create-symlink@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-3.6.0.tgz#f1815cde2fc9d8d2315dfea44ee880f2f1bc65f1" + integrity sha512-YG3lTb6zylvmGqKU+QYA3ylSnoLn+FyLH5XZmUsD0i85R884+EyJJeHx/zUk+yrL2ZwHS4RBUgJfC24fqzgPoA== dependencies: cmd-shim "^2.0.2" fs-extra "^7.0.0" - npmlog "^4.1.2" + libnpm "^2.0.1" -"@lerna/create@^3.4.1": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.4.1.tgz#7cad78a5701d7666a0f5d0fe0e325acd8d8f5b63" - integrity sha512-l+4t2SRO5nvW0MNYY+EWxbaMHsAN8bkWH3nyt7EzhBjs4+TlRAJRIEqd8o9NWznheE3pzwczFz1Qfl3BWbyM5A== +"@lerna/create@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.6.0.tgz#4540c9ee69f63d11b3138eb5eac1942348643af1" + integrity sha512-21OunW25Y3Q/oynqWVk0znQFBvZ5tHyLPhzkJeomGmOj0il1RdOUiChu9G9AYsCaLDwBFR0ZFqvTgJ5iw/eaIg== dependencies: "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.3.0" + "@lerna/command" "^3.6.0" "@lerna/npm-conf" "^3.4.1" - "@lerna/validation-error" "^3.0.0" + "@lerna/validation-error" "^3.6.0" camelcase "^4.1.0" dedent "^0.7.0" fs-extra "^7.0.0" globby "^8.0.1" init-package-json "^1.10.3" - npm-package-arg "^6.0.0" + libnpm "^2.0.1" + p-reduce "^1.0.0" pify "^3.0.0" semver "^5.5.0" slash "^1.0.0" @@ -807,60 +806,60 @@ validate-npm-package-name "^3.0.0" whatwg-url "^7.0.0" -"@lerna/describe-ref@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-3.3.0.tgz#d373adb530d5428ab91e303ccbfcf51a98374a3a" - integrity sha512-4t7M4OupnYMSPNLrLUau8qkS+dgLEi4w+DkRkV0+A+KNYga1W0jVgNLPIIsxta7OHfodPkCNAqZCzNCw/dmAwA== +"@lerna/describe-ref@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-3.6.0.tgz#29eda334c81cd4c0a2942f309936bcb69a4543a0" + integrity sha512-hVZJ2hYVbrrNiEG+dEg/Op4pYAbROkDZdiIUabAJffr0T/frcN+5es2HfmOC//4+78Cs1M9iTyQRoyC1RXS2BQ== dependencies: "@lerna/child-process" "^3.3.0" - npmlog "^4.1.2" + libnpm "^2.0.1" -"@lerna/diff@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-3.3.0.tgz#c8130a5f508b47fad5fec81404498bc3acdf9cb5" - integrity sha512-sIoMjsm3NVxvmt6ofx8Uu/2fxgldQqLl0zmC9X1xW00j831o5hBffx1EoKj9CnmaEvoSP6j/KFjxy2RWjebCIg== +"@lerna/diff@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-3.6.0.tgz#ea8a77e712daf951c05316c81fe4065bf6b5e22c" + integrity sha512-p5+VyYKuAnw6NFVrT4s9eBubFZEYlJmiR1mdVlwNtohqS86gERjrPtI0unUK/pxFKb1U2ZNo4fhSlPd+pLwfHg== dependencies: "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.3.0" - "@lerna/validation-error" "^3.0.0" - npmlog "^4.1.2" + "@lerna/command" "^3.6.0" + "@lerna/validation-error" "^3.6.0" + libnpm "^2.0.1" -"@lerna/exec@^3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-3.3.2.tgz#95ecaca617fd85abdb91e9a378ed06ec1763d665" - integrity sha512-mN6vGxNir7JOGvWLwKr3DW3LNy1ecCo2ziZj5rO9Mw5Rew3carUu1XLmhF/4judtsvXViUY+rvGIcqHe0vvb+w== +"@lerna/exec@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-3.6.0.tgz#757e96e890e436a31efc59dc72c5a7c2944d1a44" + integrity sha512-lwLYASpS8FoQpVYLBpoZlS7bpzkO9pD3D9XeDDKZBodDhdZeCEx2Md2CxZU1RKYDSVIXA8oObvlUh1FEhRQv2w== dependencies: - "@lerna/batch-packages" "^3.1.2" + "@lerna/batch-packages" "^3.6.0" "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.3.0" - "@lerna/filter-options" "^3.3.2" + "@lerna/command" "^3.6.0" + "@lerna/filter-options" "^3.6.0" "@lerna/run-parallel-batches" "^3.0.0" - "@lerna/validation-error" "^3.0.0" + "@lerna/validation-error" "^3.6.0" -"@lerna/filter-options@^3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-3.3.2.tgz#ac90702b7876ff4980dcdeaeac049c433dd01773" - integrity sha512-0WHqdDgAnt5WKoByi1q+lFw8HWt5tEKP2DnLlGqWv3YFwVF5DsPRlO7xbzjY9sJgvyJtZcnkMtccdBPFhGGyIQ== +"@lerna/filter-options@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-3.6.0.tgz#8100a3f2e18a9772a61138711e1fe1f14969f814" + integrity sha512-6iUMZuvvXPL5EAF7Zo9azaZ6FxOq6tGbiSX8fUXgCdN+jlRjorvkzR+E0HS4bEGTWmV446lnLwdQLZuySfLcbQ== dependencies: - "@lerna/collect-updates" "^3.3.2" - "@lerna/filter-packages" "^3.0.0" + "@lerna/collect-updates" "^3.6.0" + "@lerna/filter-packages" "^3.6.0" dedent "^0.7.0" -"@lerna/filter-packages@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-3.0.0.tgz#5eb25ad1610f3e2ab845133d1f8d7d40314e838f" - integrity sha512-zwbY1J4uRjWRZ/FgYbtVkq7I3Nduwsg2V2HwLKSzwV2vPglfGqgovYOVkND6/xqe2BHwDX4IyA2+e7OJmLaLSA== +"@lerna/filter-packages@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-3.6.0.tgz#4cad0bd5b32974b546b845283ac870d62ea4646a" + integrity sha512-O/nIENV3LOqp/TiUIw3Ir6L/wUGFDeYBdJsJTQDlTAyHZsgYA1OIn9FvlW8nqBu1bNLzoBVHXh3c5azx1kE+Hg== dependencies: - "@lerna/validation-error" "^3.0.0" + "@lerna/validation-error" "^3.6.0" + libnpm "^2.0.1" multimatch "^2.1.0" - npmlog "^4.1.2" -"@lerna/get-npm-exec-opts@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-3.0.0.tgz#8fc7866e8d8e9a2f2dc385287ba32eb44de8bdeb" - integrity sha512-arcYUm+4xS8J3Palhl+5rRJXnZnFHsLFKHBxznkPIxjwGQeAEw7df38uHdVjEQ+HNeFmHnBgSqfbxl1VIw5DHg== +"@lerna/get-npm-exec-opts@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-3.6.0.tgz#ea595eb28d1f34ba61a92ee8391f374282b4b76e" + integrity sha512-ruH6KuLlt75aCObXfUIdVJqmfVq7sgWGq5mXa05vc1MEqxTIiU23YiJdWzofQOOUOACaZkzZ4K4Nu7wXEg4Xgg== dependencies: - npmlog "^4.1.2" + libnpm "^2.0.1" "@lerna/global-options@^3.1.3": version "3.1.3" @@ -875,68 +874,69 @@ "@lerna/child-process" "^3.3.0" semver "^5.5.0" -"@lerna/import@^3.3.1": - version "3.3.1" - resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.3.1.tgz#deca8c93c9cc03c5844b975c6da9937dd7530440" - integrity sha512-2OzTQDkYKbBPpyP2iOI1sWfcvMjNLjjHjmREq/uOWJaSIk5J3Ukt71OPpcOHh4V2CBOlXidCcO+Hyb4FVIy8fw== +"@lerna/import@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.6.0.tgz#84ef5eea61ab9a284054be32367906d092aadab5" + integrity sha512-8jxNRbAaa4mvMJr0u+sy75gMFPyWfxLHEp+pDs73x1oqMZhpS8O5901QMnpZyRyOvJRhoBJd5hBX2dpsLxC6Xw== dependencies: "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.3.0" - "@lerna/prompt" "^3.3.1" - "@lerna/validation-error" "^3.0.0" + "@lerna/command" "^3.6.0" + "@lerna/prompt" "^3.6.0" + "@lerna/validation-error" "^3.6.0" dedent "^0.7.0" fs-extra "^7.0.0" p-map-series "^1.0.0" -"@lerna/init@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/init/-/init-3.3.0.tgz#998f3497da3d891867c593b808b6db4b8fc4ccb9" - integrity sha512-HvgRLkIG6nDIeAO6ix5sUVIVV+W9UMk2rSSmFT66CDOefRi7S028amiyYnFUK1QkIAaUbVUyOnYaErtbJwICuw== +"@lerna/init@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/init/-/init-3.6.0.tgz#6e23c3db632b713e23250d33519ed844a79a145e" + integrity sha512-MTLy3rmMdvpXRmDdoYiVPx7I8sXH4dquq/0MxntL5VxSVh/ZS1HsbrjyRqpdkUKWD9QguxR/w0pzOjVvCeM8CQ== dependencies: "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.3.0" + "@lerna/command" "^3.6.0" fs-extra "^7.0.0" p-map "^1.2.0" write-json-file "^2.3.0" -"@lerna/link@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.3.0.tgz#c0c05ff52d0f0c659fcf221627edfcd58e477a5c" - integrity sha512-8CeXzGL7okrsVXsy2sHXI2KuBaczw3cblAnA2+FJPUqSKMPNbUTRzeU3bOlCjYtK0LbxC4ngENJTL3jJ8RaYQQ== +"@lerna/link@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.6.0.tgz#490f14216b489fd66d9d3d3d0765f75dbbf52178" + integrity sha512-Xk8TTAE4EWGyhxLuPxWdyS7i7vfsM5igb6tEyhZm94XUdlA4PmMOYe25BfO7SM/9LYroFknZeDyWAebye3r+PA== dependencies: - "@lerna/command" "^3.3.0" - "@lerna/package-graph" "^3.1.2" - "@lerna/symlink-dependencies" "^3.3.0" + "@lerna/command" "^3.6.0" + "@lerna/package-graph" "^3.6.0" + "@lerna/symlink-dependencies" "^3.6.0" p-map "^1.2.0" slash "^1.0.0" -"@lerna/list@^3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@lerna/list/-/list-3.3.2.tgz#1412b3cce2a83b1baa4ff6fb962d50b46c28ec98" - integrity sha512-XXEVy7w+i/xx8NeJmGirw4upEoEF9OfD6XPLjISNQc24VgQV+frXdVJ02QcP7Y/PkY1rdIVrOjvo3ipKVLUxaQ== +"@lerna/list@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/list/-/list-3.6.0.tgz#18ae4b1e375ef1329261c9d21be27098ca0edf63" + integrity sha512-hlQOJkg8K3XXUVXotofP71XsgkhXkkmU/EkqlNg15D78MjzhT+p1wCbG5m89K3tzvjcWVeZwU6L0elaOIXVyCw== dependencies: - "@lerna/command" "^3.3.0" - "@lerna/filter-options" "^3.3.2" - "@lerna/listable" "^3.0.0" - "@lerna/output" "^3.0.0" + "@lerna/command" "^3.6.0" + "@lerna/filter-options" "^3.6.0" + "@lerna/listable" "^3.6.0" + "@lerna/output" "^3.6.0" -"@lerna/listable@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-3.0.0.tgz#27209b1382c87abdbc964220e75c247d803d4199" - integrity sha512-HX/9hyx1HLg2kpiKXIUc1EimlkK1T58aKQ7ovO7rQdTx9ForpefoMzyLnHE1n4XrUtEszcSWJIICJ/F898M6Ag== +"@lerna/listable@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-3.6.0.tgz#25c9cc062ae0d3e78c53da30cdf9f011696ae48f" + integrity sha512-fz63+zlqrJ9KQxIiv0r7qtufM4DEinSayAuO8YJuooz+1ctIP7RvMEQNvYI/E9tDlUo9Q0de68b5HbKrpmA5rQ== dependencies: + "@lerna/batch-packages" "^3.6.0" chalk "^2.3.1" columnify "^1.5.4" -"@lerna/log-packed@^3.0.4": - version "3.0.4" - resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-3.0.4.tgz#6d1f6ce5ca68b9971f2a27f0ecf3c50684be174a" - integrity sha512-vVQHgMagE2wnbxhNY9nFkdu+Cx2TsyWalkJfkxbNzmo6gOCrDsxCBDj9vTEV8Q+4aWx0C0Bsc0sB2Eb8y/+ofA== +"@lerna/log-packed@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-3.6.0.tgz#bed96c2bdd47f076d9957d0c6069b2edc1518145" + integrity sha512-T/J41zMkzpWB5nbiTRS5PmYTFn74mJXe6RQA2qhkdLi0UqnTp97Pux1loz3jsJf2yJtiQUnyMM7KuKIAge0Vlw== dependencies: byte-size "^4.0.3" columnify "^1.5.4" has-unicode "^2.0.1" - npmlog "^4.1.2" + libnpm "^2.0.1" "@lerna/npm-conf@^3.4.1": version "3.4.1" @@ -946,159 +946,154 @@ config-chain "^1.1.11" pify "^3.0.0" -"@lerna/npm-dist-tag@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-3.3.0.tgz#e1c5ab67674216d901266a16846b21cc81ff6afd" - integrity sha512-EtZJXzh3w5tqXEev+EBBPrWKWWn0WgJfxm4FihfS9VgyaAW8udIVZHGkIQ3f+tBtupcAzA9Q8cQNUkGF2efwmA== +"@lerna/npm-dist-tag@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-3.6.0.tgz#8f8c8567810bd9ee1c1277a71b57cec1acc101f4" + integrity sha512-qX6IfQPX9Tum1LRjvjgj/yr2FYbc9dfHyeh7RI9zJ8pGncWbksBmnMcvoxF0Eu4+d7MjjIGfEnIp9LIl4MHSIA== dependencies: - "@lerna/child-process" "^3.3.0" - "@lerna/get-npm-exec-opts" "^3.0.0" - npmlog "^4.1.2" + libnpm "^2.0.1" + npm-registry-fetch "^3.8.0" -"@lerna/npm-install@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-3.3.0.tgz#16d00ffd668d11b2386b3ac68bdac2cf8320e533" - integrity sha512-WoVvKdS8ltROTGSNQwo6NDq0YKnjwhvTG4li1okcN/eHKOS3tL9bxbgPx7No0wOq5DKBpdeS9KhAfee6LFAZ5g== +"@lerna/npm-install@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-3.6.0.tgz#314fc0d0c35429e2b5db1e7de87b3ddb1ab77606" + integrity sha512-RKV31VdrBZKjmKfq25JG4mIHJ8NAOsLKq/aYSaBs8zP+uwXH7RU39saVfv9ReKiAzhKE2ghOG2JeMdIHtYnPNA== dependencies: "@lerna/child-process" "^3.3.0" - "@lerna/get-npm-exec-opts" "^3.0.0" + "@lerna/get-npm-exec-opts" "^3.6.0" fs-extra "^7.0.0" - npm-package-arg "^6.0.0" - npmlog "^4.1.2" + libnpm "^2.0.1" signal-exit "^3.0.2" write-pkg "^3.1.0" -"@lerna/npm-publish@^3.3.1": - version "3.3.1" - resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-3.3.1.tgz#30384665d7ee387343332ece62ca231207bbabea" - integrity sha512-bVTlWIcBL6Zpyzqvr9C7rxXYcoPw+l7IPz5eqQDNREj1R39Wj18OWB2KTJq8l7LIX7Wf4C2A1uT5hJaEf9BuvA== +"@lerna/npm-publish@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-3.6.0.tgz#8981a9744779c55955a8c4249fe6b44a0485f9d3" + integrity sha512-k4yF8ursajoGRlJeRh7xdeGN0HV/ALt5qImUnpTliux0213jqxA0YigiD8WSaXpvSqxSFyvh38DbJhhy9q+NuQ== dependencies: "@lerna/child-process" "^3.3.0" - "@lerna/get-npm-exec-opts" "^3.0.0" + "@lerna/get-npm-exec-opts" "^3.6.0" "@lerna/has-npm-version" "^3.3.0" - "@lerna/log-packed" "^3.0.4" + "@lerna/log-packed" "^3.6.0" fs-extra "^7.0.0" - npmlog "^4.1.2" + libnpm "^2.0.1" p-map "^1.2.0" -"@lerna/npm-run-script@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-3.3.0.tgz#3c79601c27c67121155b20e039be53130217db72" - integrity sha512-YqDguWZzp4jIomaE4aWMUP7MIAJAFvRAf6ziQLpqwoQskfWLqK5mW0CcszT1oLjhfb3cY3MMfSTFaqwbdKmICg== +"@lerna/npm-run-script@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-3.6.0.tgz#4b97e6f571ae9fdabed21d5d4fc35a2b7e9d5267" + integrity sha512-6DRNFma30ex9r1a8mMDXziSRHf1/mo//hnvW1Zc1ctBh+7PU4I8n3A2ht/+742vtoTQH93Iqs3QSJl2KOLSsYg== dependencies: "@lerna/child-process" "^3.3.0" - "@lerna/get-npm-exec-opts" "^3.0.0" - npmlog "^4.1.2" + "@lerna/get-npm-exec-opts" "^3.6.0" + libnpm "^2.0.1" -"@lerna/output@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@lerna/output/-/output-3.0.0.tgz#4ed4a30ed2f311046b714b3840a090990ba3ce35" - integrity sha512-EFxnSbO0zDEVKkTKpoCUAFcZjc3gn3DwPlyTDxbeqPU7neCfxP4rA4+0a6pcOfTlRS5kLBRMx79F2TRCaMM3DA== +"@lerna/output@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/output/-/output-3.6.0.tgz#a69384bc685cf3b21aa1bfc697eb2b9db3333d0b" + integrity sha512-9sjQouf6p7VQtVCRnzoTGlZyURd48i3ha3WBHC/UBJnHZFuXMqWVPKNuvnMf2kRXDyoQD+2mNywpmEJg5jOnRg== dependencies: - npmlog "^4.1.2" + libnpm "^2.0.1" -"@lerna/package-graph@^3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-3.1.2.tgz#b70298a3a8c82e12090da33233bf242223a38f20" - integrity sha512-9wIWb49I1IJmyjPdEVZQ13IAi9biGfH/OZHOC04U2zXGA0GLiY+B3CAx6FQvqkZ8xEGfqzmXnv3LvZ0bQfc1aQ== +"@lerna/package-graph@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-3.6.0.tgz#d13e6e80d30e2e29226d335412997b9ddf646305" + integrity sha512-Xtldh3DTiC3cPDrs6OY5URiuRXGPMIN6uFKcx59rOu3TkqYRt346jRyX+hm85996Y/pboo3+JuQlonvuEP/9QQ== dependencies: - "@lerna/validation-error" "^3.0.0" - npm-package-arg "^6.0.0" + "@lerna/validation-error" "^3.6.0" + libnpm "^2.0.1" semver "^5.5.0" -"@lerna/package@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@lerna/package/-/package-3.0.0.tgz#14afc9a6cb1f7f7b23c1d7c7aa81bdac7d44c0e5" - integrity sha512-djzEJxzn212wS8d9znBnlXkeRlPL7GqeAYBykAmsuq51YGvaQK67Umh5ejdO0uxexF/4r7yRwgrlRHpQs8Rfqg== +"@lerna/package@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/package/-/package-3.6.0.tgz#1095b91d277820b7ae8a2cfeeb73d57c6cd9b17e" + integrity sha512-XbXcjwPKA1V640mqjEicpBriO6QcNtocdfLAtEUP4uCKkRx5r9h7DdznQMCoSJYJF6Gh/PpLokPUItfMhJP3Hg== dependencies: - npm-package-arg "^6.0.0" + libnpm "^2.0.1" write-pkg "^3.1.0" -"@lerna/project@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@lerna/project/-/project-3.0.0.tgz#4320d2a2b4080cabcf95161d9c48475217d8a545" - integrity sha512-XhDFVfqj79jG2Speggd15RpYaE8uiR25UKcQBDmumbmqvTS7xf2cvl2pq2UTvDafaJ0YwFF3xkxQZeZnFMwdkw== +"@lerna/project@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/project/-/project-3.6.0.tgz#b5dd2b94fae6f58478be1c53962c2570498867ab" + integrity sha512-pEOZF1igGFqs+qWog6cJWqVyBUX21xSqrlcgeN0yzqzI36VMHozmf/u7dgclIb5MylWk5Yp87KCKswBF4hrcuQ== dependencies: - "@lerna/package" "^3.0.0" - "@lerna/validation-error" "^3.0.0" + "@lerna/package" "^3.6.0" + "@lerna/validation-error" "^3.6.0" cosmiconfig "^5.0.2" dedent "^0.7.0" dot-prop "^4.2.0" glob-parent "^3.1.0" globby "^8.0.1" + libnpm "^2.0.1" load-json-file "^4.0.0" - npmlog "^4.1.2" p-map "^1.2.0" resolve-from "^4.0.0" write-json-file "^2.3.0" -"@lerna/prompt@^3.3.1": - version "3.3.1" - resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-3.3.1.tgz#ec53f9034a7a02a671627241682947f65078ab88" - integrity sha512-eJhofrUCUaItMIH6et8kI7YqHfhjWqGZoTsE+40NRCfAraOMWx+pDzfRfeoAl3qeRAH2HhNj1bkYn70FbUOxuQ== +"@lerna/prompt@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-3.6.0.tgz#b17cc464dec9d830619723e879dc747367378217" + integrity sha512-nyAjPMolJ/ZRAAVcXrUH89C4n1SiWvLh4xWNvWYKLcf3PI5yges35sDFP/HYrM4+cEbkNFuJCRq6CxaET4PRsg== dependencies: inquirer "^6.2.0" - npmlog "^4.1.2" + libnpm "^2.0.1" -"@lerna/publish@^3.4.3": - version "3.4.3" - resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.4.3.tgz#fb956ca2a871729982022889f90d0e8eb8528340" - integrity sha512-baeRL8xmOR25p86cAaS9mL0jdRzdv4dUo04PlK2Wes+YlL705F55cSXeC9npNie+9rGwFyLzCTQe18WdbZyLuw== +"@lerna/publish@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.6.0.tgz#7985b8c549c83114180e99a9e291e8b82db57aac" + integrity sha512-F2bT96ZS7NJfid6T4a6TSanpVUQ4VOuhjPBPX2hagt5gnocm7lluvAFR7dl/cbEgmKIg2zJQnfAPTYjrtxXMVg== dependencies: - "@lerna/batch-packages" "^3.1.2" - "@lerna/check-working-tree" "^3.3.0" + "@lerna/batch-packages" "^3.6.0" + "@lerna/check-working-tree" "^3.6.0" "@lerna/child-process" "^3.3.0" - "@lerna/collect-updates" "^3.3.2" - "@lerna/command" "^3.3.0" - "@lerna/describe-ref" "^3.3.0" - "@lerna/get-npm-exec-opts" "^3.0.0" + "@lerna/collect-updates" "^3.6.0" + "@lerna/command" "^3.6.0" + "@lerna/describe-ref" "^3.6.0" + "@lerna/get-npm-exec-opts" "^3.6.0" "@lerna/npm-conf" "^3.4.1" - "@lerna/npm-dist-tag" "^3.3.0" - "@lerna/npm-publish" "^3.3.1" - "@lerna/output" "^3.0.0" - "@lerna/prompt" "^3.3.1" - "@lerna/run-lifecycle" "^3.4.1" + "@lerna/npm-dist-tag" "^3.6.0" + "@lerna/npm-publish" "^3.6.0" + "@lerna/output" "^3.6.0" + "@lerna/prompt" "^3.6.0" + "@lerna/run-lifecycle" "^3.6.0" "@lerna/run-parallel-batches" "^3.0.0" - "@lerna/validation-error" "^3.0.0" - "@lerna/version" "^3.4.1" + "@lerna/validation-error" "^3.6.0" + "@lerna/version" "^3.6.0" fs-extra "^7.0.0" - libnpmaccess "^3.0.0" - npm-package-arg "^6.0.0" + libnpm "^2.0.1" npm-registry-fetch "^3.8.0" - npmlog "^4.1.2" p-finally "^1.0.0" p-map "^1.2.0" p-pipe "^1.2.0" p-reduce "^1.0.0" semver "^5.5.0" -"@lerna/resolve-symlink@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-3.3.0.tgz#c5d99a60cb17e2ea90b3521a0ba445478d194a44" - integrity sha512-KmoPDcFJ2aOK2inYHbrsiO9SodedUj0L1JDvDgirVNIjMUaQe2Q6Vi4Gh+VCJcyB27JtfHioV9R2NxU72Pk2hg== +"@lerna/resolve-symlink@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-3.6.0.tgz#985344796b704ff32afa923901e795e80741b86e" + integrity sha512-TVOAEqHJSQVhNDMFCwEUZPaOETqHDQV1TQWQfC8ZlOqyaUQ7veZUbg0yfG7RPNzlSpvF0ZaGFeR0YhYDAW03GA== dependencies: fs-extra "^7.0.0" - npmlog "^4.1.2" + libnpm "^2.0.1" read-cmd-shim "^1.0.1" -"@lerna/rimraf-dir@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-3.3.0.tgz#687e9bb3668a9e540e281302a52d9a573860f5db" - integrity sha512-vSqOcZ4kZduiSprbt+y40qziyN3VKYh+ygiCdnbBbsaxpdKB6CfrSMUtrLhVFrqUfBHIZRzHIzgjTdtQex1KLw== +"@lerna/rimraf-dir@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-3.6.0.tgz#a02c4ad14d9a65c005021da79d545702b7085a74" + integrity sha512-2CfyWP1lqxDET+SfwGlLUfgqGF4vz9TYDrmb7Zi//g7IFCo899uU2vWOrEcdWTgbKE3Qgwwfk9c008w5MWUhog== dependencies: "@lerna/child-process" "^3.3.0" - npmlog "^4.1.2" + libnpm "^2.0.1" path-exists "^3.0.0" rimraf "^2.6.2" -"@lerna/run-lifecycle@^3.4.1": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-3.4.1.tgz#6d7e44eada31cb4ec78b18ef050da0d86f6c892b" - integrity sha512-N/hi2srM9A4BWEkXccP7vCEbf4MmIuALF00DTBMvc0A/ccItwUpl3XNuM7+ADDRK0mkwE3hDw89lJ3A7f8oUQw== +"@lerna/run-lifecycle@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-3.6.0.tgz#2381fd827b4a4135613e7d73d25ae76b7af5e6ef" + integrity sha512-/1+vAZnckgKwHVgWG0plVO24erNWUduz9htMOO9wuOfglTnHlMRqDc3s9B/OIKxGDkyzEvxqzfzq3c6JqEolRQ== dependencies: "@lerna/npm-conf" "^3.4.1" - npm-lifecycle "^2.0.0" - npmlog "^4.1.2" + libnpm "^2.0.1" "@lerna/run-parallel-batches@^3.0.0": version "3.0.0" @@ -1108,70 +1103,76 @@ p-map "^1.2.0" p-map-series "^1.0.0" -"@lerna/run@^3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@lerna/run/-/run-3.3.2.tgz#f521f4a22585c90758f34a584cb1871f8bb2a83e" - integrity sha512-cruwRGZZWnQ5I0M+AqcoT3Xpq2wj3135iVw4n59/Op6dZu50sMFXZNLiTTTZ15k8rTKjydcccJMdPSpTHbH7/A== - dependencies: - "@lerna/batch-packages" "^3.1.2" - "@lerna/command" "^3.3.0" - "@lerna/filter-options" "^3.3.2" - "@lerna/npm-run-script" "^3.3.0" - "@lerna/output" "^3.0.0" +"@lerna/run@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/run/-/run-3.6.0.tgz#f545fcde889d7a1433b3f2cc444eeec39713ea62" + integrity sha512-OYa5pQTOiES/h9rg8vwnt0nYU/wLKUQmFYhMUxdX3lXYpoIcQ28PR7qPG1CVhex4KAU2OW42a7vnm5MAOoScDg== + dependencies: + "@lerna/batch-packages" "^3.6.0" + "@lerna/command" "^3.6.0" + "@lerna/filter-options" "^3.6.0" + "@lerna/npm-run-script" "^3.6.0" + "@lerna/output" "^3.6.0" "@lerna/run-parallel-batches" "^3.0.0" - "@lerna/validation-error" "^3.0.0" + "@lerna/timer" "^3.5.0" + "@lerna/validation-error" "^3.6.0" p-map "^1.2.0" -"@lerna/symlink-binary@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-3.3.0.tgz#99ea570b21baabd61ecab27582eeb1d7b2c5f9cf" - integrity sha512-zRo6CimhvH/VJqCFl9T4IC6syjpWyQIxEfO2sBhrapEcfwjtwbhoGgKwucsvt4rIpFazCw63jQ/AXMT27KUIHg== +"@lerna/symlink-binary@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-3.6.0.tgz#935a5b98908578da7f9eed20818899f728b9f3d9" + integrity sha512-h69AQBBWgZOEzQ1RJEYQ7Ou6llrJNhNNkpqT6k8qSWZ93iXyFmLE4hWoxMXXHFmxmQ0CqjEYKmeLV1Dr5DKT4g== dependencies: - "@lerna/create-symlink" "^3.3.0" - "@lerna/package" "^3.0.0" + "@lerna/create-symlink" "^3.6.0" + "@lerna/package" "^3.6.0" fs-extra "^7.0.0" p-map "^1.2.0" read-pkg "^3.0.0" -"@lerna/symlink-dependencies@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-3.3.0.tgz#13bcaed3e37986ab01b13498a459c7f609397dc3" - integrity sha512-IRngSNCmuD5uBKVv23tHMvr7Mplti0lKHilFKcvhbvhAfu6m/Vclxhkfs/uLyHzG+DeRpl/9o86SQET3h4XDhg== +"@lerna/symlink-dependencies@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-3.6.0.tgz#76e9d54f6fd3af3e24221cce3ee546e5657ea2d8" + integrity sha512-mLpbWLidAU5Xi7bc9Fj8Yt/9XvDczzWocnS/yEe0E6RqWXh2KK+4VR9H24rLywBAWTv2s4GEXrb/ofbPb8gwBQ== dependencies: - "@lerna/create-symlink" "^3.3.0" - "@lerna/resolve-symlink" "^3.3.0" - "@lerna/symlink-binary" "^3.3.0" + "@lerna/create-symlink" "^3.6.0" + "@lerna/resolve-symlink" "^3.6.0" + "@lerna/symlink-binary" "^3.6.0" fs-extra "^7.0.0" p-finally "^1.0.0" p-map "^1.2.0" p-map-series "^1.0.0" -"@lerna/validation-error@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-3.0.0.tgz#a27e90051c3ba71995e2a800a43d94ad04b3e3f4" - integrity sha512-5wjkd2PszV0kWvH+EOKZJWlHEqCTTKrWsvfHnHhcUaKBe/NagPZFWs+0xlsDPZ3DJt5FNfbAPAnEBQ05zLirFA== +"@lerna/timer@^3.5.0": + version "3.5.0" + resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-3.5.0.tgz#8dee6acf002c55de64678c66ef37ca52143f1b9b" + integrity sha512-TAb99hqQN6E3JBGtG9iyZNPq1/DbmqgBOeNrKtdJsGvIeX/NGLgUDWMrj2h04V4O+jpBFmSf6HIld6triKmxCA== + +"@lerna/validation-error@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-3.6.0.tgz#550cf66bb2ef88edc02e36017b575a7a9100d5d8" + integrity sha512-MWltncGO5VgMS0QedTlZCjFUMF/evRjDMMHrtVorkIB2Cp5xy0rkKa8iDBG43qpUWeG1giwi58yUlETBcWfILw== dependencies: - npmlog "^4.1.2" + libnpm "^2.0.1" -"@lerna/version@^3.4.1": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.4.1.tgz#029448cccd3ccefb4d5f666933bd13cfb37edab0" - integrity sha512-oefNaQLBJSI2WLZXw5XxDXk4NyF5/ct0V9ys/J308NpgZthPgwRPjk9ZR0o1IOxW1ABi6z3E317W/dxHDjvAkg== +"@lerna/version@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.6.0.tgz#7360d8a93b1cc5fe6a7588d7266812b916a281f7" + integrity sha512-V1f3fNM5ELGHmF824Wc8ah505SMpfiBqOHAIiW+u9soH/3W/t256c1P9UeaDh5blWAk3HeZMzbpRZ9Nlpf6aQA== dependencies: - "@lerna/batch-packages" "^3.1.2" - "@lerna/check-working-tree" "^3.3.0" + "@lerna/batch-packages" "^3.6.0" + "@lerna/check-working-tree" "^3.6.0" "@lerna/child-process" "^3.3.0" - "@lerna/collect-updates" "^3.3.2" - "@lerna/command" "^3.3.0" - "@lerna/conventional-commits" "^3.4.1" - "@lerna/output" "^3.0.0" - "@lerna/prompt" "^3.3.1" - "@lerna/run-lifecycle" "^3.4.1" - "@lerna/validation-error" "^3.0.0" + "@lerna/collect-updates" "^3.6.0" + "@lerna/command" "^3.6.0" + "@lerna/conventional-commits" "^3.6.0" + "@lerna/output" "^3.6.0" + "@lerna/prompt" "^3.6.0" + "@lerna/run-lifecycle" "^3.6.0" + "@lerna/validation-error" "^3.6.0" chalk "^2.3.1" dedent "^0.7.0" + libnpm "^2.0.1" minimatch "^3.0.4" - npmlog "^4.1.2" p-map "^1.2.0" p-pipe "^1.2.0" p-reduce "^1.0.0" @@ -1180,12 +1181,12 @@ slash "^1.0.0" temp-write "^3.4.0" -"@lerna/write-log-file@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-3.0.0.tgz#2f95fee80c6821fe1ee6ccf8173d2b4079debbd2" - integrity sha512-SfbPp29lMeEVOb/M16lJwn4nnx5y+TwCdd7Uom9umd7KcZP0NOvpnX0PHehdonl7TyHZ1Xx2maklYuCLbQrd/A== +"@lerna/write-log-file@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-3.6.0.tgz#b8d5a7efc84fa93cbd67d724d11120343b2a849a" + integrity sha512-OkLK99V6sYXsJsYg+O9wtiFS3z6eUPaiz2e6cXJt80mfIIdI1t2dnmyua0Ib5cZWExQvx2z6Y32Wlf0MnsoNsA== dependencies: - npmlog "^4.1.2" + libnpm "^2.0.1" write-file-atomic "^2.3.0" "@mrmlnc/readdir-enhanced@^2.2.1": @@ -1252,11 +1253,16 @@ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.5.tgz#8a4accfc403c124a0bafe8a9fc61a05ec1032073" integrity sha512-lAVp+Kj54ui/vLUFxsJTMtWvZraZxum3w3Nwkble2dNuV5VnPA+Mi2oGX9XYJAaIvZi3tn3cbjS/qcJXRb6Bww== -"@types/node@*", "@types/node@^10.11.7", "@types/node@^10.12.0": +"@types/node@*", "@types/node@^10.11.7": version "10.12.0" resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.0.tgz#ea6dcbddbc5b584c83f06c60e82736d8fbb0c235" integrity sha512-3TUHC3jsBAB7qVRGxT6lWyYo2v96BMmD2PTcl47H25Lu7UXtFH/2qqmKiVrnel6Ne//0TFYf6uvNX+HW2FRkLQ== +"@types/node@^10.12.15": + version "10.12.15" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.15.tgz#20e85651b62fd86656e57c9c9bc771ab1570bc59" + integrity sha512-9kROxduaN98QghwwHmxXO2Xz3MaWf+I1sLVAA6KJDF5xix+IyXVhds0MAfdNwtcpSrzhaTsNB0/jnL86fgUhqA== + "@types/semver@^5.5.0": version "5.5.0" resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45" @@ -1371,12 +1377,12 @@ append-transform@^1.0.0: dependencies: default-require-extensions "^2.0.0" -aproba@^1.0.3, aproba@^1.1.1: +aproba@^1.0.3, aproba@^1.1.1, aproba@^1.1.2: version "1.2.0" resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== -aproba@^2.0.0: +"aproba@^1.1.2 || 2", aproba@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== @@ -1619,6 +1625,17 @@ benchmark@^2.1.4: lodash "^4.17.4" platform "^1.3.3" +bin-links@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-1.1.2.tgz#fb74bd54bae6b7befc6c6221f25322ac830d9757" + integrity sha512-8eEHVgYP03nILphilltWjeIjMbKyJo3wvp9K816pHbhP301ismzw15mxAAEVQ/USUwcP++1uNrbERbp8lOA6Fg== + dependencies: + bluebird "^3.5.0" + cmd-shim "^2.0.2" + gentle-fs "^2.0.0" + graceful-fs "^4.1.11" + write-file-atomic "^2.3.0" + binary-extensions@^1.0.0: version "1.12.0" resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14" @@ -1636,6 +1653,11 @@ block-stream@*: dependencies: inherits "~2.0.0" +bluebird@^3.5.0, bluebird@^3.5.2, bluebird@^3.5.3: + version "3.5.3" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7" + integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw== + bluebird@^3.5.1: version "3.5.2" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a" @@ -1820,7 +1842,7 @@ byte-size@^4.0.3: resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-4.0.3.tgz#b7c095efc68eadf82985fccd9a2df43a74fa2ccd" integrity sha512-JGC3EV2bCzJH/ENSh3afyJrH4vwxbHTuO5ljLoI5+2iJOcEpMgP8T782jH9b5qGxf2mSUIp1lfGnfKNrRHpvVg== -cacache@^11.0.1, cacache@^11.0.2: +cacache@^11.0.1: version "11.2.0" resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.2.0.tgz#617bdc0b02844af56310e411c0878941d5739965" integrity sha512-IFWl6lfK6wSeYCHUXh+N1lY72UDrpyrYQJNIVQf48paDuWbv5RbAtJYf/4gUQFObTCHZwdZ5sI8Iw7nqwP6nlQ== @@ -1840,6 +1862,26 @@ cacache@^11.0.1, cacache@^11.0.2: unique-filename "^1.1.0" y18n "^4.0.0" +cacache@^11.2.0: + version "11.3.1" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.1.tgz#d09d25f6c4aca7a6d305d141ae332613aa1d515f" + integrity sha512-2PEw4cRRDu+iQvBTTuttQifacYjLPhET+SYO/gEFMy8uhi+jlJREDAjSF5FWSdV/Aw5h18caHA7vMTw2c+wDzA== + dependencies: + bluebird "^3.5.1" + chownr "^1.0.1" + figgy-pudding "^3.1.0" + glob "^7.1.2" + graceful-fs "^4.1.11" + lru-cache "^4.1.3" + mississippi "^3.0.0" + mkdirp "^0.5.1" + move-concurrently "^1.0.1" + promise-inflight "^1.0.1" + rimraf "^2.6.2" + ssri "^6.0.0" + unique-filename "^1.1.0" + y18n "^4.0.0" + cache-base@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" @@ -1977,7 +2019,7 @@ chokidar@^2.0.3: optionalDependencies: fsevents "^1.2.2" -chownr@^1.0.1: +chownr@^1.0.1, chownr@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g== @@ -2249,45 +2291,45 @@ constants-browserify@^1.0.0: resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= -conventional-changelog-angular@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.1.tgz#f96431b76de453333a909decd02b15cb5bd2d364" - integrity sha512-q4ylJ68fWZDdrFC9z4zKcf97HW6hp7Mo2YlqD4owfXhecFKy/PJCU/1oVFF4TqochchChqmZ0Vb0e0g8/MKNlA== +conventional-changelog-angular@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.2.tgz#39d945635e03b6d0c9d4078b1df74e06163dc66a" + integrity sha512-yx7m7lVrXmt4nKWQgWZqxSALEiAKZhOAcbxdUaU9575mB0CzXVbgrgpfSnSP7OqWDUTYGD0YVJ0MSRdyOPgAwA== dependencies: compare-func "^1.3.1" q "^1.5.1" -conventional-changelog-core@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.1.0.tgz#96a81bb3301b4b2a3dc2851cc54c5fb674ac1942" - integrity sha512-bcZkcFXkqVgG2W8m/1wjlp2wn/BKDcrPgw3/mvSEQtzs8Pax8JbAPFpEQReHY92+EKNNXC67wLA8y2xcNx0rDA== +conventional-changelog-core@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.1.5.tgz#c2edf928539308b54fe1b90a2fc731abc021852c" + integrity sha512-iwqAotS4zk0wA4S84YY1JCUG7X3LxaRjJxuUo6GI4dZuIy243j5nOg/Ora35ExT4DOiw5dQbMMQvw2SUjh6moQ== dependencies: - conventional-changelog-writer "^4.0.0" - conventional-commits-parser "^3.0.0" + conventional-changelog-writer "^4.0.2" + conventional-commits-parser "^3.0.1" dateformat "^3.0.0" get-pkg-repo "^1.0.0" - git-raw-commits "^2.0.0" + git-raw-commits "2.0.0" git-remote-origin-url "^2.0.0" - git-semver-tags "^2.0.0" + git-semver-tags "^2.0.2" lodash "^4.2.1" normalize-package-data "^2.3.5" q "^1.5.1" - read-pkg "^1.1.0" - read-pkg-up "^1.0.1" + read-pkg "^3.0.0" + read-pkg-up "^3.0.0" through2 "^2.0.0" -conventional-changelog-preset-loader@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.0.1.tgz#d134734e0cc1b91b88b30586c5991f31442029f1" - integrity sha512-HiSfhXNzAzG9klIqJaA97MMiNBR4js+53g4Px0k7tgKeCNVXmrDrm+CY+nIqcmG5NVngEPf8rAr7iji1TWW7zg== +conventional-changelog-preset-loader@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.0.2.tgz#81d1a07523913f3d17da3a49f0091f967ad345b0" + integrity sha512-pBY+qnUoJPXAXXqVGwQaVmcye05xi6z231QM98wHWamGAmu/ghkBprQAwmF5bdmyobdVxiLhPY3PrCfSeUNzRQ== -conventional-changelog-writer@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.0.tgz#3ed983c8ef6a3aa51fe44e82c9c75e86f1b5aa42" - integrity sha512-hMZPe0AQ6Bi05epeK/7hz80xxk59nPA5z/b63TOHq2wigM0/akreOc8N4Jam5b9nFgKWX1e9PdPv2ewgW6bcfg== +conventional-changelog-writer@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.2.tgz#eb493ed84269e7a663da36e49af51c54639c9a67" + integrity sha512-d8/FQY/fix2xXEBUhOo8u3DCbyEw3UOQgYHxLsPDw+wHUDma/GQGAGsGtoH876WyNs32fViHmTOUrgRKVLvBug== dependencies: compare-func "^1.3.1" - conventional-commits-filter "^2.0.0" + conventional-commits-filter "^2.0.1" dateformat "^3.0.0" handlebars "^4.0.2" json-stringify-safe "^5.0.1" @@ -2297,18 +2339,18 @@ conventional-changelog-writer@^4.0.0: split "^1.0.0" through2 "^2.0.0" -conventional-commits-filter@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.0.tgz#a0ce1d1ff7a1dd7fab36bee8e8256d348d135651" - integrity sha512-Cfl0j1/NquB/TMVx7Wrmyq7uRM+/rPQbtVVGwzfkhZ6/yH6fcMmP0Q/9044TBZPTNdGzm46vXFXL14wbET0/Mg== +conventional-commits-filter@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.1.tgz#55a135de1802f6510b6758e0a6aa9e0b28618db3" + integrity sha512-92OU8pz/977udhBjgPEbg3sbYzIxMDFTlQT97w7KdhR9igNqdJvy8smmedAAgn4tPiqseFloKkrVfbXCVd+E7A== dependencies: is-subset "^0.1.1" modify-values "^1.0.0" -conventional-commits-parser@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.0.tgz#7f604549a50bd8f60443fbe515484b1c2f06a5c4" - integrity sha512-GWh71U26BLWgMykCp+VghZ4s64wVbtseECcKQ/PvcPZR2cUnz+FUc2J9KjxNl7/ZbCxST8R03c9fc+Vi0umS9Q== +conventional-commits-parser@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.1.tgz#fe1c49753df3f98edb2285a5e485e11ffa7f2e4c" + integrity sha512-P6U5UOvDeidUJ8ebHVDIoXzI7gMlQ1OF/id6oUvp8cnZvOXMt1n8nYl74Ey9YMn0uVQtxmCtjPQawpsssBWtGg== dependencies: JSONStream "^1.0.4" is-text-path "^1.0.0" @@ -2318,17 +2360,17 @@ conventional-commits-parser@^3.0.0: through2 "^2.0.0" trim-off-newlines "^1.0.0" -conventional-recommended-bump@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-4.0.1.tgz#304a45a412cfec050a10ea2e7e4a89320eaf3991" - integrity sha512-9waJvW01TUs4HQJ3khwGSSlTlKsY+5u7OrxHL+oWEoGNvaNO/0qL6qqnhS3J0Fq9fNKA9bmlf5cOXjCQoW+I4Q== +conventional-recommended-bump@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-4.0.4.tgz#05540584641d3da758c8863c09788fcaeb586872" + integrity sha512-9mY5Yoblq+ZMqJpBzgS+RpSq+SUfP2miOR3H/NR9drGf08WCrY9B6HAGJZEm6+ThsVP917VHAahSOjM6k1vhPg== dependencies: concat-stream "^1.6.0" - conventional-changelog-preset-loader "^2.0.1" - conventional-commits-filter "^2.0.0" - conventional-commits-parser "^3.0.0" - git-raw-commits "^2.0.0" - git-semver-tags "^2.0.0" + conventional-changelog-preset-loader "^2.0.2" + conventional-commits-filter "^2.0.1" + conventional-commits-parser "^3.0.1" + git-raw-commits "2.0.0" + git-semver-tags "^2.0.2" meow "^4.0.0" q "^1.5.1" @@ -3281,7 +3323,7 @@ fast-levenshtein@~2.0.4: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= -figgy-pudding@^3.1.0, figgy-pudding@^3.2.1, figgy-pudding@^3.4.1, figgy-pudding@^3.5.1: +figgy-pudding@^3.1.0, figgy-pudding@^3.4.1, figgy-pudding@^3.5.1: version "3.5.1" resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790" integrity sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w== @@ -3317,6 +3359,11 @@ find-cache-dir@^2.0.0: make-dir "^1.0.0" pkg-dir "^3.0.0" +find-npm-prefix@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/find-npm-prefix/-/find-npm-prefix-1.0.2.tgz#8d8ce2c78b3b4b9e66c8acc6a37c231eb841cfdf" + integrity sha512-KEftzJ+H90x6pcKtdXZEPsQse8/y/UnvzRKrOSQFprnrGaFuJ62fVkP34Iu2IYuMvyauCyoLTNkJZgrrGA2wkA== + find-up@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" @@ -3420,6 +3467,15 @@ fs-minipass@^1.2.5: dependencies: minipass "^2.2.1" +fs-vacuum@^1.2.10: + version "1.2.10" + resolved "https://registry.yarnpkg.com/fs-vacuum/-/fs-vacuum-1.2.10.tgz#b7629bec07a4031a2548fdf99f5ecf1cc8b31e36" + integrity sha1-t2Kb7AekAxolSP35n17PHMizHjY= + dependencies: + graceful-fs "^4.1.2" + path-is-inside "^1.0.1" + rimraf "^2.5.2" + fs-write-stream-atomic@^1.0.8: version "1.0.10" resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" @@ -3479,10 +3535,24 @@ gauge@~2.7.3: strip-ansi "^3.0.1" wide-align "^1.1.0" -genfun@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/genfun/-/genfun-4.0.1.tgz#ed10041f2e4a7f1b0a38466d17a5c3e27df1dfc1" - integrity sha1-7RAEHy5KfxsKOEZtF6XD4n3x38E= +genfun@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/genfun/-/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537" + integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA== + +gentle-fs@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/gentle-fs/-/gentle-fs-2.0.1.tgz#585cfd612bfc5cd52471fdb42537f016a5ce3687" + integrity sha512-cEng5+3fuARewXktTEGbwsktcldA+YsnUEaXZwcK/3pjSE1X9ObnTs+/8rYf8s+RnIcQm2D5x3rwpN7Zom8Bew== + dependencies: + aproba "^1.1.2" + fs-vacuum "^1.2.10" + graceful-fs "^4.1.11" + iferr "^0.1.5" + mkdirp "^0.5.1" + path-is-inside "^1.0.2" + read-cmd-shim "^1.0.1" + slide "^1.1.6" get-caller-file@^1.0.1: version "1.0.3" @@ -3515,7 +3585,7 @@ get-stream@^3.0.0: resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= -get-stream@^4.0.0: +get-stream@^4.0.0, get-stream@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== @@ -3534,7 +3604,7 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" -git-raw-commits@^2.0.0: +git-raw-commits@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.0.tgz#d92addf74440c14bcc5c83ecce3fb7f8a79118b5" integrity sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg== @@ -3553,10 +3623,10 @@ git-remote-origin-url@^2.0.0: gitconfiglocal "^1.0.0" pify "^2.3.0" -git-semver-tags@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-2.0.0.tgz#c218fd895bdf8e8e02f6bde555b2c3893ac73cd7" - integrity sha512-lSgFc3zQTul31nFje2Q8XdNcTOI6B4I3mJRPCgFzHQQLfxfqdWTYzdtCaynkK5Xmb2wQlSJoKolhXJ1VhKROnQ== +git-semver-tags@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-2.0.2.tgz#f506ec07caade191ac0c8d5a21bdb8131b4934e3" + integrity sha512-34lMF7Yo1xEmsK2EkbArdoU79umpvm0MfzaDkSNYSJqtM5QLAVTPWgpiXSVI5o/O9EvZPSrP4Zvnec/CqhSd5w== dependencies: meow "^4.0.0" semver "^5.5.0" @@ -3948,7 +4018,7 @@ inherits@2.0.1: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= -ini@^1.3.2, ini@^1.3.4, ini@~1.3.0: +ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: version "1.3.5" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== @@ -4518,28 +4588,28 @@ lcid@^2.0.0: dependencies: invert-kv "^2.0.0" -lerna@^3.4.3: - version "3.4.3" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.4.3.tgz#501454efb453c65c305802d370ee337f7298787e" - integrity sha512-tWq1LvpHqkyB+FaJCmkEweivr88yShDMmauofPVdh0M5gU1cVucszYnIgWafulKYu2LMQ3IfUMUU5Pp3+MvADQ== - dependencies: - "@lerna/add" "^3.4.1" - "@lerna/bootstrap" "^3.4.1" - "@lerna/changed" "^3.4.1" - "@lerna/clean" "^3.3.2" - "@lerna/cli" "^3.2.0" - "@lerna/create" "^3.4.1" - "@lerna/diff" "^3.3.0" - "@lerna/exec" "^3.3.2" - "@lerna/import" "^3.3.1" - "@lerna/init" "^3.3.0" - "@lerna/link" "^3.3.0" - "@lerna/list" "^3.3.2" - "@lerna/publish" "^3.4.3" - "@lerna/run" "^3.3.2" - "@lerna/version" "^3.4.1" +lerna@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.6.0.tgz#b6616873fa038ee1dae514e04322c191ff71a369" + integrity sha512-iQFAgrgtv18SI5LtQBBca0WVeYvk2r8eYgiEQtcZBT63T5R9RVv+snsviIiOp0z6gD43tcyiWXiLvBdp1IY/Rg== + dependencies: + "@lerna/add" "^3.6.0" + "@lerna/bootstrap" "^3.6.0" + "@lerna/changed" "^3.6.0" + "@lerna/clean" "^3.6.0" + "@lerna/cli" "^3.6.0" + "@lerna/create" "^3.6.0" + "@lerna/diff" "^3.6.0" + "@lerna/exec" "^3.6.0" + "@lerna/import" "^3.6.0" + "@lerna/init" "^3.6.0" + "@lerna/link" "^3.6.0" + "@lerna/list" "^3.6.0" + "@lerna/publish" "^3.6.0" + "@lerna/run" "^3.6.0" + "@lerna/version" "^3.6.0" import-local "^1.0.0" - npmlog "^4.1.2" + libnpm "^2.0.1" levn@~0.3.0: version "0.3.0" @@ -4549,15 +4619,104 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -libnpmaccess@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-3.0.0.tgz#33cc9c8a5cb53e87d06bf2e547c2eba974f619af" - integrity sha512-SiE4AZAzMpD7pmmXHfgD7rof8QIQGoKaeyAS8exgx2CKA6tzRTbRljq1xM4Tgj8/tIg+KBJPJWkR0ifqKT3irQ== +libnpm@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/libnpm/-/libnpm-2.0.1.tgz#a48fcdee3c25e13c77eb7c60a0efe561d7fb0d8f" + integrity sha512-qTKoxyJvpBxHZQB6k0AhSLajyXq9ZE/lUsZzuHAplr2Bpv9G+k4YuYlExYdUCeVRRGqcJt8hvkPh4tBwKoV98w== + dependencies: + bin-links "^1.1.2" + bluebird "^3.5.3" + find-npm-prefix "^1.0.2" + libnpmaccess "^3.0.1" + libnpmconfig "^1.2.1" + libnpmhook "^5.0.2" + libnpmorg "^1.0.0" + libnpmpublish "^1.1.0" + libnpmsearch "^2.0.0" + libnpmteam "^1.0.1" + lock-verify "^2.0.2" + npm-lifecycle "^2.1.0" + npm-logical-tree "^1.2.1" + npm-package-arg "^6.1.0" + npm-profile "^4.0.1" + npm-registry-fetch "^3.8.0" + npmlog "^4.1.2" + pacote "^9.2.3" + read-package-json "^2.0.13" + stringify-package "^1.0.0" + +libnpmaccess@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-3.0.1.tgz#5b3a9de621f293d425191aa2e779102f84167fa8" + integrity sha512-RlZ7PNarCBt+XbnP7R6PoVgOq9t+kou5rvhaInoNibhPO7eMlRfS0B8yjatgn2yaHIwWNyoJDolC/6Lc5L/IQA== + dependencies: + aproba "^2.0.0" + get-stream "^4.0.0" + npm-package-arg "^6.1.0" + npm-registry-fetch "^3.8.0" + +libnpmconfig@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/libnpmconfig/-/libnpmconfig-1.2.1.tgz#c0c2f793a74e67d4825e5039e7a02a0044dfcbc0" + integrity sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA== + dependencies: + figgy-pudding "^3.5.1" + find-up "^3.0.0" + ini "^1.3.5" + +libnpmhook@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/libnpmhook/-/libnpmhook-5.0.2.tgz#d12817b0fb893f36f1d5be20017f2aea25825d94" + integrity sha512-vLenmdFWhRfnnZiNFPNMog6CK7Ujofy2TWiM2CrpZUjBRIhHkJeDaAbJdYCT6W4lcHtyrJR8yXW8KFyq6UAp1g== + dependencies: + aproba "^2.0.0" + figgy-pudding "^3.4.1" + get-stream "^4.0.0" + npm-registry-fetch "^3.8.0" + +libnpmorg@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/libnpmorg/-/libnpmorg-1.0.0.tgz#979b868c48ba28c5820e3bb9d9e73c883c16a232" + integrity sha512-o+4eVJBoDGMgRwh2lJY0a8pRV2c/tQM/SxlqXezjcAg26Qe9jigYVs+Xk0vvlYDWCDhP0g74J8UwWeAgsB7gGw== + dependencies: + aproba "^2.0.0" + figgy-pudding "^3.4.1" + get-stream "^4.0.0" + npm-registry-fetch "^3.8.0" + +libnpmpublish@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-1.1.0.tgz#773bd6fc9ed247e4a41a68ebd69fdc096ea630a3" + integrity sha512-mQ3LT2EWlpJ6Q8mgHTNqarQVCgcY32l6xadPVPMcjWLtVLz7II4WlWkzlbYg1nHGAf+xyABDwS+3aNUiRLkyaA== dependencies: aproba "^2.0.0" + figgy-pudding "^3.5.1" get-stream "^4.0.0" + lodash.clonedeep "^4.5.0" + normalize-package-data "^2.4.0" npm-package-arg "^6.1.0" npm-registry-fetch "^3.8.0" + semver "^5.5.1" + ssri "^6.0.1" + +libnpmsearch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/libnpmsearch/-/libnpmsearch-2.0.0.tgz#de05af47ada81554a5f64276a69599070d4a5685" + integrity sha512-vd+JWbTGzOSfiOc+72MU6y7WqmBXn49egCCrIXp27iE/88bX8EpG64ST1blWQI1bSMUr9l1AKPMVsqa2tS5KWA== + dependencies: + figgy-pudding "^3.5.1" + get-stream "^4.0.0" + npm-registry-fetch "^3.8.0" + +libnpmteam@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/libnpmteam/-/libnpmteam-1.0.1.tgz#ff704b1b6c06ea674b3b1101ac3e305f5114f213" + integrity sha512-gDdrflKFCX7TNwOMX1snWojCoDE5LoRWcfOC0C/fqF7mBq8Uz9zWAX4B2RllYETNO7pBupBaSyBDkTAC15cAMg== + dependencies: + aproba "^2.0.0" + figgy-pudding "^3.4.1" + get-stream "^4.0.0" + npm-registry-fetch "^3.8.0" load-json-file@^1.0.0: version "1.1.0" @@ -4596,6 +4755,14 @@ locate-path@^3.0.0: p-locate "^3.0.0" path-exists "^3.0.0" +lock-verify@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/lock-verify/-/lock-verify-2.0.2.tgz#148e4f85974915c9e3c34d694b7de9ecb18ee7a8" + integrity sha512-QNVwK0EGZBS4R3YQ7F1Ox8p41Po9VGl2QG/2GsuvTbkJZYSsPeWHKMbbH6iZMCHWSMww5nrJroZYnGzI4cePuw== + dependencies: + npm-package-arg "^5.1.2 || 6" + semver "^5.4.1" + lodash._reinterpolate@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" @@ -4606,6 +4773,11 @@ lodash.clone@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6" integrity sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y= +lodash.clonedeep@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" + integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= + lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" @@ -4940,6 +5112,14 @@ minipass@^2.2.1, minipass@^2.3.3: safe-buffer "^5.1.2" yallist "^3.0.0" +minipass@^2.3.4, minipass@^2.3.5: + version "2.3.5" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848" + integrity sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA== + dependencies: + safe-buffer "^5.1.2" + yallist "^3.0.0" + minizlib@^1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.1.tgz#6734acc045a46e61d596a43bb9d9cd326e19cc42" @@ -4947,6 +5127,13 @@ minizlib@^1.1.0: dependencies: minipass "^2.2.1" +minizlib@^1.1.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614" + integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA== + dependencies: + minipass "^2.2.1" + mississippi@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" @@ -5214,7 +5401,7 @@ npm-bundled@^1.0.1: resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.5.tgz#3c1732b7ba936b3a10325aef616467c0ccbcc979" integrity sha512-m/e6jgWu8/v5niCUKQi9qQl8QdeEduFA96xHDDzFGqly0OOjI7c+60KM/2sppfnUU9JJagf+zs+yGhqSOFj71g== -npm-lifecycle@^2.0.0: +npm-lifecycle@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/npm-lifecycle/-/npm-lifecycle-2.1.0.tgz#1eda2eedb82db929e3a0c50341ab0aad140ed569" integrity sha512-QbBfLlGBKsktwBZLj6AviHC6Q9Y3R/AY4a2PYSIRhSKSS0/CxRyD/PfxEX6tPeOCXQgMSNdwGeECacstgptc+g== @@ -5228,7 +5415,12 @@ npm-lifecycle@^2.0.0: umask "^1.1.0" which "^1.3.1" -"npm-package-arg@^4.0.0 || ^5.0.0 || ^6.0.0", npm-package-arg@^6.0.0, npm-package-arg@^6.1.0: +npm-logical-tree@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/npm-logical-tree/-/npm-logical-tree-1.2.1.tgz#44610141ca24664cad35d1e607176193fd8f5b88" + integrity sha512-AJI/qxDB2PWI4LG1CYN579AY1vCiNyWfkiquCsJWqntRu/WwimVrC8yXeILBFHDwxfOejxewlmnvW9XXjMlYIg== + +"npm-package-arg@^4.0.0 || ^5.0.0 || ^6.0.0", "npm-package-arg@^5.1.2 || 6", npm-package-arg@^6.0.0, npm-package-arg@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-6.1.0.tgz#15ae1e2758a5027efb4c250554b85a737db7fcc1" integrity sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA== @@ -5238,7 +5430,7 @@ npm-lifecycle@^2.0.0: semver "^5.5.0" validate-npm-package-name "^3.0.0" -npm-packlist@^1.1.10, npm-packlist@^1.1.6: +npm-packlist@^1.1.12, npm-packlist@^1.1.6: version "1.1.12" resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.1.12.tgz#22bde2ebc12e72ca482abd67afc51eb49377243a" integrity sha512-WJKFOVMeAlsU/pjXuqVdzU0WfgtIBCupkEVwn+1Y0ERAbUfWw8R4GjgVbaKnUjRoD2FoQbHOCbOyT5Mbs9Lw4g== @@ -5246,15 +5438,25 @@ npm-packlist@^1.1.10, npm-packlist@^1.1.6: ignore-walk "^3.0.1" npm-bundled "^1.0.1" -npm-pick-manifest@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-2.1.0.tgz#dc381bdd670c35d81655e1d5a94aa3dd4d87fce5" - integrity sha512-q9zLP8cTr8xKPmMZN3naxp1k/NxVFsjxN6uWuO1tiw9gxg7wZWQ/b5UTfzD0ANw2q1lQxdLKTeCCksq+bPSgbQ== +npm-pick-manifest@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz#32111d2a9562638bb2c8f2bf27f7f3092c8fae40" + integrity sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA== dependencies: + figgy-pudding "^3.5.1" npm-package-arg "^6.0.0" semver "^5.4.1" -npm-registry-fetch@^3.0.0, npm-registry-fetch@^3.8.0: +npm-profile@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-4.0.1.tgz#d350f7a5e6b60691c7168fbb8392c3603583f5aa" + integrity sha512-NQ1I/1Q7YRtHZXkcuU1/IyHeLy6pd+ScKg4+DQHdfsm769TGq6HPrkbuNJVJS4zwE+0mvvmeULzQdWn2L2EsVA== + dependencies: + aproba "^1.1.2 || 2" + figgy-pudding "^3.4.1" + npm-registry-fetch "^3.8.0" + +npm-registry-fetch@^3.8.0: version "3.8.0" resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-3.8.0.tgz#aa7d9a7c92aff94f48dba0984bdef4bd131c88cc" integrity sha512-hrw8UMD+Nob3Kl3h8Z/YjmKamb1gf7D1ZZch2otrIXM3uFLB5vjEY6DhMlq80z/zZet6eETLbOXcuQudCB3Zpw== @@ -5585,38 +5787,38 @@ package-hash@^2.0.0: md5-hex "^2.0.0" release-zalgo "^1.0.0" -pacote@^9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.1.0.tgz#59810859bbd72984dcb267269259375d32f391e5" - integrity sha512-AFXaSWhOtQf3jHqEvg+ZYH/dfT8TKq6TKspJ4qEFwVVuh5aGvMIk6SNF8vqfzz+cBceDIs9drOcpBbrPai7i+g== +pacote@^9.2.3: + version "9.2.3" + resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.2.3.tgz#48cfe87beb9177acd6594355a584a538835424b3" + integrity sha512-Y3+yY3nBRAxMlZWvr62XLJxOwCmG9UmkGZkFurWHoCjqF0cZL72cTOCRJTvWw8T4OhJS2RTg13x4oYYriauvEw== dependencies: - bluebird "^3.5.1" - cacache "^11.0.2" - figgy-pudding "^3.2.1" - get-stream "^3.0.0" - glob "^7.1.2" + bluebird "^3.5.2" + cacache "^11.2.0" + figgy-pudding "^3.5.1" + get-stream "^4.1.0" + glob "^7.1.3" lru-cache "^4.1.3" make-fetch-happen "^4.0.1" minimatch "^3.0.4" - minipass "^2.3.3" + minipass "^2.3.5" mississippi "^3.0.0" mkdirp "^0.5.1" normalize-package-data "^2.4.0" npm-package-arg "^6.1.0" - npm-packlist "^1.1.10" - npm-pick-manifest "^2.1.0" - npm-registry-fetch "^3.0.0" + npm-packlist "^1.1.12" + npm-pick-manifest "^2.2.3" + npm-registry-fetch "^3.8.0" osenv "^0.1.5" promise-inflight "^1.0.1" promise-retry "^1.1.1" - protoduck "^5.0.0" + protoduck "^5.0.1" rimraf "^2.6.2" safe-buffer "^5.1.2" - semver "^5.5.0" - ssri "^6.0.0" - tar "^4.4.3" - unique-filename "^1.1.0" - which "^1.3.0" + semver "^5.6.0" + ssri "^6.0.1" + tar "^4.4.6" + unique-filename "^1.1.1" + which "^1.3.1" pako@^0.2.5: version "0.2.9" @@ -5768,6 +5970,11 @@ path-is-absolute@^1.0.0: resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= +path-is-inside@^1.0.1, path-is-inside@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" + integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= + path-key@^2.0.0, path-key@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" @@ -6466,12 +6673,12 @@ proto-list@~1.2.1: resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk= -protoduck@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/protoduck/-/protoduck-5.0.0.tgz#752145e6be0ad834cb25716f670a713c860dce70" - integrity sha512-agsGWD8/RZrS4ga6v82Fxb0RHIS2RZnbsSue6A9/MBRhB/jcqOANAMNrqM9900b8duj+Gx+T/JMy5IowDoO/hQ== +protoduck@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/protoduck/-/protoduck-5.0.1.tgz#03c3659ca18007b69a50fd82a7ebcc516261151f" + integrity sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg== dependencies: - genfun "^4.0.1" + genfun "^5.0.0" pseudomap@^1.0.2: version "1.0.2" @@ -6614,7 +6821,7 @@ read-cmd-shim@^1.0.1: dependencies: graceful-fs "^4.1.2" -"read-package-json@1 || 2", read-package-json@^2.0.0: +"read-package-json@1 || 2", read-package-json@^2.0.0, read-package-json@^2.0.13: version "2.0.13" resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-2.0.13.tgz#2e82ebd9f613baa6d2ebe3aa72cefe3f68e41f4a" integrity sha512-/1dZ7TRZvGrYqE0UAfN6qQb5GYBsNcqS1C0tNK601CFOJmtHI7NIGXwetEPU/OtoFHZL3hDxm4rolFFVE9Bnmg== @@ -6661,7 +6868,7 @@ read-pkg-up@^4.0.0: find-up "^3.0.0" read-pkg "^3.0.0" -read-pkg@^1.0.0, read-pkg@^1.1.0: +read-pkg@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= @@ -6948,7 +7155,7 @@ rgba-regex@^1.0.0: resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= -rimraf@2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2: +rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w== @@ -7013,7 +7220,7 @@ sax@^1.2.4, sax@~1.2.1, sax@~1.2.4: resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== -"semver@2 || 3 || 4 || 5", "semver@2.x || 3.x || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0: +"semver@2 || 3 || 4 || 5", "semver@2.x || 3.x || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: version "5.6.0" resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== @@ -7334,7 +7541,7 @@ sshpk@^1.7.0: safer-buffer "^2.0.2" tweetnacl "~0.14.0" -ssri@^6.0.0: +ssri@^6.0.0, ssri@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== @@ -7452,6 +7659,11 @@ string_decoder@^1.0.0, string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" +stringify-package@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.0.tgz#e02828089333d7d45cd8c287c30aa9a13375081b" + integrity sha512-JIQqiWmLiEozOC0b0BtxZ/AOUtdUZHCBPgqIZ2kSJJqGwgb9neo44XdTHUC4HZSGqi03hOeB7W/E8rAlKnGe9g== + strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" @@ -7587,7 +7799,7 @@ tar@^2.0.0: fstream "^1.0.2" inherits "2" -tar@^4, tar@^4.4.3: +tar@^4: version "4.4.6" resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b" integrity sha512-tMkTnh9EdzxyfW+6GK6fCahagXsnYk6kE6S9Gr9pjVdys769+laCTbodXDhPAjzVtEBazRgP0gYqOjnk9dQzLg== @@ -7600,6 +7812,19 @@ tar@^4, tar@^4.4.3: safe-buffer "^5.1.2" yallist "^3.0.2" +tar@^4.4.6: + version "4.4.8" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.8.tgz#b19eec3fde2a96e64666df9fdb40c5ca1bc3747d" + integrity sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ== + dependencies: + chownr "^1.1.1" + fs-minipass "^1.2.5" + minipass "^2.3.4" + minizlib "^1.1.1" + mkdirp "^0.5.0" + safe-buffer "^5.1.2" + yallist "^3.0.2" + temp-dir@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" @@ -7617,7 +7842,16 @@ temp-write@^3.4.0: temp-dir "^1.0.0" uuid "^3.0.1" -terser@^3.10.1, terser@^3.7.3, terser@^3.8.1: +terser@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-3.11.0.tgz#60782893e1f4d6788acc696351f40636d0e37af0" + integrity sha512-5iLMdhEPIq3zFWskpmbzmKwMQixKmTYwY3Ox9pjtSklBLnHiuQ0GKJLhL1HSYtyffHM3/lDIFBnb82m9D7ewwQ== + dependencies: + commander "~2.17.1" + source-map "~0.6.1" + source-map-support "~0.5.6" + +terser@^3.7.3, terser@^3.8.1: version "3.10.1" resolved "https://registry.yarnpkg.com/terser/-/terser-3.10.1.tgz#59c8cf87262d59e018ded4df30f834b602b1e232" integrity sha512-GE0ShECt1/dZUZt9Kyr/IC6xXG46pTbm1C1WfzQbbnRB5LhdJlF8p5NBZ38RjspD7hEM9O5ud8aIcOFY6evl4A== @@ -7850,11 +8084,16 @@ typedoc@^0.13.0: typedoc-default-themes "^0.5.0" typescript "3.1.x" -typescript@3.1.x, typescript@^3.1.3: +typescript@3.1.x: version "3.1.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.3.tgz#01b70247a6d3c2467f70c45795ef5ea18ce191d5" integrity sha512-+81MUSyX+BaSo+u2RbozuQk/UWx6hfG0a5gHu4ANEM4sU96XbuIyAB+rWBW1u70c6a5QuZfuYICn3s2UjuHUpA== +typescript@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5" + integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg== + uglify-js@^3.1.4: version "3.4.9" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3" @@ -7924,7 +8163,7 @@ uniqs@^2.0.0: resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI= -unique-filename@^1.1.0: +unique-filename@^1.1.0, unique-filename@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== From 3b3e5032483c08eb89c775fcdf63f6689c743f5b Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Fri, 14 Dec 2018 21:29:10 +0000 Subject: [PATCH 09/13] fix(pointfree-lang): update parser stubs (TS3.2.x) --- packages/pointfree-lang/src/parser.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/pointfree-lang/src/parser.ts b/packages/pointfree-lang/src/parser.ts index 96cdc40e05..b47225d1f4 100644 --- a/packages/pointfree-lang/src/parser.ts +++ b/packages/pointfree-lang/src/parser.ts @@ -2,8 +2,11 @@ // // Stubs for auto-generated parser module (using pegjs 0.10.+) // To rebuild the parser run either: `yarn build` or `yarn peg` -export function SyntaxError(message: string, expected: string, found: any, loc: any) { - message; expected; found; loc; +export class SyntaxError { + message: string; + expected: string; + found: any; + location: any; } export function parse(input: string, options?: any): any { From aac8b6f6288de024f8ecea6315f51c1696d0e3d1 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sat, 15 Dec 2018 14:18:03 +0000 Subject: [PATCH 10/13] feat(hiccup-css): add animation(), add test & update readme --- packages/hiccup-css/README.md | 38 +++++++++++++++++ packages/hiccup-css/src/animation.ts | 64 ++++++++++++++++++++++++++++ packages/hiccup-css/src/index.ts | 1 + packages/hiccup-css/test/index.ts | 16 ++++++- 4 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 packages/hiccup-css/src/animation.ts diff --git a/packages/hiccup-css/README.md b/packages/hiccup-css/README.md index cc99bcc994..2a36872eb8 100644 --- a/packages/hiccup-css/README.md +++ b/packages/hiccup-css/README.md @@ -27,6 +27,7 @@ This project is part of the - [Auto-prefixed properties](#auto-prefixed-properties) - [Media queries](#media-queries) - [Keyframes](#keyframes) + - [Animations](#animations) - [DOM stylesheet injection](#dom-stylesheet-injection) - [General function handling](#general-function-handling) - [Functions in scope head position](#functions-in-scope-head-position) @@ -458,6 +459,43 @@ css.css( } ``` +### Animations + +Animations can be defined via the `animation()` function and define new +`@keyframes` with given `id` and related class of same name to configure +given animation `opts`. Only the `duration`option is given a default +value (250ms), all others are optional. + +```ts +css( + animation( + "delayed-fade-in", + { delay: "0.5s" }, + { opacity: 0 }, + { opacity: 1 } + ) +); +``` + +Results in: + +```css +@keyframes delayed-fade-in { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + +.delayed-fade-in { + animation-duration: 250ms; + animation-name: delayed-fade-in; + animation-delay: 0.5s; +} +``` + ### DOM stylesheet injection CSS strings can be installed into the DOM `` element via `injectStyleSheet()`: diff --git a/packages/hiccup-css/src/animation.ts b/packages/hiccup-css/src/animation.ts new file mode 100644 index 0000000000..b68b410852 --- /dev/null +++ b/packages/hiccup-css/src/animation.ts @@ -0,0 +1,64 @@ +import { at_keyframes } from "./keyframes"; + +export interface AnimationOpts { + delay: string; + direction: "unset" | "inherit" | "initial" | "normal" | "reverse" | "alternate" | "alternate-reverse"; + duration: string; + "fill-mode": "none" | "forwards" | "backwards" | "both"; + "iteration-count": number; + "play-state": "unset" | "inherit" | "initial" | "paused" | "running"; + "timing-function": string; +} + +/** + * Defines new `@keyframes` with given `id` and creates related class of + * same name to configure given animation `opts`. Only the `duration` + * option is given a default value (250ms), all others are optional. + * + * ``` + * css( + * animation( + * "fadein", + * { delay: "0.5s" }, + * { opacity: 0 }, + * { opacity: 1 } + * ) + * ); + * ``` + * + * ```css + * @keyframes fadein { + * 0% { + * opacity: 0; + * } + * 100% { + * opacity: 1; + * } + * } + * + * .fadein { + * animation-duration: 250ms; + * animation-name: fadein; + * animation-delay: 0.5s; + * } + * ``` + * + * @param id + * @param opts + * @param keyframes + */ +export const animation = + (id: string, opts: Partial, ...keyframes: any) => { + opts = { + duration: "250ms", + name: id, + ...opts + }; + return [ + at_keyframes.apply(null, [id, ...keyframes]), + [ + `.${id}`, + Object.keys(opts).reduce((acc, k) => (acc[`animation-${k}`] = opts[k], acc), {}) + ] + ]; + }; diff --git a/packages/hiccup-css/src/index.ts b/packages/hiccup-css/src/index.ts index 3468f7b9a1..3e3f7bcb73 100644 --- a/packages/hiccup-css/src/index.ts +++ b/packages/hiccup-css/src/index.ts @@ -1,4 +1,5 @@ export * from "./api"; +export * from "./animation"; export * from "./attribs"; export * from "./comment"; export * from "./conditional"; diff --git a/packages/hiccup-css/test/index.ts b/packages/hiccup-css/test/index.ts index 8ac3bb3e72..0053f163a0 100644 --- a/packages/hiccup-css/test/index.ts +++ b/packages/hiccup-css/test/index.ts @@ -1,6 +1,6 @@ import * as assert from "assert"; -import { css, PRETTY, at_import, at_keyframes, at_media } from "../src"; +import { css, PRETTY, at_import, at_keyframes, at_media, animation } from "../src"; const rules = { a: { color: "red" }, @@ -128,4 +128,18 @@ describe("hiccup-css", () => { "@media screen and print{div .foo{color:red;}@media print and (max-width:20rem){div{border:0;}}}" ); }); + + it("animation", () => { + assert.equal( + css( + animation( + "delayed-fade-in", + { delay: "0.5s" }, + { opacity: 0 }, + { opacity: 1 } + ) + ), + "@keyframes delayed-fade-in{0%{opacity:0;}100%{opacity:1;}}.delayed-fade-in{animation-duration:250ms;animation-name:delayed-fade-in;animation-delay:0.5s;}" + ); + }); }); From 32847a91b6373d307ac534f960c3058a9fb40ecf Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sat, 15 Dec 2018 17:18:09 +0000 Subject: [PATCH 11/13] build(examples): update deps --- examples/async-effect/package.json | 4 ++-- examples/canvas-dial/index.html | 2 +- examples/canvas-dial/package.json | 4 ++-- examples/cellular-automata/package.json | 4 ++-- examples/commit-table-ssr/index.html | 2 +- examples/commit-table-ssr/package.json | 4 ++-- examples/crypto-chart/index.html | 2 +- examples/crypto-chart/package.json | 4 ++-- examples/dashboard/package.json | 4 ++-- examples/devcards/package.json | 4 ++-- examples/geom-knn/index.html | 7 +++++-- examples/geom-knn/package.json | 4 ++-- examples/geom-tessel/index.html | 7 +++++-- examples/geom-tessel/package.json | 4 ++-- examples/gesture-analysis/index.html | 2 +- examples/gesture-analysis/package.json | 4 ++-- examples/hdom-basics/package.json | 4 ++-- examples/hdom-benchmark/package.json | 4 ++-- examples/hdom-benchmark2/index.html | 2 +- examples/hdom-benchmark2/package.json | 4 ++-- examples/hdom-canvas-clock/index.html | 7 +++++-- examples/hdom-canvas-clock/package.json | 4 ++-- examples/hdom-canvas-draw/index.html | 7 +++++-- examples/hdom-canvas-draw/package.json | 4 ++-- examples/hdom-canvas-shapes/index.html | 7 +++++-- examples/hdom-canvas-shapes/package.json | 4 ++-- examples/hdom-dropdown-fuzzy/index.html | 2 +- examples/hdom-dropdown-fuzzy/package.json | 4 ++-- examples/hdom-dropdown/index.html | 2 +- examples/hdom-dropdown/package.json | 4 ++-- examples/hdom-dyn-context/index.html | 7 +++++-- examples/hdom-dyn-context/package.json | 4 ++-- examples/hdom-skip/index.html | 7 +++++-- examples/hdom-skip/package.json | 6 +++--- examples/hdom-theme-adr-0003/index.html | 2 +- examples/hdom-theme-adr-0003/package.json | 4 ++-- examples/hmr-basics/index.html | 2 +- examples/hmr-basics/package.json | 4 ++-- examples/hydrate-basics/index.html | 2 +- examples/hydrate-basics/package.json | 4 ++-- examples/interceptor-basics/index.html | 7 +++++-- examples/interceptor-basics/package.json | 4 ++-- examples/interceptor-basics2/package.json | 4 ++-- examples/json-components/package.json | 4 ++-- examples/login-form/package.json | 4 ++-- examples/mandelbrot/index.html | 2 +- examples/mandelbrot/package.json | 4 ++-- examples/pointfree-svg/package.json | 2 +- examples/router-basics/index.html | 2 +- examples/router-basics/package.json | 4 ++-- examples/rstream-dataflow/index.html | 2 +- examples/rstream-dataflow/package.json | 4 ++-- examples/rstream-grid/index.html | 2 +- examples/rstream-grid/package.json | 4 ++-- examples/rstream-hdom/index.html | 2 +- examples/rstream-hdom/package.json | 4 ++-- examples/svg-barchart/index.html | 7 +++++-- examples/svg-barchart/package.json | 4 ++-- examples/svg-particles/package.json | 4 ++-- examples/svg-waveform/index.html | 2 +- examples/svg-waveform/package.json | 4 ++-- examples/talk-slides/index.html | 2 +- examples/talk-slides/package.json | 4 ++-- examples/todo-list/package.json | 4 ++-- examples/transducers-hdom/index.html | 2 +- examples/transducers-hdom/package.json | 4 ++-- examples/triple-query/index.html | 2 +- examples/triple-query/package.json | 4 ++-- examples/webgl/package.json | 4 ++-- examples/xml-converter/index.html | 2 +- examples/xml-converter/package.json | 4 ++-- 71 files changed, 149 insertions(+), 122 deletions(-) diff --git a/examples/async-effect/package.json b/examples/async-effect/package.json index e8354135f3..49117455ee 100644 --- a/examples/async-effect/package.json +++ b/examples/async-effect/package.json @@ -12,8 +12,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/canvas-dial/index.html b/examples/canvas-dial/index.html index 70534b0778..71acba610a 100644 --- a/examples/canvas-dial/index.html +++ b/examples/canvas-dial/index.html @@ -6,7 +6,7 @@ canvas-dial - + diff --git a/examples/canvas-dial/package.json b/examples/canvas-dial/package.json index 0e51c23e6a..32eddd14d2 100644 --- a/examples/canvas-dial/package.json +++ b/examples/canvas-dial/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/cellular-automata/package.json b/examples/cellular-automata/package.json index 6155ffeb5b..0f13799a9b 100644 --- a/examples/cellular-automata/package.json +++ b/examples/cellular-automata/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/commit-table-ssr/index.html b/examples/commit-table-ssr/index.html index 868c182c64..122f00b052 100644 --- a/examples/commit-table-ssr/index.html +++ b/examples/commit-table-ssr/index.html @@ -4,7 +4,7 @@ - + commit-table-hdom diff --git a/examples/commit-table-ssr/package.json b/examples/commit-table-ssr/package.json index d1c4eb4b39..4290c33267 100644 --- a/examples/commit-table-ssr/package.json +++ b/examples/commit-table-ssr/package.json @@ -13,8 +13,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "express": "^4.16.3", diff --git a/examples/crypto-chart/index.html b/examples/crypto-chart/index.html index 4053cae6b7..0f8cca26ef 100644 --- a/examples/crypto-chart/index.html +++ b/examples/crypto-chart/index.html @@ -6,7 +6,7 @@ crypto-chart - + diff --git a/examples/crypto-chart/package.json b/examples/crypto-chart/package.json index f94555e4a6..ab1c7c6525 100644 --- a/examples/crypto-chart/package.json +++ b/examples/crypto-chart/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/dashboard/package.json b/examples/dashboard/package.json index 72e212bfa8..8dd96ed989 100644 --- a/examples/dashboard/package.json +++ b/examples/dashboard/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/hdom": "latest" diff --git a/examples/devcards/package.json b/examples/devcards/package.json index 4f503f0877..1b56495ea9 100644 --- a/examples/devcards/package.json +++ b/examples/devcards/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/geom-knn/index.html b/examples/geom-knn/index.html index ebf5a28ba7..0a699d2de3 100644 --- a/examples/geom-knn/index.html +++ b/examples/geom-knn/index.html @@ -1,16 +1,19 @@ + geom-knn - + +
- + + \ No newline at end of file diff --git a/examples/geom-knn/package.json b/examples/geom-knn/package.json index 4a3b1a6649..6beffe1a45 100644 --- a/examples/geom-knn/package.json +++ b/examples/geom-knn/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/bench": "latest", diff --git a/examples/geom-tessel/index.html b/examples/geom-tessel/index.html index ded2f6ee63..4d002a723c 100644 --- a/examples/geom-tessel/index.html +++ b/examples/geom-tessel/index.html @@ -1,16 +1,19 @@ + geom-tessel - + +
- + + \ No newline at end of file diff --git a/examples/geom-tessel/package.json b/examples/geom-tessel/package.json index bf1432d5d2..3f6496ff04 100644 --- a/examples/geom-tessel/package.json +++ b/examples/geom-tessel/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/compose": "latest", diff --git a/examples/gesture-analysis/index.html b/examples/gesture-analysis/index.html index f03342fd2c..b24905ce4c 100644 --- a/examples/gesture-analysis/index.html +++ b/examples/gesture-analysis/index.html @@ -6,7 +6,7 @@ gestures - + diff --git a/examples/gesture-analysis/package.json b/examples/gesture-analysis/package.json index e6bbeb7a54..3ed3783c76 100644 --- a/examples/gesture-analysis/package.json +++ b/examples/gesture-analysis/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/hiccup-svg": "latest", diff --git a/examples/hdom-basics/package.json b/examples/hdom-basics/package.json index efe504fa32..0f8e338544 100644 --- a/examples/hdom-basics/package.json +++ b/examples/hdom-basics/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/hdom": "latest" diff --git a/examples/hdom-benchmark/package.json b/examples/hdom-benchmark/package.json index b75dcd3e7e..69b6e84237 100644 --- a/examples/hdom-benchmark/package.json +++ b/examples/hdom-benchmark/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/hdom-benchmark2/index.html b/examples/hdom-benchmark2/index.html index b07d62700c..5819acedc1 100644 --- a/examples/hdom-benchmark2/index.html +++ b/examples/hdom-benchmark2/index.html @@ -6,7 +6,7 @@ hdom-benchmark2 - + diff --git a/examples/hdom-benchmark2/package.json b/examples/hdom-benchmark2/package.json index c5e1f9fd97..a026e49776 100644 --- a/examples/hdom-benchmark2/package.json +++ b/examples/hdom-benchmark2/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/binary": "latest", diff --git a/examples/hdom-canvas-clock/index.html b/examples/hdom-canvas-clock/index.html index d0843a2958..b7b82f3993 100644 --- a/examples/hdom-canvas-clock/index.html +++ b/examples/hdom-canvas-clock/index.html @@ -1,16 +1,19 @@ + hdom-canvas - + +
- + + \ No newline at end of file diff --git a/examples/hdom-canvas-clock/package.json b/examples/hdom-canvas-clock/package.json index adc5df144f..e3d7f1d855 100644 --- a/examples/hdom-canvas-clock/package.json +++ b/examples/hdom-canvas-clock/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/hdom-canvas-draw/index.html b/examples/hdom-canvas-draw/index.html index cdb4c7ffa6..ca5e416757 100644 --- a/examples/hdom-canvas-draw/index.html +++ b/examples/hdom-canvas-draw/index.html @@ -1,16 +1,19 @@ + hdom-canvas-draw - + +
- + + \ No newline at end of file diff --git a/examples/hdom-canvas-draw/package.json b/examples/hdom-canvas-draw/package.json index 23c8327e69..72cae997cf 100644 --- a/examples/hdom-canvas-draw/package.json +++ b/examples/hdom-canvas-draw/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/hdom-canvas": "latest", diff --git a/examples/hdom-canvas-shapes/index.html b/examples/hdom-canvas-shapes/index.html index aa303bc7a4..4b9378e5b5 100644 --- a/examples/hdom-canvas-shapes/index.html +++ b/examples/hdom-canvas-shapes/index.html @@ -1,16 +1,19 @@ + hdom-canvas-shapes - + +
- + + \ No newline at end of file diff --git a/examples/hdom-canvas-shapes/package.json b/examples/hdom-canvas-shapes/package.json index 4c88d56e42..6e1cf9dac8 100644 --- a/examples/hdom-canvas-shapes/package.json +++ b/examples/hdom-canvas-shapes/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/hdom-canvas": "latest", diff --git a/examples/hdom-dropdown-fuzzy/index.html b/examples/hdom-dropdown-fuzzy/index.html index 0ee3a94645..12c06f4813 100644 --- a/examples/hdom-dropdown-fuzzy/index.html +++ b/examples/hdom-dropdown-fuzzy/index.html @@ -6,7 +6,7 @@ hdom-dropdown-fuzzy - + diff --git a/examples/hdom-dropdown-fuzzy/package.json b/examples/hdom-dropdown-fuzzy/package.json index 796167fa8f..8add8bc01b 100644 --- a/examples/hdom-dropdown-fuzzy/package.json +++ b/examples/hdom-dropdown-fuzzy/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/hdom-dropdown/index.html b/examples/hdom-dropdown/index.html index 634755cc33..408ccf8f8f 100644 --- a/examples/hdom-dropdown/index.html +++ b/examples/hdom-dropdown/index.html @@ -6,7 +6,7 @@ hdom-dropdown - + +
- + + \ No newline at end of file diff --git a/examples/hdom-dyn-context/package.json b/examples/hdom-dyn-context/package.json index 9d06d462ac..4d26dd4252 100644 --- a/examples/hdom-dyn-context/package.json +++ b/examples/hdom-dyn-context/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/atom": "latest", diff --git a/examples/hdom-skip/index.html b/examples/hdom-skip/index.html index 31b19184e1..d3f0cbcb34 100644 --- a/examples/hdom-skip/index.html +++ b/examples/hdom-skip/index.html @@ -1,16 +1,19 @@ + hdom-skip - + +
- + + \ No newline at end of file diff --git a/examples/hdom-skip/package.json b/examples/hdom-skip/package.json index 43ef027dc4..decb5f7656 100644 --- a/examples/hdom-skip/package.json +++ b/examples/hdom-skip/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", @@ -26,4 +26,4 @@ "browser": { "process": false } -} +} \ No newline at end of file diff --git a/examples/hdom-theme-adr-0003/index.html b/examples/hdom-theme-adr-0003/index.html index 624939da6c..f84ebc1ff4 100644 --- a/examples/hdom-theme-adr-0003/index.html +++ b/examples/hdom-theme-adr-0003/index.html @@ -6,7 +6,7 @@ hdom-theme-adr-0003 - + diff --git a/examples/hmr-basics/package.json b/examples/hmr-basics/package.json index f13bc92642..af7b321481 100644 --- a/examples/hmr-basics/package.json +++ b/examples/hmr-basics/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/atom": "latest", diff --git a/examples/hydrate-basics/index.html b/examples/hydrate-basics/index.html index cecc0b80be..a35f4831b1 100644 --- a/examples/hydrate-basics/index.html +++ b/examples/hydrate-basics/index.html @@ -6,7 +6,7 @@ hydrate-basics - + diff --git a/examples/hydrate-basics/package.json b/examples/hydrate-basics/package.json index 9dd4025ffd..3eeff85f23 100644 --- a/examples/hydrate-basics/package.json +++ b/examples/hydrate-basics/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/interceptor-basics/index.html b/examples/interceptor-basics/index.html index e6fa25117b..3cbb7a84ec 100644 --- a/examples/interceptor-basics/index.html +++ b/examples/interceptor-basics/index.html @@ -1,16 +1,19 @@ + interceptor-basics - + +
- + + \ No newline at end of file diff --git a/examples/interceptor-basics/package.json b/examples/interceptor-basics/package.json index ed7921575d..06cb1d3b78 100644 --- a/examples/interceptor-basics/package.json +++ b/examples/interceptor-basics/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/interceptor-basics2/package.json b/examples/interceptor-basics2/package.json index 45fb468992..784456752c 100644 --- a/examples/interceptor-basics2/package.json +++ b/examples/interceptor-basics2/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/json-components/package.json b/examples/json-components/package.json index 1a08432ca5..a961527c47 100644 --- a/examples/json-components/package.json +++ b/examples/json-components/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/login-form/package.json b/examples/login-form/package.json index 3a36f96d32..9a2f396e19 100644 --- a/examples/login-form/package.json +++ b/examples/login-form/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/atom": "latest", diff --git a/examples/mandelbrot/index.html b/examples/mandelbrot/index.html index 06b846bd91..3d378f7ac0 100644 --- a/examples/mandelbrot/index.html +++ b/examples/mandelbrot/index.html @@ -6,7 +6,7 @@ mandelbrot - + diff --git a/examples/mandelbrot/package.json b/examples/mandelbrot/package.json index 1b0b668b6f..35fe5eadf6 100644 --- a/examples/mandelbrot/package.json +++ b/examples/mandelbrot/package.json @@ -12,8 +12,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/pointfree-svg/package.json b/examples/pointfree-svg/package.json index 15df438bbb..19838ceefb 100644 --- a/examples/pointfree-svg/package.json +++ b/examples/pointfree-svg/package.json @@ -15,6 +15,6 @@ "@thi.ng/pointfree-lang": "latest" }, "devDependencies": { - "typescript": "^3.1.3" + "typescript": "^3.2.2" } } \ No newline at end of file diff --git a/examples/router-basics/index.html b/examples/router-basics/index.html index 7f8e7f71c5..1f2a636f78 100644 --- a/examples/router-basics/index.html +++ b/examples/router-basics/index.html @@ -6,7 +6,7 @@ router-basics - + diff --git a/examples/rstream-hdom/package.json b/examples/rstream-hdom/package.json index c831f61793..2decae4fec 100644 --- a/examples/rstream-hdom/package.json +++ b/examples/rstream-hdom/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/svg-barchart/index.html b/examples/svg-barchart/index.html index 19fad9011e..2f4bd05ffa 100644 --- a/examples/svg-barchart/index.html +++ b/examples/svg-barchart/index.html @@ -1,16 +1,19 @@ + svg-barchart - + +
- + + \ No newline at end of file diff --git a/examples/svg-barchart/package.json b/examples/svg-barchart/package.json index e6f701d103..75290b28f1 100644 --- a/examples/svg-barchart/package.json +++ b/examples/svg-barchart/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/svg-particles/package.json b/examples/svg-particles/package.json index eeeea72c0a..1bedef4aed 100644 --- a/examples/svg-particles/package.json +++ b/examples/svg-particles/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/svg-waveform/index.html b/examples/svg-waveform/index.html index 05438bf55f..a2d062c13a 100644 --- a/examples/svg-waveform/index.html +++ b/examples/svg-waveform/index.html @@ -6,7 +6,7 @@ svg-waveform - + diff --git a/examples/transducers-hdom/package.json b/examples/transducers-hdom/package.json index b382b31dee..aabe19927d 100644 --- a/examples/transducers-hdom/package.json +++ b/examples/transducers-hdom/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "parcel-bundler": "^1.10.3", - "terser": "^3.10.1", - "typescript": "^3.1.3" + "terser": "^3.11.0", + "typescript": "^3.2.2" }, "dependencies": { "@thi.ng/rstream": "latest", diff --git a/examples/triple-query/index.html b/examples/triple-query/index.html index e68e39e2fb..ba3e739f07 100644 --- a/examples/triple-query/index.html +++ b/examples/triple-query/index.html @@ -6,7 +6,7 @@ triple-query - + diff --git a/scripts/make-module b/scripts/make-module index 45bc54ed9c..bf87bba7cf 100755 --- a/scripts/make-module +++ b/scripts/make-module @@ -54,14 +54,14 @@ cat << EOF > $MODULE/package.json }, "devDependencies": { "@types/mocha": "^5.2.5", - "@types/node": "^10.12.0", + "@types/node": "^10.12.15", "mocha": "^5.2.0", "nyc": "^13.1.0", "typedoc": "^0.13.0", - "typescript": "^3.1.3" + "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.2" + "@thi.ng/api": "^4.2.3" }, "keywords": [ "ES6", From 159ce8f6b1d2dad1e12f2ba3f4f7b60d1623acee Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sat, 15 Dec 2018 18:42:25 +0000 Subject: [PATCH 13/13] Publish - @thi.ng/api@4.2.4 - @thi.ng/associative@0.6.18 - @thi.ng/atom@1.5.8 - @thi.ng/bench@0.3.1 - @thi.ng/binary@0.1.2 - @thi.ng/bitstream@0.4.21 - @thi.ng/cache@0.2.35 - @thi.ng/checks@1.5.14 - @thi.ng/compare@0.1.12 - @thi.ng/compose@0.2.2 - @thi.ng/csp@0.3.74 - @thi.ng/dcons@1.1.18 - @thi.ng/defmulti@0.5.1 - @thi.ng/dgraph@0.2.30 - @thi.ng/diff@2.0.2 - @thi.ng/dlogic@0.1.2 - @thi.ng/dot@0.1.18 - @thi.ng/dsp@0.1.3 - @thi.ng/equiv@0.1.15 - @thi.ng/errors@0.1.12 - @thi.ng/geom-accel@0.1.6 - @thi.ng/geom@0.2.6 - @thi.ng/hdom-canvas@0.1.16 - @thi.ng/hdom-components@2.4.1 - @thi.ng/hdom-mock@0.1.1 - @thi.ng/hdom@6.0.1 - @thi.ng/heaps@0.3.1 - @thi.ng/hiccup-carbon-icons@0.1.1 - @thi.ng/hiccup-css@0.3.0 - @thi.ng/hiccup-svg@2.0.9 - @thi.ng/hiccup@2.7.1 - @thi.ng/iges@0.2.24 - @thi.ng/interceptors@1.9.2 - @thi.ng/iterators@4.1.39 - @thi.ng/malloc@0.2.1 - @thi.ng/math@0.2.2 - @thi.ng/memoize@0.2.6 - @thi.ng/morton@0.2.2 - @thi.ng/paths@1.6.6 - @thi.ng/pointfree-lang@0.2.26 - @thi.ng/pointfree@0.8.14 - @thi.ng/random@0.1.1 - @thi.ng/range-coder@0.1.23 - @thi.ng/resolve-map@3.0.16 - @thi.ng/rle-pack@1.0.8 - @thi.ng/router@0.1.30 - @thi.ng/rstream-csp@0.1.120 - @thi.ng/rstream-dot@0.2.59 - @thi.ng/rstream-gestures@0.6.4 - @thi.ng/rstream-graph@2.1.45 - @thi.ng/rstream-log@1.0.71 - @thi.ng/rstream-query@0.3.58 - @thi.ng/rstream@1.14.4 - @thi.ng/sax@0.5.8 - @thi.ng/strings@0.7.1 - @thi.ng/transducers-fsm@0.2.31 - @thi.ng/transducers-hdom@1.2.7 - @thi.ng/transducers-stats@0.4.18 - @thi.ng/transducers@2.2.6 - @thi.ng/unionstruct@0.1.19 - @thi.ng/vectors@1.4.7 --- packages/api/CHANGELOG.md | 8 ++++++++ packages/api/package.json | 4 ++-- packages/associative/CHANGELOG.md | 8 ++++++++ packages/associative/package.json | 16 ++++++++-------- packages/atom/CHANGELOG.md | 8 ++++++++ packages/atom/package.json | 12 ++++++------ packages/bench/CHANGELOG.md | 8 ++++++++ packages/bench/package.json | 2 +- packages/binary/CHANGELOG.md | 8 ++++++++ packages/binary/package.json | 2 +- packages/bitstream/CHANGELOG.md | 8 ++++++++ packages/bitstream/package.json | 4 ++-- packages/cache/CHANGELOG.md | 8 ++++++++ packages/cache/package.json | 8 ++++---- packages/checks/CHANGELOG.md | 8 ++++++++ packages/checks/package.json | 2 +- packages/compare/CHANGELOG.md | 8 ++++++++ packages/compare/package.json | 2 +- packages/compose/CHANGELOG.md | 8 ++++++++ packages/compose/package.json | 6 +++--- packages/csp/CHANGELOG.md | 8 ++++++++ packages/csp/package.json | 12 ++++++------ packages/dcons/CHANGELOG.md | 8 ++++++++ packages/dcons/package.json | 14 +++++++------- packages/defmulti/CHANGELOG.md | 8 ++++++++ packages/defmulti/package.json | 6 +++--- packages/dgraph/CHANGELOG.md | 8 ++++++++ packages/dgraph/package.json | 12 ++++++------ packages/diff/CHANGELOG.md | 8 ++++++++ packages/diff/package.json | 6 +++--- packages/dlogic/CHANGELOG.md | 8 ++++++++ packages/dlogic/package.json | 2 +- packages/dot/CHANGELOG.md | 8 ++++++++ packages/dot/package.json | 6 +++--- packages/dsp/CHANGELOG.md | 8 ++++++++ packages/dsp/package.json | 4 ++-- packages/equiv/CHANGELOG.md | 8 ++++++++ packages/equiv/package.json | 2 +- packages/errors/CHANGELOG.md | 8 ++++++++ packages/errors/package.json | 2 +- packages/geom-accel/CHANGELOG.md | 8 ++++++++ packages/geom-accel/package.json | 10 +++++----- packages/geom/CHANGELOG.md | 8 ++++++++ packages/geom/package.json | 12 ++++++------ packages/hdom-canvas/CHANGELOG.md | 8 ++++++++ packages/hdom-canvas/package.json | 10 +++++----- packages/hdom-components/CHANGELOG.md | 8 ++++++++ packages/hdom-components/package.json | 12 ++++++------ packages/hdom-mock/CHANGELOG.md | 8 ++++++++ packages/hdom-mock/package.json | 6 +++--- packages/hdom/CHANGELOG.md | 8 ++++++++ packages/hdom/package.json | 14 +++++++------- packages/heaps/CHANGELOG.md | 8 ++++++++ packages/heaps/package.json | 6 +++--- packages/hiccup-carbon-icons/CHANGELOG.md | 8 ++++++++ packages/hiccup-carbon-icons/package.json | 4 ++-- packages/hiccup-css/CHANGELOG.md | 11 +++++++++++ packages/hiccup-css/package.json | 10 +++++----- packages/hiccup-svg/CHANGELOG.md | 8 ++++++++ packages/hiccup-svg/package.json | 4 ++-- packages/hiccup/CHANGELOG.md | 8 ++++++++ packages/hiccup/package.json | 8 ++++---- packages/iges/CHANGELOG.md | 8 ++++++++ packages/iges/package.json | 10 +++++----- packages/interceptors/CHANGELOG.md | 8 ++++++++ packages/interceptors/package.json | 12 ++++++------ packages/iterators/CHANGELOG.md | 8 ++++++++ packages/iterators/package.json | 8 ++++---- packages/malloc/CHANGELOG.md | 8 ++++++++ packages/malloc/package.json | 10 +++++----- packages/math/CHANGELOG.md | 8 ++++++++ packages/math/package.json | 2 +- packages/memoize/CHANGELOG.md | 8 ++++++++ packages/memoize/package.json | 4 ++-- packages/morton/CHANGELOG.md | 8 ++++++++ packages/morton/package.json | 8 ++++---- packages/paths/CHANGELOG.md | 8 ++++++++ packages/paths/package.json | 6 +++--- packages/pointfree-lang/CHANGELOG.md | 11 +++++++++++ packages/pointfree-lang/package.json | 8 ++++---- packages/pointfree/CHANGELOG.md | 8 ++++++++ packages/pointfree/package.json | 10 +++++----- packages/random/CHANGELOG.md | 8 ++++++++ packages/random/package.json | 4 ++-- packages/range-coder/CHANGELOG.md | 8 ++++++++ packages/range-coder/package.json | 6 +++--- packages/resolve-map/CHANGELOG.md | 8 ++++++++ packages/resolve-map/package.json | 8 ++++---- packages/rle-pack/CHANGELOG.md | 8 ++++++++ packages/rle-pack/package.json | 6 +++--- packages/router/CHANGELOG.md | 8 ++++++++ packages/router/package.json | 10 +++++----- packages/rstream-csp/CHANGELOG.md | 8 ++++++++ packages/rstream-csp/package.json | 6 +++--- packages/rstream-dot/CHANGELOG.md | 8 ++++++++ packages/rstream-dot/package.json | 4 ++-- packages/rstream-gestures/CHANGELOG.md | 8 ++++++++ packages/rstream-gestures/package.json | 8 ++++---- packages/rstream-graph/CHANGELOG.md | 8 ++++++++ packages/rstream-graph/package.json | 16 ++++++++-------- packages/rstream-log/CHANGELOG.md | 8 ++++++++ packages/rstream-log/package.json | 12 ++++++------ packages/rstream-query/CHANGELOG.md | 8 ++++++++ packages/rstream-query/package.json | 18 +++++++++--------- packages/rstream/CHANGELOG.md | 8 ++++++++ packages/rstream/package.json | 16 ++++++++-------- packages/sax/CHANGELOG.md | 8 ++++++++ packages/sax/package.json | 8 ++++---- packages/strings/CHANGELOG.md | 8 ++++++++ packages/strings/package.json | 6 +++--- packages/transducers-fsm/CHANGELOG.md | 8 ++++++++ packages/transducers-fsm/package.json | 6 +++--- packages/transducers-hdom/CHANGELOG.md | 8 ++++++++ packages/transducers-hdom/package.json | 8 ++++---- packages/transducers-stats/CHANGELOG.md | 8 ++++++++ packages/transducers-stats/package.json | 8 ++++---- packages/transducers/CHANGELOG.md | 8 ++++++++ packages/transducers/package.json | 16 ++++++++-------- packages/unionstruct/CHANGELOG.md | 8 ++++++++ packages/unionstruct/package.json | 2 +- packages/vectors/CHANGELOG.md | 8 ++++++++ packages/vectors/package.json | 12 ++++++------ 122 files changed, 733 insertions(+), 239 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 573994327c..1444cf4943 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.2.3...@thi.ng/api@4.2.4) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/api + + + + + ## [4.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.2.2...@thi.ng/api@4.2.3) (2018-10-21) **Note:** Version bump only for package @thi.ng/api diff --git a/packages/api/package.json b/packages/api/package.json index db12fde541..aa2c8f97a0 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "4.2.3", + "version": "4.2.4", "description": "Common, generic types & interfaces for thi.ng projects", "main": "./index.js", "typings": "./index.d.ts", @@ -28,7 +28,7 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/errors": "^0.1.11" + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "compare", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index fea9cd7140..26b9dfe94e 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.6.17...@thi.ng/associative@0.6.18) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/associative + + + + + ## [0.6.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.6.16...@thi.ng/associative@0.6.17) (2018-12-13) **Note:** Version bump only for package @thi.ng/associative diff --git a/packages/associative/package.json b/packages/associative/package.json index b501e66872..f412e0d170 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "0.6.17", + "version": "0.6.18", "description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations", "main": "./index.js", "typings": "./index.d.ts", @@ -28,13 +28,13 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/compare": "^0.1.11", - "@thi.ng/dcons": "^1.1.17", - "@thi.ng/equiv": "^0.1.14", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/compare": "^0.1.12", + "@thi.ng/dcons": "^1.1.18", + "@thi.ng/equiv": "^0.1.15", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "data structures", diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 50a2b99393..1f538c4f99 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.5.7...@thi.ng/atom@1.5.8) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/atom + + + + + ## [1.5.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.5.6...@thi.ng/atom@1.5.7) (2018-12-08) **Note:** Version bump only for package @thi.ng/atom diff --git a/packages/atom/package.json b/packages/atom/package.json index ce24514048..8a45e08b01 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "1.5.7", + "version": "1.5.8", "description": "Mutable wrapper for immutable values", "main": "./index.js", "typings": "./index.d.ts", @@ -28,11 +28,11 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/equiv": "^0.1.14", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/paths": "^1.6.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/equiv": "^0.1.15", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/paths": "^1.6.6" }, "keywords": [ "cursor", diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index be49b4772a..d2954fe76d 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@0.3.0...@thi.ng/bench@0.3.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/bench + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@0.2.4...@thi.ng/bench@0.3.0) (2018-10-21) diff --git a/packages/bench/package.json b/packages/bench/package.json index 2e4e923415..a5d1656f79 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "0.3.0", + "version": "0.3.1", "description": "Basic benchmarking helpers", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index 8a89046570..004f0956bd 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@0.1.1...@thi.ng/binary@0.1.2) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/binary + + + + + ## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@0.1.0...@thi.ng/binary@0.1.1) (2018-10-21) **Note:** Version bump only for package @thi.ng/binary diff --git a/packages/binary/package.json b/packages/binary/package.json index 9d603fedba..36f80224af 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "0.1.1", + "version": "0.1.2", "description": "Assorted binary / bitwise operations, conversions, utilities.", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index 38789235f0..0faacd0794 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.20...@thi.ng/bitstream@0.4.21) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/bitstream + + + + + ## [0.4.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.19...@thi.ng/bitstream@0.4.20) (2018-10-21) **Note:** Version bump only for package @thi.ng/bitstream diff --git a/packages/bitstream/package.json b/packages/bitstream/package.json index bcf296bab6..79c73888fe 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "0.4.20", + "version": "0.4.21", "description": "ES6 iterator based read/write bit streams & support for variable word widths", "main": "./index.js", "typings": "./index.d.ts", @@ -20,7 +20,7 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "dependencies": { - "@thi.ng/errors": "^0.1.11" + "@thi.ng/errors": "^0.1.12" }, "devDependencies": { "@types/mocha": "^5.2.5", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index fe28390454..5e21e56e87 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.34...@thi.ng/cache@0.2.35) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/cache + + + + + ## [0.2.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.33...@thi.ng/cache@0.2.34) (2018-12-13) **Note:** Version bump only for package @thi.ng/cache diff --git a/packages/cache/package.json b/packages/cache/package.json index cb137e408b..c9370b5127 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "0.2.34", + "version": "0.2.35", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "main": "./index.js", "typings": "./index.d.ts", @@ -28,9 +28,9 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/dcons": "^1.1.17", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/dcons": "^1.1.18", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "cache", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index 8e71073cf2..c837a26f87 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.13...@thi.ng/checks@1.5.14) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/checks + + + + + ## [1.5.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.12...@thi.ng/checks@1.5.13) (2018-10-21) **Note:** Version bump only for package @thi.ng/checks diff --git a/packages/checks/package.json b/packages/checks/package.json index d05b460a45..a9d6dd6968 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "1.5.13", + "version": "1.5.14", "description": "Single-function sub-modules for type, feature & value checks", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index 7771f86491..7ffe761e26 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.11...@thi.ng/compare@0.1.12) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/compare + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.10...@thi.ng/compare@0.1.11) (2018-10-21) **Note:** Version bump only for package @thi.ng/compare diff --git a/packages/compare/package.json b/packages/compare/package.json index a20ecc9071..07068a6585 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "0.1.11", + "version": "0.1.12", "description": "Comparator with optional delegation for types implementing @thi.ng/api/ICompare interface", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index fa7d2b7d44..ccdd984a68 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@0.2.1...@thi.ng/compose@0.2.2) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/compose + + + + + ## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@0.2.0...@thi.ng/compose@0.2.1) (2018-10-21) **Note:** Version bump only for package @thi.ng/compose diff --git a/packages/compose/package.json b/packages/compose/package.json index 02d3c5138b..15eeb45d1d 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "0.2.1", + "version": "0.2.2", "description": "Functional composition helpers", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/errors": "^0.1.11" + "@thi.ng/api": "^4.2.4", + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "composition", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 6d6660b0a5..1366ce4640 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.74](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.73...@thi.ng/csp@0.3.74) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/csp + + + + + ## [0.3.73](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.72...@thi.ng/csp@0.3.73) (2018-12-13) **Note:** Version bump only for package @thi.ng/csp diff --git a/packages/csp/package.json b/packages/csp/package.json index 40f69612c7..32e7274c7c 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "0.3.73", + "version": "0.3.74", "description": "ES6 promise based CSP implementation", "main": "./index.js", "typings": "./index.d.ts", @@ -32,11 +32,11 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/dcons": "^1.1.17", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/dcons": "^1.1.18", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "async", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 870a28b2cb..161990b889 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.1.17...@thi.ng/dcons@1.1.18) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/dcons + + + + + ## [1.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.1.16...@thi.ng/dcons@1.1.17) (2018-12-13) **Note:** Version bump only for package @thi.ng/dcons diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 57301c91a9..3dd85dd1e1 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "1.1.17", + "version": "1.1.18", "description": "Comprehensive doubly linked list structure w/ iterator support", "main": "./index.js", "typings": "./index.d.ts", @@ -28,12 +28,12 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/compare": "^0.1.11", - "@thi.ng/equiv": "^0.1.14", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/compare": "^0.1.12", + "@thi.ng/equiv": "^0.1.15", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "datastructure", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index d9eb8f5dcb..720ffd646c 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.5.0...@thi.ng/defmulti@0.5.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/defmulti + + + + + # [0.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.4.1...@thi.ng/defmulti@0.5.0) (2018-10-24) diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index bcb8d82d95..5ab65ba6f1 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "0.5.0", + "version": "0.5.1", "description": "Dynamically extensible multiple dispatch via user supplied dispatch function.", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/errors": "^0.1.11" + "@thi.ng/api": "^4.2.4", + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "ES6", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index d4e08e1768..f55dd1c0a7 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.29...@thi.ng/dgraph@0.2.30) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/dgraph + + + + + ## [0.2.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.28...@thi.ng/dgraph@0.2.29) (2018-12-13) **Note:** Version bump only for package @thi.ng/dgraph diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 488b6e779e..eff0edde40 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "0.2.29", + "version": "0.2.30", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "main": "./index.js", "typings": "./index.d.ts", @@ -28,11 +28,11 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/associative": "^0.6.17", - "@thi.ng/equiv": "^0.1.14", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/associative": "^0.6.18", + "@thi.ng/equiv": "^0.1.15", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "data structure", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index 845fed649a..6792f21ef6 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@2.0.1...@thi.ng/diff@2.0.2) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/diff + + + + + ## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@2.0.0...@thi.ng/diff@2.0.1) (2018-12-09) diff --git a/packages/diff/package.json b/packages/diff/package.json index ce82aca0c0..b4628ad9cd 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "2.0.1", + "version": "2.0.2", "description": "Array & object Diff", "main": "./index.js", "typings": "./index.d.ts", @@ -26,8 +26,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/equiv": "^0.1.14" + "@thi.ng/api": "^4.2.4", + "@thi.ng/equiv": "^0.1.15" }, "keywords": [ "array", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 923df48794..3310957fe2 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dlogic@0.1.1...@thi.ng/dlogic@0.1.2) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/dlogic + + + + + ## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dlogic@0.1.0...@thi.ng/dlogic@0.1.1) (2018-10-21) **Note:** Version bump only for package @thi.ng/dlogic diff --git a/packages/dlogic/package.json b/packages/dlogic/package.json index 5de508e75d..b6fc9279bd 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "0.1.1", + "version": "0.1.2", "description": "Assorted digital logic ops / constructs.", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index 2737f7d39d..9ed32e593f 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@0.1.17...@thi.ng/dot@0.1.18) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/dot + + + + + ## [0.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@0.1.16...@thi.ng/dot@0.1.17) (2018-10-21) **Note:** Version bump only for package @thi.ng/dot diff --git a/packages/dot/package.json b/packages/dot/package.json index 35c48a2132..5068c62524 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "0.1.17", + "version": "0.1.18", "description": "Graphviz DOM abstraction as vanilla JS objects & serialization to DOT format", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14" }, "keywords": [ "ES6", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 5e7d48e6cf..399f140bd2 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp@0.1.2...@thi.ng/dsp@0.1.3) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/dsp + + + + + ## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp@0.1.1...@thi.ng/dsp@0.1.2) (2018-11-20) **Note:** Version bump only for package @thi.ng/dsp diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 74f5423d62..1c53004bf7 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "0.1.2", + "version": "0.1.3", "description": "Assorted DSP utils, oscillators etc.", "main": "./index.js", "typings": "./index.d.ts", @@ -28,7 +28,7 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/math": "^0.2.1" + "@thi.ng/math": "^0.2.2" }, "keywords": [ "additive", diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md index 28352d05be..8187f2ab41 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@0.1.14...@thi.ng/equiv@0.1.15) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/equiv + + + + + ## [0.1.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@0.1.13...@thi.ng/equiv@0.1.14) (2018-12-08) **Note:** Version bump only for package @thi.ng/equiv diff --git a/packages/equiv/package.json b/packages/equiv/package.json index 5bde513078..75288a604a 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "0.1.14", + "version": "0.1.15", "description": "Extensible deep equivalence checking for any data types", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index fa85522ed6..bc2a63cf79 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@0.1.11...@thi.ng/errors@0.1.12) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/errors + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@0.1.10...@thi.ng/errors@0.1.11) (2018-10-21) **Note:** Version bump only for package @thi.ng/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index beb1ccc4fa..f4a0d0ab91 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "0.1.11", + "version": "0.1.12", "description": "Custom error types and helper fns.", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 93757080af..fc68810777 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@0.1.5...@thi.ng/geom-accel@0.1.6) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/geom-accel + + + + + ## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@0.1.4...@thi.ng/geom-accel@0.1.5) (2018-12-13) **Note:** Version bump only for package @thi.ng/geom-accel diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index 5366078e4f..dd95e16679 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "0.1.5", + "version": "0.1.6", "description": "TODO", "main": "./index.js", "typings": "./index.d.ts", @@ -28,10 +28,10 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/heaps": "^0.3.0", - "@thi.ng/math": "^0.2.1", - "@thi.ng/vectors": "^1.4.6" + "@thi.ng/api": "^4.2.4", + "@thi.ng/heaps": "^0.3.1", + "@thi.ng/math": "^0.2.2", + "@thi.ng/vectors": "^1.4.7" }, "keywords": [ "ES6", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index f639e67693..69eb492018 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@0.2.5...@thi.ng/geom@0.2.6) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/geom + + + + + ## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@0.2.4...@thi.ng/geom@0.2.5) (2018-12-13) **Note:** Version bump only for package @thi.ng/geom diff --git a/packages/geom/package.json b/packages/geom/package.json index d58557cdad..7a2992ac40 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "0.2.5", + "version": "0.2.6", "description": "2D/3D geometry primitives", "main": "./index.js", "typings": "./index.d.ts", @@ -28,11 +28,11 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/math": "^0.2.1", - "@thi.ng/transducers": "^2.2.5", - "@thi.ng/vectors": "^1.4.6" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/math": "^0.2.2", + "@thi.ng/transducers": "^2.2.6", + "@thi.ng/vectors": "^1.4.7" }, "keywords": [ "ES6", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 63fde53944..7fbddbb3e2 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@0.1.15...@thi.ng/hdom-canvas@0.1.16) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/hdom-canvas + + + + + ## [0.1.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@0.1.14...@thi.ng/hdom-canvas@0.1.15) (2018-12-13) **Note:** Version bump only for package @thi.ng/hdom-canvas diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 1e61efa773..bd50976637 100644 --- a/packages/hdom-canvas/package.json +++ b/packages/hdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-canvas", - "version": "0.1.15", + "version": "0.1.16", "description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom", "main": "./index.js", "typings": "./index.d.ts", @@ -28,10 +28,10 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/diff": "^2.0.1", - "@thi.ng/hdom": "^6.0.0" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/diff": "^2.0.2", + "@thi.ng/hdom": "^6.0.1" }, "keywords": [ "ES6", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index d75571aecb..4b9a129da6 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.4.0...@thi.ng/hdom-components@2.4.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/hdom-components + + + + + # [2.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.3.0...@thi.ng/hdom-components@2.4.0) (2018-12-14) diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index abdfdef3f8..bada47468b 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-components", - "version": "2.4.0", + "version": "2.4.1", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "main": "./index.js", "typings": "./index.d.ts", @@ -28,11 +28,11 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/math": "^0.2.1", - "@thi.ng/transducers": "^2.2.5", - "@thi.ng/transducers-stats": "^0.4.17", + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/math": "^0.2.2", + "@thi.ng/transducers": "^2.2.6", + "@thi.ng/transducers-stats": "^0.4.18", "@types/webgl2": "^0.0.4" }, "keywords": [ diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 5fc84e5a13..4250e25df2 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@0.1.0...@thi.ng/hdom-mock@0.1.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/hdom-mock + + + + + # 0.1.0 (2018-12-13) diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index ce29ea57df..5cd8b0b142 100644 --- a/packages/hdom-mock/package.json +++ b/packages/hdom-mock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-mock", - "version": "0.1.0", + "version": "0.1.1", "description": "TODO", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/hdom": "^6.0.0" + "@thi.ng/api": "^4.2.4", + "@thi.ng/hdom": "^6.0.1" }, "keywords": [ "ES6", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index 4320efa8ce..7f2d1b6a4c 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@6.0.0...@thi.ng/hdom@6.0.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/hdom + + + + + # [6.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@5.2.2...@thi.ng/hdom@6.0.0) (2018-12-13) diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 192bb0d1af..1e5af7eb1c 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "6.0.0", + "version": "6.0.1", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "main": "./index.js", "typings": "./index.d.ts", @@ -20,7 +20,7 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "devDependencies": { - "@thi.ng/atom": "^1.5.7", + "@thi.ng/atom": "^1.5.8", "@types/mocha": "^5.2.5", "@types/node": "^10.12.15", "mocha": "^5.2.0", @@ -29,11 +29,11 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/diff": "^2.0.1", - "@thi.ng/equiv": "^0.1.14", - "@thi.ng/hiccup": "^2.7.0" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/diff": "^2.0.2", + "@thi.ng/equiv": "^0.1.15", + "@thi.ng/hiccup": "^2.7.1" }, "keywords": [ "browser", diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index c08f1286f9..056704c073 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@0.3.0...@thi.ng/heaps@0.3.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/heaps + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@0.2.20...@thi.ng/heaps@0.3.0) (2018-10-21) diff --git a/packages/heaps/package.json b/packages/heaps/package.json index d9089cbc05..e01313a5a0 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "0.3.0", + "version": "0.3.1", "description": "Generic binary heap & d-ary heap implementations with customizable ordering", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/compare": "^0.1.11" + "@thi.ng/api": "^4.2.4", + "@thi.ng/compare": "^0.1.12" }, "keywords": [ "data structure", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index 1600d5f6f3..c1bf2cb7c5 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-carbon-icons@0.1.0...@thi.ng/hiccup-carbon-icons@0.1.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/hiccup-carbon-icons + + + + + # 0.1.0 (2018-12-14) diff --git a/packages/hiccup-carbon-icons/package.json b/packages/hiccup-carbon-icons/package.json index 936f43d5ae..8123ae77c9 100644 --- a/packages/hiccup-carbon-icons/package.json +++ b/packages/hiccup-carbon-icons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-carbon-icons", - "version": "0.1.0", + "version": "0.1.1", "description": "TODO", "main": "./index.js", "typings": "./index.d.ts", @@ -20,7 +20,7 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "devDependencies": { - "@thi.ng/hiccup": "^2.7.0", + "@thi.ng/hiccup": "^2.7.1", "@types/mocha": "^5.2.5", "@types/node": "^10.12.15", "mocha": "^5.2.0", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index 8eda4c66df..10da8197a8 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.32...@thi.ng/hiccup-css@0.3.0) (2018-12-15) + + +### Features + +* **hiccup-css:** add animation(), add test & update readme ([aac8b6f](https://github.com/thi-ng/umbrella/commit/aac8b6f)) + + + + + ## [0.2.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.31...@thi.ng/hiccup-css@0.2.32) (2018-12-13) **Note:** Version bump only for package @thi.ng/hiccup-css diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index bc0730d4fd..7d71f62497 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "0.2.32", + "version": "0.3.0", "description": "CSS from nested JS data structures", "main": "./index.js", "typings": "./index.d.ts", @@ -28,10 +28,10 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "clojure", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index 70980e5fba..c9cda7b941 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@2.0.8...@thi.ng/hiccup-svg@2.0.9) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/hiccup-svg + + + + + ## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@2.0.7...@thi.ng/hiccup-svg@2.0.8) (2018-12-13) **Note:** Version bump only for package @thi.ng/hiccup-svg diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index f48e90347f..0a938e4e5f 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "2.0.8", + "version": "2.0.9", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "main": "./index.js", "typings": "./index.d.ts", @@ -28,7 +28,7 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/hiccup": "^2.7.0" + "@thi.ng/hiccup": "^2.7.1" }, "keywords": [ "components", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 8ca46dec71..bbd7c20d5b 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.7.0...@thi.ng/hiccup@2.7.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/hiccup + + + + + # [2.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.6.1...@thi.ng/hiccup@2.7.0) (2018-12-13) diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index f717759f58..e4bc729702 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "2.7.0", + "version": "2.7.1", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "main": "./index.js", "typings": "./index.d.ts", @@ -20,7 +20,7 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "devDependencies": { - "@thi.ng/atom": "^1.5.7", + "@thi.ng/atom": "^1.5.8", "@types/mocha": "^5.2.5", "@types/node": "^10.12.15", "mocha": "^5.2.0", @@ -29,8 +29,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11" + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "clojure", diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index e5f8d4cacb..87adf6ba67 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.23...@thi.ng/iges@0.2.24) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/iges + + + + + ## [0.2.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.22...@thi.ng/iges@0.2.23) (2018-12-13) **Note:** Version bump only for package @thi.ng/iges diff --git a/packages/iges/package.json b/packages/iges/package.json index 676d2abb32..cfe2a60132 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "0.2.23", + "version": "0.2.24", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "main": "./index.js", "typings": "./index.d.ts", @@ -28,10 +28,10 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/defmulti": "^0.5.0", - "@thi.ng/strings": "^0.7.0", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/defmulti": "^0.5.1", + "@thi.ng/strings": "^0.7.1", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "CAD", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index f298321105..1422eddafe 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.9.1...@thi.ng/interceptors@1.9.2) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/interceptors + + + + + ## [1.9.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.9.0...@thi.ng/interceptors@1.9.1) (2018-12-08) **Note:** Version bump only for package @thi.ng/interceptors diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json index 06c1787c9f..afeb94fa89 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "1.9.1", + "version": "1.9.2", "description": "Interceptor based event bus, side effect & immutable state handling", "main": "./index.js", "typings": "./index.d.ts", @@ -28,11 +28,11 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/atom": "^1.5.7", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/paths": "^1.6.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/atom": "^1.5.8", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/paths": "^1.6.6" }, "keywords": [ "ES6", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index b468d2d7ff..4ddce3c256 100644 --- a/packages/iterators/CHANGELOG.md +++ b/packages/iterators/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@4.1.38...@thi.ng/iterators@4.1.39) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/iterators + + + + + ## [4.1.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@4.1.37...@thi.ng/iterators@4.1.38) (2018-12-13) **Note:** Version bump only for package @thi.ng/iterators diff --git a/packages/iterators/package.json b/packages/iterators/package.json index f33ba5933f..59d2c12767 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "4.1.38", + "version": "4.1.39", "description": "clojure.core inspired, composable ES6 iterators & generators", "main": "./index.js", "typings": "./index.d.ts", @@ -28,9 +28,9 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/dcons": "^1.1.17", - "@thi.ng/errors": "^0.1.11" + "@thi.ng/api": "^4.2.4", + "@thi.ng/dcons": "^1.1.18", + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "clojure", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index e6cdb147da..0a1c97fe9a 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/malloc@0.2.0...@thi.ng/malloc@0.2.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/malloc + + + + + # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/malloc@0.1.1...@thi.ng/malloc@0.2.0) (2018-10-27) diff --git a/packages/malloc/package.json b/packages/malloc/package.json index 36e523b9db..f0c8bc4f21 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "0.2.0", + "version": "0.2.1", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "main": "./index.js", "typings": "./index.d.ts", @@ -28,10 +28,10 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/binary": "^0.1.1", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11" + "@thi.ng/api": "^4.2.4", + "@thi.ng/binary": "^0.1.2", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "ES6", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 14376b4fe8..d038224957 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@0.2.1...@thi.ng/math@0.2.2) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/math + + + + + ## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@0.2.0...@thi.ng/math@0.2.1) (2018-11-20) diff --git a/packages/math/package.json b/packages/math/package.json index a0898b2bae..e49132b2bf 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "0.2.1", + "version": "0.2.2", "description": "Assorted common math functions & utilities", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index b445b70389..0ff46c457b 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.2.5...@thi.ng/memoize@0.2.6) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/memoize + + + + + ## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.2.4...@thi.ng/memoize@0.2.5) (2018-10-21) **Note:** Version bump only for package @thi.ng/memoize diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 403393ae35..d79213265a 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "0.2.5", + "version": "0.2.6", "description": "Function memoization with configurable caches", "main": "./index.js", "typings": "./index.d.ts", @@ -28,7 +28,7 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3" + "@thi.ng/api": "^4.2.4" }, "keywords": [ "cache", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index 6b32470ff6..9d7c059b4b 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@0.2.1...@thi.ng/morton@0.2.2) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/morton + + + + + ## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@0.2.0...@thi.ng/morton@0.2.1) (2018-11-20) **Note:** Version bump only for package @thi.ng/morton diff --git a/packages/morton/package.json b/packages/morton/package.json index cccee779a4..61ce6211aa 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "0.2.1", + "version": "0.2.2", "description": "Z-order-curve / Morton encoding & decoding for 1D, 2D, 3D", "main": "./index.js", "typings": "./index.d.ts", @@ -28,9 +28,9 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/binary": "^0.1.1", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/math": "^0.2.1" + "@thi.ng/binary": "^0.1.2", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/math": "^0.2.2" }, "keywords": [ "binary", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index a6a626a197..e72a2d9f58 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.6.5...@thi.ng/paths@1.6.6) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/paths + + + + + ## [1.6.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.6.4...@thi.ng/paths@1.6.5) (2018-10-21) **Note:** Version bump only for package @thi.ng/paths diff --git a/packages/paths/package.json b/packages/paths/package.json index 7ff165f909..8be8fa10e8 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "1.6.5", + "version": "1.6.6", "description": "immutable, optimized path-based object property / array accessors", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11" + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "accessors", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index 6528d64633..18103490ed 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@0.2.25...@thi.ng/pointfree-lang@0.2.26) (2018-12-15) + + +### Bug Fixes + +* **pointfree-lang:** update parser stubs (TS3.2.x) ([3b3e503](https://github.com/thi-ng/umbrella/commit/3b3e503)) + + + + + ## [0.2.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@0.2.24...@thi.ng/pointfree-lang@0.2.25) (2018-12-08) **Note:** Version bump only for package @thi.ng/pointfree-lang diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index eb996a3b79..24f188e39b 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree-lang", - "version": "0.2.25", + "version": "0.2.26", "description": "Forth style syntax layer/compiler for the @thi.ng/pointfree DSL", "main": "./index.js", "typings": "./index.d.ts", @@ -30,9 +30,9 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/pointfree": "^0.8.13" + "@thi.ng/api": "^4.2.4", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/pointfree": "^0.8.14" }, "keywords": [ "concatenative", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index c3455eac72..d132b0195f 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@0.8.13...@thi.ng/pointfree@0.8.14) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/pointfree + + + + + ## [0.8.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@0.8.12...@thi.ng/pointfree@0.8.13) (2018-12-08) **Note:** Version bump only for package @thi.ng/pointfree diff --git a/packages/pointfree/package.json b/packages/pointfree/package.json index d6c0eb5a6f..eaf3aca165 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "0.8.13", + "version": "0.8.14", "description": "Pointfree functional composition / Forth style stack execution engine", "main": "./index.js", "typings": "./index.d.ts", @@ -28,10 +28,10 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/equiv": "^0.1.14", - "@thi.ng/errors": "^0.1.11" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/equiv": "^0.1.15", + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "composition", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 70c4e1c368..1dfc3f5d48 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@0.1.0...@thi.ng/random@0.1.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/random + + + + + # 0.1.0 (2018-11-24) diff --git a/packages/random/package.json b/packages/random/package.json index 2ced7a8cb9..57c04c321c 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "0.1.0", + "version": "0.1.1", "description": "Pseudo-random number generators w/ unified API", "main": "./index.js", "typings": "./index.d.ts", @@ -28,7 +28,7 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.2" + "@thi.ng/api": "^4.2.4" }, "keywords": [ "ES6", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index 25f5c93d67..7981bb4525 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@0.1.22...@thi.ng/range-coder@0.1.23) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/range-coder + + + + + ## [0.1.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@0.1.21...@thi.ng/range-coder@0.1.22) (2018-12-13) **Note:** Version bump only for package @thi.ng/range-coder diff --git a/packages/range-coder/package.json b/packages/range-coder/package.json index 99f8bdc3a3..9405582d27 100644 --- a/packages/range-coder/package.json +++ b/packages/range-coder/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/range-coder", - "version": "0.1.22", + "version": "0.1.23", "description": "Binary data range encoder / decoder", "main": "./index.js", "typings": "./index.d.ts", @@ -20,7 +20,7 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "devDependencies": { - "@thi.ng/transducers": "^2.2.5", + "@thi.ng/transducers": "^2.2.6", "@types/mocha": "^5.2.5", "@types/node": "^10.12.15", "mocha": "^5.2.0", @@ -29,7 +29,7 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/bitstream": "^0.4.20" + "@thi.ng/bitstream": "^0.4.21" }, "keywords": [ "ES6", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index a4cd45b00f..f8a225ad7d 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.15...@thi.ng/resolve-map@3.0.16) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/resolve-map + + + + + ## [3.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.14...@thi.ng/resolve-map@3.0.15) (2018-10-21) **Note:** Version bump only for package @thi.ng/resolve-map diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json index 6c8ff46199..76d4ad8207 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/resolve-map", - "version": "3.0.15", + "version": "3.0.16", "description": "DAG resolution of vanilla objects & arrays with internally linked values", "main": "./index.js", "typings": "./index.d.ts", @@ -26,9 +26,9 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/paths": "^1.6.5" + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/paths": "^1.6.6" }, "keywords": [ "configuration", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index 5cb4f4f0e7..25d8f4a30c 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@1.0.7...@thi.ng/rle-pack@1.0.8) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/rle-pack + + + + + ## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@1.0.6...@thi.ng/rle-pack@1.0.7) (2018-10-21) **Note:** Version bump only for package @thi.ng/rle-pack diff --git a/packages/rle-pack/package.json b/packages/rle-pack/package.json index 9bde5a7a4b..c9c4695a08 100644 --- a/packages/rle-pack/package.json +++ b/packages/rle-pack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rle-pack", - "version": "1.0.7", + "version": "1.0.8", "description": "Binary run-length encoding packer w/ flexible repeat bit widths", "main": "./index.js", "typings": "./index.d.ts", @@ -29,8 +29,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/bitstream": "^0.4.20", - "@thi.ng/errors": "^0.1.11" + "@thi.ng/bitstream": "^0.4.21", + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "binary", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 3496bf29bf..1c2fc004a3 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@0.1.29...@thi.ng/router@0.1.30) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/router + + + + + ## [0.1.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@0.1.28...@thi.ng/router@0.1.29) (2018-12-08) **Note:** Version bump only for package @thi.ng/router diff --git a/packages/router/package.json b/packages/router/package.json index ae852df418..52ca63dd08 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "0.1.29", + "version": "0.1.30", "description": "Generic router for browser & non-browser based applications", "main": "./index.js", "typings": "./index.d.ts", @@ -27,10 +27,10 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/equiv": "^0.1.14", - "@thi.ng/errors": "^0.1.11" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/equiv": "^0.1.15", + "@thi.ng/errors": "^0.1.12" }, "keywords": [ "declarative", diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index e304814d46..c60e058e81 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.120](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.119...@thi.ng/rstream-csp@0.1.120) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/rstream-csp + + + + + ## [0.1.119](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.118...@thi.ng/rstream-csp@0.1.119) (2018-12-13) **Note:** Version bump only for package @thi.ng/rstream-csp diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 3259fabdcb..1044e7f647 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-csp", - "version": "0.1.119", + "version": "0.1.120", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/csp": "^0.3.73", - "@thi.ng/rstream": "^1.14.3" + "@thi.ng/csp": "^0.3.74", + "@thi.ng/rstream": "^1.14.4" }, "keywords": [ "bridge", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index 40a22a9ca4..6e3d342272 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.59](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.58...@thi.ng/rstream-dot@0.2.59) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/rstream-dot + + + + + ## [0.2.58](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.57...@thi.ng/rstream-dot@0.2.58) (2018-12-13) **Note:** Version bump only for package @thi.ng/rstream-dot diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 0df3309dc0..95d6a82add 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "0.2.58", + "version": "0.2.59", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "main": "./index.js", "typings": "./index.d.ts", @@ -28,7 +28,7 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/rstream": "^1.14.3" + "@thi.ng/rstream": "^1.14.4" }, "keywords": [ "conversion", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index d3cf2a8a94..fe283dc7dd 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.6.3...@thi.ng/rstream-gestures@0.6.4) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/rstream-gestures + + + + + ## [0.6.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.6.2...@thi.ng/rstream-gestures@0.6.3) (2018-12-13) **Note:** Version bump only for package @thi.ng/rstream-gestures diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index b6987f695c..1639178608 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "0.6.3", + "version": "0.6.4", "description": "Unified mouse, mouse wheel & single-touch event stream abstraction", "main": "./index.js", "typings": "./index.d.ts", @@ -28,9 +28,9 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/rstream": "^1.14.3", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/rstream": "^1.14.4", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "dataflow", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index ab341bde2d..1cdfe1d80f 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.45](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.44...@thi.ng/rstream-graph@2.1.45) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/rstream-graph + + + + + ## [2.1.44](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.43...@thi.ng/rstream-graph@2.1.44) (2018-12-13) **Note:** Version bump only for package @thi.ng/rstream-graph diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index bd7b14e02c..0f12fe98aa 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-graph", - "version": "2.1.44", + "version": "2.1.45", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -28,13 +28,13 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/paths": "^1.6.5", - "@thi.ng/resolve-map": "^3.0.15", - "@thi.ng/rstream": "^1.14.3", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/paths": "^1.6.6", + "@thi.ng/resolve-map": "^3.0.16", + "@thi.ng/rstream": "^1.14.4", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "compute", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 5d0c9beaa4..f38bf4b360 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.71](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.70...@thi.ng/rstream-log@1.0.71) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/rstream-log + + + + + ## [1.0.70](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.69...@thi.ng/rstream-log@1.0.70) (2018-12-13) **Note:** Version bump only for package @thi.ng/rstream-log diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index a99c31a7b1..db27d4ddd5 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "1.0.70", + "version": "1.0.71", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -28,11 +28,11 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/rstream": "^1.14.3", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/rstream": "^1.14.4", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "ES6", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index e439741039..6f127a5add 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.58](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.57...@thi.ng/rstream-query@0.3.58) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/rstream-query + + + + + ## [0.3.57](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.56...@thi.ng/rstream-query@0.3.57) (2018-12-13) **Note:** Version bump only for package @thi.ng/rstream-query diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index de3ece2fe7..bb60e0c702 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-query", - "version": "0.3.57", + "version": "0.3.58", "description": "@thi.ng/rstream based triple store & reactive query engine", "main": "./index.js", "typings": "./index.d.ts", @@ -28,14 +28,14 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/associative": "^0.6.17", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/equiv": "^0.1.14", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/rstream": "^1.14.3", - "@thi.ng/rstream-dot": "^0.2.58", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/associative": "^0.6.18", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/equiv": "^0.1.15", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/rstream": "^1.14.4", + "@thi.ng/rstream-dot": "^0.2.59", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "dataflow", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 7a94f78073..22d049477c 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.14.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.14.3...@thi.ng/rstream@1.14.4) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/rstream + + + + + ## [1.14.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.14.2...@thi.ng/rstream@1.14.3) (2018-12-13) **Note:** Version bump only for package @thi.ng/rstream diff --git a/packages/rstream/package.json b/packages/rstream/package.json index a6c9e5176b..0f1375ece2 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "1.14.3", + "version": "1.14.4", "description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs", "main": "./index.js", "typings": "./index.d.ts", @@ -28,13 +28,13 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/associative": "^0.6.17", - "@thi.ng/atom": "^1.5.7", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/paths": "^1.6.5", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/associative": "^0.6.18", + "@thi.ng/atom": "^1.5.8", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/paths": "^1.6.6", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "datastructure", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 5b206cd56d..e6d480b8e9 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.5.7...@thi.ng/sax@0.5.8) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/sax + + + + + ## [0.5.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.5.6...@thi.ng/sax@0.5.7) (2018-12-13) **Note:** Version bump only for package @thi.ng/sax diff --git a/packages/sax/package.json b/packages/sax/package.json index 7066239545..de92dee5f9 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "0.5.7", + "version": "0.5.8", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "main": "./index.js", "typings": "./index.d.ts", @@ -28,9 +28,9 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/transducers": "^2.2.5", - "@thi.ng/transducers-fsm": "^0.2.30" + "@thi.ng/api": "^4.2.4", + "@thi.ng/transducers": "^2.2.6", + "@thi.ng/transducers-fsm": "^0.2.31" }, "keywords": [ "ES6", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 13d6b91c94..b69a89447a 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@0.7.0...@thi.ng/strings@0.7.1) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/strings + + + + + # [0.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@0.6.0...@thi.ng/strings@0.7.0) (2018-12-13) diff --git a/packages/strings/package.json b/packages/strings/package.json index d3ba6d3c56..49aa43eedb 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "0.7.0", + "version": "0.7.1", "description": "Various string formatting & utility functions", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/errors": "^0.1.11", - "@thi.ng/memoize": "^0.2.5" + "@thi.ng/errors": "^0.1.12", + "@thi.ng/memoize": "^0.2.6" }, "keywords": [ "ES6", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index c51eb4a4f4..6f637fd142 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@0.2.30...@thi.ng/transducers-fsm@0.2.31) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/transducers-fsm + + + + + ## [0.2.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@0.2.29...@thi.ng/transducers-fsm@0.2.30) (2018-12-13) **Note:** Version bump only for package @thi.ng/transducers-fsm diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 6bb1079770..25dab43afa 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "0.2.30", + "version": "0.2.31", "description": "Transducer-based Finite State Machine transformer", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "ES6", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index 7ef19df0d9..1940a32a5e 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@1.2.6...@thi.ng/transducers-hdom@1.2.7) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/transducers-hdom + + + + + ## [1.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@1.2.5...@thi.ng/transducers-hdom@1.2.6) (2018-12-13) diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 86007ec62c..3a211ce6ad 100644 --- a/packages/transducers-hdom/package.json +++ b/packages/transducers-hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-hdom", - "version": "1.2.6", + "version": "1.2.7", "description": "Transducer based UI updater for @thi.ng/hdom", "main": "./index.js", "typings": "./index.d.ts", @@ -28,9 +28,9 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/checks": "^1.5.13", - "@thi.ng/hdom": "^6.0.0", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/checks": "^1.5.14", + "@thi.ng/hdom": "^6.0.1", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "diff", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 999a598b76..cd09fe6586 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@0.4.17...@thi.ng/transducers-stats@0.4.18) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/transducers-stats + + + + + ## [0.4.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@0.4.16...@thi.ng/transducers-stats@0.4.17) (2018-12-13) **Note:** Version bump only for package @thi.ng/transducers-stats diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 2dc0549863..78a987d372 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "0.4.17", + "version": "0.4.18", "description": "Transducers for statistical / technical analysis", "main": "./index.js", "typings": "./index.d.ts", @@ -28,9 +28,9 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/dcons": "^1.1.17", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/dcons": "^1.1.18", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "ES6", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index c7fba30589..45a7da83b3 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.2.5...@thi.ng/transducers@2.2.6) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/transducers + + + + + ## [2.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.2.4...@thi.ng/transducers@2.2.5) (2018-12-13) **Note:** Version bump only for package @thi.ng/transducers diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 811503b13c..d9728798f4 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "2.2.5", + "version": "2.2.6", "description": "Lightweight transducer implementations for ES6 / TypeScript", "main": "./index.js", "typings": "./index.d.ts", @@ -28,13 +28,13 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/compare": "^0.1.11", - "@thi.ng/compose": "^0.2.1", - "@thi.ng/equiv": "^0.1.14", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/strings": "^0.7.0" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/compare": "^0.1.12", + "@thi.ng/compose": "^0.2.2", + "@thi.ng/equiv": "^0.1.15", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/strings": "^0.7.1" }, "keywords": [ "ES6", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index 7205752a26..1f20a14953 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/unionstruct@0.1.18...@thi.ng/unionstruct@0.1.19) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/unionstruct + + + + + ## [0.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/unionstruct@0.1.17...@thi.ng/unionstruct@0.1.18) (2018-10-21) **Note:** Version bump only for package @thi.ng/unionstruct diff --git a/packages/unionstruct/package.json b/packages/unionstruct/package.json index 637a929a27..dab98fb9bf 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "0.1.18", + "version": "0.1.19", "description": "C-style struct, union and bitfield views of ArrayBuffers", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 6a92baa74d..4de6791fbf 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@1.4.6...@thi.ng/vectors@1.4.7) (2018-12-15) + +**Note:** Version bump only for package @thi.ng/vectors + + + + + ## [1.4.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@1.4.5...@thi.ng/vectors@1.4.6) (2018-12-13) **Note:** Version bump only for package @thi.ng/vectors diff --git a/packages/vectors/package.json b/packages/vectors/package.json index fda0e9e414..b9a940c943 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "1.4.6", + "version": "1.4.7", "description": "Vector algebra for fixed & variable sizes, memory mapped, flexible layouts", "main": "./index.js", "typings": "./index.d.ts", @@ -29,11 +29,11 @@ "typescript": "^3.2.2" }, "dependencies": { - "@thi.ng/api": "^4.2.3", - "@thi.ng/checks": "^1.5.13", - "@thi.ng/errors": "^0.1.11", - "@thi.ng/math": "^0.2.1", - "@thi.ng/transducers": "^2.2.5" + "@thi.ng/api": "^4.2.4", + "@thi.ng/checks": "^1.5.14", + "@thi.ng/errors": "^0.1.12", + "@thi.ng/math": "^0.2.2", + "@thi.ng/transducers": "^2.2.6" }, "keywords": [ "ES6",