0.6.1 • Published 20 days ago

@adnet/adnet-components v0.6.1

Weekly downloads
-
License
-
Repository
-
Last release
20 days ago

Adnet components library

Building project

Building is done with command npm run build or with the equivalent command tsc & vite build. After building is done, build files are located in dist folder in project root.

To generate compressed package ready for local deployment use command npm pack. Command npm pack produces compressed file adnet_components-x.y.z.tgz .

Let's say that local npm package resides in desktop folder of user Mark (C:\Users\Mark\Desktop). To install local npm package use command npm install C:\Users\Mark\Desktop\adnet_components-x.y.z.tgz.

TODO - explain how to install package from private library repository

Fonts

Inter.ttf font is bundled in project library. To include it in host project something like this

    @font-face {
        font-family: Inter;
        src: url('../../node_modules/adnet_components/dist/fonts/Inter.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    html {
        height: 100%;
        font-family: Inter, monospace;
    }

should be put in one of hosts css file.

TODO

  1. In tsconfig.json file noUnusedLocals and noUnusedParameters are set to false. Return them to true and fix code so build would pass with stricter typescript rules.

  2. In file vite.config.ts under external properties are listed npm packages that are not bundled into library. Packages date-fns and date-fns-tz should probably also be added. On that note, peer dependency list should be included in package.json file.

  3. React contexts are not exported in index.ts file. Should probably be added.

  4. Decide what content from folders lib, locale, Models should also be included in index.ts file.

  5. All icons exported in index.ts file should probably be replaced with icon factory component.

  6. Npm command npm run build-storybook or equivalent storybook build is not working because of package storybook-fixtures.

  7. Package storybook-fixtures should be moved from dependencies to devDependencies.

0.5.18

20 days ago

0.6.1

20 days ago

0.6.0

20 days ago

0.5.10

23 days ago

0.5.11

23 days ago

0.5.16

23 days ago

0.5.17

23 days ago

0.5.14

23 days ago

0.5.15

23 days ago

0.5.12

23 days ago

0.5.13

23 days ago

0.5.8

23 days ago

0.5.7

23 days ago

0.5.9

23 days ago

0.5.6

23 days ago

0.5.5

23 days ago

0.5.4

1 month ago

0.5.3

1 month ago

0.5.2

1 month ago

0.5.1

1 month ago

0.5.0

1 month ago

0.4.7

2 months ago

0.4.5

2 months ago

0.4.6

2 months ago

0.4.4

2 months ago

0.4.3

2 months ago

0.4.2

2 months ago

0.4.1

2 months ago

0.4.0

2 months ago

0.3.34

3 months ago

0.3.33

3 months ago

0.3.31

3 months ago

0.3.32

3 months ago

0.3.30

3 months ago

0.3.29

3 months ago

0.3.28

3 months ago

0.3.27

3 months ago

0.3.26

3 months ago

0.3.25

3 months ago

0.3.24

3 months ago

0.3.23

3 months ago

0.3.22

3 months ago

0.3.21

3 months ago

0.3.20

3 months ago

0.3.19

3 months ago

0.3.18

3 months ago

0.3.17

4 months ago

0.3.16

4 months ago

0.3.15

4 months ago

0.3.14

4 months ago

0.3.13

4 months ago

0.3.12

4 months ago

0.3.11

4 months ago

0.3.10

4 months ago

0.3.8

4 months ago

0.3.7

4 months ago

0.3.9

4 months ago

0.3.6

4 months ago

0.3.5

4 months ago

0.3.2

4 months ago

0.3.1

4 months ago

0.3.4

4 months ago

0.3.3

4 months ago

0.3.0

4 months ago

0.2.29

4 months ago

0.2.28

4 months ago

0.2.27

4 months ago

0.2.26

4 months ago

0.2.25

5 months ago

0.2.24

5 months ago

0.2.23

5 months ago

0.2.22

5 months ago

0.2.21

5 months ago

0.2.20

5 months ago

0.2.19

5 months ago

0.2.18

5 months ago

0.2.17

5 months ago

0.2.16

5 months ago

0.2.15

5 months ago

0.2.14

5 months ago

0.2.13

5 months ago

0.2.12

5 months ago

0.2.11

5 months ago

0.2.10

5 months ago

0.2.9

5 months ago

0.2.8

5 months ago

0.2.7

5 months ago

0.1.27

6 months ago

0.1.24

6 months ago

0.1.25

6 months ago

0.1.26

6 months ago

0.2.1

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.5

5 months ago

0.2.4

6 months ago

0.1.11

6 months ago

0.1.12

6 months ago

0.1.13

6 months ago

0.1.14

6 months ago

0.1.15

6 months ago

0.1.0

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.8

6 months ago

0.0.26

6 months ago

0.1.7

6 months ago

0.0.27

6 months ago

0.1.9

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.0.20

6 months ago

0.0.21

6 months ago

0.0.22

6 months ago

0.0.23

6 months ago

0.0.24

6 months ago

0.0.25

6 months ago

0.0.15

6 months ago

0.0.16

6 months ago

0.0.17

6 months ago

0.0.18

6 months ago

0.0.19

6 months ago

0.1.20

6 months ago

0.1.21

6 months ago

0.1.22

6 months ago

0.1.23

6 months ago

0.0.12

7 months ago

0.0.13

7 months ago

0.0.14

6 months ago

0.1.16

6 months ago

0.1.17

6 months ago

0.1.18

6 months ago

0.1.19

6 months ago

0.0.10

7 months ago

0.0.11

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago