@secondstaxorg/sscomp 1.5.6 → 1.5.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { BankSelectorProps } from "./type";
3
+ import '../../styles/typography.css';
3
4
  /**
4
5
  * In the LP application, when making an LP request, there is a stage in the process where the broker will need to select the bank account into which to receive the exchanged funds.
5
6
  * This is the component that handles the selection of the bank account.