@platformatic/ui-components 0.1.7 → 0.1.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@platformatic/ui-components",
3
3
  "description": "Platformatic UI Components",
4
- "version": "0.1.7",
4
+ "version": "0.1.8",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {
@@ -1,3 +1,4 @@
1
+ import React from 'react'
1
2
  export default function ApiIcon () {
2
3
  return (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import React from 'react'
1
2
  export default function ApiIconClosed () {
2
3
  return (
3
4
  <svg
@@ -36,11 +36,7 @@ export default function ApiSummary (props) {
36
36
  <div className='flex items-center justify-between'>
37
37
  <div className='flex items-center justify-between gap-4'>
38
38
  <ApiName name={name} />
39
- <span>
40
- <a href='#' className='border p-2 rounded-full'>
41
- <FontAwesomeIcon color='white' icon={faLink} />
42
- </a>
43
- </span>
39
+ <span><FontAwesomeIcon color='white' icon={faLink} /></span>
44
40
  <ApiVersion version={version} />
45
41
  </div>
46
42
  <div className={styles.status}>