@platformatic/ui-components 0.7.18 → 0.7.19

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-D8X__ie8.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-TVRb_Qow.css">
7
+ <script type="module" crossorigin src="/assets/index-vP5MzAix.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-CtkV5_8h.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
package/dist/main.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
3
3
  */
4
4
 
5
5
  /*
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.18",
4
+ "version": "0.7.19",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "@vitejs/plugin-react": "^4.0.0",
47
47
  "babel-loader": "^9.0.0",
48
48
  "happy-dom": "^14.0.0",
49
- "jsdom": "^24.0.0",
49
+ "jsdom": "^25.0.0",
50
50
  "react-test-renderer": "^18.2.0",
51
51
  "snazzy": "^9.0.0",
52
52
  "standard": "^17.0.0",
@@ -8,7 +8,7 @@
8
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
- @apply underline underline-offset-8 font-medium opacity-100;
11
+ @apply underline underline-offset-8 opacity-100;
12
12
  }
13
13
  .tabContentClassName {
14
14
  @apply max-h-[calc(100vH-10rem)] overflow-y-auto;