jrs-react 1.2.14 → 1.2.16

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/src/index.js CHANGED
@@ -1,12 +1,18 @@
1
1
  import JRSubmit from './components/JRSubmit'
2
2
  import JRFrame from './components/JRFrame/JRFrame'
3
+ import JRWindow from './components/JRWindow/JRWindow'
3
4
  import JRTable from './components/JRTable/JRTable'
4
5
  import JRFields from './components/JRFields/JRFields'
5
6
  import JRTestReact from './components/JRTest'
6
7
  import JRButton from './components/JRInput/JRButton'
7
- import JRWindow from './components/JRWindow/JRWindow'
8
+ import JRAlert from './components/JRAlert'
9
+ import JRSelect from './components/JRInput/JRSelect'
10
+ import JRCheckbox from './components/JRInput/JRCheckbox'
11
+
8
12
  export {
9
13
  JRTestReact
10
- ,JRSubmit,JRFrame,JRWindow,JRTable,JRFields
14
+ ,JRSubmit,JRFrame,JRWindow,JRTable,JRFields,JRAlert
11
15
  ,JRButton
16
+ ,JRSelect,JRCheckbox
17
+
12
18
  }