@momo-webplatform/mobase 0.0.13 → 0.0.14

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-webplatform/mobase",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Mobase is the UI framework upon we build product experiences at MoMo.vn, base on Radix primitives, and Tailwind CSS.",
5
5
  "scripts": {
6
6
  "dev": "next dev",
@@ -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("../..//foundation/SpinerIcon"));
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: {
@@ -14,14 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./components/Accordion"), exports);
18
- __exportStar(require("./components/Breadcrumb"), exports);
19
17
  __exportStar(require("./components/Button"), exports);
20
- __exportStar(require("./components/Checkbox"), exports);
21
- __exportStar(require("./components/AlertDialog"), exports);
22
- __exportStar(require("./components/IconButton"), exports);
23
- __exportStar(require("./components/Popover"), exports);
24
- __exportStar(require("./components/Tabs"), exports);
25
- __exportStar(require("./components/TextArea"), exports);
26
- __exportStar(require("./components/Tooltip"), exports);
27
- __exportStar(require("./components/TextInput"), exports);