@platformatic/ui-components 0.7.8 → 0.7.9

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/dist/index.html CHANGED
@@ -4,8 +4,8 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Platformatic UI Components</title>
7
- <script type="module" crossorigin src="/assets/index-CVJlkMNG.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-D6y32yDw.css">
7
+ <script type="module" crossorigin src="/assets/index-NSdDNClY.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-DVghlxYb.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
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.7.8",
4
+ "version": "0.7.9",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -5,7 +5,7 @@
5
5
  @apply flex justify-start text-white uppercase hover:cursor-pointer tracking-super-widest h-[2rem];
6
6
  }
7
7
  .tab {
8
- @apply mx-8 min-w-[105px] text-center text-sm first:ml-0 last:mr-0 font-light hover:font-medium opacity-70;
8
+ @apply mx-8 min-w-[105px] text-center text-sm first:ml-0 last:mr-0 font-light opacity-70 hover:opacity-100;
9
9
  }
10
10
  .selected-tab {
11
11
  @apply underline underline-offset-8 font-medium opacity-100;