@figma-vars/hooks 1.4.4 → 1.4.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/README.md CHANGED
@@ -9,6 +9,7 @@ Built for the modern web, this library provides a suite of hooks to fetch, manag
9
9
  ![Status](https://img.shields.io/badge/status-stable-brightgreen)
10
10
  ![CI](https://github.com/marklearst/figma-vars-hooks/actions/workflows/publish.yml/badge.svg)
11
11
  [![codecov](https://codecov.io/gh/marklearst/figma-vars-hooks/branch/main/graph/badge.svg)](https://codecov.io/gh/marklearst/figma-vars-hooks)
12
+ ![Test Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)
12
13
  ![License](https://img.shields.io/github/license/marklearst/figma-vars-hooks)
13
14
  ![GitHub last commit](https://img.shields.io/github/last-commit/marklearst/figma-vars-hooks)
14
15
  ![GitHub code size](https://img.shields.io/github/languages/code-size/marklearst/figma-vars-hooks)
@@ -28,6 +29,19 @@ Built for the modern web, this library provides a suite of hooks to fetch, manag
28
29
 
29
30
  ---
30
31
 
32
+ ## 🧱 Architecture Highlights
33
+
34
+ ✅ **100% Test Coverage** - Comprehensive test suite with 76 tests covering all hooks, utilities, and edge cases via Vitest
35
+ ✅ **Consistent Error Handling** - Standardized error propagation with clear messages from the Figma API
36
+ ✅ **Strictly Typed APIs** - Modern TypeScript best practices with full type inference and autocompletion
37
+ ✅ **Predictable Hook Signatures** - Consistent, composable patterns designed for safe React integrations
38
+ ✅ **Developer-First Architecture** - Clean folder structure, path aliases, and logical component separation
39
+ ✅ **React Ecosystem** - Built specifically for React apps, Storybook, Next.js, and design system dashboards
40
+ ✅ **Ergonomic DX** - Intuitive API that's easy to use in both prototype and production environments
41
+ ✅ **Minimal Dependencies** - Leverages SWR for caching with careful dependency selection for optimal bundle size
42
+
43
+ ---
44
+
31
45
  ## 📦 Install
32
46
 
33
47
  ```bash
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@figma-vars/hooks",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "Typed React hooks for managing Figma Variables, modes, tokens, and bindings via API.",
5
5
  "author": "Mark Learst",
6
6
  "license": "MIT",