@latte-macchiat-io/latte-vanilla-components 0.0.436 → 0.0.437

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.436",
3
+ "version": "0.0.437",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -47,7 +47,7 @@ globalStyle('p:last-of-type', {
47
47
  globalStyle('p + ul', {
48
48
  '@media': {
49
49
  ...generateResponsiveMedia({
50
- paddingBottom: themeContract.paragraph.plusList.paddingBottom,
50
+ paddingTop: themeContract.paragraph.plusList.paddingTop,
51
51
  }),
52
52
  },
53
53
  });
@@ -9,7 +9,7 @@ const themeParagraphBase = {
9
9
  '2xl': '50px',
10
10
  },
11
11
  plusList: {
12
- paddingBottom: {
12
+ paddingTop: {
13
13
  mobile: '15px',
14
14
  sm: '15px',
15
15
  md: '30px',
@@ -384,7 +384,7 @@ export const themeContract = createGlobalThemeContract({
384
384
  '2xl': 'latte-paragraph-paddingBottom-2xl',
385
385
  },
386
386
  plusList: {
387
- paddingBottom: {
387
+ paddingTop: {
388
388
  mobile: 'latte-paragraph-plusList-paddingBottom-mobile',
389
389
  sm: 'latte-paragraph-plusList-paddingBottom-sm',
390
390
  md: 'latte-paragraph-plusList-paddingBottom-md',