@latte-macchiat-io/latte-vanilla-components 0.0.305 → 0.0.306
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
@@ -650,11 +650,6 @@ 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
|
-
},
|
658
653
|
gap: {
|
659
654
|
mobile: 'latte-navLegal-gap-mobile',
|
660
655
|
sm: 'latte-navLegal-gap-sm',
|
@@ -666,6 +661,11 @@ export const themeContract = createGlobalThemeContract({
|
|
666
661
|
},
|
667
662
|
|
668
663
|
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',
|