@momo-webplatform/mobase 0.0.13 → 0.0.15
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/package.json
CHANGED
|
@@ -32,7 +32,7 @@ const React = __importStar(require("react"));
|
|
|
32
32
|
const react_slot_1 = require("@radix-ui/react-slot");
|
|
33
33
|
const class_variance_authority_1 = require("class-variance-authority");
|
|
34
34
|
const utils_1 = require("../../helpers/utils");
|
|
35
|
-
const SpinerIcon_1 = __importDefault(require("
|
|
35
|
+
const SpinerIcon_1 = __importDefault(require("../../foundation/SpinerIcon"));
|
|
36
36
|
// /dwd
|
|
37
37
|
const buttonVariants = (0, class_variance_authority_1.cva)("inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-semibold transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed border border-transparent", {
|
|
38
38
|
variants: {
|