@tight-embedded/react 6.2.0 → 6.3.1
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/dist/index.css +392 -350
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.gz +0 -0
- package/dist/index.js.map +1 -1
- package/dist/index.js.map.gz +0 -0
- package/package.json +2 -1
package/dist/index.css.gz
CHANGED
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ declare const TransactionTableColumns: {
|
|
|
121
121
|
* Set library-wide options for various components.
|
|
122
122
|
*
|
|
123
123
|
* For Developers:
|
|
124
|
-
* This hook subscribes a component to Tight Embedded's option store, which is
|
|
124
|
+
* This hook subscribes a component to Tight Embedded's option store, which is shared across all Tight Components
|
|
125
125
|
* The initial options passed into the hook will be set as the value of options on the hook's first render.
|
|
126
126
|
* When a component modifies these options by calling setOptions, all subscribed components will re-render with the new options
|
|
127
127
|
*
|