@layerfi/components 0.1.125 → 0.1.126-alpha
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 +3219 -1330
- package/dist/esm/index.mjs +2900 -1116
- package/dist/index.css +0 -84
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -1630,17 +1630,6 @@
|
|
|
1630
1630
|
}
|
|
1631
1631
|
.Layer__ComboBoxPlaceholder--error {
|
|
1632
1632
|
color: var(--color-danger);
|
|
1633
|
-
}.Layer__MoneySpan {
|
|
1634
|
-
white-space: nowrap;
|
|
1635
|
-
}
|
|
1636
|
-
.Layer__MoneySpan[data-positive]::before {
|
|
1637
|
-
content: "$";
|
|
1638
|
-
}
|
|
1639
|
-
.Layer__MoneySpan[data-negative]::before {
|
|
1640
|
-
content: "-$";
|
|
1641
|
-
}
|
|
1642
|
-
.Layer__MoneySpan[data-display-plus-sign]::before {
|
|
1643
|
-
content: "+$";
|
|
1644
1633
|
}.Layer__datetime {
|
|
1645
1634
|
display: inline-flex;
|
|
1646
1635
|
gap: var(--spacing-md);
|
|
@@ -5800,12 +5789,6 @@
|
|
|
5800
5789
|
padding: var(--spacing-2xs);
|
|
5801
5790
|
color: var(--label-color);
|
|
5802
5791
|
}
|
|
5803
|
-
.Layer__amount-input--align-left {
|
|
5804
|
-
text-align: left;
|
|
5805
|
-
}
|
|
5806
|
-
.Layer__amount-input--align-right {
|
|
5807
|
-
text-align: right;
|
|
5808
|
-
}
|
|
5809
5792
|
.Layer__textarea {
|
|
5810
5793
|
box-sizing: border-box;
|
|
5811
5794
|
min-height: 100px;
|
|
@@ -6061,61 +6044,6 @@
|
|
|
6061
6044
|
border: 1px solid var(--input-border-color);
|
|
6062
6045
|
font-size: 14px;
|
|
6063
6046
|
}
|
|
6064
|
-
.Layer__profit-and-loss-date-picker__button {
|
|
6065
|
-
position: relative;
|
|
6066
|
-
z-index: 3;
|
|
6067
|
-
display: flex;
|
|
6068
|
-
align-items: center;
|
|
6069
|
-
justify-content: center;
|
|
6070
|
-
padding: 0.25rem;
|
|
6071
|
-
border-radius: var(--input-border-radius);
|
|
6072
|
-
border: 0;
|
|
6073
|
-
background-color: var(--color-base-0);
|
|
6074
|
-
text-align: center;
|
|
6075
|
-
}
|
|
6076
|
-
.Layer__profit-and-loss-date-picker__button:active {
|
|
6077
|
-
background-color: var(--color-base-0);
|
|
6078
|
-
}
|
|
6079
|
-
.Layer__profit-and-loss-date-picker__button-icon path {
|
|
6080
|
-
stroke: var(--color-base-900);
|
|
6081
|
-
}
|
|
6082
|
-
.Layer__profit-and-loss-date-picker__label {
|
|
6083
|
-
position: relative;
|
|
6084
|
-
display: flex;
|
|
6085
|
-
flex: 1;
|
|
6086
|
-
align-items: center;
|
|
6087
|
-
justify-content: flex-start;
|
|
6088
|
-
width: 33%;
|
|
6089
|
-
padding: 0 var(--spacing-xs);
|
|
6090
|
-
padding-left: 20px;
|
|
6091
|
-
font-size: 14px;
|
|
6092
|
-
text-align: center;
|
|
6093
|
-
transition: opacity 0.7s ease-in-out, transform 0.4s ease-in-out;
|
|
6094
|
-
}
|
|
6095
|
-
.Layer__profit-and-loss-date-picker__labels-container {
|
|
6096
|
-
position: absolute;
|
|
6097
|
-
display: flex;
|
|
6098
|
-
width: 660px;
|
|
6099
|
-
}
|
|
6100
|
-
.Layer__profit-and-loss-date-picker__effect-blur {
|
|
6101
|
-
position: absolute;
|
|
6102
|
-
z-index: 2;
|
|
6103
|
-
right: -10px;
|
|
6104
|
-
bottom: 1px;
|
|
6105
|
-
height: 100%;
|
|
6106
|
-
width: 120px;
|
|
6107
|
-
background: linear-gradient(-90deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
|
|
6108
|
-
}
|
|
6109
|
-
.Layer__input-with-badge {
|
|
6110
|
-
position: relative;
|
|
6111
|
-
display: flex;
|
|
6112
|
-
align-items: center;
|
|
6113
|
-
}
|
|
6114
|
-
.Layer__input-with-badge .Layer__badge {
|
|
6115
|
-
position: absolute;
|
|
6116
|
-
z-index: 1;
|
|
6117
|
-
right: 8px;
|
|
6118
|
-
}
|
|
6119
6047
|
.Layer__input--static-value {
|
|
6120
6048
|
padding: 0 calc(var(--spacing-xs) + 1px);
|
|
6121
6049
|
}
|
|
@@ -6325,14 +6253,6 @@
|
|
|
6325
6253
|
justify-content: flex-end;
|
|
6326
6254
|
text-align: right;
|
|
6327
6255
|
}
|
|
6328
|
-
.Layer__table .Layer__table-cell.Layer__table-cell-amount--positive .Layer__table-cell-content::before {
|
|
6329
|
-
content: "$";
|
|
6330
|
-
flex-shrink: 0;
|
|
6331
|
-
}
|
|
6332
|
-
.Layer__table .Layer__table-cell.Layer__table-cell-amount--negative .Layer__table-cell-content::before {
|
|
6333
|
-
content: "-$";
|
|
6334
|
-
flex-shrink: 0;
|
|
6335
|
-
}
|
|
6336
6256
|
.Layer__table .Layer__table-cell .Layer__table-cell-content {
|
|
6337
6257
|
box-sizing: border-box;
|
|
6338
6258
|
position: relative;
|
|
@@ -7807,10 +7727,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
7807
7727
|
.Layer__table.Layer__bank-transactions__table {
|
|
7808
7728
|
overflow: auto;
|
|
7809
7729
|
}
|
|
7810
|
-
.Layer__table.Layer__bank-transactions__table .Layer__bank-transaction__submit-btn,
|
|
7811
|
-
.Layer__table.Layer__bank-transactions__table .Layer__bank-transaction__retry-btn {
|
|
7812
|
-
width: 122px;
|
|
7813
|
-
}
|
|
7814
7730
|
.Layer__table .Layer__table-header.Layer__bank-transactions__documents-col {
|
|
7815
7731
|
--right-adjust: calc(65ch + 2px);
|
|
7816
7732
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerfi/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.126-alpha",
|
|
4
4
|
"description": "Layer React Components",
|
|
5
5
|
"main": "dist/cjs/index.cjs",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"react-currency-input-field": "^3.10.0",
|
|
114
114
|
"react-dropzone": "^14.3.8",
|
|
115
115
|
"react-i18next": "^16.5.6",
|
|
116
|
+
"react-intl": "^7.1.14",
|
|
116
117
|
"react-merge-refs": "^3.0.2",
|
|
117
118
|
"react-plaid-link": "^4.0.1",
|
|
118
119
|
"react-select": "^5.10.1",
|
|
@@ -122,4 +123,4 @@
|
|
|
122
123
|
"uuid": "^11.1.0",
|
|
123
124
|
"zustand": "^5.0.4"
|
|
124
125
|
}
|
|
125
|
-
}
|
|
126
|
+
}
|