@aiaiai-pt/design-system 0.3.0 → 0.3.2

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.
@@ -170,6 +170,8 @@
170
170
  row-gap: var(--condition-table-row-gap);
171
171
  column-gap: var(--condition-table-header-gap);
172
172
  align-items: center;
173
+ overflow-x: auto;
174
+ -webkit-overflow-scrolling: touch;
173
175
  }
174
176
 
175
177
  .condition-table-header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiaiai-pt/design-system",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Design system tokens and Svelte components for aiaiai products",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -528,8 +528,8 @@
528
528
  CONDITION TABLE
529
529
  ═══════════════════════════════════════════════ */
530
530
 
531
- --condition-table-header-gap: var(--space-xs);
532
- --condition-table-row-gap: var(--space-xs);
531
+ --condition-table-header-gap: var(--space-sm);
532
+ --condition-table-row-gap: var(--space-md);
533
533
  --condition-table-empty-color: var(--color-text-secondary);
534
534
 
535
535
  /* ═══════════════════════════════════════════════