@neo4j-ndl/base 0.3.0 → 0.5.0
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/lib/neo4j-ds-styles.css +796 -120
- package/lib/optimised.config.js +5 -0
- package/lib/optimised.config.js.map +1 -1
- package/lib/tokens/css/tokens.css +2 -2
- package/lib/tokens/js/tokens-raw.js +3 -3
- package/lib/tokens/js/tokens.js +2 -2
- package/lib/tokens/scss/tokens.scss +2 -2
- package/package.json +2 -3
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
420
420
|
*/
|
|
421
421
|
/**
|
|
422
422
|
* Do not edit directly
|
|
423
|
-
* Generated on
|
|
423
|
+
* Generated on Tue, 07 Jun 2022 16:38:42 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -518,7 +518,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
518
518
|
--palette-light-neutral-bg-strong: 230, 233, 238 /* #E6E9EE */;
|
|
519
519
|
--palette-light-neutral-bg-strongest: 83, 91, 102 /* #535B66 */;
|
|
520
520
|
--palette-light-neutral-border-weak: 238, 241, 246 /* #EEF1F6 */;
|
|
521
|
-
--palette-light-neutral-border-strong:
|
|
521
|
+
--palette-light-neutral-border-strong: 196, 200, 205 /* #C4C8CD */;
|
|
522
522
|
--palette-light-neutral-hover: rgba(113,119,128,0.1);
|
|
523
523
|
--palette-light-neutral-pressed: rgba(113,119,128,0.2);
|
|
524
524
|
--palette-light-primary-text: 0, 111, 214 /* #006FD6 */;
|
|
@@ -718,7 +718,7 @@ h6,
|
|
|
718
718
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
719
719
|
--tw-ring-offset-width: 2px;
|
|
720
720
|
}
|
|
721
|
-
.ndl-btn.
|
|
721
|
+
.ndl-btn.loading{
|
|
722
722
|
cursor: default;
|
|
723
723
|
opacity: 0.5;
|
|
724
724
|
}
|
|
@@ -736,7 +736,7 @@ h6,
|
|
|
736
736
|
letter-spacing: 0px;
|
|
737
737
|
line-height: 20px;
|
|
738
738
|
}
|
|
739
|
-
.ndl-btn.
|
|
739
|
+
.ndl-btn.medium{
|
|
740
740
|
height: 2.25rem;
|
|
741
741
|
padding-left: 1.5rem;
|
|
742
742
|
padding-right: 1.5rem;
|
|
@@ -772,7 +772,7 @@ h6,
|
|
|
772
772
|
padding: 0.375rem;
|
|
773
773
|
width: 1.75rem;
|
|
774
774
|
}
|
|
775
|
-
.ndl-btn.
|
|
775
|
+
.ndl-btn.medium.rectangle{
|
|
776
776
|
width: 2.25rem;
|
|
777
777
|
padding: 0.5rem;
|
|
778
778
|
}
|
|
@@ -780,31 +780,234 @@ h6,
|
|
|
780
780
|
width: 3rem;
|
|
781
781
|
padding: 0.75rem;
|
|
782
782
|
}
|
|
783
|
+
/* State: Filled */
|
|
783
784
|
.ndl-btn.filled{
|
|
784
785
|
border-width: 0px;
|
|
785
786
|
--tw-text-opacity: 1;
|
|
786
787
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
787
|
-
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
788
|
-
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
789
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
790
788
|
}
|
|
789
|
+
.ndl-btn.filled.disabled{
|
|
790
|
+
cursor: default;
|
|
791
|
+
--tw-bg-opacity: 1;
|
|
792
|
+
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
793
|
+
--tw-text-opacity: 1;
|
|
794
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
795
|
+
}
|
|
796
|
+
/* State: Outlined */
|
|
791
797
|
.ndl-btn.outlined{
|
|
792
798
|
border-width: 1px;
|
|
793
799
|
border-style: solid;
|
|
794
800
|
--tw-bg-opacity: 1;
|
|
795
801
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
796
|
-
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
797
|
-
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
798
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
799
802
|
}
|
|
803
|
+
.ndl-btn.outlined.disabled{
|
|
804
|
+
cursor: default;
|
|
805
|
+
--tw-border-opacity: 1;
|
|
806
|
+
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
807
|
+
--tw-bg-opacity: 1;
|
|
808
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
809
|
+
--tw-text-opacity: 1;
|
|
810
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
811
|
+
}
|
|
812
|
+
/* State: Text */
|
|
800
813
|
.ndl-btn.text{
|
|
801
814
|
border-style: none;
|
|
802
815
|
background-color: transparent;
|
|
803
816
|
}
|
|
817
|
+
.ndl-btn.text.disabled{
|
|
818
|
+
cursor: default;
|
|
819
|
+
--tw-text-opacity: 1;
|
|
820
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
821
|
+
}
|
|
822
|
+
.ndl-btn.floating-btn:not(.disabled):not(.text){
|
|
823
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
824
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
825
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
826
|
+
}
|
|
804
827
|
a.ndl-btn{
|
|
805
828
|
-webkit-text-decoration-line: none;
|
|
806
829
|
text-decoration-line: none;
|
|
807
830
|
}
|
|
831
|
+
/**
|
|
832
|
+
*
|
|
833
|
+
* Copyright (c) "Neo4j"
|
|
834
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
835
|
+
*
|
|
836
|
+
* This file is part of Neo4j.
|
|
837
|
+
*
|
|
838
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
839
|
+
* it under the terms of the GNU General Public License as published by
|
|
840
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
841
|
+
* (at your option) any later version.
|
|
842
|
+
*
|
|
843
|
+
* This program is distributed in the hope that it will be useful,
|
|
844
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
845
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
846
|
+
* GNU General Public License for more details.
|
|
847
|
+
*
|
|
848
|
+
* You should have received a copy of the GNU General Public License
|
|
849
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
850
|
+
*/
|
|
851
|
+
.ndl-icon-btn {
|
|
852
|
+
transition: background-color 75ms ease;
|
|
853
|
+
display: inline-flex;
|
|
854
|
+
cursor: pointer;
|
|
855
|
+
align-items: center;
|
|
856
|
+
justify-content: center;
|
|
857
|
+
gap: 0.125rem;
|
|
858
|
+
border-radius: 8px;
|
|
859
|
+
--tw-text-opacity: 1;
|
|
860
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
861
|
+
}
|
|
862
|
+
.ndl-icon-btn:not(.clean){
|
|
863
|
+
--tw-ring-opacity: 1;
|
|
864
|
+
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
865
|
+
}
|
|
866
|
+
.ndl-icon-btn:not(.clean):focus{
|
|
867
|
+
outline-width: 0px;
|
|
868
|
+
}
|
|
869
|
+
.ndl-icon-btn:not(.clean):focus-visible{
|
|
870
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
871
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
872
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
873
|
+
--tw-ring-offset-width: 2px;
|
|
874
|
+
}
|
|
875
|
+
.ndl-icon-btn.clean{
|
|
876
|
+
--tw-ring-opacity: 1;
|
|
877
|
+
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
878
|
+
}
|
|
879
|
+
.ndl-icon-btn.clean:focus{
|
|
880
|
+
outline-width: 0px;
|
|
881
|
+
}
|
|
882
|
+
.ndl-icon-btn.clean:focus-visible{
|
|
883
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
884
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
885
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
886
|
+
--tw-ring-offset-width: 0px;
|
|
887
|
+
}
|
|
888
|
+
.ndl-icon-btn.danger{
|
|
889
|
+
--tw-text-opacity: 1;
|
|
890
|
+
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
891
|
+
}
|
|
892
|
+
.ndl-icon-btn.floating{
|
|
893
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
894
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
895
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
896
|
+
}
|
|
897
|
+
.ndl-icon-btn:disabled{
|
|
898
|
+
cursor: not-allowed;
|
|
899
|
+
--tw-text-opacity: 1;
|
|
900
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
901
|
+
}
|
|
902
|
+
/* Simple Icons Sizes */
|
|
903
|
+
.ndl-icon-btn.small {
|
|
904
|
+
width: 24px;
|
|
905
|
+
height: 24px;
|
|
906
|
+
}
|
|
907
|
+
.ndl-icon-btn.small .ndl-icon {
|
|
908
|
+
width: 16px;
|
|
909
|
+
height: 16px;
|
|
910
|
+
}
|
|
911
|
+
.ndl-icon-btn.medium {
|
|
912
|
+
width: 28px;
|
|
913
|
+
height: 28px;
|
|
914
|
+
}
|
|
915
|
+
.ndl-icon-btn.medium .ndl-icon {
|
|
916
|
+
width: 20px;
|
|
917
|
+
height: 20px;
|
|
918
|
+
}
|
|
919
|
+
.ndl-icon-btn.large {
|
|
920
|
+
width: 40px;
|
|
921
|
+
height: 40px;
|
|
922
|
+
}
|
|
923
|
+
.ndl-icon-btn.large .ndl-icon {
|
|
924
|
+
width: 24px;
|
|
925
|
+
height: 24px;
|
|
926
|
+
}
|
|
927
|
+
/* Grouped Icons Sizes */
|
|
928
|
+
.ndl-icon-btn.small:not(.grouped) {
|
|
929
|
+
width: 32px;
|
|
930
|
+
height: 32px;
|
|
931
|
+
}
|
|
932
|
+
.ndl-icon-btn.medium:not(.grouped) {
|
|
933
|
+
width: 36px;
|
|
934
|
+
height: 36px;
|
|
935
|
+
}
|
|
936
|
+
.ndl-icon-btn.large:not(.grouped) {
|
|
937
|
+
width: 48px;
|
|
938
|
+
height: 48px;
|
|
939
|
+
}
|
|
940
|
+
/* States */
|
|
941
|
+
.ndl-icon-btn:not(.clean){
|
|
942
|
+
border-width: 1px;
|
|
943
|
+
--tw-border-opacity: 1;
|
|
944
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
945
|
+
}
|
|
946
|
+
.ndl-icon-btn:not(.clean).danger{
|
|
947
|
+
--tw-border-opacity: 1;
|
|
948
|
+
border-color: rgb(204 37 75 / var(--tw-border-opacity));
|
|
949
|
+
}
|
|
950
|
+
.ndl-icon-btn:not(.clean):disabled{
|
|
951
|
+
--tw-border-opacity: 1;
|
|
952
|
+
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
953
|
+
--tw-bg-opacity: 1;
|
|
954
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
955
|
+
}
|
|
956
|
+
.ndl-icon-btn:hover:not(:disabled){
|
|
957
|
+
background-color: rgba(113,119,128,0.1);
|
|
958
|
+
}
|
|
959
|
+
.ndl-icon-btn:hover:not(:disabled).danger{
|
|
960
|
+
background-color: rgba(237,18,82,0.08);
|
|
961
|
+
}
|
|
962
|
+
.ndl-icon-btn:active:not(:disabled){
|
|
963
|
+
background-color: rgba(113,119,128,0.2);
|
|
964
|
+
}
|
|
965
|
+
.ndl-icon-btn:active:not(:disabled).danger{
|
|
966
|
+
background-color: rgba(237,18,82,0.12);
|
|
967
|
+
}
|
|
968
|
+
.ndl-icon-btn.loading{
|
|
969
|
+
cursor: default;
|
|
970
|
+
opacity: 0.5;
|
|
971
|
+
}
|
|
972
|
+
/**
|
|
973
|
+
*
|
|
974
|
+
* Copyright (c) "Neo4j"
|
|
975
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
976
|
+
*
|
|
977
|
+
* This file is part of Neo4j.
|
|
978
|
+
*
|
|
979
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
980
|
+
* it under the terms of the GNU General Public License as published by
|
|
981
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
982
|
+
* (at your option) any later version.
|
|
983
|
+
*
|
|
984
|
+
* This program is distributed in the hope that it will be useful,
|
|
985
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
986
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
987
|
+
* GNU General Public License for more details.
|
|
988
|
+
*
|
|
989
|
+
* You should have received a copy of the GNU General Public License
|
|
990
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
991
|
+
*/
|
|
992
|
+
.ndl-icon-btn-array{
|
|
993
|
+
display: flex;
|
|
994
|
+
max-width: -webkit-min-content;
|
|
995
|
+
max-width: -moz-min-content;
|
|
996
|
+
max-width: min-content;
|
|
997
|
+
gap: 0.25rem;
|
|
998
|
+
border-radius: 8px;
|
|
999
|
+
border-width: 1px;
|
|
1000
|
+
--tw-border-opacity: 1;
|
|
1001
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
1002
|
+
padding: 0.25rem;
|
|
1003
|
+
}
|
|
1004
|
+
.ndl-icon-btn-array.array-floating{
|
|
1005
|
+
--tw-border-opacity: 1;
|
|
1006
|
+
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
1007
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
1008
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
1009
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1010
|
+
}
|
|
808
1011
|
/**
|
|
809
1012
|
*
|
|
810
1013
|
* Copyright (c) "Neo4j"
|
|
@@ -856,6 +1059,11 @@ a.ndl-btn{
|
|
|
856
1059
|
height: 0.5rem;
|
|
857
1060
|
width: 0.5rem;
|
|
858
1061
|
}
|
|
1062
|
+
.ndl-label .label-text{
|
|
1063
|
+
overflow: hidden;
|
|
1064
|
+
text-overflow: ellipsis;
|
|
1065
|
+
white-space: nowrap;
|
|
1066
|
+
}
|
|
859
1067
|
.ndl-label.clean .label-text{
|
|
860
1068
|
--tw-text-opacity: 1;
|
|
861
1069
|
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
@@ -890,16 +1098,15 @@ a.ndl-btn{
|
|
|
890
1098
|
* You should have received a copy of the GNU General Public License
|
|
891
1099
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
892
1100
|
*/
|
|
893
|
-
.ndl-tabs.underline {
|
|
1101
|
+
.ndl-tabs.underline-tab {
|
|
894
1102
|
border-bottom-style: solid;
|
|
895
|
-
/* @apply n-border-b-light-neutral-border-weak n-text-light-neutral-text-weak n-relative; */
|
|
896
1103
|
position: relative;
|
|
897
1104
|
}
|
|
898
1105
|
/**
|
|
899
1106
|
* We use an :after pseudo element to draw the
|
|
900
1107
|
* underline inside the component
|
|
901
1108
|
*/
|
|
902
|
-
.ndl-tabs.underline.small:after {
|
|
1109
|
+
.ndl-tabs.underline-tab.small:after {
|
|
903
1110
|
content: '';
|
|
904
1111
|
position: absolute;
|
|
905
1112
|
width: 100%;
|
|
@@ -911,7 +1118,7 @@ a.ndl-btn{
|
|
|
911
1118
|
--tw-bg-opacity: 1;
|
|
912
1119
|
background-color: rgb(238 241 246 / var(--tw-bg-opacity));
|
|
913
1120
|
}
|
|
914
|
-
.ndl-tabs.underline.large:after {
|
|
1121
|
+
.ndl-tabs.underline-tab.large:after {
|
|
915
1122
|
content: '';
|
|
916
1123
|
position: absolute;
|
|
917
1124
|
width: 100%;
|
|
@@ -965,33 +1172,33 @@ a.ndl-btn{
|
|
|
965
1172
|
--tw-text-opacity: 1;
|
|
966
1173
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
967
1174
|
}
|
|
968
|
-
.ndl-tabs .tab.underline {
|
|
1175
|
+
.ndl-tabs .tab.underline-tab {
|
|
969
1176
|
/* To be always above bottom border */
|
|
970
1177
|
z-index: 1;
|
|
971
1178
|
}
|
|
972
|
-
.ndl-tabs .tab.underline:not(.selected){
|
|
1179
|
+
.ndl-tabs .tab.underline-tab:not(.selected){
|
|
973
1180
|
--tw-text-opacity: 1;
|
|
974
1181
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
975
1182
|
}
|
|
976
|
-
.ndl-tabs .tab.underline.disabled{
|
|
1183
|
+
.ndl-tabs .tab.underline-tab.disabled{
|
|
977
1184
|
--tw-text-opacity: 1;
|
|
978
1185
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
979
1186
|
}
|
|
980
|
-
.ndl-tabs .tab.underline.small {
|
|
1187
|
+
.ndl-tabs .tab.underline-tab.small {
|
|
981
1188
|
/* We need to have a total of 36px in Height */
|
|
982
1189
|
padding-bottom: 12px;
|
|
983
1190
|
}
|
|
984
|
-
.ndl-tabs .tab.underline.small .tab-underline {
|
|
1191
|
+
.ndl-tabs .tab.underline-tab.small .tab-underline {
|
|
985
1192
|
height: 2px;
|
|
986
1193
|
}
|
|
987
|
-
.ndl-tabs .tab.underline.large {
|
|
1194
|
+
.ndl-tabs .tab.underline-tab.large {
|
|
988
1195
|
/* We need to have a total of 46px in Height */
|
|
989
1196
|
padding-bottom: 14px;
|
|
990
1197
|
}
|
|
991
|
-
.ndl-tabs .tab.underline.large .tab-underline {
|
|
1198
|
+
.ndl-tabs .tab.underline-tab.large .tab-underline {
|
|
992
1199
|
height: 4px;
|
|
993
1200
|
}
|
|
994
|
-
.ndl-tabs .tab.underline .tab-underline {
|
|
1201
|
+
.ndl-tabs .tab.underline-tab .tab-underline {
|
|
995
1202
|
height: 4px;
|
|
996
1203
|
position: absolute;
|
|
997
1204
|
left: 0px;
|
|
@@ -1001,45 +1208,49 @@ a.ndl-btn{
|
|
|
1001
1208
|
border-top-right-radius: 4px;
|
|
1002
1209
|
background-color: transparent;
|
|
1003
1210
|
}
|
|
1004
|
-
.ndl-tabs .tab.underline:focus-visible {
|
|
1211
|
+
.ndl-tabs .tab.underline-tab:focus-visible {
|
|
1005
1212
|
outline: none;
|
|
1006
1213
|
}
|
|
1007
|
-
.ndl-tabs .tab.underline:focus-visible .tab-underline{
|
|
1214
|
+
.ndl-tabs .tab.underline-tab:focus-visible .tab-underline{
|
|
1008
1215
|
--tw-bg-opacity: 1;
|
|
1009
1216
|
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
1010
1217
|
}
|
|
1011
|
-
.ndl-tabs .tab.underline:hover:not(.disabled):not(.selected) .tab-underline{
|
|
1218
|
+
.ndl-tabs .tab.underline-tab:hover:not(.disabled):not(.selected) .tab-underline{
|
|
1012
1219
|
--tw-bg-opacity: 1;
|
|
1013
1220
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1014
1221
|
}
|
|
1015
|
-
.ndl-tabs .tab.underline:active:not(.disabled):not(.selected) .tab-underline{
|
|
1222
|
+
.ndl-tabs .tab.underline-tab:active:not(.disabled):not(.selected) .tab-underline{
|
|
1016
1223
|
--tw-bg-opacity: 1;
|
|
1017
1224
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1018
1225
|
}
|
|
1019
|
-
.ndl-tabs .tab.underline.selected:not(.disabled){
|
|
1226
|
+
.ndl-tabs .tab.underline-tab.selected:not(.disabled){
|
|
1020
1227
|
--tw-text-opacity: 1;
|
|
1021
1228
|
color: rgb(0 111 214 / var(--tw-text-opacity));
|
|
1022
1229
|
}
|
|
1023
|
-
.ndl-tabs .tab.underline.selected:not(.disabled)
|
|
1230
|
+
.ndl-tabs .tab.underline-tab.selected:not(.disabled) .tab-underline{
|
|
1024
1231
|
--tw-bg-opacity: 1;
|
|
1025
1232
|
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
1026
1233
|
}
|
|
1027
|
-
.ndl-tabs .tab.underline.selected.disabled:not(:focus
|
|
1234
|
+
.ndl-tabs .tab.underline-tab.selected.disabled:not(:focus) .tab-underline{
|
|
1028
1235
|
--tw-bg-opacity: 1;
|
|
1029
1236
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1030
1237
|
}
|
|
1031
|
-
.ndl-tabs .tab.
|
|
1238
|
+
.ndl-tabs .tab.underline-tab.disabled:focus-visible .tab-underline{
|
|
1239
|
+
--tw-bg-opacity: 1;
|
|
1240
|
+
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1241
|
+
}
|
|
1242
|
+
.ndl-tabs .tab.filled-tab{
|
|
1032
1243
|
border-radius: 4px;
|
|
1033
1244
|
padding-top: 0.25rem;
|
|
1034
1245
|
padding-bottom: 0.25rem;
|
|
1035
1246
|
--tw-text-opacity: 1;
|
|
1036
1247
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1037
1248
|
}
|
|
1038
|
-
.ndl-tabs .tab.filled.disabled{
|
|
1249
|
+
.ndl-tabs .tab.filled-tab.disabled{
|
|
1039
1250
|
--tw-text-opacity: 1;
|
|
1040
1251
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
1041
1252
|
}
|
|
1042
|
-
.ndl-tabs .tab.filled:focus-visible {
|
|
1253
|
+
.ndl-tabs .tab.filled-tab:focus-visible {
|
|
1043
1254
|
outline: none;
|
|
1044
1255
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1045
1256
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1047,15 +1258,15 @@ a.ndl-btn{
|
|
|
1047
1258
|
--tw-ring-opacity: 1;
|
|
1048
1259
|
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
1049
1260
|
}
|
|
1050
|
-
.ndl-tabs .tab.filled:hover:not(.disabled):not(.selected){
|
|
1261
|
+
.ndl-tabs .tab.filled-tab:hover:not(.disabled):not(.selected){
|
|
1051
1262
|
background-color: rgb(113 119 128 / var(--tw-bg-opacity));
|
|
1052
1263
|
--tw-bg-opacity: 0.1;
|
|
1053
1264
|
}
|
|
1054
|
-
.ndl-tabs .tab.filled:active:not(.disabled):not(.selected){
|
|
1265
|
+
.ndl-tabs .tab.filled-tab:active:not(.disabled):not(.selected){
|
|
1055
1266
|
background-color: rgb(113 119 128 / var(--tw-bg-opacity));
|
|
1056
1267
|
--tw-bg-opacity: 0.2;
|
|
1057
1268
|
}
|
|
1058
|
-
.ndl-tabs .tab.filled.selected{
|
|
1269
|
+
.ndl-tabs .tab.filled-tab.selected{
|
|
1059
1270
|
--tw-bg-opacity: 1;
|
|
1060
1271
|
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
1061
1272
|
--tw-text-opacity: 1;
|
|
@@ -1449,24 +1660,40 @@ a.ndl-btn{
|
|
|
1449
1660
|
transition: background-color 0.25s ease;
|
|
1450
1661
|
}
|
|
1451
1662
|
.ndl-form-item input[type='checkbox'][role='switch']:hover:checked:not(:disabled){
|
|
1452
|
-
outline
|
|
1453
|
-
outline-
|
|
1454
|
-
|
|
1663
|
+
outline: 2px solid transparent;
|
|
1664
|
+
outline-offset: 2px;
|
|
1665
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1666
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1667
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1668
|
+
--tw-ring-color: rgba(1,139,255,0.08);
|
|
1669
|
+
--tw-ring-offset-width: 1px;
|
|
1455
1670
|
}
|
|
1456
1671
|
.ndl-form-item input[type='checkbox'][role='switch']:hover:not(:checked):not(:disabled){
|
|
1457
|
-
outline
|
|
1458
|
-
outline-
|
|
1459
|
-
|
|
1672
|
+
outline: 2px solid transparent;
|
|
1673
|
+
outline-offset: 2px;
|
|
1674
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1675
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1676
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1677
|
+
--tw-ring-color: rgba(113,119,128,0.1);
|
|
1678
|
+
--tw-ring-offset-width: 1px;
|
|
1460
1679
|
}
|
|
1461
1680
|
.ndl-form-item input[type='checkbox'][role='switch']:active:checked{
|
|
1462
|
-
outline
|
|
1463
|
-
outline-
|
|
1464
|
-
|
|
1681
|
+
outline: 2px solid transparent;
|
|
1682
|
+
outline-offset: 2px;
|
|
1683
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1684
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1685
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1686
|
+
--tw-ring-color: rgba(1,139,255,0.12);
|
|
1687
|
+
--tw-ring-offset-width: 1px;
|
|
1465
1688
|
}
|
|
1466
1689
|
.ndl-form-item input[type='checkbox'][role='switch']:active:not(:checked){
|
|
1467
|
-
outline
|
|
1468
|
-
outline-
|
|
1469
|
-
|
|
1690
|
+
outline: 2px solid transparent;
|
|
1691
|
+
outline-offset: 2px;
|
|
1692
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1693
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1694
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1695
|
+
--tw-ring-color: rgba(113,119,128,0.2);
|
|
1696
|
+
--tw-ring-offset-width: 1px;
|
|
1470
1697
|
}
|
|
1471
1698
|
.ndl-form-item input[type='checkbox'][role='switch']:focus-visible:enabled{
|
|
1472
1699
|
outline-width: 2px;
|
|
@@ -1530,6 +1757,45 @@ a.ndl-btn{
|
|
|
1530
1757
|
border-radius: 9999px;
|
|
1531
1758
|
top: 0;
|
|
1532
1759
|
}
|
|
1760
|
+
/* Text Input */
|
|
1761
|
+
.ndl-form-item .input-wrapper{
|
|
1762
|
+
position: relative;
|
|
1763
|
+
width: 100%;
|
|
1764
|
+
}
|
|
1765
|
+
.ndl-form-item input[type='text'], .ndl-form-item input[type='email'], .ndl-form-item input[type='password'], .ndl-form-item input[type='url']{
|
|
1766
|
+
height: 2.25rem;
|
|
1767
|
+
width: 100%;
|
|
1768
|
+
border-radius: 4px;
|
|
1769
|
+
border-width: 1px;
|
|
1770
|
+
--tw-border-opacity: 1;
|
|
1771
|
+
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
1772
|
+
padding-top: 0.5rem;
|
|
1773
|
+
padding-bottom: 0.5rem;
|
|
1774
|
+
padding-left: 0.75rem;
|
|
1775
|
+
padding-right: 0.75rem;
|
|
1776
|
+
line-height: 1 !important;
|
|
1777
|
+
font-size: var(--font-size-body-medium);
|
|
1778
|
+
font-weight: var(--font-weight-normal);
|
|
1779
|
+
letter-spacing: 0.25px;
|
|
1780
|
+
line-height: 20px;
|
|
1781
|
+
}
|
|
1782
|
+
.ndl-form-item input[type='text']:active, .ndl-form-item input[type='text']:focus, .ndl-form-item input[type='email']:active, .ndl-form-item input[type='email']:focus, .ndl-form-item input[type='password']:active, .ndl-form-item input[type='password']:focus, .ndl-form-item input[type='url']:active, .ndl-form-item input[type='url']:focus{
|
|
1783
|
+
outline-color: #018bff;
|
|
1784
|
+
}
|
|
1785
|
+
.ndl-form-item input[type='text']:disabled, .ndl-form-item input[type='email']:disabled, .ndl-form-item input[type='password']:disabled, .ndl-form-item input[type='url']:disabled{
|
|
1786
|
+
cursor: not-allowed;
|
|
1787
|
+
--tw-text-opacity: 1;
|
|
1788
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
1789
|
+
background-color: inherit;
|
|
1790
|
+
}
|
|
1791
|
+
.ndl-form-item input[type='text']:-moz-read-only, .ndl-form-item input[type='text']:-moz-read-only:focus, .ndl-form-item input[type='email']:-moz-read-only, .ndl-form-item input[type='email']:-moz-read-only:focus, .ndl-form-item input[type='password']:-moz-read-only, .ndl-form-item input[type='password']:-moz-read-only:focus, .ndl-form-item input[type='url']:-moz-read-only, .ndl-form-item input[type='url']:-moz-read-only:focus{
|
|
1792
|
+
outline: 2px solid transparent;
|
|
1793
|
+
outline-offset: 2px;
|
|
1794
|
+
}
|
|
1795
|
+
.ndl-form-item input[type='text']:read-only, .ndl-form-item input[type='text']:read-only:focus, .ndl-form-item input[type='email']:read-only, .ndl-form-item input[type='email']:read-only:focus, .ndl-form-item input[type='password']:read-only, .ndl-form-item input[type='password']:read-only:focus, .ndl-form-item input[type='url']:read-only, .ndl-form-item input[type='url']:read-only:focus{
|
|
1796
|
+
outline: 2px solid transparent;
|
|
1797
|
+
outline-offset: 2px;
|
|
1798
|
+
}
|
|
1533
1799
|
/* Label */
|
|
1534
1800
|
.ndl-form-item .form-item-label{
|
|
1535
1801
|
display: inline-flex;
|
|
@@ -1548,11 +1814,93 @@ a.ndl-btn{
|
|
|
1548
1814
|
.ndl-form-item .form-item-label.label-before{
|
|
1549
1815
|
flex-direction: row-reverse;
|
|
1550
1816
|
}
|
|
1817
|
+
.ndl-form-item.ndl-type-text .form-item-label{
|
|
1818
|
+
flex-direction: column-reverse;
|
|
1819
|
+
align-items: flex-start;
|
|
1820
|
+
row-gap: 0.25rem;
|
|
1821
|
+
}
|
|
1822
|
+
.ndl-form-item.ndl-type-text .form-item-label .form-label-text{
|
|
1823
|
+
--tw-text-opacity: 1;
|
|
1824
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1825
|
+
}
|
|
1551
1826
|
.ndl-form-item.disabled .form-item-label{
|
|
1552
1827
|
cursor: not-allowed;
|
|
1553
1828
|
--tw-text-opacity: 1;
|
|
1554
1829
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
1555
1830
|
}
|
|
1831
|
+
/* Form Message */
|
|
1832
|
+
.ndl-form-item .form-msg{
|
|
1833
|
+
margin-top: 0.25rem;
|
|
1834
|
+
font-size: 0.75rem;
|
|
1835
|
+
line-height: 1rem;
|
|
1836
|
+
--tw-text-opacity: 1;
|
|
1837
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
1838
|
+
}
|
|
1839
|
+
.ndl-form-item.has-error input{
|
|
1840
|
+
outline-color: #cc254b;
|
|
1841
|
+
border-width: 2px;
|
|
1842
|
+
--tw-border-opacity: 1;
|
|
1843
|
+
border-color: rgb(204 37 75 / var(--tw-border-opacity));
|
|
1844
|
+
}
|
|
1845
|
+
.ndl-form-item.has-error .form-msg{
|
|
1846
|
+
--tw-text-opacity: 1;
|
|
1847
|
+
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
1848
|
+
}
|
|
1849
|
+
/* Icons */
|
|
1850
|
+
.ndl-form-item.has-left-icon input[type='text'], .ndl-form-item.has-left-icon input[type='email'], .ndl-form-item.has-left-icon input[type='password'], .ndl-form-item.has-left-icon input[type='url']{
|
|
1851
|
+
padding-left: 3rem;
|
|
1852
|
+
}
|
|
1853
|
+
.ndl-form-item.has-right-icon input[type='text'], .ndl-form-item.has-right-icon input[type='email'], .ndl-form-item.has-right-icon input[type='password'], .ndl-form-item.has-right-icon input[type='url']{
|
|
1854
|
+
padding-right: 3rem;
|
|
1855
|
+
}
|
|
1856
|
+
.ndl-form-item.has-icon .icon{
|
|
1857
|
+
position: absolute;
|
|
1858
|
+
height: 1rem;
|
|
1859
|
+
width: 1rem;
|
|
1860
|
+
--tw-text-opacity: 1;
|
|
1861
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1862
|
+
}
|
|
1863
|
+
.ndl-form-item.has-icon .left-icon {
|
|
1864
|
+
top: calc(
|
|
1865
|
+
50% - 8px
|
|
1866
|
+
); /* Horizontally absolute center for 16px height icon */ left: 1rem;
|
|
1867
|
+
}
|
|
1868
|
+
.ndl-form-item.has-icon .right-icon {
|
|
1869
|
+
top: calc(
|
|
1870
|
+
50% - 8px
|
|
1871
|
+
); /* Horizontally absolute center for 16px height icon */ right: 1rem;
|
|
1872
|
+
}
|
|
1873
|
+
.ndl-form-item.has-icon .error-icon{
|
|
1874
|
+
--tw-text-opacity: 1;
|
|
1875
|
+
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
1876
|
+
}
|
|
1877
|
+
/* Size */
|
|
1878
|
+
.ndl-form-item.large input[type='text'], .ndl-form-item.large input[type='email'], .ndl-form-item.large input[type='password'], .ndl-form-item.large input[type='url']{
|
|
1879
|
+
height: 3rem;
|
|
1880
|
+
padding-top: 0.75rem;
|
|
1881
|
+
padding-bottom: 0.75rem;
|
|
1882
|
+
font-size: var(--font-size-body-large);
|
|
1883
|
+
font-weight: var(--font-weight-normal);
|
|
1884
|
+
letter-spacing: 0.25px;
|
|
1885
|
+
line-height: 24px;
|
|
1886
|
+
}
|
|
1887
|
+
.ndl-form-item.large .form-item-label {
|
|
1888
|
+
font-size: var(--font-size-body-large);
|
|
1889
|
+
font-weight: var(--font-weight-normal);
|
|
1890
|
+
letter-spacing: 0.25px;
|
|
1891
|
+
line-height: 24px;
|
|
1892
|
+
}
|
|
1893
|
+
.ndl-form-item.large .form-msg {
|
|
1894
|
+
font-size: var(--font-size-body-medium);
|
|
1895
|
+
font-weight: var(--font-weight-normal);
|
|
1896
|
+
letter-spacing: 0.25px;
|
|
1897
|
+
line-height: 20px;
|
|
1898
|
+
}
|
|
1899
|
+
.ndl-form-item.large .icon{
|
|
1900
|
+
height: 1.25rem;
|
|
1901
|
+
width: 1.25rem;
|
|
1902
|
+
top: calc(50% - 10px);
|
|
1903
|
+
}
|
|
1556
1904
|
/**
|
|
1557
1905
|
*
|
|
1558
1906
|
* Copyright (c) "Neo4j"
|
|
@@ -1822,12 +2170,13 @@ a.ndl-btn{
|
|
|
1822
2170
|
letter-spacing: 0.25px;
|
|
1823
2171
|
line-height: 20px;
|
|
1824
2172
|
}
|
|
1825
|
-
.ndl-menu .menu-item:hover:not(.disabled), .ndl-menu .menu-item:focus
|
|
2173
|
+
.ndl-menu .menu-item:hover:not(.disabled), .ndl-menu .menu-item:focus{
|
|
1826
2174
|
border-radius: 8px;
|
|
1827
2175
|
--tw-bg-opacity: 1;
|
|
1828
2176
|
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
1829
2177
|
}
|
|
1830
2178
|
.ndl-menu .menu-item.disabled{
|
|
2179
|
+
pointer-events: none;
|
|
1831
2180
|
cursor: default;
|
|
1832
2181
|
}
|
|
1833
2182
|
.ndl-menu .menu-item.disabled .menu-item-title{
|
|
@@ -1853,37 +2202,115 @@ a.ndl-btn{
|
|
|
1853
2202
|
letter-spacing: 0.25px;
|
|
1854
2203
|
line-height: 20px;
|
|
1855
2204
|
}
|
|
1856
|
-
.ndl-menu .menu-item-icon{
|
|
1857
|
-
margin-right: 0.5rem;
|
|
1858
|
-
height: 0.75rem;
|
|
1859
|
-
width: 0.75rem;
|
|
2205
|
+
.ndl-menu .menu-item-icon{
|
|
2206
|
+
margin-right: 0.5rem;
|
|
2207
|
+
height: 0.75rem;
|
|
2208
|
+
width: 0.75rem;
|
|
2209
|
+
}
|
|
2210
|
+
.ndl-menu .menu-header{
|
|
2211
|
+
margin-bottom: 1rem;
|
|
2212
|
+
padding-left: 0.5rem;
|
|
2213
|
+
padding-right: 0.5rem;
|
|
2214
|
+
padding-top: 0.5rem;
|
|
2215
|
+
}
|
|
2216
|
+
.ndl-menu .menu-header .menu-header-title{
|
|
2217
|
+
font-weight: 700;
|
|
2218
|
+
font-size: var(--font-size-h6);
|
|
2219
|
+
font-weight: var(--font-weight-bold);
|
|
2220
|
+
letter-spacing: 0.25px;
|
|
2221
|
+
line-height: 24px;
|
|
2222
|
+
}
|
|
2223
|
+
.ndl-menu .menu-header .menu-header-description{
|
|
2224
|
+
--tw-text-opacity: 1;
|
|
2225
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
2226
|
+
font-size: var(--font-size-body-small);
|
|
2227
|
+
font-weight: var(--font-weight-normal);
|
|
2228
|
+
letter-spacing: 0.25px;
|
|
2229
|
+
line-height: 20px;
|
|
2230
|
+
}
|
|
2231
|
+
.ndl-menu .menu-header .menu-header-icon {
|
|
2232
|
+
width: 17px;
|
|
2233
|
+
height: 17px;
|
|
2234
|
+
cursor: pointer;
|
|
2235
|
+
}
|
|
2236
|
+
/**
|
|
2237
|
+
*
|
|
2238
|
+
* Copyright (c) "Neo4j"
|
|
2239
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
2240
|
+
*
|
|
2241
|
+
* This file is part of Neo4j.
|
|
2242
|
+
*
|
|
2243
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
2244
|
+
* it under the terms of the GNU General Public License as published by
|
|
2245
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
2246
|
+
* (at your option) any later version.
|
|
2247
|
+
*
|
|
2248
|
+
* This program is distributed in the hope that it will be useful,
|
|
2249
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
2250
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
2251
|
+
* GNU General Public License for more details.
|
|
2252
|
+
*
|
|
2253
|
+
* You should have received a copy of the GNU General Public License
|
|
2254
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
2255
|
+
*/
|
|
2256
|
+
.ndl-dialog{
|
|
2257
|
+
border-radius: 16px;
|
|
2258
|
+
--tw-bg-opacity: 1;
|
|
2259
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2260
|
+
padding: 3rem;
|
|
2261
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
2262
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
2263
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2264
|
+
}
|
|
2265
|
+
.ndl-dialog .dialog-type-icon {
|
|
2266
|
+
width: 120px;
|
|
2267
|
+
margin-right: 2rem;
|
|
2268
|
+
margin-left: 1rem;
|
|
2269
|
+
}
|
|
2270
|
+
.ndl-dialog .dialog-type-icon.info{
|
|
2271
|
+
--tw-text-opacity: 1;
|
|
2272
|
+
color: rgb(0 111 214 / var(--tw-text-opacity));
|
|
2273
|
+
}
|
|
2274
|
+
.ndl-dialog .dialog-type-icon.success{
|
|
2275
|
+
--tw-text-opacity: 1;
|
|
2276
|
+
color: rgb(50 125 96 / var(--tw-text-opacity));
|
|
2277
|
+
}
|
|
2278
|
+
.ndl-dialog .dialog-type-icon.warning{
|
|
2279
|
+
--tw-text-opacity: 1;
|
|
2280
|
+
color: rgb(150 108 46 / var(--tw-text-opacity));
|
|
2281
|
+
}
|
|
2282
|
+
.ndl-dialog .dialog-type-icon.danger{
|
|
2283
|
+
--tw-text-opacity: 1;
|
|
2284
|
+
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
2285
|
+
}
|
|
2286
|
+
.ndl-dialog .dialog-close{
|
|
2287
|
+
position: absolute;
|
|
2288
|
+
top: 2.5rem;
|
|
2289
|
+
right: 2.5rem;
|
|
2290
|
+
}
|
|
2291
|
+
.ndl-dialog-header{
|
|
2292
|
+
margin-bottom: 1.5rem;
|
|
2293
|
+
}
|
|
2294
|
+
.ndl-dialog.with-close-button .ndl-dialog-header{
|
|
2295
|
+
margin-right: 3rem;
|
|
1860
2296
|
}
|
|
1861
|
-
.ndl-
|
|
2297
|
+
.ndl-dialog-subtitle{
|
|
1862
2298
|
margin-bottom: 1rem;
|
|
1863
|
-
padding-left: 0.5rem;
|
|
1864
|
-
padding-right: 0.5rem;
|
|
1865
|
-
padding-top: 0.5rem;
|
|
1866
2299
|
}
|
|
1867
|
-
.ndl-
|
|
1868
|
-
|
|
1869
|
-
font-size: var(--font-size-h6);
|
|
1870
|
-
font-weight: var(--font-weight-bold);
|
|
1871
|
-
letter-spacing: 0.25px;
|
|
1872
|
-
line-height: 24px;
|
|
1873
|
-
}
|
|
1874
|
-
.ndl-menu .menu-header .menu-header-description{
|
|
2300
|
+
.ndl-dialog-description{
|
|
2301
|
+
min-height: 110px;
|
|
1875
2302
|
--tw-text-opacity: 1;
|
|
1876
|
-
color: rgb(
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
2303
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2304
|
+
}
|
|
2305
|
+
.ndl-dialog.with-icon .ndl-dialog-description{
|
|
2306
|
+
min-height: 70px;
|
|
2307
|
+
}
|
|
2308
|
+
.ndl-dialog-actions{
|
|
2309
|
+
margin-top: 1.5rem;
|
|
2310
|
+
display: flex;
|
|
2311
|
+
justify-content: flex-end;
|
|
2312
|
+
gap: 0.5rem;
|
|
1881
2313
|
}
|
|
1882
|
-
.ndl-menu .menu-header .menu-header-icon {
|
|
1883
|
-
width: 17px;
|
|
1884
|
-
height: 17px;
|
|
1885
|
-
cursor: pointer;
|
|
1886
|
-
}
|
|
1887
2314
|
/**
|
|
1888
2315
|
*
|
|
1889
2316
|
* Copyright (c) "Neo4j"
|
|
@@ -1937,6 +2364,68 @@ a.ndl-btn{
|
|
|
1937
2364
|
left: 0px;
|
|
1938
2365
|
z-index: 1;
|
|
1939
2366
|
}
|
|
2367
|
+
/**
|
|
2368
|
+
*
|
|
2369
|
+
* Copyright (c) "Neo4j"
|
|
2370
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
2371
|
+
*
|
|
2372
|
+
* This file is part of Neo4j.
|
|
2373
|
+
*
|
|
2374
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
2375
|
+
* it under the terms of the GNU General Public License as published by
|
|
2376
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
2377
|
+
* (at your option) any later version.
|
|
2378
|
+
*
|
|
2379
|
+
* This program is distributed in the hope that it will be useful,
|
|
2380
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
2381
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
2382
|
+
* GNU General Public License for more details.
|
|
2383
|
+
*
|
|
2384
|
+
* You should have received a copy of the GNU General Public License
|
|
2385
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
2386
|
+
*/
|
|
2387
|
+
.ndl-modal-root {
|
|
2388
|
+
position: fixed;
|
|
2389
|
+
top: 0;
|
|
2390
|
+
left: 0;
|
|
2391
|
+
bottom: 0;
|
|
2392
|
+
right: 0;
|
|
2393
|
+
z-index: 1001;
|
|
2394
|
+
|
|
2395
|
+
background-color: rgba(0,0,0,0.4);
|
|
2396
|
+
cursor: default;
|
|
2397
|
+
}
|
|
2398
|
+
.ndl-modal {
|
|
2399
|
+
position: relative;
|
|
2400
|
+
overflow-y: auto;
|
|
2401
|
+
display: inline-block;
|
|
2402
|
+
vertical-align: middle;
|
|
2403
|
+
text-align: left;
|
|
2404
|
+
margin: 32px;
|
|
2405
|
+
width: -moz-available;
|
|
2406
|
+
width: -webkit-fill-available;
|
|
2407
|
+
}
|
|
2408
|
+
.ndl-modal.small {
|
|
2409
|
+
max-width: 40rem;
|
|
2410
|
+
}
|
|
2411
|
+
.ndl-modal.medium {
|
|
2412
|
+
max-width: 47rem;
|
|
2413
|
+
}
|
|
2414
|
+
.ndl-modal.large {
|
|
2415
|
+
max-width: 60rem;
|
|
2416
|
+
}
|
|
2417
|
+
.ndl-modal-wrapper {
|
|
2418
|
+
height: 100%;
|
|
2419
|
+
overflow: hidden auto;
|
|
2420
|
+
text-align: center;
|
|
2421
|
+
}
|
|
2422
|
+
.ndl-modal-wrapper:after {
|
|
2423
|
+
content: '';
|
|
2424
|
+
display: inline-block;
|
|
2425
|
+
vertical-align: middle;
|
|
2426
|
+
height: 100%;
|
|
2427
|
+
width: 0;
|
|
2428
|
+
}
|
|
1940
2429
|
/**
|
|
1941
2430
|
*
|
|
1942
2431
|
* Copyright (c) "Neo4j"
|
|
@@ -1966,18 +2455,20 @@ a.ndl-btn{
|
|
|
1966
2455
|
gap: 0.25rem;
|
|
1967
2456
|
overflow: hidden;
|
|
1968
2457
|
border-radius: 10px;
|
|
2458
|
+
border-width: 1px;
|
|
2459
|
+
border-style: solid;
|
|
2460
|
+
--tw-border-opacity: 1;
|
|
2461
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
1969
2462
|
padding: 0.25rem;
|
|
1970
2463
|
--tw-text-opacity: 1;
|
|
1971
2464
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1972
|
-
outline-style: solid;
|
|
1973
|
-
outline-width: 1px;
|
|
1974
|
-
outline-color: #B2B7BD;
|
|
1975
2465
|
}
|
|
1976
2466
|
.ndl-view-selector > button{
|
|
1977
2467
|
cursor: pointer;
|
|
1978
2468
|
border-radius: 8px;
|
|
1979
2469
|
}
|
|
1980
|
-
|
|
2470
|
+
/* Can :focus-visible, we just don't apply to Safari */
|
|
2471
|
+
.ndl-view-selector > button:focus-visible{
|
|
1981
2472
|
outline: 2px solid transparent;
|
|
1982
2473
|
outline-offset: 2px;
|
|
1983
2474
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
@@ -2138,7 +2629,8 @@ a.ndl-btn{
|
|
|
2138
2629
|
* You should have received a copy of the GNU General Public License
|
|
2139
2630
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
2140
2631
|
*/
|
|
2141
|
-
|
|
2632
|
+
/* Source: https://tailwindcss.com/docs/display#table */
|
|
2633
|
+
.ndl-table .ndl-table-row:after {
|
|
2142
2634
|
content: '';
|
|
2143
2635
|
position: absolute;
|
|
2144
2636
|
width: calc(100% - 60px);
|
|
@@ -2149,7 +2641,8 @@ a.ndl-btn{
|
|
|
2149
2641
|
--tw-border-opacity: 1;
|
|
2150
2642
|
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
2151
2643
|
}
|
|
2152
|
-
|
|
2644
|
+
/* Add prefix here also, as there is a conflict with native tailwind classes like "<prefix>table-row" */
|
|
2645
|
+
.ndl-table .ndl-table-row:last-child:after{
|
|
2153
2646
|
border-width: 0px;
|
|
2154
2647
|
}
|
|
2155
2648
|
.ndl-table .table-header-cell{
|
|
@@ -2165,17 +2658,19 @@ a.ndl-btn{
|
|
|
2165
2658
|
letter-spacing: 0.25px;
|
|
2166
2659
|
line-height: 24px;
|
|
2167
2660
|
}
|
|
2168
|
-
.ndl-table .table-row{
|
|
2661
|
+
.ndl-table .ndl-table-row{
|
|
2169
2662
|
position: relative;
|
|
2663
|
+
display: table-row;
|
|
2170
2664
|
height: 3rem;
|
|
2171
2665
|
overflow: visible;
|
|
2172
2666
|
}
|
|
2173
|
-
.ndl-table .table-row:hover{
|
|
2667
|
+
.ndl-table .ndl-table-row:hover{
|
|
2174
2668
|
--tw-bg-opacity: 1;
|
|
2175
2669
|
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
2176
2670
|
}
|
|
2177
|
-
.ndl-table .table-cell{
|
|
2671
|
+
.ndl-table .ndl-table-cell{
|
|
2178
2672
|
position: relative;
|
|
2673
|
+
display: table-cell;
|
|
2179
2674
|
overflow: auto;
|
|
2180
2675
|
white-space: nowrap;
|
|
2181
2676
|
padding-left: 1.75rem;
|
|
@@ -2189,10 +2684,10 @@ a.ndl-btn{
|
|
|
2189
2684
|
letter-spacing: 0.25px;
|
|
2190
2685
|
line-height: 20px;
|
|
2191
2686
|
}
|
|
2192
|
-
/* & .table-row-actions {
|
|
2687
|
+
/* & .ndl-table-row-actions {
|
|
2193
2688
|
@apply group-hover:n-flex n-hidden n-z-10 n-gap-x-2 n-transform -n-translate-y-1/2 n-top-1/2 n-flex-row n-absolute n-px-4 n-items-center n-right-8;
|
|
2194
2689
|
} */
|
|
2195
|
-
.ndl-table .table-row-actions-icon{
|
|
2690
|
+
.ndl-table .ndl-table-row-actions-icon{
|
|
2196
2691
|
display: inline-flex;
|
|
2197
2692
|
height: 2rem;
|
|
2198
2693
|
width: 2rem;
|
|
@@ -2202,13 +2697,13 @@ a.ndl-btn{
|
|
|
2202
2697
|
--tw-text-opacity: 1;
|
|
2203
2698
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2204
2699
|
}
|
|
2205
|
-
.ndl-table .table-row-actions-icon:hover{
|
|
2700
|
+
.ndl-table .ndl-table-row-actions-icon:hover{
|
|
2206
2701
|
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
2207
2702
|
--tw-bg-opacity: 0.1;
|
|
2208
2703
|
--tw-text-opacity: 1;
|
|
2209
2704
|
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
2210
2705
|
}
|
|
2211
|
-
.ndl-table .table-row-actions-icon > svg {
|
|
2706
|
+
.ndl-table .ndl-table-row-actions-icon > svg {
|
|
2212
2707
|
height: 20px;
|
|
2213
2708
|
width: 20px;
|
|
2214
2709
|
}
|
|
@@ -2224,7 +2719,6 @@ a.ndl-btn{
|
|
|
2224
2719
|
padding-top: 0.75rem;
|
|
2225
2720
|
padding-bottom: 0.75rem;
|
|
2226
2721
|
text-align: left;
|
|
2227
|
-
text-transform: capitalize;
|
|
2228
2722
|
--tw-text-opacity: 1;
|
|
2229
2723
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2230
2724
|
font-size: var(--font-size-body-large);
|
|
@@ -2236,7 +2730,7 @@ a.ndl-btn{
|
|
|
2236
2730
|
border-left-width: 1px;
|
|
2237
2731
|
border-right-width: 1px;
|
|
2238
2732
|
--tw-border-opacity: 1;
|
|
2239
|
-
border-color: rgb(
|
|
2733
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2240
2734
|
--tw-bg-opacity: 1;
|
|
2241
2735
|
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
2242
2736
|
}
|
|
@@ -2287,7 +2781,7 @@ a.ndl-btn{
|
|
|
2287
2781
|
border-radius: 6px;
|
|
2288
2782
|
border-width: 1px;
|
|
2289
2783
|
--tw-border-opacity: 1;
|
|
2290
|
-
border-color: rgb(
|
|
2784
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2291
2785
|
--tw-bg-opacity: 1;
|
|
2292
2786
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2293
2787
|
padding-left: 0.75rem;
|
|
@@ -2319,7 +2813,7 @@ a.ndl-btn{
|
|
|
2319
2813
|
*/
|
|
2320
2814
|
.ndl-drag-and-drop {
|
|
2321
2815
|
/* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
|
|
2322
|
-
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23C4C8CD' stroke-width='1.5' stroke-dasharray='
|
|
2816
|
+
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23C4C8CD' stroke-width='1.5' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
2323
2817
|
border-radius: 8px;
|
|
2324
2818
|
--tw-border-opacity: 1;
|
|
2325
2819
|
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
@@ -2340,7 +2834,7 @@ a.ndl-btn{
|
|
|
2340
2834
|
.ndl-drag-and-drop.drag-active{
|
|
2341
2835
|
--tw-bg-opacity: 1;
|
|
2342
2836
|
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
2343
|
-
|
|
2837
|
+
|
|
2344
2838
|
/* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
|
|
2345
2839
|
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23018BFF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
2346
2840
|
}
|
|
@@ -2452,9 +2946,15 @@ a.ndl-btn{
|
|
|
2452
2946
|
margin-left: 0.75rem;
|
|
2453
2947
|
margin-right: 0.75rem;
|
|
2454
2948
|
}
|
|
2949
|
+
.n-mt-7{
|
|
2950
|
+
margin-top: 1.75rem;
|
|
2951
|
+
}
|
|
2455
2952
|
.n-mr-1{
|
|
2456
2953
|
margin-right: 0.25rem;
|
|
2457
2954
|
}
|
|
2955
|
+
.n-mt-10{
|
|
2956
|
+
margin-top: 2.5rem;
|
|
2957
|
+
}
|
|
2458
2958
|
.n-mt-4{
|
|
2459
2959
|
margin-top: 1rem;
|
|
2460
2960
|
}
|
|
@@ -2476,12 +2976,12 @@ a.ndl-btn{
|
|
|
2476
2976
|
.n-h-4{
|
|
2477
2977
|
height: 1rem;
|
|
2478
2978
|
}
|
|
2479
|
-
.n-h-6{
|
|
2480
|
-
height: 1.5rem;
|
|
2481
|
-
}
|
|
2482
2979
|
.n-h-10{
|
|
2483
2980
|
height: 2.5rem;
|
|
2484
2981
|
}
|
|
2982
|
+
.n-h-6{
|
|
2983
|
+
height: 1.5rem;
|
|
2984
|
+
}
|
|
2485
2985
|
.n-h-full{
|
|
2486
2986
|
height: 100%;
|
|
2487
2987
|
}
|
|
@@ -2491,20 +2991,20 @@ a.ndl-btn{
|
|
|
2491
2991
|
.n-h-36{
|
|
2492
2992
|
height: 9rem;
|
|
2493
2993
|
}
|
|
2994
|
+
.n-w-full{
|
|
2995
|
+
width: 100%;
|
|
2996
|
+
}
|
|
2494
2997
|
.n-w-5{
|
|
2495
2998
|
width: 1.25rem;
|
|
2496
2999
|
}
|
|
2497
3000
|
.n-w-4{
|
|
2498
3001
|
width: 1rem;
|
|
2499
3002
|
}
|
|
2500
|
-
.n-w-6{
|
|
2501
|
-
width: 1.5rem;
|
|
2502
|
-
}
|
|
2503
3003
|
.n-w-10{
|
|
2504
3004
|
width: 2.5rem;
|
|
2505
3005
|
}
|
|
2506
|
-
.n-w-
|
|
2507
|
-
width:
|
|
3006
|
+
.n-w-6{
|
|
3007
|
+
width: 1.5rem;
|
|
2508
3008
|
}
|
|
2509
3009
|
.n-w-48{
|
|
2510
3010
|
width: 12rem;
|
|
@@ -2520,6 +3020,9 @@ a.ndl-btn{
|
|
|
2520
3020
|
max-width: -moz-min-content;
|
|
2521
3021
|
max-width: min-content;
|
|
2522
3022
|
}
|
|
3023
|
+
.n-flex-1{
|
|
3024
|
+
flex: 1 1 0%;
|
|
3025
|
+
}
|
|
2523
3026
|
.n-table-auto{
|
|
2524
3027
|
table-layout: auto;
|
|
2525
3028
|
}
|
|
@@ -2541,6 +3044,9 @@ a.ndl-btn{
|
|
|
2541
3044
|
.n-flex-wrap{
|
|
2542
3045
|
flex-wrap: wrap;
|
|
2543
3046
|
}
|
|
3047
|
+
.n-flex-nowrap{
|
|
3048
|
+
flex-wrap: nowrap;
|
|
3049
|
+
}
|
|
2544
3050
|
.n-items-start{
|
|
2545
3051
|
align-items: flex-start;
|
|
2546
3052
|
}
|
|
@@ -2612,8 +3118,8 @@ a.ndl-btn{
|
|
|
2612
3118
|
.n-whitespace-nowrap{
|
|
2613
3119
|
white-space: nowrap;
|
|
2614
3120
|
}
|
|
2615
|
-
.n-rounded-
|
|
2616
|
-
border-radius:
|
|
3121
|
+
.n-rounded-lg{
|
|
3122
|
+
border-radius: 8px;
|
|
2617
3123
|
}
|
|
2618
3124
|
.n-rounded-xl{
|
|
2619
3125
|
border-radius: 10px;
|
|
@@ -2624,12 +3130,6 @@ a.ndl-btn{
|
|
|
2624
3130
|
.n-rounded-sm{
|
|
2625
3131
|
border-radius: 4px;
|
|
2626
3132
|
}
|
|
2627
|
-
.n-rounded-lg{
|
|
2628
|
-
border-radius: 8px;
|
|
2629
|
-
}
|
|
2630
|
-
.n-rounded-tl-\[0px\]{
|
|
2631
|
-
border-top-left-radius: 0px;
|
|
2632
|
-
}
|
|
2633
3133
|
.n-border{
|
|
2634
3134
|
border-width: 1px;
|
|
2635
3135
|
}
|
|
@@ -2681,7 +3181,7 @@ a.ndl-btn{
|
|
|
2681
3181
|
}
|
|
2682
3182
|
.n-border-light-neutral-border-strong{
|
|
2683
3183
|
--tw-border-opacity: 1;
|
|
2684
|
-
border-color: rgb(
|
|
3184
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2685
3185
|
}
|
|
2686
3186
|
.n-border-light-neutral-hover{
|
|
2687
3187
|
border-color: rgba(113,119,128,0.1);
|
|
@@ -3071,7 +3571,7 @@ a.ndl-btn{
|
|
|
3071
3571
|
}
|
|
3072
3572
|
.n-bg-light-neutral-border-strong{
|
|
3073
3573
|
--tw-bg-opacity: 1;
|
|
3074
|
-
background-color: rgb(
|
|
3574
|
+
background-color: rgb(196 200 205 / var(--tw-bg-opacity));
|
|
3075
3575
|
}
|
|
3076
3576
|
.n-bg-light-neutral-hover{
|
|
3077
3577
|
background-color: rgba(113,119,128,0.1);
|
|
@@ -3210,6 +3710,9 @@ a.ndl-btn{
|
|
|
3210
3710
|
.n-bg-transparent{
|
|
3211
3711
|
background-color: transparent;
|
|
3212
3712
|
}
|
|
3713
|
+
.n-p-2{
|
|
3714
|
+
padding: 0.5rem;
|
|
3715
|
+
}
|
|
3213
3716
|
.n-p-4{
|
|
3214
3717
|
padding: 1rem;
|
|
3215
3718
|
}
|
|
@@ -3537,7 +4040,7 @@ a.ndl-btn{
|
|
|
3537
4040
|
}
|
|
3538
4041
|
.n-text-light-neutral-border-strong{
|
|
3539
4042
|
--tw-text-opacity: 1;
|
|
3540
|
-
color: rgb(
|
|
4043
|
+
color: rgb(196 200 205 / var(--tw-text-opacity));
|
|
3541
4044
|
}
|
|
3542
4045
|
.n-text-light-neutral-hover{
|
|
3543
4046
|
color: rgba(113,119,128,0.1);
|
|
@@ -3677,11 +4180,6 @@ a.ndl-btn{
|
|
|
3677
4180
|
-webkit-text-decoration-line: underline;
|
|
3678
4181
|
text-decoration-line: underline;
|
|
3679
4182
|
}
|
|
3680
|
-
.n-shadow-l3{
|
|
3681
|
-
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
3682
|
-
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
3683
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3684
|
-
}
|
|
3685
4183
|
.n-shadow-l2{
|
|
3686
4184
|
--tw-shadow: 0px 1px 2px 0px rgba(12, 26, 37, 0.18);
|
|
3687
4185
|
--tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
|
|
@@ -3763,7 +4261,7 @@ html {
|
|
|
3763
4261
|
}
|
|
3764
4262
|
.hover\:n-border-light-neutral-border-strong:hover{
|
|
3765
4263
|
--tw-border-opacity: 1;
|
|
3766
|
-
border-color: rgb(
|
|
4264
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
3767
4265
|
}
|
|
3768
4266
|
.hover\:n-border-light-neutral-hover:hover{
|
|
3769
4267
|
border-color: rgba(113,119,128,0.1);
|
|
@@ -4145,7 +4643,7 @@ html {
|
|
|
4145
4643
|
}
|
|
4146
4644
|
.hover\:n-bg-light-neutral-border-strong:hover{
|
|
4147
4645
|
--tw-bg-opacity: 1;
|
|
4148
|
-
background-color: rgb(
|
|
4646
|
+
background-color: rgb(196 200 205 / var(--tw-bg-opacity));
|
|
4149
4647
|
}
|
|
4150
4648
|
.hover\:n-bg-light-neutral-hover:hover{
|
|
4151
4649
|
background-color: rgba(113,119,128,0.1);
|
|
@@ -4530,7 +5028,7 @@ html {
|
|
|
4530
5028
|
}
|
|
4531
5029
|
.hover\:n-text-light-neutral-border-strong:hover{
|
|
4532
5030
|
--tw-text-opacity: 1;
|
|
4533
|
-
color: rgb(
|
|
5031
|
+
color: rgb(196 200 205 / var(--tw-text-opacity));
|
|
4534
5032
|
}
|
|
4535
5033
|
.hover\:n-text-light-neutral-hover:hover{
|
|
4536
5034
|
color: rgba(113,119,128,0.1);
|
|
@@ -4666,6 +5164,184 @@ html {
|
|
|
4666
5164
|
--tw-text-opacity: 1;
|
|
4667
5165
|
color: rgb(152 237 203 / var(--tw-text-opacity));
|
|
4668
5166
|
}
|
|
5167
|
+
.active\:n-bg-light-neutral-text-weakest:active{
|
|
5168
|
+
--tw-bg-opacity: 1;
|
|
5169
|
+
background-color: rgb(178 183 189 / var(--tw-bg-opacity));
|
|
5170
|
+
}
|
|
5171
|
+
.active\:n-bg-light-neutral-text-weaker:active{
|
|
5172
|
+
--tw-bg-opacity: 1;
|
|
5173
|
+
background-color: rgb(113 119 128 / var(--tw-bg-opacity));
|
|
5174
|
+
}
|
|
5175
|
+
.active\:n-bg-light-neutral-text-weak:active{
|
|
5176
|
+
--tw-bg-opacity: 1;
|
|
5177
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
5178
|
+
}
|
|
5179
|
+
.active\:n-bg-light-neutral-text-default:active{
|
|
5180
|
+
--tw-bg-opacity: 1;
|
|
5181
|
+
background-color: rgb(21 30 41 / var(--tw-bg-opacity));
|
|
5182
|
+
}
|
|
5183
|
+
.active\:n-bg-light-neutral-text-inverse:active{
|
|
5184
|
+
--tw-bg-opacity: 1;
|
|
5185
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
5186
|
+
}
|
|
5187
|
+
.active\:n-bg-light-neutral-bg-weak:active{
|
|
5188
|
+
--tw-bg-opacity: 1;
|
|
5189
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
5190
|
+
}
|
|
5191
|
+
.active\:n-bg-light-neutral-bg-default:active{
|
|
5192
|
+
--tw-bg-opacity: 1;
|
|
5193
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
5194
|
+
}
|
|
5195
|
+
.active\:n-bg-light-neutral-bg-strong:active{
|
|
5196
|
+
--tw-bg-opacity: 1;
|
|
5197
|
+
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
5198
|
+
}
|
|
5199
|
+
.active\:n-bg-light-neutral-bg-strongest:active{
|
|
5200
|
+
--tw-bg-opacity: 1;
|
|
5201
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
5202
|
+
}
|
|
5203
|
+
.active\:n-bg-light-neutral-border-weak:active{
|
|
5204
|
+
--tw-bg-opacity: 1;
|
|
5205
|
+
background-color: rgb(238 241 246 / var(--tw-bg-opacity));
|
|
5206
|
+
}
|
|
5207
|
+
.active\:n-bg-light-neutral-border-strong:active{
|
|
5208
|
+
--tw-bg-opacity: 1;
|
|
5209
|
+
background-color: rgb(196 200 205 / var(--tw-bg-opacity));
|
|
5210
|
+
}
|
|
5211
|
+
.active\:n-bg-light-neutral-hover:active{
|
|
5212
|
+
background-color: rgba(113,119,128,0.1);
|
|
5213
|
+
}
|
|
5214
|
+
.active\:n-bg-light-neutral-pressed:active{
|
|
5215
|
+
background-color: rgba(113,119,128,0.2);
|
|
5216
|
+
}
|
|
5217
|
+
.active\:n-bg-light-primary-text:active{
|
|
5218
|
+
--tw-bg-opacity: 1;
|
|
5219
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
5220
|
+
}
|
|
5221
|
+
.active\:n-bg-light-primary-icon:active{
|
|
5222
|
+
--tw-bg-opacity: 1;
|
|
5223
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
5224
|
+
}
|
|
5225
|
+
.active\:n-bg-light-primary-bg-strong:active{
|
|
5226
|
+
--tw-bg-opacity: 1;
|
|
5227
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
5228
|
+
}
|
|
5229
|
+
.active\:n-bg-light-primary-bg-weak:active{
|
|
5230
|
+
--tw-bg-opacity: 1;
|
|
5231
|
+
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
5232
|
+
}
|
|
5233
|
+
.active\:n-bg-light-primary-border-strong:active{
|
|
5234
|
+
--tw-bg-opacity: 1;
|
|
5235
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
5236
|
+
}
|
|
5237
|
+
.active\:n-bg-light-primary-border-weak:active{
|
|
5238
|
+
--tw-bg-opacity: 1;
|
|
5239
|
+
background-color: rgb(122 209 255 / var(--tw-bg-opacity));
|
|
5240
|
+
}
|
|
5241
|
+
.active\:n-bg-light-primary-focus:active{
|
|
5242
|
+
--tw-bg-opacity: 1;
|
|
5243
|
+
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
5244
|
+
}
|
|
5245
|
+
.active\:n-bg-light-primary-hover-weak:active{
|
|
5246
|
+
background-color: rgba(1,139,255,0.08);
|
|
5247
|
+
}
|
|
5248
|
+
.active\:n-bg-light-primary-hover-strong:active{
|
|
5249
|
+
--tw-bg-opacity: 1;
|
|
5250
|
+
background-color: rgb(0 86 179 / var(--tw-bg-opacity));
|
|
5251
|
+
}
|
|
5252
|
+
.active\:n-bg-light-primary-pressed-weak:active{
|
|
5253
|
+
background-color: rgba(1,139,255,0.12);
|
|
5254
|
+
}
|
|
5255
|
+
.active\:n-bg-light-primary-pressed-strong:active{
|
|
5256
|
+
--tw-bg-opacity: 1;
|
|
5257
|
+
background-color: rgb(0 64 146 / var(--tw-bg-opacity));
|
|
5258
|
+
}
|
|
5259
|
+
.active\:n-bg-light-danger-text:active{
|
|
5260
|
+
--tw-bg-opacity: 1;
|
|
5261
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
5262
|
+
}
|
|
5263
|
+
.active\:n-bg-light-danger-icon:active{
|
|
5264
|
+
--tw-bg-opacity: 1;
|
|
5265
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
5266
|
+
}
|
|
5267
|
+
.active\:n-bg-light-danger-bg-strong:active{
|
|
5268
|
+
--tw-bg-opacity: 1;
|
|
5269
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
5270
|
+
}
|
|
5271
|
+
.active\:n-bg-light-danger-bg-weak:active{
|
|
5272
|
+
--tw-bg-opacity: 1;
|
|
5273
|
+
background-color: rgb(255 230 233 / var(--tw-bg-opacity));
|
|
5274
|
+
}
|
|
5275
|
+
.active\:n-bg-light-danger-border-strong:active{
|
|
5276
|
+
--tw-bg-opacity: 1;
|
|
5277
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
5278
|
+
}
|
|
5279
|
+
.active\:n-bg-light-danger-border-weak:active{
|
|
5280
|
+
--tw-bg-opacity: 1;
|
|
5281
|
+
background-color: rgb(255 184 196 / var(--tw-bg-opacity));
|
|
5282
|
+
}
|
|
5283
|
+
.active\:n-bg-light-danger-hover-weak:active{
|
|
5284
|
+
background-color: rgba(237,18,82,0.08);
|
|
5285
|
+
}
|
|
5286
|
+
.active\:n-bg-light-danger-hover-strong:active{
|
|
5287
|
+
--tw-bg-opacity: 1;
|
|
5288
|
+
background-color: rgb(161 0 59 / var(--tw-bg-opacity));
|
|
5289
|
+
}
|
|
5290
|
+
.active\:n-bg-light-danger-pressed-weak:active{
|
|
5291
|
+
background-color: rgba(237,18,82,0.12);
|
|
5292
|
+
}
|
|
5293
|
+
.active\:n-bg-light-danger-pressed-strong:active{
|
|
5294
|
+
--tw-bg-opacity: 1;
|
|
5295
|
+
background-color: rgb(122 0 49 / var(--tw-bg-opacity));
|
|
5296
|
+
}
|
|
5297
|
+
.active\:n-bg-light-warning-text:active{
|
|
5298
|
+
--tw-bg-opacity: 1;
|
|
5299
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
5300
|
+
}
|
|
5301
|
+
.active\:n-bg-light-warning-icon:active{
|
|
5302
|
+
--tw-bg-opacity: 1;
|
|
5303
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
5304
|
+
}
|
|
5305
|
+
.active\:n-bg-light-warning-bg-strong:active{
|
|
5306
|
+
--tw-bg-opacity: 1;
|
|
5307
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
5308
|
+
}
|
|
5309
|
+
.active\:n-bg-light-warning-bg-weak:active{
|
|
5310
|
+
--tw-bg-opacity: 1;
|
|
5311
|
+
background-color: rgb(255 251 222 / var(--tw-bg-opacity));
|
|
5312
|
+
}
|
|
5313
|
+
.active\:n-bg-light-warning-border-strong:active{
|
|
5314
|
+
--tw-bg-opacity: 1;
|
|
5315
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
5316
|
+
}
|
|
5317
|
+
.active\:n-bg-light-warning-border-weak:active{
|
|
5318
|
+
--tw-bg-opacity: 1;
|
|
5319
|
+
background-color: rgb(255 234 140 / var(--tw-bg-opacity));
|
|
5320
|
+
}
|
|
5321
|
+
.active\:n-bg-light-success-text:active{
|
|
5322
|
+
--tw-bg-opacity: 1;
|
|
5323
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
5324
|
+
}
|
|
5325
|
+
.active\:n-bg-light-success-icon:active{
|
|
5326
|
+
--tw-bg-opacity: 1;
|
|
5327
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
5328
|
+
}
|
|
5329
|
+
.active\:n-bg-light-success-bg-strong:active{
|
|
5330
|
+
--tw-bg-opacity: 1;
|
|
5331
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
5332
|
+
}
|
|
5333
|
+
.active\:n-bg-light-success-bg-weak:active{
|
|
5334
|
+
--tw-bg-opacity: 1;
|
|
5335
|
+
background-color: rgb(225 250 239 / var(--tw-bg-opacity));
|
|
5336
|
+
}
|
|
5337
|
+
.active\:n-bg-light-success-border-strong:active{
|
|
5338
|
+
--tw-bg-opacity: 1;
|
|
5339
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
5340
|
+
}
|
|
5341
|
+
.active\:n-bg-light-success-border-weak:active{
|
|
5342
|
+
--tw-bg-opacity: 1;
|
|
5343
|
+
background-color: rgb(152 237 203 / var(--tw-bg-opacity));
|
|
5344
|
+
}
|
|
4669
5345
|
@media (min-width: 640px){
|
|
4670
5346
|
.sm\:n-space-y-0 > :not([hidden]) ~ :not([hidden]){
|
|
4671
5347
|
--tw-space-y-reverse: 0;
|