mashlib 2.1.4-test.5 → 2.1.4
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/mash.css +21 -152
- package/dist/mash.css.map +1 -1
- package/dist/mashlib.js +3608 -5857
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +45 -45
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +10 -11
package/dist/mash.css
CHANGED
|
@@ -233,6 +233,10 @@
|
|
|
233
233
|
/* ProfileView.css */
|
|
234
234
|
/* Uses utilities: .section-bg, .text-center */
|
|
235
235
|
|
|
236
|
+
.profileSection {
|
|
237
|
+
|
|
238
|
+
}
|
|
239
|
+
|
|
236
240
|
/* Horizontal layout for cards */
|
|
237
241
|
.profile-grid .profileSection {
|
|
238
242
|
width: 100%;
|
|
@@ -244,7 +248,7 @@
|
|
|
244
248
|
}
|
|
245
249
|
|
|
246
250
|
@media (min-width: 900px) {
|
|
247
|
-
.
|
|
251
|
+
.profileSection {
|
|
248
252
|
margin-bottom: 0;
|
|
249
253
|
}
|
|
250
254
|
}
|
|
@@ -689,20 +693,6 @@
|
|
|
689
693
|
background-color: transparent;
|
|
690
694
|
}
|
|
691
695
|
|
|
692
|
-
/* this overrides a style coming from contacts-pane*/
|
|
693
|
-
.profile-form .individualPane {
|
|
694
|
-
box-shadow: none !important;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
/* Vertically center autocomplete input in .formFieldValue */
|
|
698
|
-
.profile-form .formFieldValue > div[style*="flex-direction: row"] {
|
|
699
|
-
align-items: center;
|
|
700
|
-
display: flex;
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
.profile-form .formFieldValue input[data-testid="autocomplete-input"] {
|
|
704
|
-
vertical-align: middle;
|
|
705
|
-
}
|
|
706
696
|
/* Solid-UI form sizing fixes scoped to Edit CV section */
|
|
707
697
|
.profile-form .hoverControl:not(:has(> img:first-child)) {
|
|
708
698
|
border: 0.1em solid rgb(136, 136, 136) !important;
|
|
@@ -714,8 +704,6 @@
|
|
|
714
704
|
margin: 0 !important;
|
|
715
705
|
border-radius: 0 !important;
|
|
716
706
|
padding: 0.7em !important;
|
|
717
|
-
min-height: var(--min-touch-target);
|
|
718
|
-
min-width: var(--min-touch-target);
|
|
719
707
|
cursor: pointer;
|
|
720
708
|
display: inline-flex;
|
|
721
709
|
align-items: center;
|
|
@@ -759,8 +747,7 @@
|
|
|
759
747
|
}
|
|
760
748
|
|
|
761
749
|
.profile-form button {
|
|
762
|
-
|
|
763
|
-
min-width: var(--min-touch-target);
|
|
750
|
+
|
|
764
751
|
}
|
|
765
752
|
|
|
766
753
|
.profile-form input:not([type="color"]),
|
|
@@ -769,32 +756,8 @@
|
|
|
769
756
|
max-width: 100%;
|
|
770
757
|
min-width: 0;
|
|
771
758
|
box-sizing: border-box ;
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
background-color: var(--color-card-bg) !important;
|
|
775
|
-
border: 1px solid var(--color-border-pale);
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
.profile-form textarea {
|
|
779
|
-
border-color: var(--color-border-pale) !important;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.profile-form input[type="date"],
|
|
783
|
-
.profile-form input[type="month"],
|
|
784
|
-
.profile-form input[type="week"],
|
|
785
|
-
.profile-form input[type="time"],
|
|
786
|
-
.profile-form input[type="datetime-local"] {
|
|
787
|
-
min-height: var(--min-touch-target);
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
.profile-form .hoverControl:has(> img:first-child):focus-visible,
|
|
791
|
-
.profile-form button:focus-visible,
|
|
792
|
-
.profile-form input:not([type="color"]):focus-visible,
|
|
793
|
-
.profile-form textarea:focus-visible,
|
|
794
|
-
.profile-form select:focus-visible {
|
|
795
|
-
outline: var(--focus-ring-width) solid var(--color-primary) !important;
|
|
796
|
-
outline-offset: 2px;
|
|
797
|
-
box-shadow: 0 0 0 1px var(--color-background);
|
|
759
|
+
background-color: #eef !important;
|
|
760
|
+
border: .05em solid #88c
|
|
798
761
|
}
|
|
799
762
|
|
|
800
763
|
.profile-form input[type="url"] {
|
|
@@ -813,11 +776,6 @@
|
|
|
813
776
|
|
|
814
777
|
.profile-form .formFieldValue td {
|
|
815
778
|
padding: 0 !important;
|
|
816
|
-
vertical-align: middle;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.profile-form .formFieldValue table[data-testid="autocomplete-table"] {
|
|
820
|
-
height: 100%;
|
|
821
779
|
}
|
|
822
780
|
|
|
823
781
|
.profile-form .formFieldValue input:not([type="color"]),
|
|
@@ -835,9 +793,9 @@
|
|
|
835
793
|
margin-right: 0 !important;
|
|
836
794
|
}
|
|
837
795
|
|
|
838
|
-
.profile-form
|
|
839
|
-
|
|
840
|
-
|
|
796
|
+
.profile-form span select {
|
|
797
|
+
max-width: 96% !important;
|
|
798
|
+
box-sizing: border-box;
|
|
841
799
|
}
|
|
842
800
|
|
|
843
801
|
/* Remove border/padding from the first wrapper div (and its first child wrapper). */
|
|
@@ -860,59 +818,6 @@ section[aria-labelledby="edit-profile-contact-heading"] .profile-form > div:firs
|
|
|
860
818
|
}
|
|
861
819
|
|
|
862
820
|
/* Align schema.org, solid terms, FOAF, vCard, and org field labels with their input values. */
|
|
863
|
-
.profile-form :not(.choiceBox):has(> .formFieldName):has(> .formFieldValue) {
|
|
864
|
-
display: flex;
|
|
865
|
-
margin-bottom: var(--spacing-sm);
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
/* for the Resume inside corporation choice */
|
|
869
|
-
/* Add space between classifierBox label and select box */
|
|
870
|
-
.profile-form .choiceBox .classifierBox-label {
|
|
871
|
-
/* Optional: ensure label doesn't have extra margin */
|
|
872
|
-
margin-right: 0;
|
|
873
|
-
padding-left: 0.3em;
|
|
874
|
-
}
|
|
875
|
-
.profile-form .choiceBox .choiceBox-selectBox select {
|
|
876
|
-
margin-left: 2.1em !important;
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
/* for the Resume orga details */
|
|
880
|
-
/* Add space between classifierBox label and select box */
|
|
881
|
-
.profile-form .classifierBox .classifierBox-label {
|
|
882
|
-
/* Match .formFieldName for alignment */
|
|
883
|
-
margin-right: 0;
|
|
884
|
-
padding-left: 0.3em;
|
|
885
|
-
width: 8em;
|
|
886
|
-
padding: 0.3em;
|
|
887
|
-
vertical-align: middle;
|
|
888
|
-
}
|
|
889
|
-
.profile-form .classifierBox .classifierBox-selectBox {
|
|
890
|
-
margin-left: 0 !important;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.profile-form .classifierBox .classifierBox-selectBox select {
|
|
894
|
-
margin-left: 0 !important;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
.profile-form .formFieldValue > span > select {
|
|
898
|
-
margin-left: 0 !important;
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
/* for the social media */
|
|
902
|
-
/* Add space between classifierBox label and select box */
|
|
903
|
-
section[data-testid="edit-social-section"] .classifierBox-label {
|
|
904
|
-
/* Optional: ensure label doesn't have extra margin */
|
|
905
|
-
margin-right: 0;
|
|
906
|
-
padding-left: 0.3em;
|
|
907
|
-
}
|
|
908
|
-
section[data-testid="edit-social-section"] .classifierBox-selectBox select {
|
|
909
|
-
margin-left: 0.7em !important;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
.profile-form :not(.choiceBox):has(> .formFieldName):has(> .formFieldValue) > .formFieldValue {
|
|
913
|
-
margin-bottom: 0;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
821
|
.profile-form :not(.choiceBox) > .formFieldName:has(a[href*="http://schema.org/"]),
|
|
917
822
|
.profile-form :not(.choiceBox) > .formFieldName:has(a[href*="http://www.w3.org/ns/solid/terms#"]),
|
|
918
823
|
.profile-form :not(.choiceBox) > .formFieldName:has(a[href*="http://xmlns.com/foaf/0.1/"]),
|
|
@@ -931,19 +836,9 @@ section[data-testid="edit-social-section"] .classifierBox-selectBox select {
|
|
|
931
836
|
display: inline-flex;
|
|
932
837
|
align-items: center;
|
|
933
838
|
vertical-align: middle;
|
|
934
|
-
flex: 1;
|
|
935
|
-
min-width: 0;
|
|
936
839
|
}
|
|
937
840
|
|
|
938
|
-
.profile-form textarea
|
|
939
|
-
.profile-form .formFieldValue textarea {
|
|
940
|
-
appearance: none;
|
|
941
|
-
-webkit-appearance: none;
|
|
942
|
-
border: .05em solid #88c !important;
|
|
943
|
-
border-style: solid !important;
|
|
944
|
-
border-width: .05em !important;
|
|
945
|
-
border-color: #88c !important;
|
|
946
|
-
border-radius: 0.2em !important;
|
|
841
|
+
.profile-form textarea {
|
|
947
842
|
width: 100%;
|
|
948
843
|
box-sizing: border-box;
|
|
949
844
|
margin-top: var(--spacing-xs);
|
|
@@ -962,30 +857,7 @@ section[data-testid="edit-social-section"] .classifierBox-selectBox select {
|
|
|
962
857
|
}
|
|
963
858
|
|
|
964
859
|
.profile-form div[style*="display: flex"][style*="flex-direction: row"]:has(textarea) > div:has(> a) {
|
|
965
|
-
padding-
|
|
966
|
-
padding-top: var(--spacing-sm);
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
/* Keep autocomplete/table-based fields (e.g. Occupation) aligned to label text baseline. */
|
|
970
|
-
.profile-form :not(.choiceBox):has(> .formFieldValue input[data-testid="autocomplete-input"]) {
|
|
971
|
-
align-items: flex-start;
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
.profile-form :not(.choiceBox):has(> .formFieldValue input[data-testid="autocomplete-input"]) > .formFieldName {
|
|
975
|
-
padding-top: 0.55em !important;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
.profile-form .formFieldValue:has(input[data-testid="autocomplete-input"]) {
|
|
979
|
-
align-self: flex-start;
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
.profile-form .formFieldValue table[data-testid="autocomplete-table"],
|
|
983
|
-
.profile-form .formFieldValue input[data-testid="autocomplete-input"] {
|
|
984
|
-
margin: 0 !important;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
.profile-form .formFieldValue table[data-testid="autocomplete-table"] {
|
|
988
|
-
vertical-align: baseline;
|
|
860
|
+
padding-top: var(--spacing-xs);
|
|
989
861
|
}
|
|
990
862
|
|
|
991
863
|
.profile-form input:not([type="color"]) {
|
|
@@ -994,17 +866,14 @@ section[data-testid="edit-social-section"] .classifierBox-selectBox select {
|
|
|
994
866
|
margin-right: 0 !important;
|
|
995
867
|
}
|
|
996
868
|
|
|
997
|
-
|
|
998
|
-
.
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
.
|
|
1004
|
-
|
|
1005
|
-
cursor: not-allowed;
|
|
1006
|
-
opacity: 0.75;
|
|
1007
|
-
border: 0.05em solid white !important;
|
|
869
|
+
/* Remove padding from table cells within webidControl */
|
|
870
|
+
.webidControl table td {
|
|
871
|
+
padding: 0 !important;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
/* Remove padding from contactPane divs inside webidControl table cells */
|
|
875
|
+
.webidControl table td div.contactPane.namedPane.fullWidth.individualPane {
|
|
876
|
+
padding: 0 !important;
|
|
1008
877
|
}
|
|
1009
878
|
|
|
1010
879
|
.webidControl table td div.contactPane.namedPane {
|