@rovela-ai/sdk 0.1.31 → 0.1.32

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.
@@ -7,6 +7,9 @@
7
7
  * Usage: Wrap admin content with class="rovela-admin-theme"
8
8
  */
9
9
 
10
+ /* Load Plus Jakarta Sans font from Google Fonts */
11
+ @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
12
+
10
13
  /* ═══════════════════════════════════════════════════════════════════════════
11
14
  DESIGN TOKENS - CSS Variables
12
15
  ═══════════════════════════════════════════════════════════════════════════ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rovela-ai/sdk",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "Rovela SDK - Pre-built e-commerce components for AI-powered store generation",
5
5
  "type": "module",
6
6
  "license": "MIT",