@latte-macchiat-io/latte-vanilla-components 0.0.299 → 0.0.300

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.299",
3
+ "version": "0.0.300",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -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,