ui-thing 0.1.32 → 0.1.34

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.
@@ -122,6 +122,17 @@ module.exports = {
122
122
  DEFAULT: "hsl(var(--card))",
123
123
  foreground: "hsl(var(--card-foreground))",
124
124
  },
125
+ sidebar: {
126
+ DEFAULT: "hsl(var(--sidebar-background))",
127
+ foreground: "hsl(var(--sidebar-foreground))",
128
+ primary: "hsl(var(--sidebar-primary))",
129
+ "primary-foreground": "hsl(var(--sidebar-primary-foreground))",
130
+ accent: "hsl(var(--sidebar-accent))",
131
+ "accent-foreground": "hsl(var(--sidebar-accent-foreground))",
132
+ border: "hsl(var(--sidebar-border))",
133
+ ring: "hsl(var(--sidebar-ring))",
134
+ input: "hsl(var(--sidebar-input))",
135
+ },
125
136
  },
126
137
  },
127
138
  },