0.13.0 • Published 3 years ago

@capture-models/types v0.13.0

Weekly downloads
65
License
MIT
Repository
github
Last release
3 years ago

Capture models

This is a repository for working with capture models in JS. It will provide the data-model, operations on the data-model and UI components for editing the data model. It won't provide the UI for all cases and won't bring the UI for going from a piece of content to a selector value.

Installation

Requirements:

  • Node 10.x

Install and start

$ yarn install
$ yarn start

You will get a FESK+nunjucks environment and a Storybook. Since this is a library, you will also get ./lib and ./dist directories with compiled libraries that will be used when publishing to NPM.

Implementation notes (known issues):

  • stylesheets must not be the same name as the components, so if you have a MyComponent.tsx then you must name your style file differently. As a convention, I've added MyComponent.styles.scss as the convention to work around this issue.
  • Importing react needs to be done as import * as React from 'react'; due to a flaw in the TSConfig.
0.13.0

3 years ago

0.12.0

3 years ago

0.11.1

3 years ago

0.11.0

3 years ago

0.10.3-next.2

3 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.11-next.1

4 years ago

0.7.10-next.0

4 years ago

0.7.8

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.6-next.6

4 years ago

0.5.6-next.7

4 years ago

0.5.6-next.5

4 years ago

0.5.5

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.4-alpha.9

4 years ago

0.3.4-alpha.8

4 years ago

0.3.4-alpha.6

4 years ago

0.3.4-alpha.4

4 years ago

0.3.4-alpha.3

4 years ago

0.3.4-alpha.1

4 years ago

0.3.4-alpha.2

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.3-alpha.2

4 years ago

0.0.3-alpha.1

4 years ago

0.0.3-alpha.0

4 years ago

0.0.2

4 years ago

0.0.2-alpha.5

4 years ago

0.0.2-alpha.4

4 years ago

0.0.1

4 years ago