@platformatic/ui-components 0.17.2 → 0.17.3

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.
Files changed (2) hide show
  1. package/index.js +5 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -25,6 +25,7 @@ import LoginButton from './src/components/LoginButton'
25
25
  import Logo from './src/components/Logo'
26
26
  import LogoDropDown from './src/components/LogoDropDown'
27
27
  import Logos from './src/components/logos'
28
+ import MetricInfoBox from './src/components/MetricInfoBox'
28
29
  import Modal from './src/components/Modal'
29
30
  import ModalDirectional from './src/components/ModalDirectional'
30
31
  import ModalStepsForward from './src/components/ModalStepsForward'
@@ -41,6 +42,7 @@ import TooltipAbsolute from './src/components/TooltipAbsolute'
41
42
  import TabbedWindow from './src/components/TabbedWindow'
42
43
  import Tag from './src/components/Tag'
43
44
  import TextWithLabel from './src/components/TextWithLabel'
45
+ import TrendMetric from './src/components/TrendMetric'
44
46
  import TwoColumnsLayout from './src/components/layouts/TwoColumnsLayout'
45
47
  import Versions from './src/components/Versions'
46
48
  import VerticalSeparator from './src/components/VerticalSeparator'
@@ -61,8 +63,9 @@ export {
61
63
  GHLoginButton,
62
64
  Forms,
63
65
  Icons,
64
- Logos,
65
66
  InfoBox,
67
+ Logos,
68
+ MetricInfoBox,
66
69
  Sidebar,
67
70
  Layout,
68
71
  List,
@@ -87,6 +90,7 @@ export {
87
90
  TabbedWindow,
88
91
  Tag,
89
92
  TextWithLabel,
93
+ TrendMetric,
90
94
  Tooltip,
91
95
  TooltipAbsolute,
92
96
  TwoColumnsLayout,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@platformatic/ui-components",
3
3
  "description": "Platformatic UI Components",
4
- "version": "0.17.2",
4
+ "version": "0.17.3",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {