@secondstaxorg/sscomp 1.7.64 → 1.7.67

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.7.64",
3
+ "version": "1.7.67",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { SelectorProps } from "./type";
3
+ import '../../styles/typography.css';
3
4
  /**
4
5
  * Dropdown selector for selecting <b>countries</b> or <b>currencies</b>
5
6
  */
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { DropdownProps } from "./type";
3
+ import '../../styles/typography.css';
3
4
  /**
4
5
  * Dropdown component for selecting from a list of options
5
6
  */
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { PasswordFieldProps } from "./type";
3
+ import '../../styles/typography.css';
3
4
  /**
4
5
  * Component for handling password input fields
5
6
  */
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { SelectorProps } from "./types";
3
+ import '../../styles/typography.css';
3
4
  /**
4
5
  * Component for making selections. Usage could be in an onboarding process
5
6
  */
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { TextAreaProps } from "./type";
3
+ import '../../styles/typography.css';
3
4
  /**
4
5
  * Component to display a textarea field in a form. This mimics the behavior of a regular HTML <code>&lt;textarea&gt;</code> element and accepts the same props as it along with the custom ones defined.
5
6
  */