@latte-macchiat-io/latte-vanilla-components 0.0.299 → 0.0.301
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
@@ -26,7 +26,7 @@ const icons = {
|
|
26
26
|
'M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z',
|
27
27
|
socialSpotify: '',
|
28
28
|
socialTiktok:
|
29
|
-
'
|
29
|
+
'M 17.0725 0 H 13.0278 V 16.3478 C 13.0278 18.2957 11.4722 19.8957 9.53626 19.8957 C 7.60034 19.8957 6.04469 18.2957 6.04469 16.3478 C 6.04469 14.4348 7.56577 12.8695 9.43257 12.8 V 8.69567 C 5.31872 8.7652 2 12.1391 2 16.3478 C 2 20.5913 5.38786 24 9.57085 24 C 13.7538 24 17.1416 20.5565 17.1416 16.3478 V 7.9652 C 18.6627 9.07827 20.5295 9.73913 22.5 9.77393 V 5.66957 C 19.4579 5.56522 17.0725 3.06087 17.0725 0 Z',
|
30
30
|
socialX:
|
31
31
|
'M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z',
|
32
32
|
socialYoutube:
|
@@ -22,12 +22,7 @@ export const navSocialRecipe = recipe(
|
|
22
22
|
'nav-social'
|
23
23
|
);
|
24
24
|
|
25
|
-
export const navSocialLink = style(
|
26
|
-
{
|
27
|
-
padding: 10,
|
28
|
-
},
|
29
|
-
'nav-social-link'
|
30
|
-
);
|
25
|
+
export const navSocialLink = style({}, 'nav-social-link');
|
31
26
|
|
32
27
|
globalStyle(`${navSocialLink} svg path`, {
|
33
28
|
transition: themeContract.navSocial.transition,
|