@fileverse/ui 4.1.7-patch-10 → 4.1.7-patch-11

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 +0 -6
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2584,12 +2584,6 @@ video {
2584
2584
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2585
2585
  }
2586
2586
 
2587
- *,
2588
- ::before,
2589
- ::after {
2590
- border-style: none;
2591
- }
2592
-
2593
2587
  #selected-value > div > div > p {
2594
2588
  display: none;
2595
2589
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-10",
3
+ "version": "4.1.7-patch-11",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],