@chemistry/elements 2.9.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,17 +1,18 @@
1
1
  # @chemistry/elements
2
+
2
3
  [![npm version](https://badge.fury.io/js/%40chemistry%2Felements.svg)](https://badge.fury.io/js/%40chemistry%2Felements)
3
- [![Build Status](https://travis-ci.com/chemistry/chemical-libraries.svg?branch=master)](https://travis-ci.org/chemistry/chemical-libraries)
4
- [![codecov](https://codecov.io/gh/chemistry/chemical-libraries/branch/master/graph/badge.svg)](https://codecov.io/gh/chemistry/chemical-libraries)
5
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-gren.svg)](https://opensource.org/licenses/MIT)
6
5
 
7
6
  Library that contains information about elements In periodic table: Number, Symbol, Name, Mass, max Bonds Count, Covalent & van der Waals Radius, typical color;
8
7
 
9
8
  ## Install
9
+
10
10
  ```bash
11
11
  npm install @chemistry/elements
12
12
  ```
13
13
 
14
14
  ## Getting started:
15
+
15
16
  ```javascript
16
17
  import { ChemElement, ChemElementData } from '@chemistry/elements';
17
18
 
@@ -33,17 +34,19 @@ console.log(ChemElementData[9]);
33
34
  ```
34
35
 
35
36
  ## Contain following info about Carbon:
36
- * Number in periodic table: 6
37
- * Symbol of Element: C
38
- * Element name: Carbon
39
- * Element mass: 12.0107
40
- * Covalent Radius of element: 0.77
41
- * van der Waals radius of the element: 1.7
42
- * Element max Bonds: 4
43
- * Element color: 909090
44
- * Element color dark: 000000
45
- * Position X in periodic Table: 2
46
- * Position Y in periodic Table: 14
37
+
38
+ - Number in periodic table: 6
39
+ - Symbol of Element: C
40
+ - Element name: Carbon
41
+ - Element mass: 12.0107
42
+ - Covalent Radius of element: 0.77
43
+ - van der Waals radius of the element: 1.7
44
+ - Element max Bonds: 4
45
+ - Element color: 909090
46
+ - Element color dark: 000000
47
+ - Position X in periodic Table: 2
48
+ - Position Y in periodic Table: 14
47
49
 
48
50
  ## Commands:
49
- * Build project: `npm run build`
51
+
52
+ - Build project: `npm run build`
@@ -45,3 +45,4 @@ export interface ChemElementInfo {
45
45
  posY: number;
46
46
  }
47
47
  export declare const ChemElementData: ChemElementInfo[];
48
+ //# sourceMappingURL=chem-elements-data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chem-elements-data.d.ts","sourceRoot":"","sources":["../src/chem-elements-data.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,eAAe,EAAE,eAAe,EA28C5C,CAAC"}