@cryptofi/core-ui 3.0.4 → 3.0.6
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 +3 -4
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +23 -7
- package/package.json +35 -42
package/README.md
CHANGED
|
@@ -9,10 +9,9 @@ InvestiFi's library of React components and UI utilities.
|
|
|
9
9
|
3. [How to: Add a Component](#how-to-add-a-component)
|
|
10
10
|
4. [How to: Style a Component](#how-to-style-a-component)
|
|
11
11
|
5. [How to: Add Icons](#how-to-add-icons)
|
|
12
|
-
6. [How to: Use
|
|
13
|
-
7. [How to: Use
|
|
14
|
-
8. [
|
|
15
|
-
9. [Tech Stack: Tooling](#tech-stack-tooling)
|
|
12
|
+
6. [How to: Use the Breakpoint Debugger](#how-to-use-the-breakpoint-debugger)
|
|
13
|
+
7. [How to: Use Unpublished Changes](#how-to-use-unpublished-changes)
|
|
14
|
+
8. [Tech Stack: Tooling](#tech-stack-tooling)
|
|
16
15
|
|
|
17
16
|
## Getting Started
|
|
18
17
|
|