infinity-forge 0.38.5 → 0.39.1

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.
@@ -1,2 +1,2 @@
1
- import { ITabProps } from "./interfaces.js";
1
+ import { ITabProps } from './interfaces.js';
2
2
  export declare function Tab({ tabs }: ITabProps): import("react/jsx-runtime").JSX.Element;
@@ -1,38 +1,11 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
2
  Object.defineProperty(exports, "__esModule", { value: true });
26
3
  exports.Tab = void 0;
27
4
  var jsx_runtime_1 = require("react/jsx-runtime");
28
- var react_1 = require("@nextui-org/react");
29
5
  var ui_1 = require("../../../../../ui/index.js");
30
- var S = __importStar(require("./styles.js"));
31
6
  function Tab(_a) {
32
7
  var tabs = _a.tabs;
33
- return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: "Tab", children: (0, jsx_runtime_1.jsx)(S.Tab, { children: (0, jsx_runtime_1.jsx)(react_1.Tabs, { children: tabs.map(function (tab) {
34
- return ((0, jsx_runtime_1.jsx)(react_1.Tab, { title: (0, jsx_runtime_1.jsx)("div", { className: "flex items-center space-x-2", children: (0, jsx_runtime_1.jsx)("span", { children: tab.title }) }), children: (0, jsx_runtime_1.jsx)("div", { className: "content", children: tab.content }) }, tab.key));
35
- }) }) }) }));
8
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Tab', children: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: "a" }) }));
36
9
  }
37
10
  exports.Tab = Tab;
38
11
  //# sourceMappingURL=component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/tab/component.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAAyD;AACzD,2BAA6B;AAI7B,0CAA8B;AAE9B,SAAgB,GAAG,CAAC,EAAmB;QAAjB,IAAI,UAAA;IACxB,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,KAAK,YACf,uBAAC,CAAC,CAAC,GAAG,cACJ,uBAAC,YAAI,cACF,IAAI,CAAC,GAAG,CAAC,UAAC,GAAG;oBACZ,OAAO,CACL,uBAAC,WAAO,IAEN,KAAK,EACH,gCAAK,SAAS,EAAC,6BAA6B,YAC1C,2CAAO,GAAG,CAAC,KAAK,GAAQ,GACpB,YAGR,gCAAK,SAAS,EAAC,SAAS,YAAE,GAAG,CAAC,OAAO,GAAO,IAPvC,GAAG,CAAC,GAAG,CAQJ,CACX,CAAC;gBACJ,CAAC,CAAC,GACG,GACD,GACF,CACT,CAAC;AACJ,CAAC;AAvBD,kBAuBC"}
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/tab/component.tsx"],"names":[],"mappings":";;;;AAAA,2BAA4B;AAI5B,SAAgB,GAAG,CAAC,EAAmB;QAAjB,IAAI,UAAA;IACxB,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,KAAK,YACf,iEAAM,GACA,CACT,CAAA;AACH,CAAC;AAND,kBAMC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "0.38.5",
3
+ "version": "0.39.1",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",