@invopop/popui 0.1.49 → 0.1.50

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.
@@ -1,15 +1,17 @@
1
1
  /**
2
2
  * PopUI Tailwind v4 Theme Configuration
3
- *
3
+ *
4
4
  * This file can be imported in any project using:
5
5
  * @import "@invopop/popui/tailwind.theme.css";
6
- *
6
+ *
7
7
  * Three-tier color system:
8
8
  * 1. Primitive colors: Raw color values from Figma (e.g., mint-100)
9
9
  * 2. Semantic colors: Named palettes using base colors (e.g., positive-100)
10
10
  * 3. Token colors: Application-specific using semantic colors (e.g., foreground-default)
11
11
  */
12
12
 
13
+ @import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap');
14
+
13
15
  @theme {
14
16
  /* ============================================
15
17
  PRIMITIVE COLORS
@@ -799,7 +801,7 @@
799
801
 
800
802
  /* Font Family */
801
803
  --font-sans: Inter, sans-serif;
802
- --font-mono: "Geist Mono", CommitMono, ui-monospace, Menlo, Monaco, Consolas, "Ubuntu Mono", "Roboto Mono", "DejaVu Sans Mono", monospace;
804
+ --font-mono: "Geist Mono", CommitMono, ui-monospace, Menlo, Monaco, Consolas, "Roboto Mono", "DejaVu Sans Mono", monospace;
803
805
 
804
806
  /* Font Features for Monospace */
805
807
  --font-mono-features: "ss02" on, "ss08" on, "ss09" on;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.1.49",
4
+ "version": "0.1.50",
5
5
  "repository": {
6
6
  "url": "https://github.com/invopop/popui"
7
7
  },