@layerfi/components 0.1.103-alpha → 0.1.103
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 +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/index.css +8 -9
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -5602,7 +5602,7 @@ var import_react12 = require("react");
|
|
|
5602
5602
|
var import_react10 = require("react");
|
|
5603
5603
|
|
|
5604
5604
|
// package.json
|
|
5605
|
-
var version = "0.1.103
|
|
5605
|
+
var version = "0.1.103";
|
|
5606
5606
|
|
|
5607
5607
|
// src/models/APIError.ts
|
|
5608
5608
|
var APIError = class _APIError extends Error {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -5570,7 +5570,7 @@ import { useState as useState5 } from "react";
|
|
|
5570
5570
|
import { useReducer, useEffect as useEffect2 } from "react";
|
|
5571
5571
|
|
|
5572
5572
|
// package.json
|
|
5573
|
-
var version = "0.1.103
|
|
5573
|
+
var version = "0.1.103";
|
|
5574
5574
|
|
|
5575
5575
|
// src/models/APIError.ts
|
|
5576
5576
|
var APIError = class _APIError extends Error {
|
package/dist/index.css
CHANGED
|
@@ -7958,7 +7958,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
7958
7958
|
position: sticky;
|
|
7959
7959
|
z-index: 2;
|
|
7960
7960
|
right: 0;
|
|
7961
|
-
--width:
|
|
7961
|
+
--width: 56ch;
|
|
7962
7962
|
width: var(--width);
|
|
7963
7963
|
min-width: var(--width);
|
|
7964
7964
|
max-width: var(--width);
|
|
@@ -8373,7 +8373,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
8373
8373
|
box-sizing: border-box;
|
|
8374
8374
|
position: sticky;
|
|
8375
8375
|
z-index: 2;
|
|
8376
|
-
--right-adjust:
|
|
8376
|
+
--right-adjust: 56ch;
|
|
8377
8377
|
right: var(--right-adjust);
|
|
8378
8378
|
width: 130px;
|
|
8379
8379
|
min-width: 130px;
|
|
@@ -8395,7 +8395,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
8395
8395
|
box-sizing: border-box;
|
|
8396
8396
|
position: sticky;
|
|
8397
8397
|
z-index: 2;
|
|
8398
|
-
right:
|
|
8398
|
+
right: 56ch;
|
|
8399
8399
|
width: 0;
|
|
8400
8400
|
min-width: 0;
|
|
8401
8401
|
max-width: 0;
|
|
@@ -8412,7 +8412,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
8412
8412
|
position: sticky;
|
|
8413
8413
|
z-index: 2;
|
|
8414
8414
|
right: 0;
|
|
8415
|
-
--width:
|
|
8415
|
+
--width: 56ch;
|
|
8416
8416
|
width: var(--width);
|
|
8417
8417
|
min-width: var(--width);
|
|
8418
8418
|
max-width: var(--width);
|
|
@@ -8428,13 +8428,13 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
8428
8428
|
color: var(--color-base-1000);
|
|
8429
8429
|
}
|
|
8430
8430
|
.Layer__bank-transactions__tx-text {
|
|
8431
|
-
width:
|
|
8431
|
+
max-width: 32ch;
|
|
8432
8432
|
}
|
|
8433
8433
|
.Layer__bank-transactions__account-col {
|
|
8434
8434
|
box-sizing: border-box;
|
|
8435
|
-
width:
|
|
8436
|
-
min-width:
|
|
8437
|
-
max-width:
|
|
8435
|
+
width: 30ch;
|
|
8436
|
+
min-width: 10ch;
|
|
8437
|
+
max-width: 30ch;
|
|
8438
8438
|
}
|
|
8439
8439
|
.Layer__bank-transactions__documents-col {
|
|
8440
8440
|
box-sizing: border-box;
|
|
@@ -8474,7 +8474,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
8474
8474
|
box-sizing: border-box;
|
|
8475
8475
|
display: block;
|
|
8476
8476
|
overflow: hidden;
|
|
8477
|
-
max-width: 100%;
|
|
8478
8477
|
text-overflow: ellipsis;
|
|
8479
8478
|
white-space: nowrap;
|
|
8480
8479
|
}
|