@planningcenter/tapestry 2.9.0-rc.13 → 2.9.0-rc.14

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/index.css CHANGED
@@ -969,6 +969,209 @@
969
969
  @media (prefers-color-scheme: dark){
970
970
  }
971
971
 
972
+ /*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
973
+
974
+ *,
975
+ ::before,
976
+ ::after{
977
+ box-sizing:border-box;
978
+ }
979
+
980
+ html{
981
+ font-family:var(--t-font-sans-serif);
982
+ line-height:1.15;
983
+ color:var(--t-text-color);
984
+ -moz-tab-size:4;
985
+ -o-tab-size:4;
986
+ tab-size:4;
987
+ accent-color:var(--t-fill-color-interaction);
988
+ caret-color:var(--t-text-color);
989
+ background-color:var(--t-surface-color-card);
990
+ interpolate-size:allow-keywords;
991
+ -webkit-text-size-adjust:100%;
992
+ -moz-text-size-adjust:100%;
993
+ text-size-adjust:100%;
994
+ -webkit-tap-highlight-color:transparent;
995
+ }
996
+
997
+ body{
998
+ margin:0;
999
+ font-size:var(--t-font-size-md);
1000
+ font-weight:var(--t-font-weight-normal);
1001
+ -moz-osx-font-smoothing:grayscale;
1002
+ -webkit-font-smoothing:antialiased;
1003
+ container-type:inline-size;
1004
+ }
1005
+
1006
+ b,
1007
+ strong{
1008
+ font-weight:bolder;
1009
+ }
1010
+
1011
+ code,
1012
+ kbd,
1013
+ samp,
1014
+ pre{
1015
+ font-family:var(--t-font-monospace);
1016
+ font-size:1em;
1017
+ }
1018
+
1019
+ small{
1020
+ font-size:80%;
1021
+ }
1022
+
1023
+ sub,
1024
+ sup{
1025
+ position:relative;
1026
+ font-size:75%;
1027
+ line-height:0;
1028
+ vertical-align:baseline;
1029
+ }
1030
+
1031
+ sub{
1032
+ bottom:-.25em;
1033
+ }
1034
+
1035
+ sup{
1036
+ top:-.5em;
1037
+ }
1038
+
1039
+ a{
1040
+ color:var(--t-fill-color-interaction);
1041
+ }
1042
+
1043
+ a:hover{
1044
+ color:var(--t-fill-color-interaction-hover);
1045
+ }
1046
+
1047
+ a:active{
1048
+ color:var(--t-fill-color-interaction-active);
1049
+ }
1050
+
1051
+ h1,
1052
+ h2,
1053
+ h3,
1054
+ h4,
1055
+ h5,
1056
+ h6{
1057
+ color:var(--t-text-color-headline);
1058
+ text-wrap:balance;
1059
+ overflow-wrap:break-word;
1060
+ }
1061
+
1062
+ p{
1063
+ text-wrap:pretty;
1064
+ overflow-wrap:break-word;
1065
+ }
1066
+
1067
+ table{
1068
+ text-indent:0;
1069
+ border-collapse:collapse;
1070
+ border-color:currentcolor;
1071
+ }
1072
+
1073
+ button,
1074
+ input,
1075
+ optgroup,
1076
+ select,
1077
+ textarea{
1078
+ margin:0;
1079
+ font-family:inherit;
1080
+ font-size:100%;
1081
+ line-height:1.15;
1082
+ }
1083
+
1084
+ textarea{
1085
+ resize:vertical;
1086
+ }
1087
+
1088
+ select{
1089
+ word-wrap:normal;
1090
+ }
1091
+
1092
+ select:disabled{
1093
+ opacity:1;
1094
+ }
1095
+
1096
+ ::-moz-placeholder{
1097
+ color:var(--t-text-color-placeholder);
1098
+ opacity:1;
1099
+ }
1100
+
1101
+ ::placeholder{
1102
+ color:var(--t-text-color-placeholder);
1103
+ opacity:1;
1104
+ }
1105
+
1106
+ button,
1107
+ [type="button"],
1108
+ [type="reset"],
1109
+ [type="submit"]{
1110
+ -webkit-appearance:auto;
1111
+ -moz-appearance:auto;
1112
+ appearance:auto;
1113
+ }
1114
+
1115
+ legend{
1116
+ padding:0;
1117
+ }
1118
+
1119
+ progress{
1120
+ vertical-align:baseline;
1121
+ }
1122
+
1123
+ ::-webkit-inner-spin-button,
1124
+ ::-webkit-outer-spin-button{
1125
+ height:auto;
1126
+ }
1127
+
1128
+ [type="search"]{
1129
+ -webkit-appearance:textfield;
1130
+ -moz-appearance:textfield;
1131
+ appearance:textfield;
1132
+ outline-offset:-2px;
1133
+ }
1134
+
1135
+ ::-webkit-search-decoration{
1136
+ -webkit-appearance:none;
1137
+ appearance:none;
1138
+ }
1139
+
1140
+ ::-webkit-file-upload-button{
1141
+ font:inherit;
1142
+ -webkit-appearance:auto;
1143
+ appearance:auto;
1144
+ }
1145
+
1146
+ summary{
1147
+ display:list-item;
1148
+ }
1149
+
1150
+ ::-webkit-date-and-time-value{
1151
+ min-height:1lh;
1152
+ text-align:inherit;
1153
+ }
1154
+
1155
+ ::-webkit-datetime-edit{
1156
+ display:inline-flex;
1157
+ }
1158
+
1159
+ ::-webkit-datetime-edit-fields-wrapper{
1160
+ padding:0;
1161
+ }
1162
+
1163
+ ::-webkit-datetime-edit,
1164
+ ::-webkit-datetime-edit-year-field,
1165
+ ::-webkit-datetime-edit-month-field,
1166
+ ::-webkit-datetime-edit-day-field,
1167
+ ::-webkit-datetime-edit-hour-field,
1168
+ ::-webkit-datetime-edit-minute-field,
1169
+ ::-webkit-datetime-edit-second-field,
1170
+ ::-webkit-datetime-edit-millisecond-field,
1171
+ ::-webkit-datetime-edit-meridiem-field{
1172
+ padding-block:0;
1173
+ }
1174
+
972
1175
  @layer t-critical{
973
1176
  tds-page-header:not(.hydrated){
974
1177
  display:none;