@latte-macchiat-io/latte-vanilla-components 0.0.303 → 0.0.305

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latte-macchiat-io/latte-vanilla-components",
3
- "version": "0.0.303",
3
+ "version": "0.0.305",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -21,3 +21,5 @@ export const navLegalRecipe = recipe(
21
21
  },
22
22
  'nav-legal'
23
23
  );
24
+
25
+ export const navLegalLink = style({}, 'nav-social-link');
@@ -650,6 +650,11 @@ export const themeContract = createGlobalThemeContract({
650
650
  },
651
651
 
652
652
  navLegal: {
653
+ transition: 'latte-navLegal-transition',
654
+ colors: {
655
+ default: 'latte-navLegal-colors-default',
656
+ defaultHover: 'latte-navLegal-colors-defaultHover',
657
+ },
653
658
  gap: {
654
659
  mobile: 'latte-navLegal-gap-mobile',
655
660
  sm: 'latte-navLegal-gap-sm',
@@ -661,11 +666,6 @@ export const themeContract = createGlobalThemeContract({
661
666
  },
662
667
 
663
668
  navSocial: {
664
- transition: 'latte-navSocial-transition',
665
- colors: {
666
- defaultIcon: 'latte-navSocial-colors-defaultIcon',
667
- defaultIconHover: 'latte-navSocial-colors-defaultIconHover',
668
- },
669
669
  gap: {
670
670
  mobile: 'latte-navSocial-gap-mobile',
671
671
  sm: 'latte-navSocial-gap-sm',