@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
@@ -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',
|