@rettangoli/ui 1.9.0 → 1.9.1

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.
@@ -72,7 +72,7 @@ var rettangoli=(()=>{var $=`
72
72
  background-color: var(--destructive);
73
73
  color: var(--primary-foreground);
74
74
  `,ol:`
75
- background-color: transparent;
75
+ background-color: var(--background);
76
76
  color: var(--foreground);
77
77
  border-width: 1px;
78
78
  `,gh:`
@@ -72,7 +72,7 @@ var rettangoli=(()=>{var _e=`
72
72
  background-color: var(--destructive);
73
73
  color: var(--primary-foreground);
74
74
  `,ol:`
75
- background-color: transparent;
75
+ background-color: var(--background);
76
76
  color: var(--foreground);
77
77
  border-width: 1px;
78
78
  `,gh:`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rettangoli/ui",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "A UI component library for building web interfaces.",
5
5
  "main": "dist/rettangoli-esm.min.js",
6
6
  "type": "module",
@@ -57,7 +57,7 @@ const styles = {
57
57
  color: var(--primary-foreground);
58
58
  `,
59
59
  ol: `
60
- background-color: transparent;
60
+ background-color: var(--background);
61
61
  color: var(--foreground);
62
62
  border-width: 1px;
63
63
  `,