@oneqode/design-system 0.4.0 → 0.4.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.
@@ -187,6 +187,7 @@
187
187
  --container-compact: 650px; /** Tight text blocks, centered descriptions */
188
188
  --container-content: 600px; /** Paragraph descriptions, subtitles */
189
189
  --spacing-section: 5rem; /** Standard spacing between page sections */
190
+ --spacing-section-lg: 10rem; /** Large section block padding - 160px (used for major page sections per Figma) */
190
191
  --spacing-inset: 1.5rem; /** Standard inner padding for sections and cards - 24px */
191
192
  --font-sans: Space Grotesk, system-ui, sans-serif; /** Body text font stack */
192
193
  --font-display: Saans, system-ui, sans-serif; /** Heading/display font stack */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneqode/design-system",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "description": "OneQode design tokens: CSS custom properties, Tailwind v4 theme, shadcn variables, and flat JSON.",
6
6
  "license": "MIT",