@platformatic/ui-components 0.12.0 → 0.12.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/index.js +4 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -30,9 +30,11 @@ import ModalDirectional from './src/components/ModalDirectional'
|
|
|
30
30
|
import ModalStepsForward from './src/components/ModalStepsForward'
|
|
31
31
|
import PlatformaticIcon from './src/components/PlatformaticIcon'
|
|
32
32
|
import Playground from './src/components/Playground'
|
|
33
|
+
import Report from './src/components/Report'
|
|
33
34
|
import SearchBar from './src/components/SearchBar'
|
|
34
35
|
import SearchBarV2 from './src/components/SearchBarV2'
|
|
35
36
|
import SimpleMetric from './src/components/SimpleMetric'
|
|
37
|
+
import SplashScreen from './src/components/SplashScreen'
|
|
36
38
|
import Status from './src/components/Status'
|
|
37
39
|
import Tooltip from './src/components/Tooltip'
|
|
38
40
|
import TooltipAbsolute from './src/components/TooltipAbsolute'
|
|
@@ -76,9 +78,11 @@ export {
|
|
|
76
78
|
ModalStepsForward,
|
|
77
79
|
PlatformaticIcon,
|
|
78
80
|
Playground,
|
|
81
|
+
Report,
|
|
79
82
|
SearchBar,
|
|
80
83
|
SearchBarV2,
|
|
81
84
|
SimpleMetric,
|
|
85
|
+
SplashScreen,
|
|
82
86
|
Status,
|
|
83
87
|
TabbedWindow,
|
|
84
88
|
Tag,
|