@layerfi/components 0.1.112-alpha.1 → 0.1.112-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 +4244 -2546
- package/dist/esm/index.mjs +5067 -3338
- package/dist/index.css +82 -5
- package/dist/index.d.ts +717 -375
- package/package.json +3 -1
package/dist/index.css
CHANGED
|
@@ -4740,6 +4740,9 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
4740
4740
|
.Layer__UI__DateSegment:not([data-interactive]) {
|
|
4741
4741
|
background-color: transparent;
|
|
4742
4742
|
}
|
|
4743
|
+
.Layer__UI__DatePicker .Layer__UI__FieldError {
|
|
4744
|
+
padding-block-start: 0;
|
|
4745
|
+
}
|
|
4743
4746
|
.Layer__UI__DropdownMenu__Popover[data-entering] {
|
|
4744
4747
|
animation: popover-slide 120ms;
|
|
4745
4748
|
}
|
|
@@ -4863,6 +4866,10 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
4863
4866
|
border-color: var(--color-base-800);
|
|
4864
4867
|
outline: 2px solid var(--outline-default);
|
|
4865
4868
|
}
|
|
4869
|
+
.Layer__InputGroup[data-invalid] {
|
|
4870
|
+
border-color: var(--color-danger);
|
|
4871
|
+
outline: none;
|
|
4872
|
+
}
|
|
4866
4873
|
.Layer__InputGroup[data-action-count="2"] {
|
|
4867
4874
|
grid-template-columns: minmax(0, 1fr) auto auto;
|
|
4868
4875
|
}
|
|
@@ -4904,6 +4911,40 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
4904
4911
|
.Layer__UI__TextArea[data-disabled] {
|
|
4905
4912
|
cursor: not-allowed;
|
|
4906
4913
|
}
|
|
4914
|
+
.Layer__UI__Link {
|
|
4915
|
+
position: relative;
|
|
4916
|
+
display: inline;
|
|
4917
|
+
outline: none;
|
|
4918
|
+
cursor: pointer;
|
|
4919
|
+
font-size: var(--text-md);
|
|
4920
|
+
font-family: var(--font-family);
|
|
4921
|
+
font-weight: var(--font-weight-normal);
|
|
4922
|
+
text-decoration: none;
|
|
4923
|
+
}
|
|
4924
|
+
.Layer__UI__Link[data-ellipsis] {
|
|
4925
|
+
display: inline-block;
|
|
4926
|
+
overflow: hidden;
|
|
4927
|
+
white-space: nowrap;
|
|
4928
|
+
text-overflow: ellipsis;
|
|
4929
|
+
max-inline-size: 100%;
|
|
4930
|
+
}
|
|
4931
|
+
.Layer__UI__Link[data-disabled] {
|
|
4932
|
+
cursor: not-allowed;
|
|
4933
|
+
color: var(--color-base-500);
|
|
4934
|
+
pointer-events: none;
|
|
4935
|
+
}
|
|
4936
|
+
.Layer__UI__Link[data-size=xs] {
|
|
4937
|
+
font-size: var(--text-xs);
|
|
4938
|
+
}
|
|
4939
|
+
.Layer__UI__Link[data-size=sm] {
|
|
4940
|
+
font-size: var(--text-sm);
|
|
4941
|
+
}
|
|
4942
|
+
.Layer__UI__Link[data-size=md] {
|
|
4943
|
+
font-size: var(--text-md);
|
|
4944
|
+
}
|
|
4945
|
+
.Layer__UI__Link[data-size=lg] {
|
|
4946
|
+
font-size: var(--text-lg);
|
|
4947
|
+
}
|
|
4907
4948
|
.Layer__ListBox {
|
|
4908
4949
|
display: flex;
|
|
4909
4950
|
flex-direction: column;
|
|
@@ -5156,12 +5197,15 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
5156
5197
|
display: grid;
|
|
5157
5198
|
inline-size: min(90svi, 60ch);
|
|
5158
5199
|
border-radius: var(--border-radius-xs);
|
|
5159
|
-
border:
|
|
5200
|
+
border: 1px solid var(--outline-default);
|
|
5160
5201
|
background: var(--color-base-0);
|
|
5161
5202
|
}
|
|
5162
5203
|
.Layer__Popover[data-trigger=ComboBox] {
|
|
5163
5204
|
inline-size: clamp(min(var(--trigger-width), 90svi), var(--trigger-width) * 1.5, min(80ch, 90svi));
|
|
5164
5205
|
}
|
|
5206
|
+
.Layer__Popover[data-trigger=DatePicker] {
|
|
5207
|
+
inline-size: unset;
|
|
5208
|
+
}
|
|
5165
5209
|
.Layer__Stack {
|
|
5166
5210
|
display: flex;
|
|
5167
5211
|
}
|
|
@@ -6027,6 +6071,11 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
6027
6071
|
.Layer__InvisibleDownload {
|
|
6028
6072
|
display: none;
|
|
6029
6073
|
}
|
|
6074
|
+
.Layer__AddToCalendar__CalendarIcon {
|
|
6075
|
+
height: 16px;
|
|
6076
|
+
width: 16px;
|
|
6077
|
+
border-radius: 0.25rem;
|
|
6078
|
+
}
|
|
6030
6079
|
.Layer__call-booking {
|
|
6031
6080
|
padding: var(--spacing-lg);
|
|
6032
6081
|
}
|
|
@@ -6034,8 +6083,8 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
6034
6083
|
width: 100%;
|
|
6035
6084
|
}
|
|
6036
6085
|
.Layer__call-booking .Layer__call-booking-actions {
|
|
6086
|
+
position: relative;
|
|
6037
6087
|
width: 100%;
|
|
6038
|
-
margin-top: var(--spacing-md);
|
|
6039
6088
|
}
|
|
6040
6089
|
.Layer__call-booking .Layer__call-booking-state {
|
|
6041
6090
|
text-align: center;
|
|
@@ -8391,6 +8440,32 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
8391
8440
|
.Layer__DateCalendar__Header {
|
|
8392
8441
|
border-bottom: 1px solid var(--border-color);
|
|
8393
8442
|
}
|
|
8443
|
+
.Layer__platform-onboarding__book-onboarding-call .Layer__platform-onboarding__error {
|
|
8444
|
+
height: 6rem;
|
|
8445
|
+
}
|
|
8446
|
+
.Layer__platform-onboarding__book-onboarding-call.is-tablet .Layer__calendly-inline-widget--success,
|
|
8447
|
+
.Layer__platform-onboarding__book-onboarding-call.is-desktop .Layer__calendly-inline-widget--success {
|
|
8448
|
+
height: 36rem;
|
|
8449
|
+
}
|
|
8450
|
+
.Layer__platform-onboarding__book-onboarding-call.is-tablet .Layer__calendly-inline-widget,
|
|
8451
|
+
.Layer__platform-onboarding__book-onboarding-call.is-desktop .Layer__calendly-inline-widget {
|
|
8452
|
+
height: 56rem;
|
|
8453
|
+
}
|
|
8454
|
+
.Layer__DateSelection {
|
|
8455
|
+
display: grid;
|
|
8456
|
+
grid-template-columns: repeat(2, minmax(10rem, 12rem));
|
|
8457
|
+
min-width: 18.5rem;
|
|
8458
|
+
}
|
|
8459
|
+
.Layer__DateSelection .Layer__tooltip-trigger {
|
|
8460
|
+
padding-top: 0;
|
|
8461
|
+
}
|
|
8462
|
+
.Layer__DateRangeSelection {
|
|
8463
|
+
display: grid;
|
|
8464
|
+
grid-template-columns: 9rem repeat(2, minmax(10rem, 12rem));
|
|
8465
|
+
}
|
|
8466
|
+
.Layer__DateRangeSelection .Layer__tooltip-trigger {
|
|
8467
|
+
padding-top: 0;
|
|
8468
|
+
}
|
|
8394
8469
|
.Layer__TagSelectorLayoutGroup {
|
|
8395
8470
|
display: grid;
|
|
8396
8471
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
@@ -9055,8 +9130,8 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9055
9130
|
transition: border 5s ease-out;
|
|
9056
9131
|
}
|
|
9057
9132
|
.Layer__bank-transaction-row__expand-button {
|
|
9058
|
-
width:
|
|
9059
|
-
|
|
9133
|
+
width: fit-content;
|
|
9134
|
+
vertical-align: middle;
|
|
9060
9135
|
}
|
|
9061
9136
|
.Layer__bank-transaction-row__actions-cell--open {
|
|
9062
9137
|
border-left: 1px solid transparent;
|
|
@@ -9120,6 +9195,9 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9120
9195
|
opacity: 1;
|
|
9121
9196
|
transition: max-height 350ms ease-out, opacity 200ms ease-out;
|
|
9122
9197
|
}
|
|
9198
|
+
.Layer__bank-transaction-list-item .Layer__bank-transaction-list-item__base-row .Layer__tooltip-trigger {
|
|
9199
|
+
padding: 0;
|
|
9200
|
+
}
|
|
9123
9201
|
.Layer__bank-transaction-list-item .Layer__bank-transaction-list-item__expanded-row {
|
|
9124
9202
|
overflow: hidden;
|
|
9125
9203
|
max-height: 0;
|
|
@@ -10382,7 +10460,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
10382
10460
|
position: relative;
|
|
10383
10461
|
display: flex;
|
|
10384
10462
|
align-items: stretch;
|
|
10385
|
-
overflow: auto;
|
|
10386
10463
|
}
|
|
10387
10464
|
.Layer__component-container.Layer__journal .Layer__table-state-container {
|
|
10388
10465
|
height: calc(100% - 160px);
|