@mptw/skylens-ui 1.4.30 → 1.4.31

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.
@@ -416,7 +416,7 @@ export default defineComponent({
416
416
 
417
417
  &.disabled
418
418
  .tab-nav-item-link
419
- @apply s('text-[#BCBFCF]') cursor-default
419
+ @apply text-gray-4 cursor-default
420
420
 
421
421
  &-link
422
422
  @apply relative block px-4 pb-2 text-lg text-gray-2
@@ -438,7 +438,7 @@ export default defineComponent({
438
438
  .tabs-nav-left
439
439
  &:before
440
440
  content ""
441
- @apply absolute right-0 bottom-0 left-0 h-1 s('bg-[#DFE1E9]')
441
+ @apply absolute right-0 bottom-0 left-0 h-1 bg-gray-5
442
442
 
443
443
  .tabs-nav-left
444
444
  @apply relative flex-grow-0 flex-shrink-0
@@ -460,8 +460,12 @@ export default defineComponent({
460
460
  .tab-nav-item-link
461
461
  @apply text-blue-1 cursor-default
462
462
 
463
+ &.disabled
464
+ .tab-nav-item-link
465
+ @apply text-gray-4 cursor-default
466
+
463
467
  &-link
464
- @apply relative block pt-1 px-6 pb-2 text-base s('text-[#90A8D7]')
468
+ @apply relative block pt-1 px-6 pb-2 text-base text-secondary-500
465
469
 
466
470
  &-title
467
471
  @apply truncate
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.30",
4
+ "version": "1.4.31",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",