@secondstaxorg/sscomp 1.6.24 → 1.6.26

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.6.24",
3
+ "version": "1.6.26",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -96,5 +96,5 @@
96
96
  },
97
97
  "readme": "ERROR: No README data found!",
98
98
  "homepage": "https://github.com/Secondstax/sscomp#readme",
99
- "_id": "@secondstaxorg/sscomp@1.3.5"
99
+ "_id": "@secondstaxorg/sscomp@1.6.26"
100
100
  }
@@ -1 +1 @@
1
- export declare function dayDiff(rateDate: string): "" | "today, " | "yesterday, " | undefined;
1
+ export declare function dayDiff(rateDate: string): "today, " | "yesterday, " | "" | undefined;
@@ -1 +1 @@
1
- export declare function dayDiff(rateDate: string): "" | "today, " | "yesterday, " | undefined;
1
+ export declare function dayDiff(rateDate: string): "today, " | "yesterday, " | "" | undefined;
@@ -1 +1 @@
1
- export declare function dayDiff(rateDate: string): "" | "today, " | "yesterday, " | undefined;
1
+ export declare function dayDiff(rateDate: string): "today, " | "yesterday, " | "" | undefined;
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { NewsFilterProps } from "./type";
3
+ import "../../styles/typography.css";
3
4
  /**
4
5
  * Filter bar for news items on the news application
5
6
  */
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { NewsBarProps } from "./type";
3
+ import "../../styles/typography.css";
3
4
  /**
4
5
  * Component to display a section title on the news application where news items are displayed
5
6
  */