@bcc-code/component-library-vue 0.9.17 → 0.9.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/theme.css CHANGED
@@ -1962,29 +1962,27 @@
1962
1962
  }
1963
1963
 
1964
1964
  .bcc-app-nav-item {
1965
- @apply ctx-gray-subtlest text-ctx relative flex h-12 flex-1 flex-col items-center justify-center gap-1 transition-colors focus:ring-0 focus:outline-none;
1965
+ @apply relative flex h-12 flex-1 flex-col items-center justify-center gap-1 transition-colors focus:ring-0 focus:outline-none;
1966
1966
  }
1967
1967
 
1968
1968
  .bcc-nav-item-icon {
1969
- @apply size-6 opacity-50;
1969
+ @apply size-6 icon-subtlest;
1970
1970
  }
1971
1971
 
1972
1972
  .bcc-nav-item-badge {
1973
- @apply absolute top-0 right-1 opacity-75;
1973
+ @apply absolute top-0 right-1;
1974
1974
  }
1975
1975
 
1976
1976
  .bcc-nav-item-title {
1977
- @apply text-heading-xs text-center opacity-50;
1977
+ @apply text-heading-xs text-center text-subtlest opacity-75;
1978
1978
  }
1979
1979
 
1980
- .bcc-app-nav-item--active {
1981
- @apply text-selected;
1980
+ .bcc-app-nav-item--active .bcc-nav-item-title {
1981
+ @apply text-selected opacity-100;
1982
1982
  }
1983
1983
 
1984
- .bcc-app-nav-item--active .bcc-nav-item-icon,
1985
- .bcc-app-nav-item--active .bcc-nav-item-badge,
1986
- .bcc-app-nav-item--active .bcc-nav-item-title {
1987
- @apply opacity-100;
1984
+ .bcc-app-nav-item--active .bcc-nav-item-icon {
1985
+ @apply text-selected;
1988
1986
  }
1989
1987
  }
1990
1988
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.9.17",
3
+ "version": "0.9.19",
4
4
  "type": "module",
5
5
  "description": "Extended Vue component library based on PrimeVue and BCC design tokens",
6
6
  "repository": "https://github.com/bcc-code/bcc-design.git",