@novie/ui 0.1.2 → 0.1.5

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": "@novie/ui",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "description": "Novie design system component library built on shadcn/ui conventions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -141,6 +141,23 @@ const config: Config = {
141
141
  md: "calc(var(--radius) - 2px)",
142
142
  sm: "calc(var(--radius) - 4px)",
143
143
  },
144
+ width: {
145
+ "sidebar-mini": "var(--sidebar-width-mini)",
146
+ "sidebar-full": "var(--sidebar-width-full)",
147
+ },
148
+ maxWidth: {
149
+ "container-full": "1136px",
150
+ "container-chat": "800px",
151
+ "container-narrow": "640px",
152
+ },
153
+ gap: {
154
+ "panel": "var(--panel-gap)",
155
+ "card": "var(--card-gap)",
156
+ },
157
+ padding: {
158
+ "card": "var(--card-padding)",
159
+ "content-gutter": "var(--content-gutter)",
160
+ },
144
161
  },
145
162
  },
146
163
  plugins: [],