@almadar/ui 5.0.0 → 5.1.0

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": "@almadar/ui",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -139,6 +139,8 @@
139
139
  "@dnd-kit/core": "^6.3.1",
140
140
  "@dnd-kit/sortable": "^10.0.0",
141
141
  "@dnd-kit/utilities": "^3.2.2",
142
+ "@phosphor-icons/react": "^2.1.10",
143
+ "@tabler/icons-react": "^3.44.0",
142
144
  "@xyflow/react": "12.10.1",
143
145
  "clsx": "^2.1.0",
144
146
  "elkjs": "0.11.1",
@@ -146,6 +148,7 @@
146
148
  "leaflet": "1.9.4",
147
149
  "lucide-react": "^0.344.0",
148
150
  "parse-entities": "^4.0.0",
151
+ "react-icons": "^5.6.0",
149
152
  "react-leaflet": "^4.2.1",
150
153
  "react-markdown": "^9.0.0",
151
154
  "react-syntax-highlighter": "^16.1.0",
package/themes/index.css CHANGED
@@ -8,6 +8,11 @@
8
8
  * IMPORTANT: @import must precede all other statements (Vite requirement).
9
9
  */
10
10
 
11
+ /* Layer 1 skin axes — font families consumed by prism / gazette / terminal / atelier / kiosk.
12
+ * Combined into a single Google Fonts request for fewer round-trips. font-display: swap
13
+ * means body text renders immediately with the fallback chain while the web fonts load. */
14
+ @import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;700;900&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&family=Manrope:wght@400;500;600;700;800&display=swap");
15
+
11
16
  /* Core themes */
12
17
  @import "./wireframe.css";
13
18
  @import "./minimalist.css";