@underverse-ui/underverse 0.2.34 → 0.2.35
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.
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4855,14 +4855,14 @@ var CompactPagination = ({
|
|
|
4855
4855
|
import React21 from "react";
|
|
4856
4856
|
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
4857
4857
|
var gradientDirectionMap = {
|
|
4858
|
-
"to-r": "bg-
|
|
4859
|
-
"to-l": "bg-
|
|
4860
|
-
"to-b": "bg-
|
|
4861
|
-
"to-t": "bg-
|
|
4862
|
-
"to-br": "bg-
|
|
4863
|
-
"to-bl": "bg-
|
|
4864
|
-
"to-tr": "bg-
|
|
4865
|
-
"to-tl": "bg-
|
|
4858
|
+
"to-r": "bg-linear-to-r",
|
|
4859
|
+
"to-l": "bg-linear-to-l",
|
|
4860
|
+
"to-b": "bg-linear-to-b",
|
|
4861
|
+
"to-t": "bg-linear-to-t",
|
|
4862
|
+
"to-br": "bg-linear-to-br",
|
|
4863
|
+
"to-bl": "bg-linear-to-bl",
|
|
4864
|
+
"to-tr": "bg-linear-to-tr",
|
|
4865
|
+
"to-tl": "bg-linear-to-tl"
|
|
4866
4866
|
};
|
|
4867
4867
|
var Section = React21.forwardRef(
|
|
4868
4868
|
({
|