@layerfi/components 0.1.114-alpha.2 → 0.1.114-alpha.3
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/cjs/index.cjs +30707 -29146
- package/dist/esm/index.mjs +31950 -30389
- package/dist/index.css +2249 -2149
- package/dist/index.d.ts +4 -0
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1118,6 +1118,10 @@ declare type UnknownEnumValue = string & Record<never, never>;
|
|
|
1118
1118
|
|
|
1119
1119
|
export declare const unstable_BillsView: (props: BillsViewProps) => JSX_2.Element;
|
|
1120
1120
|
|
|
1121
|
+
export declare const unstable_MileageTracking: ({ showTitle }: {
|
|
1122
|
+
showTitle?: boolean;
|
|
1123
|
+
}) => JSX_2.Element;
|
|
1124
|
+
|
|
1121
1125
|
export declare const unstable_UnifiedReports: () => JSX_2.Element;
|
|
1122
1126
|
|
|
1123
1127
|
declare const US_STATES: readonly [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerfi/components",
|
|
3
|
-
"version": "0.1.114-alpha.
|
|
3
|
+
"version": "0.1.114-alpha.3",
|
|
4
4
|
"description": "Layer React Components",
|
|
5
5
|
"main": "dist/cjs/index.cjs",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"eslint-plugin-import": "^2.32.0",
|
|
66
66
|
"eslint-plugin-react": "^7.37.5",
|
|
67
67
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
68
|
+
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
68
69
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
69
70
|
"husky": "^9.1.7",
|
|
70
71
|
"lint-staged": "^16.2.3",
|