@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.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 TimeSeriesChart across all Tight Components
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
  *