@planningcenter/tapestry 3.7.0 → 3.8.0-qa-1049.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/dist/unstable.css CHANGED
@@ -74,6 +74,37 @@
74
74
  --t-banner-spacing:calc(var(--t-spacing-half) + var(--t-spacing-1));
75
75
  }
76
76
 
77
+ .tds-data-table-wrapper{
78
+ overflow-x:auto;
79
+ }
80
+
81
+ .tds-data-table{
82
+ width:100%;
83
+ font-size:var(--t-font-size-md);
84
+ color:var(--t-text-color);
85
+ border-collapse:collapse;
86
+ }
87
+
88
+ .tds-data-table th,.tds-data-table td{
89
+ padding:var(--t-spacing-1);
90
+ text-align:start;
91
+ white-space:nowrap;
92
+ border-bottom:1px solid var(--t-border-color);
93
+ }
94
+
95
+ .tds-data-table th{
96
+ font-weight:var(--t-font-weight-semibold);
97
+ }
98
+
99
+ .tds-data-table-column-label--hidden{
100
+ position:absolute;
101
+ width:1px;
102
+ height:1px;
103
+ overflow:hidden;
104
+ white-space:nowrap;
105
+ clip-path:inset(50%);
106
+ }
107
+
77
108
  @layer t-critical, t-component;
78
109
 
79
110
  :root{