@latte-macchiat-io/latte-vanilla-components 0.0.482 → 0.0.483

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.482",
3
+ "version": "0.0.483",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -72,6 +72,7 @@ globalStyle(`${collapseExpandContent} > div`, {
72
72
  visibility: 'hidden',
73
73
  transition: 'visibility 0.2s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out 0.2s',
74
74
 
75
+ border: themeContract.expandCollapse.item.content.border,
75
76
  borderRadius: themeContract.expandCollapse.item.content.borderRadius,
76
77
  backgroundColor: themeContract.expandCollapse.item.content.backgroundColor,
77
78
  });
@@ -1391,6 +1391,7 @@ export const themeContract = createGlobalThemeContract({
1391
1391
  },
1392
1392
 
1393
1393
  content: {
1394
+ border: 'latte-expandCollapse-item-content-border',
1394
1395
  borderRadius: 'latte-expandCollapse-item-content-borderRadius',
1395
1396
  backgroundColor: 'latte-expandCollapse-item-content-backgroundColor',
1396
1397