@latte-macchiat-io/latte-vanilla-components 0.0.447 → 0.0.448

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.447",
3
+ "version": "0.0.448",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -1,5 +1,6 @@
1
1
  const themeBoxBase = {
2
2
  box: {
3
+ border: '',
3
4
  borderRadius: '',
4
5
 
5
6
  gap: {
@@ -636,7 +636,6 @@ export const themeContract = createGlobalThemeContract({
636
636
  box: {
637
637
  border: 'latte-box-border',
638
638
  borderRadius: 'latte-box-borderRadius',
639
- backgroundColor: 'latte-box-backgroundColor',
640
639
 
641
640
  gap: {
642
641
  mobile: 'latte-box-gap-mobile',