@agorapulse/ui-theme 20.1.9 → 20.1.10

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.
Binary file
@@ -92,7 +92,7 @@
92
92
 
93
93
  // Body cells - using CDK attribute selector
94
94
  td[cdk-cell] {
95
- padding: var(--ref-spacing-xs);
95
+ padding: 0 var(--ref-spacing-xs);
96
96
  font-size: var(--ref-font-size-sm);
97
97
  color: var(--ref-color-grey-100);
98
98
  border: none;
@@ -193,6 +193,7 @@
193
193
  &.ap-table__cell-content--items {
194
194
  flex-wrap: wrap;
195
195
  gap: var(--ref-spacing-xxxs);
196
+ padding: var(--ref-spacing-xxs) 0;
196
197
  }
197
198
  }
198
199
  }
@@ -210,7 +211,7 @@ tr[cdk-row] {
210
211
  // Remove default table borders from preview
211
212
  td[cdk-cell] {
212
213
  border: none;
213
- padding: var(--ref-spacing-xs);
214
+ padding: 0 var(--ref-spacing-xs);
214
215
  font-size: var(--ref-font-size-sm);
215
216
  color: var(--ref-color-grey-100);
216
217
  font-family: Averta;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "20.1.9",
3
+ "version": "20.1.10",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file