@redseed/redseed-ui-tailwindcss 7.3.4 → 7.3.5

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.
@@ -19,6 +19,7 @@
19
19
  }
20
20
 
21
21
  .rsui-meta-info__value {
22
+ @apply flex items-center gap-x-space-xs;
22
23
  @apply text-xs text-text-secondary;
23
24
  }
24
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.3.4",
3
+ "version": "7.3.5",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",