@layerfi/components 0.1.95-alpha.1 → 0.1.95

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.
@@ -5601,7 +5601,7 @@ var import_react16 = require("react");
5601
5601
  var import_react14 = require("react");
5602
5602
 
5603
5603
  // package.json
5604
- var version = "0.1.95-alpha.1";
5604
+ var version = "0.1.95";
5605
5605
 
5606
5606
  // src/models/APIError.ts
5607
5607
  var APIError = class _APIError extends Error {
@@ -18215,7 +18215,7 @@ function BankTransactionsTableEmptyStates({
18215
18215
  return null;
18216
18216
  }
18217
18217
  if (!hasVisibleTransactions && !isFiltered) {
18218
- /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
18218
+ return /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
18219
18219
  DataState,
18220
18220
  {
18221
18221
  status: "allDone" /* allDone */,
@@ -5570,7 +5570,7 @@ import { useState as useState8 } from "react";
5570
5570
  import { useReducer, useEffect as useEffect4 } from "react";
5571
5571
 
5572
5572
  // package.json
5573
- var version = "0.1.95-alpha.1";
5573
+ var version = "0.1.95";
5574
5574
 
5575
5575
  // src/models/APIError.ts
5576
5576
  var APIError = class _APIError extends Error {
@@ -18253,7 +18253,7 @@ function BankTransactionsTableEmptyStates({
18253
18253
  return null;
18254
18254
  }
18255
18255
  if (!hasVisibleTransactions && !isFiltered) {
18256
- /* @__PURE__ */ jsx151(
18256
+ return /* @__PURE__ */ jsx151(
18257
18257
  DataState,
18258
18258
  {
18259
18259
  status: "allDone" /* allDone */,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerfi/components",
3
- "version": "0.1.95-alpha.1",
3
+ "version": "0.1.95",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",