jrs-react 1.1.17 → 1.1.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jrs-react",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",
@@ -7,7 +7,7 @@ export function JRTest (){
7
7
  return 'I am JRTest string'
8
8
  }
9
9
 
10
- export default class JRTestReact extends JRSubmit {
10
+ export class JRTestReact extends JRSubmit {
11
11
  renderer(){
12
12
  return <StyledJRFrame>JRTestReact extends JRSubmit</StyledJRFrame>
13
13
  }
package/src/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import JRSubmit from './components/JRSubmit'
2
2
  import JRFrame from './components/JRFrame/JRFrame'
3
3
  // import JRTable from './components/JRTable/JRTable'
4
- import JRTestReact,{JRTest} from './components/JRTest'
4
+ import {JRTest,JRTestReact} from './components/JRTest'
5
5
  export {
6
6
  JRTest,JRTestReact
7
7
  ,JRSubmit,JRFrame//,JRTable