@fileverse/ui 4.1.7-patch-45 → 4.1.8

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.
Files changed (2) hide show
  1. package/dist/index.css +3 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2781,7 +2781,9 @@ textarea:is(:-webkit-autofill, :autofill) {
2781
2781
  .bottom-space-2xlg {
2782
2782
  padding-bottom: 32px !important
2783
2783
  }
2784
-
2784
+ .space-2xsm {
2785
+ padding: 4px !important;
2786
+ }
2785
2787
  .space-md {
2786
2788
  padding: 16px !important;
2787
2789
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-45",
3
+ "version": "4.1.8",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],