@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.cjs
CHANGED
|
@@ -5012,14 +5012,14 @@ var CompactPagination = ({
|
|
|
5012
5012
|
var import_react13 = __toESM(require("react"), 1);
|
|
5013
5013
|
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
5014
5014
|
var gradientDirectionMap = {
|
|
5015
|
-
"to-r": "bg-
|
|
5016
|
-
"to-l": "bg-
|
|
5017
|
-
"to-b": "bg-
|
|
5018
|
-
"to-t": "bg-
|
|
5019
|
-
"to-br": "bg-
|
|
5020
|
-
"to-bl": "bg-
|
|
5021
|
-
"to-tr": "bg-
|
|
5022
|
-
"to-tl": "bg-
|
|
5015
|
+
"to-r": "bg-linear-to-r",
|
|
5016
|
+
"to-l": "bg-linear-to-l",
|
|
5017
|
+
"to-b": "bg-linear-to-b",
|
|
5018
|
+
"to-t": "bg-linear-to-t",
|
|
5019
|
+
"to-br": "bg-linear-to-br",
|
|
5020
|
+
"to-bl": "bg-linear-to-bl",
|
|
5021
|
+
"to-tr": "bg-linear-to-tr",
|
|
5022
|
+
"to-tl": "bg-linear-to-tl"
|
|
5023
5023
|
};
|
|
5024
5024
|
var Section = import_react13.default.forwardRef(
|
|
5025
5025
|
({
|