@layerfi/components 0.1.129-alpha.1 → 0.1.129
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 +656 -757
- package/dist/esm/index.mjs +654 -750
- package/dist/index.css +213 -275
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2361,6 +2361,7 @@
|
|
|
2361
2361
|
|
|
2362
2362
|
.Layer__UI__Table-TableHeader {
|
|
2363
2363
|
height: 3.25rem;
|
|
2364
|
+
background-color: var(--color-base-0);
|
|
2364
2365
|
}
|
|
2365
2366
|
.Layer__UI__Table-TableHeader:not(:last-child) .Layer__UI__Table-Column {
|
|
2366
2367
|
border-bottom: 1px solid var(--color-base-300);
|
|
@@ -2371,18 +2372,20 @@
|
|
|
2371
2372
|
|
|
2372
2373
|
.Layer__UI__Table-Row {
|
|
2373
2374
|
height: 3.25rem;
|
|
2374
|
-
background-color: var(--color-base-200);
|
|
2375
2375
|
}
|
|
2376
2376
|
.Layer__UI__Table-Row:not(:last-child) .Layer__UI__Table-Cell {
|
|
2377
2377
|
border-bottom: 1px solid var(--color-base-300);
|
|
2378
2378
|
}
|
|
2379
|
-
.Layer__UI__Table-Row
|
|
2379
|
+
.Layer__UI__Table-Row .Layer__UI__Table-Cell {
|
|
2380
|
+
background-color: var(--color-base-200);
|
|
2381
|
+
}
|
|
2382
|
+
.Layer__UI__Table-Row[data-depth="0"] .Layer__UI__Table-Cell {
|
|
2380
2383
|
background-color: var(--color-base-0);
|
|
2381
2384
|
}
|
|
2382
|
-
.Layer__UI__Table-Row[data-depth="1"] {
|
|
2385
|
+
.Layer__UI__Table-Row[data-depth="1"] .Layer__UI__Table-Cell {
|
|
2383
2386
|
background-color: var(--color-base-50);
|
|
2384
2387
|
}
|
|
2385
|
-
.Layer__UI__Table-Row[data-depth="2"] {
|
|
2388
|
+
.Layer__UI__Table-Row[data-depth="2"] .Layer__UI__Table-Cell {
|
|
2386
2389
|
background-color: var(--color-base-100);
|
|
2387
2390
|
}
|
|
2388
2391
|
|
|
@@ -2444,6 +2447,15 @@
|
|
|
2444
2447
|
background-color: inherit;
|
|
2445
2448
|
}
|
|
2446
2449
|
|
|
2450
|
+
.Layer__UI__Table-ScrollContainer.Layer__UI__Table-ScrollContainer--has-horizontal-overflow .Layer__UI__Table-Column[data-pinned=left],
|
|
2451
|
+
.Layer__UI__Table-ScrollContainer.Layer__UI__Table-ScrollContainer--has-horizontal-overflow .Layer__UI__Table-Cell[data-pinned=left] {
|
|
2452
|
+
border-right: 1px solid var(--color-base-200);
|
|
2453
|
+
}
|
|
2454
|
+
.Layer__UI__Table-ScrollContainer.Layer__UI__Table-ScrollContainer--has-horizontal-overflow .Layer__UI__Table-Column[data-pinned=right],
|
|
2455
|
+
.Layer__UI__Table-ScrollContainer.Layer__UI__Table-ScrollContainer--has-horizontal-overflow .Layer__UI__Table-Cell[data-pinned=right] {
|
|
2456
|
+
border-left: 1px solid var(--color-base-200);
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2447
2459
|
.Layer__UI__Table-TableHeader .Layer__UI__Table-Column[data-pinned] {
|
|
2448
2460
|
z-index: 2;
|
|
2449
2461
|
background-color: var(--color-base-0);
|
|
@@ -3932,6 +3944,169 @@
|
|
|
3932
3944
|
}
|
|
3933
3945
|
.Layer__GlobalDateSelection .Layer__tooltip-trigger {
|
|
3934
3946
|
padding-top: 0;
|
|
3947
|
+
}.Layer__chart-of-accounts__sidebar__header {
|
|
3948
|
+
display: flex;
|
|
3949
|
+
gap: var(--spacing-md);
|
|
3950
|
+
align-items: flex-start;
|
|
3951
|
+
justify-content: space-between;
|
|
3952
|
+
}
|
|
3953
|
+
.Layer__chart-of-accounts__sidebar__header .actions {
|
|
3954
|
+
display: flex;
|
|
3955
|
+
gap: var(--spacing-sm);
|
|
3956
|
+
align-items: center;
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
.Layer__chart-of-accounts__form .actions {
|
|
3960
|
+
display: none;
|
|
3961
|
+
gap: var(--spacing-sm);
|
|
3962
|
+
align-items: center;
|
|
3963
|
+
justify-content: flex-end;
|
|
3964
|
+
padding-top: var(--spacing-xl);
|
|
3965
|
+
}
|
|
3966
|
+
|
|
3967
|
+
.Layer__chart-of-accounts__form {
|
|
3968
|
+
display: flex;
|
|
3969
|
+
flex-direction: column;
|
|
3970
|
+
padding: var(--spacing-xl) var(--spacing-md);
|
|
3971
|
+
}
|
|
3972
|
+
.Layer__chart-of-accounts__form .Layer__input-group.Layer__input-group--inline {
|
|
3973
|
+
padding: var(--spacing-xs) 0;
|
|
3974
|
+
}
|
|
3975
|
+
.Layer__chart-of-accounts__form .Layer__input-group.Layer__input-group--inline label {
|
|
3976
|
+
width: 140px;
|
|
3977
|
+
min-width: 140px;
|
|
3978
|
+
max-width: 140px;
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3981
|
+
.Layer__chart-of-accounts__form-edit-entry {
|
|
3982
|
+
display: flex;
|
|
3983
|
+
gap: var(--spacing-md);
|
|
3984
|
+
align-items: center;
|
|
3985
|
+
justify-content: space-between;
|
|
3986
|
+
padding: var(--spacing-md);
|
|
3987
|
+
}
|
|
3988
|
+
.Layer__chart-of-accounts__form-edit-entry .Layer__text {
|
|
3989
|
+
margin: 0;
|
|
3990
|
+
}
|
|
3991
|
+
|
|
3992
|
+
.Layer__chart-of-accounts__form__error-message {
|
|
3993
|
+
box-sizing: border-box;
|
|
3994
|
+
width: 100%;
|
|
3995
|
+
padding: var(--spacing-4xs) var(--spacing-xl);
|
|
3996
|
+
text-align: right;
|
|
3997
|
+
color: var(--color-danger);
|
|
3998
|
+
}
|
|
3999
|
+
|
|
4000
|
+
@container (min-width: 1401px) {
|
|
4001
|
+
.Layer__chart-of-accounts .Layer__panel__sidebar .Layer__chart-of-accounts__form {
|
|
4002
|
+
padding: var(--spacing-xl);
|
|
4003
|
+
}
|
|
4004
|
+
.Layer__chart-of-accounts__form-edit-entry {
|
|
4005
|
+
padding: var(--spacing-md) var(--spacing-xl);
|
|
4006
|
+
}
|
|
4007
|
+
}
|
|
4008
|
+
@container (max-width: 1024px) {
|
|
4009
|
+
.Layer__chart-of-accounts__sidebar__header .actions {
|
|
4010
|
+
display: none;
|
|
4011
|
+
}
|
|
4012
|
+
.Layer__chart-of-accounts__form .actions {
|
|
4013
|
+
display: flex;
|
|
4014
|
+
}
|
|
4015
|
+
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content {
|
|
4016
|
+
width: 100%;
|
|
4017
|
+
}
|
|
4018
|
+
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__input-group {
|
|
4019
|
+
box-sizing: border-box;
|
|
4020
|
+
width: 100%;
|
|
4021
|
+
max-width: 600px;
|
|
4022
|
+
margin: auto;
|
|
4023
|
+
}
|
|
4024
|
+
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__chart-of-accounts__form-edit-entry {
|
|
4025
|
+
box-sizing: border-box;
|
|
4026
|
+
width: 100%;
|
|
4027
|
+
max-width: calc(600px + var(--spacing-xl) * 2);
|
|
4028
|
+
padding: var(--spacing-md) var(--spacing-xl);
|
|
4029
|
+
margin: auto;
|
|
4030
|
+
}
|
|
4031
|
+
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__header__col {
|
|
4032
|
+
width: 100%;
|
|
4033
|
+
max-width: calc(600px + var(--spacing-xl) * 2);
|
|
4034
|
+
padding: var(--spacing-md) var(--spacing-xl);
|
|
4035
|
+
margin: auto;
|
|
4036
|
+
}
|
|
4037
|
+
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .actions {
|
|
4038
|
+
width: 100%;
|
|
4039
|
+
max-width: 600px;
|
|
4040
|
+
margin: auto;
|
|
4041
|
+
}
|
|
4042
|
+
}
|
|
4043
|
+
@container (min-width: 761px) and (max-width: 1024px) {
|
|
4044
|
+
.Layer__chart-of-accounts__form {
|
|
4045
|
+
padding: var(--spacing-xl);
|
|
4046
|
+
}
|
|
4047
|
+
}.Layer__ExpandButton {
|
|
4048
|
+
height: 16px;
|
|
4049
|
+
min-width: 16px;
|
|
4050
|
+
}
|
|
4051
|
+
.Layer__ExpandButton--collapsed {
|
|
4052
|
+
transform: rotate(-90deg);
|
|
4053
|
+
}
|
|
4054
|
+
.Layer__ExpandButton--expanded {
|
|
4055
|
+
transform: rotate(0deg);
|
|
4056
|
+
}.Layer__coa__actions .Layer__btn {
|
|
4057
|
+
opacity: 0;
|
|
4058
|
+
visibility: hidden;
|
|
4059
|
+
transition: all 300ms ease-out;
|
|
4060
|
+
transform: scale(0.92);
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4063
|
+
.Layer__UI__Table-Row:hover .Layer__coa__actions .Layer__btn {
|
|
4064
|
+
opacity: 1;
|
|
4065
|
+
visibility: visible;
|
|
4066
|
+
transform: scale(1);
|
|
4067
|
+
}
|
|
4068
|
+
|
|
4069
|
+
.Layer__UI__Table__chart-of-accounts {
|
|
4070
|
+
table-layout: fixed;
|
|
4071
|
+
width: 100%;
|
|
4072
|
+
}
|
|
4073
|
+
.Layer__UI__Table__chart-of-accounts .Layer__UI__Table-Row,
|
|
4074
|
+
.Layer__UI__Table__chart-of-accounts .Layer__UI__Table-TableHeader > tr {
|
|
4075
|
+
display: grid;
|
|
4076
|
+
grid-template-columns: minmax(16rem, 1fr) minmax(8rem, 10rem) minmax(12rem, 16rem) minmax(8rem, 10rem) 10rem;
|
|
4077
|
+
width: 100%;
|
|
4078
|
+
}
|
|
4079
|
+
.Layer__UI__Table__chart-of-accounts:has(.Layer__UI__Table-Column__chart-of-accounts--AccountNumber) .Layer__UI__Table-Row,
|
|
4080
|
+
.Layer__UI__Table__chart-of-accounts:has(.Layer__UI__Table-Column__chart-of-accounts--AccountNumber) .Layer__UI__Table-TableHeader > tr {
|
|
4081
|
+
grid-template-columns: 13rem minmax(16rem, 1fr) minmax(8rem, 10rem) minmax(12rem, 16rem) minmax(8rem, 10rem) 10rem;
|
|
4082
|
+
}
|
|
4083
|
+
.Layer__UI__Table__chart-of-accounts .Layer__UI__Table-Cell .Layer__Span {
|
|
4084
|
+
color: var(--text-secondary);
|
|
4085
|
+
}
|
|
4086
|
+
.Layer__UI__Table__chart-of-accounts .Layer__mark {
|
|
4087
|
+
background-color: #fff2cc;
|
|
4088
|
+
}.Layer__chart-of-accounts__actions .Layer__SearchField {
|
|
4089
|
+
width: 15rem;
|
|
4090
|
+
}
|
|
4091
|
+
@container (max-width: 760px) {
|
|
4092
|
+
.Layer__chart-of-accounts__actions .Layer__SearchField {
|
|
4093
|
+
width: 12rem;
|
|
4094
|
+
}
|
|
4095
|
+
}.Layer__component-container.Layer__chart-of-accounts {
|
|
4096
|
+
position: relative;
|
|
4097
|
+
display: flex;
|
|
4098
|
+
align-items: stretch;
|
|
4099
|
+
overflow: hidden;
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
.Layer__chart-of-accounts .Layer__panel {
|
|
4103
|
+
max-width: 100%;
|
|
4104
|
+
}
|
|
4105
|
+
|
|
4106
|
+
@container (max-width: 760px) {
|
|
4107
|
+
.Layer__chart-of-accounts {
|
|
4108
|
+
overflow: auto;
|
|
4109
|
+
}
|
|
3935
4110
|
}.Layer__JournalEntryForm__LineItem {
|
|
3936
4111
|
display: flex;
|
|
3937
4112
|
gap: var(--spacing-xs);
|
|
@@ -4806,11 +4981,6 @@
|
|
|
4806
4981
|
border-bottom: 1px solid var(--color-base-300);
|
|
4807
4982
|
cursor: pointer;
|
|
4808
4983
|
}
|
|
4809
|
-
.Layer__TreeNavigation .Layer__UI__TreeItem .Layer__TreeNavigation__Check {
|
|
4810
|
-
visibility: hidden;
|
|
4811
|
-
height: 1rem;
|
|
4812
|
-
min-width: 1rem;
|
|
4813
|
-
}
|
|
4814
4984
|
.Layer__TreeNavigation .Layer__UI__TreeItem[aria-level="1"] {
|
|
4815
4985
|
background-color: var(--color-base-0);
|
|
4816
4986
|
}
|
|
@@ -4821,7 +4991,7 @@
|
|
|
4821
4991
|
background-color: var(--color-base-100);
|
|
4822
4992
|
}
|
|
4823
4993
|
.Layer__TreeNavigation .Layer__UI__TreeItem[data-selected] {
|
|
4824
|
-
|
|
4994
|
+
background-color: var(--color-base-100);
|
|
4825
4995
|
}
|
|
4826
4996
|
.Layer__TreeNavigation .Layer__UI__TreeItem[data-selected]::after {
|
|
4827
4997
|
content: "";
|
|
@@ -4832,9 +5002,6 @@
|
|
|
4832
5002
|
width: 2px;
|
|
4833
5003
|
background: black;
|
|
4834
5004
|
}
|
|
4835
|
-
.Layer__TreeNavigation .Layer__UI__TreeItem[data-selected] .Layer__TreeNavigation__Check {
|
|
4836
|
-
visibility: visible;
|
|
4837
|
-
}
|
|
4838
5005
|
|
|
4839
5006
|
.Layer__TreeNavigation__Chevron {
|
|
4840
5007
|
padding: 0;
|
|
@@ -4863,22 +5030,17 @@
|
|
|
4863
5030
|
justify-content: flex-end;
|
|
4864
5031
|
min-width: 15rem;
|
|
4865
5032
|
max-width: 24rem;
|
|
4866
|
-
}.Layer__ExpandButton {
|
|
4867
|
-
height: 16px;
|
|
4868
|
-
min-width: 16px;
|
|
4869
|
-
}
|
|
4870
|
-
.Layer__ExpandButton--collapsed {
|
|
4871
|
-
transform: rotate(-90deg);
|
|
4872
|
-
}
|
|
4873
|
-
.Layer__ExpandButton--expanded {
|
|
4874
|
-
transform: rotate(0deg);
|
|
4875
5033
|
}.Layer__UI__Table__UnifiedReport {
|
|
5034
|
+
width: max-content;
|
|
4876
5035
|
min-width: 100%;
|
|
5036
|
+
border-bottom: 1px solid var(--color-base-300);
|
|
4877
5037
|
}
|
|
4878
5038
|
.Layer__UI__Table__UnifiedReport .Layer__UI__Table-Column,
|
|
4879
5039
|
.Layer__UI__Table__UnifiedReport .Layer__UI__Table-Cell {
|
|
4880
5040
|
display: table-cell;
|
|
4881
5041
|
min-width: 6rem;
|
|
5042
|
+
}.Layer__YearPicker {
|
|
5043
|
+
inline-size: 8rem;
|
|
4882
5044
|
}.Layer__UnifiedReport__AdditionalControls {
|
|
4883
5045
|
display: grid;
|
|
4884
5046
|
gap: var(--spacing-xs);
|
|
@@ -4893,10 +5055,14 @@
|
|
|
4893
5055
|
grid-template-columns: repeat(3, 1fr);
|
|
4894
5056
|
}
|
|
4895
5057
|
.Layer__UnifiedReport__AdditionalControls[data-variant=small] > *,
|
|
4896
|
-
.Layer__UnifiedReport__AdditionalControls[data-variant=small] .Layer__DateGroupByComboBox__Container,
|
|
4897
|
-
.Layer__UnifiedReport__AdditionalControls[data-variant=
|
|
5058
|
+
.Layer__UnifiedReport__AdditionalControls[data-variant=small] .Layer__DateGroupByComboBox__Container,
|
|
5059
|
+
.Layer__UnifiedReport__AdditionalControls[data-variant=small] .Layer__YearPicker, .Layer__UnifiedReport__AdditionalControls[data-variant=medium] > *,
|
|
5060
|
+
.Layer__UnifiedReport__AdditionalControls[data-variant=medium] .Layer__DateGroupByComboBox__Container,
|
|
5061
|
+
.Layer__UnifiedReport__AdditionalControls[data-variant=medium] .Layer__YearPicker {
|
|
4898
5062
|
inline-size: 100%;
|
|
4899
5063
|
max-inline-size: none;
|
|
5064
|
+
}.Layer__UnifiedReport__BaseHeader {
|
|
5065
|
+
border-bottom: 1px solid var(--border-color);
|
|
4900
5066
|
}.Layer__UI__Link {
|
|
4901
5067
|
position: relative;
|
|
4902
5068
|
display: inline;
|
|
@@ -4957,6 +5123,7 @@
|
|
|
4957
5123
|
border-bottom: 1px solid var(--border-color);
|
|
4958
5124
|
}.Layer__view.Layer__UnifiedReport {
|
|
4959
5125
|
overflow: hidden;
|
|
5126
|
+
max-height: 100vh;
|
|
4960
5127
|
min-width: clamp(23rem, 100%, 1406px);
|
|
4961
5128
|
}
|
|
4962
5129
|
.Layer__view.Layer__UnifiedReport .Layer__view-main.Layer__view-main {
|
|
@@ -4966,13 +5133,19 @@
|
|
|
4966
5133
|
width: max-content;
|
|
4967
5134
|
}
|
|
4968
5135
|
|
|
5136
|
+
.Layer__UnifiedReport__Body {
|
|
5137
|
+
max-height: calc(100vh - 76px);
|
|
5138
|
+
}
|
|
5139
|
+
|
|
4969
5140
|
.Layer__UnifiedReport__Sidebar {
|
|
4970
5141
|
flex-shrink: 0;
|
|
4971
|
-
|
|
5142
|
+
overflow-y: auto;
|
|
5143
|
+
width: clamp(14rem, 16vw, 24rem);
|
|
4972
5144
|
border-right: 1px solid var(--color-base-300);
|
|
4973
5145
|
}
|
|
4974
5146
|
|
|
4975
5147
|
.Layer__UnifiedReport__Content {
|
|
5148
|
+
overflow-y: auto;
|
|
4976
5149
|
min-width: 0;
|
|
4977
5150
|
}.Layer__UI__DateTile {
|
|
4978
5151
|
width: 5.5rem;
|
|
@@ -5050,8 +5223,6 @@
|
|
|
5050
5223
|
.Layer__CallBooking__JoinAction {
|
|
5051
5224
|
flex: 1 1 100%;
|
|
5052
5225
|
}
|
|
5053
|
-
}.Layer__YearPicker {
|
|
5054
|
-
inline-size: 8rem;
|
|
5055
5226
|
}.Layer__MileageDeductionChart .recharts-responsive-container {
|
|
5056
5227
|
box-sizing: border-box;
|
|
5057
5228
|
padding: 0;
|
|
@@ -6430,19 +6601,27 @@
|
|
|
6430
6601
|
--button-border-color-ghost: var(--color-base-300);
|
|
6431
6602
|
--button-border-color-ghost-active: var(--color-base-800);
|
|
6432
6603
|
}
|
|
6433
|
-
.Layer__component
|
|
6604
|
+
.Layer__component *,
|
|
6605
|
+
.Layer__view * {
|
|
6606
|
+
scrollbar-width: thin;
|
|
6607
|
+
}
|
|
6608
|
+
.Layer__component *::-webkit-scrollbar,
|
|
6609
|
+
.Layer__view *::-webkit-scrollbar {
|
|
6434
6610
|
height: 6px;
|
|
6435
6611
|
width: 6px;
|
|
6436
6612
|
}
|
|
6437
|
-
.Layer__component *::-webkit-scrollbar-track
|
|
6613
|
+
.Layer__component *::-webkit-scrollbar-track,
|
|
6614
|
+
.Layer__view *::-webkit-scrollbar-track {
|
|
6438
6615
|
border-radius: 4px;
|
|
6439
6616
|
background: #f1f1f1;
|
|
6440
6617
|
}
|
|
6441
|
-
.Layer__component *::-webkit-scrollbar-thumb
|
|
6618
|
+
.Layer__component *::-webkit-scrollbar-thumb,
|
|
6619
|
+
.Layer__view *::-webkit-scrollbar-thumb {
|
|
6442
6620
|
border-radius: 4px;
|
|
6443
6621
|
background: #e2e2e2;
|
|
6444
6622
|
}
|
|
6445
|
-
.Layer__component *::-webkit-scrollbar-thumb:hover
|
|
6623
|
+
.Layer__component *::-webkit-scrollbar-thumb:hover,
|
|
6624
|
+
.Layer__view *::-webkit-scrollbar-thumb:hover {
|
|
6446
6625
|
background: #999;
|
|
6447
6626
|
}
|
|
6448
6627
|
/* stylelint-disable-next-line keyframes-name-pattern */
|
|
@@ -6689,9 +6868,6 @@
|
|
|
6689
6868
|
align-items: center;
|
|
6690
6869
|
color: var(--color-danger);
|
|
6691
6870
|
}
|
|
6692
|
-
.Layer__expand-collapse-all-rows-btn {
|
|
6693
|
-
min-width: 152px;
|
|
6694
|
-
}
|
|
6695
6871
|
.Layer__btn.Layer__btn--with-tooltip {
|
|
6696
6872
|
padding: 0;
|
|
6697
6873
|
}
|
|
@@ -9254,247 +9430,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9254
9430
|
.Layer__bank-transaction-mobile-list-item__categories_list {
|
|
9255
9431
|
overflow-y: auto;
|
|
9256
9432
|
}
|
|
9257
|
-
.Layer__component-container.Layer__chart-of-accounts {
|
|
9258
|
-
position: relative;
|
|
9259
|
-
display: flex;
|
|
9260
|
-
align-items: stretch;
|
|
9261
|
-
overflow: hidden;
|
|
9262
|
-
}
|
|
9263
|
-
.Layer__chart-of-accounts__loader-container {
|
|
9264
|
-
padding: var(--spacing-2xl);
|
|
9265
|
-
}
|
|
9266
|
-
.Layer__coa__actions .Layer__btn {
|
|
9267
|
-
opacity: 0;
|
|
9268
|
-
visibility: hidden;
|
|
9269
|
-
transition: all 300ms ease-out;
|
|
9270
|
-
transform: scale(0.92);
|
|
9271
|
-
}
|
|
9272
|
-
.Layer__table-row:hover .Layer__coa__actions .Layer__btn {
|
|
9273
|
-
opacity: 1;
|
|
9274
|
-
visibility: visible;
|
|
9275
|
-
transform: scale(1);
|
|
9276
|
-
}
|
|
9277
|
-
.Layer__chart-of-accounts .Layer__panel {
|
|
9278
|
-
max-width: 100%;
|
|
9279
|
-
}
|
|
9280
|
-
.Layer__chart-of-accounts__actions .Layer__SearchField {
|
|
9281
|
-
width: 15rem;
|
|
9282
|
-
}
|
|
9283
|
-
.Layer__chart-of-accounts__table {
|
|
9284
|
-
table-layout: fixed;
|
|
9285
|
-
}
|
|
9286
|
-
.Layer__chart-of-accounts__table .Layer__chart-of-accounts--accountnumber {
|
|
9287
|
-
width: 13rem;
|
|
9288
|
-
}
|
|
9289
|
-
.Layer__chart-of-accounts__table .Layer__chart-of-accounts--name {
|
|
9290
|
-
width: auto;
|
|
9291
|
-
min-width: 16rem;
|
|
9292
|
-
}
|
|
9293
|
-
.Layer__chart-of-accounts__table .Layer__chart-of-accounts--type {
|
|
9294
|
-
width: 8rem;
|
|
9295
|
-
}
|
|
9296
|
-
.Layer__chart-of-accounts__table .Layer__chart-of-accounts--subtype {
|
|
9297
|
-
width: 16rem;
|
|
9298
|
-
}
|
|
9299
|
-
.Layer__chart-of-accounts__table .Layer__chart-of-accounts--balance {
|
|
9300
|
-
width: 8rem;
|
|
9301
|
-
}
|
|
9302
|
-
.Layer__chart-of-accounts__table .Layer__chart-of-accounts--actions {
|
|
9303
|
-
width: 10rem;
|
|
9304
|
-
}
|
|
9305
|
-
.Layer__chart-of-accounts__table .Layer__table-cell-content .Layer__Span {
|
|
9306
|
-
color: var(--text-secondary);
|
|
9307
|
-
}
|
|
9308
|
-
.Layer__chart-of-accounts__table .Layer__table-cell-content .Layer__mark {
|
|
9309
|
-
background-color: #fff2cc;
|
|
9310
|
-
}
|
|
9311
|
-
.Layer__chart-of-accounts__sidebar__header {
|
|
9312
|
-
display: flex;
|
|
9313
|
-
gap: var(--spacing-md);
|
|
9314
|
-
align-items: flex-start;
|
|
9315
|
-
justify-content: space-between;
|
|
9316
|
-
}
|
|
9317
|
-
.Layer__chart-of-accounts__sidebar__header .actions {
|
|
9318
|
-
display: flex;
|
|
9319
|
-
gap: var(--spacing-sm);
|
|
9320
|
-
align-items: center;
|
|
9321
|
-
}
|
|
9322
|
-
.Layer__chart-of-accounts__form .actions {
|
|
9323
|
-
display: none;
|
|
9324
|
-
gap: var(--spacing-sm);
|
|
9325
|
-
align-items: center;
|
|
9326
|
-
justify-content: flex-end;
|
|
9327
|
-
padding-top: var(--spacing-xl);
|
|
9328
|
-
}
|
|
9329
|
-
.Layer__chart-of-accounts__form {
|
|
9330
|
-
display: flex;
|
|
9331
|
-
flex-direction: column;
|
|
9332
|
-
padding: var(--spacing-xl) var(--spacing-md);
|
|
9333
|
-
}
|
|
9334
|
-
.Layer__chart-of-accounts__form .Layer__input-group.Layer__input-group--inline {
|
|
9335
|
-
padding: var(--spacing-xs) 0;
|
|
9336
|
-
}
|
|
9337
|
-
.Layer__chart-of-accounts__form .Layer__input-group.Layer__input-group--inline label {
|
|
9338
|
-
width: 140px;
|
|
9339
|
-
min-width: 140px;
|
|
9340
|
-
max-width: 140px;
|
|
9341
|
-
}
|
|
9342
|
-
.Layer__chart-of-accounts__form-edit-entry {
|
|
9343
|
-
display: flex;
|
|
9344
|
-
gap: var(--spacing-md);
|
|
9345
|
-
align-items: center;
|
|
9346
|
-
justify-content: space-between;
|
|
9347
|
-
padding: var(--spacing-md);
|
|
9348
|
-
}
|
|
9349
|
-
.Layer__chart-of-accounts__form-edit-entry .Layer__text {
|
|
9350
|
-
margin: 0;
|
|
9351
|
-
}
|
|
9352
|
-
.Layer__chart-of-accounts__form__error-message {
|
|
9353
|
-
box-sizing: border-box;
|
|
9354
|
-
width: 100%;
|
|
9355
|
-
padding: var(--spacing-4xs) var(--spacing-xl);
|
|
9356
|
-
text-align: right;
|
|
9357
|
-
color: var(--color-danger);
|
|
9358
|
-
}
|
|
9359
|
-
.Layer__chart-of-accounts__form-row {
|
|
9360
|
-
box-sizing: border-box;
|
|
9361
|
-
display: flex;
|
|
9362
|
-
gap: var(--spacing-md);
|
|
9363
|
-
padding: var(--spacing-sm) var(--spacing-md);
|
|
9364
|
-
border-top: 1px solid var(--border-color);
|
|
9365
|
-
background-color: var(--color-base-100);
|
|
9366
|
-
}
|
|
9367
|
-
.Layer__chart-of-accounts__form-row.Layer__chart-of-accounts__form-row--depth-0 {
|
|
9368
|
-
background-color: var(--color-base-50);
|
|
9369
|
-
}
|
|
9370
|
-
.Layer__chart-of-accounts__form-row .Layer__btn {
|
|
9371
|
-
align-self: flex-start;
|
|
9372
|
-
min-width: 120px;
|
|
9373
|
-
}
|
|
9374
|
-
.Layer__chart-of-accounts__row---mobile {
|
|
9375
|
-
display: none;
|
|
9376
|
-
visibility: hidden;
|
|
9377
|
-
}
|
|
9378
|
-
.Layer__chart-of-accounts__row---mobile .Layer__chart-of-accounts__mobile-row-content {
|
|
9379
|
-
display: flex;
|
|
9380
|
-
flex-direction: column;
|
|
9381
|
-
gap: var(--spacing-xs);
|
|
9382
|
-
width: 100%;
|
|
9383
|
-
padding-top: var(--spacing-3xs);
|
|
9384
|
-
padding-right: var(--spacing-md);
|
|
9385
|
-
padding-bottom: var(--spacing-3xs);
|
|
9386
|
-
}
|
|
9387
|
-
.Layer__chart-of-accounts__mobile-row-content__top-row,
|
|
9388
|
-
.Layer__chart-of-accounts__mobile-row-content__bottom-row {
|
|
9389
|
-
display: flex;
|
|
9390
|
-
align-items: center;
|
|
9391
|
-
justify-content: space-between;
|
|
9392
|
-
}
|
|
9393
|
-
.Layer__chart-of-accounts__mobile-row-content__name {
|
|
9394
|
-
color: var(--color-base-800);
|
|
9395
|
-
}
|
|
9396
|
-
.Layer__chart-of-accounts__mobile-row-content__balance {
|
|
9397
|
-
font-weight: var(--font-weight-bold);
|
|
9398
|
-
color: var(--color-base-800);
|
|
9399
|
-
}
|
|
9400
|
-
.Layer__chart-of-accounts__row---mobile.Layer__table-row--depth-0 .Layer__chart-of-accounts__mobile-row-content__name {
|
|
9401
|
-
font-weight: var(--font-weight-bold);
|
|
9402
|
-
}
|
|
9403
|
-
.Layer__chart-of-accounts__mobile-row-content__types {
|
|
9404
|
-
display: flex;
|
|
9405
|
-
gap: var(--spacing-3xs);
|
|
9406
|
-
align-items: center;
|
|
9407
|
-
}
|
|
9408
|
-
.Layer__chart-of-accounts__mobile-row-content__types .Layer__text {
|
|
9409
|
-
color: var(--color-base-700);
|
|
9410
|
-
}
|
|
9411
|
-
.Layer__chart-of-accounts__mobile-row-content__separator {
|
|
9412
|
-
height: 12px;
|
|
9413
|
-
width: 1px;
|
|
9414
|
-
background: var(--color-base-200);
|
|
9415
|
-
}
|
|
9416
|
-
.Layer__chart-of-accounts .Layer__desktop--hidden {
|
|
9417
|
-
display: none;
|
|
9418
|
-
}
|
|
9419
|
-
.Layer__coa__type--mobile {
|
|
9420
|
-
color: var(--color-base-800);
|
|
9421
|
-
}
|
|
9422
|
-
@container (min-width: 1401px) {
|
|
9423
|
-
.Layer__chart-of-accounts .Layer__panel__sidebar .Layer__chart-of-accounts__form {
|
|
9424
|
-
padding: var(--spacing-xl);
|
|
9425
|
-
}
|
|
9426
|
-
.Layer__chart-of-accounts__form-edit-entry {
|
|
9427
|
-
padding: var(--spacing-md) var(--spacing-xl);
|
|
9428
|
-
}
|
|
9429
|
-
}
|
|
9430
|
-
@container (max-width: 1024px) {
|
|
9431
|
-
.Layer__chart-of-accounts__sidebar__header .actions {
|
|
9432
|
-
display: none;
|
|
9433
|
-
}
|
|
9434
|
-
.Layer__chart-of-accounts__form .actions {
|
|
9435
|
-
display: flex;
|
|
9436
|
-
}
|
|
9437
|
-
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content {
|
|
9438
|
-
width: 100%;
|
|
9439
|
-
}
|
|
9440
|
-
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__input-group,
|
|
9441
|
-
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__chart-of-accounts__form__input-group__title {
|
|
9442
|
-
box-sizing: border-box;
|
|
9443
|
-
width: 100%;
|
|
9444
|
-
max-width: 600px;
|
|
9445
|
-
margin: auto;
|
|
9446
|
-
}
|
|
9447
|
-
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__chart-of-accounts__form-edit-entry {
|
|
9448
|
-
box-sizing: border-box;
|
|
9449
|
-
width: 100%;
|
|
9450
|
-
max-width: calc(600px + var(--spacing-xl) * 2);
|
|
9451
|
-
padding: var(--spacing-md) var(--spacing-xl);
|
|
9452
|
-
margin: auto;
|
|
9453
|
-
}
|
|
9454
|
-
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .Layer__form .Layer__header__col {
|
|
9455
|
-
width: 100%;
|
|
9456
|
-
max-width: calc(600px + var(--spacing-xl) * 2);
|
|
9457
|
-
padding: var(--spacing-md) var(--spacing-xl);
|
|
9458
|
-
margin: auto;
|
|
9459
|
-
}
|
|
9460
|
-
.Layer__chart-of-accounts.Layer__component .Layer__panel__sidebar .Layer__panel__sidebar-content .actions {
|
|
9461
|
-
width: 100%;
|
|
9462
|
-
max-width: 600px;
|
|
9463
|
-
margin: auto;
|
|
9464
|
-
}
|
|
9465
|
-
}
|
|
9466
|
-
@container (min-width: 761px) and (max-width: 1024px) {
|
|
9467
|
-
.Layer__chart-of-accounts .Layer__mobile--hidden {
|
|
9468
|
-
display: none;
|
|
9469
|
-
}
|
|
9470
|
-
.Layer__chart-of-accounts__form {
|
|
9471
|
-
padding: var(--spacing-xl);
|
|
9472
|
-
}
|
|
9473
|
-
}
|
|
9474
|
-
@container (max-width: 760px) {
|
|
9475
|
-
.Layer__chart-of-accounts {
|
|
9476
|
-
overflow: auto;
|
|
9477
|
-
}
|
|
9478
|
-
.Layer__chart-of-accounts__row---mobile {
|
|
9479
|
-
display: table-row;
|
|
9480
|
-
visibility: visible;
|
|
9481
|
-
}
|
|
9482
|
-
.Layer__chart-of-accounts__row---desktop {
|
|
9483
|
-
display: none;
|
|
9484
|
-
visibility: hidden;
|
|
9485
|
-
}
|
|
9486
|
-
.Layer__chart-of-accounts__form-row {
|
|
9487
|
-
flex-direction: column;
|
|
9488
|
-
}
|
|
9489
|
-
.Layer__chart-of-accounts__form-row .Layer__chart-of-accounts__form-row__name_field {
|
|
9490
|
-
flex: 1;
|
|
9491
|
-
width: 100%;
|
|
9492
|
-
}
|
|
9493
|
-
.Layer__chart-of-accounts__actions.Layer__header__actions {
|
|
9494
|
-
flex-direction: column;
|
|
9495
|
-
align-items: flex-start;
|
|
9496
|
-
}
|
|
9497
|
-
}
|
|
9498
9433
|
.Layer__component-container.Layer__journal {
|
|
9499
9434
|
position: relative;
|
|
9500
9435
|
display: flex;
|
|
@@ -10727,6 +10662,9 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10727
10662
|
margin-top: -12px;
|
|
10728
10663
|
}
|
|
10729
10664
|
}
|
|
10665
|
+
.Layer__reports {
|
|
10666
|
+
overflow: hidden;
|
|
10667
|
+
}
|
|
10730
10668
|
.Layer__reports .Layer__panel__content {
|
|
10731
10669
|
border-radius: var(--border-radius-sm);
|
|
10732
10670
|
}
|