@performant-software/semantic-components 1.1.4-beta.3 → 1.1.4-beta.4
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/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.js +1 -0
- package/types/index.js.flow +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@performant-software/semantic-components",
|
|
3
|
-
"version": "1.1.4-beta.
|
|
3
|
+
"version": "1.1.4-beta.4",
|
|
4
4
|
"description": "A package of shared components based on the Semantic UI Framework.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"build": "webpack --mode production && flow-copy-source -v src types"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@performant-software/shared-components": "^1.1.4-beta.
|
|
15
|
+
"@performant-software/shared-components": "^1.1.4-beta.4",
|
|
16
16
|
"@react-google-maps/api": "^2.8.1",
|
|
17
17
|
"axios": "^0.26.1",
|
|
18
18
|
"i18next": "^19.4.4",
|
package/src/index.js
CHANGED
|
@@ -99,6 +99,7 @@ export { default as Toaster } from './components/Toaster';
|
|
|
99
99
|
export { default as VideoFrameSelector } from './components/VideoFrameSelector';
|
|
100
100
|
export { default as VideoPlayer } from './components/VideoPlayer';
|
|
101
101
|
export { default as VideoPlayerButton } from './components/VideoPlayerButton';
|
|
102
|
+
export { default as ViewPDFButton } from './components/ViewPDFButton';
|
|
102
103
|
export { default as ViewXML } from './components/ViewXML';
|
|
103
104
|
|
|
104
105
|
// Context
|
package/types/index.js.flow
CHANGED
|
@@ -99,6 +99,7 @@ export { default as Toaster } from './components/Toaster';
|
|
|
99
99
|
export { default as VideoFrameSelector } from './components/VideoFrameSelector';
|
|
100
100
|
export { default as VideoPlayer } from './components/VideoPlayer';
|
|
101
101
|
export { default as VideoPlayerButton } from './components/VideoPlayerButton';
|
|
102
|
+
export { default as ViewPDFButton } from './components/ViewPDFButton';
|
|
102
103
|
export { default as ViewXML } from './components/ViewXML';
|
|
103
104
|
|
|
104
105
|
// Context
|