hs-uix 1.0.3 → 1.0.4
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ Two edit modes: **discrete** (click-to-edit, default) and **inline** (always-vis
|
|
|
90
90
|
|
|
91
91
|
Connect live CRM data (contacts, deals, tickets, etc.) to a DataTable with `useAssociations` from `@hubspot/ui-extensions/crm`.
|
|
92
92
|
|
|
93
|
-
> **Full documentation:** [DataTable README](
|
|
93
|
+
> **Full documentation:** [DataTable README](https://github.com/05bmckay/hs-uix/blob/main/packages/datatable/README.md) — includes full API reference, all examples, server-side mode, and more.
|
|
94
94
|
|
|
95
95
|
---
|
|
96
96
|
|
|
@@ -167,7 +167,7 @@ const fields = [
|
|
|
167
167
|
|
|
168
168
|

|
|
169
169
|
|
|
170
|
-
> **Full documentation:** [FormBuilder README](
|
|
170
|
+
> **Full documentation:** [FormBuilder README](https://github.com/05bmckay/hs-uix/blob/main/packages/form/README.md) — includes full API reference, all field types, validation details, props tables, and more.
|
|
171
171
|
|
|
172
172
|
---
|
|
173
173
|
|