@platformatic/ui-components 0.1.21 → 0.1.23

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 +2 -0
  2. package/package.json +5 -1
package/index.js CHANGED
@@ -14,6 +14,7 @@ import Input from './src/components/Input'
14
14
  import Layout from './src/components/layouts/Layout'
15
15
  import List from './src/components/List'
16
16
  import ListElement from './src/components/ListElement'
17
+ import Loadable from './src/components/Loadable'
17
18
  import LoginButton from './src/components/LoginButton'
18
19
  import Logo from './src/components/Logo'
19
20
  import Playground from './src/components/Playground'
@@ -40,6 +41,7 @@ export {
40
41
  Layout,
41
42
  List,
42
43
  ListElement,
44
+ Loadable,
43
45
  LoginButton,
44
46
  Logo,
45
47
  Playground,
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@platformatic/ui-components",
3
3
  "description": "Platformatic UI Components",
4
- "version": "0.1.21",
4
+ "version": "0.1.23",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/platformatic/ui-components.git"
10
+ },
7
11
  "scripts": {
8
12
  "dev": "vite",
9
13
  "build": "vite build",