@uxf/ui 1.0.0-beta.79 → 1.0.0-beta.80

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/css/tabs.css +2 -7
  2. package/package.json +1 -1
package/css/tabs.css CHANGED
@@ -2,18 +2,13 @@
2
2
  @apply w-full;
3
3
 
4
4
  &--grow {
5
- .uxf-tabs__tab-list__wrapper,
6
- .uxf-tabs__tab-list {
7
- @apply w-full;
8
- }
9
-
10
5
  .uxf-tabs__tab {
11
6
  @apply grow;
12
7
  }
13
8
  }
14
9
 
15
10
  &__tab-list__wrapper {
16
- @apply w-fit mb-6;
11
+ @apply w-full mb-6 overflow-auto;
17
12
 
18
13
  &--default {
19
14
  @apply relative before:absolute before:pointer-events-none before:bottom-0 before:w-full before:border-b-2;
@@ -41,7 +36,7 @@
41
36
  }
42
37
 
43
38
  &__tab-list {
44
- @apply flex items-center text-base font-semibold overflow-x-auto whitespace-nowrap w-fit;
39
+ @apply flex items-center text-base font-semibold overflow-x-auto whitespace-nowrap w-full;
45
40
 
46
41
  scrollbar-width: none;
47
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/ui",
3
- "version": "1.0.0-beta.79",
3
+ "version": "1.0.0-beta.80",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"