@node-core/ui-components 1.0.1-6cb8b0a0c75c24f5ccc84bb07a1ea9b4b810abd2 → 1.0.1-df203d0fe21ee5d80d258c60dc821e8ac0601ce4

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.
@@ -1,7 +1,8 @@
1
1
  @reference "../../styles/index.css";
2
2
 
3
3
  .tabsRoot {
4
- @apply max-w-full;
4
+ @apply grid
5
+ max-w-full;
5
6
 
6
7
  .tabsList {
7
8
  @apply font-open-sans
package/package.json CHANGED
@@ -76,7 +76,7 @@
76
76
  "engines": {
77
77
  "node": ">=20"
78
78
  },
79
- "version": "1.0.1-6cb8b0a0c75c24f5ccc84bb07a1ea9b4b810abd2",
79
+ "version": "1.0.1-df203d0fe21ee5d80d258c60dc821e8ac0601ce4",
80
80
  "scripts": {
81
81
  "check-types": "tsc --noEmit",
82
82
  "lint": "turbo run lint:js lint:css",