infinity-forge 0.31.6 → 0.31.8
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/system/presentation/components/data/index.d.ts +0 -1
- package/dist/system/presentation/components/data/index.js +1 -1
- package/dist/system/presentation/components/data/index.js.map +1 -1
- package/dist/system/presentation/components/data/tab/index.js +1 -10
- package/dist/system/presentation/components/data/tab/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -14,7 +14,7 @@ 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
|
-
|
|
17
|
+
// export * from './tab/index.js'
|
|
18
18
|
__exportStar(require("./chat/index.js"), exports);
|
|
19
19
|
__exportStar(require("./logo/index.js"), exports);
|
|
20
20
|
__exportStar(require("./avatar/index.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/presentation/components/data/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/presentation/components/data/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wBAAwB;AACxB,yCAAsB;AACtB,yCAAsB;AACtB,2CAAwB;AACxB,4CAAyB;AACzB,4CAAyB;AACzB,4CAAyB;AACzB,4CAAyB;AACzB,gDAA6B;AAC7B,mDAAgC;AAChC,iDAA8B;AAC9B,iDAA8B;AAC9B,kDAA+B;AAC/B,mDAAgC;AAChC,qDAAkC"}
|
|
@@ -26,22 +26,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.Tab = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
28
|
var ui_1 = require("../../../../../ui/index.js");
|
|
29
|
-
var react_1 = require("@nextui-org/react");
|
|
30
29
|
var S = __importStar(require("./styles.js"));
|
|
31
30
|
function Tab(_a) {
|
|
32
31
|
var tabs = _a.tabs;
|
|
33
32
|
if (!tabs) {
|
|
34
33
|
return;
|
|
35
34
|
}
|
|
36
|
-
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Tab', children: (0, jsx_runtime_1.jsx)(S.Tab, {
|
|
37
|
-
tabList: 'gap-6 w-full relative rounded-none p-0 border-b border-divider',
|
|
38
|
-
cursor: 'w-full bg-[#22d3ee]',
|
|
39
|
-
tab: 'max-w-fit px-0 h-12',
|
|
40
|
-
tabContent: 'group-data-[selected=true]:text-[#06b6d4]',
|
|
41
|
-
}, children: Object === null || Object === void 0 ? void 0 : Object.keys(tabs).map(function (key) {
|
|
42
|
-
var currentItem = tabs[key];
|
|
43
|
-
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: currentItem.title }) }), children: (0, jsx_runtime_1.jsx)("div", { className: 'content', children: currentItem.content }) }, currentItem.key));
|
|
44
|
-
}) }) }) }));
|
|
35
|
+
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Tab', children: (0, jsx_runtime_1.jsx)(S.Tab, {}) }));
|
|
45
36
|
}
|
|
46
37
|
exports.Tab = Tab;
|
|
47
38
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/tab/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/tab/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAK5B,0CAA6B;AAE7B,SAAgB,GAAG,CAAC,EAAmB;QAAjB,IAAI,UAAA;IACxB,IAAI,CAAC,IAAI,EAAE,CAAC;QACV,OAAM;IACR,CAAC;IAED,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,KAAK,YACf,uBAAC,CAAC,CAAC,GAAG,KA6BE,GACF,CACT,CAAA;AACH,CAAC;AAvCD,kBAuCC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infinity-forge",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.8",
|
|
4
4
|
"description": "codie Library",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -43,7 +43,6 @@
|
|
|
43
43
|
"typescript": "^5.4.5"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@nextui-org/react": "^2.3.5",
|
|
47
46
|
"@react-input/mask": "^1.0.21",
|
|
48
47
|
"@types/styled-components": "^5.1.34",
|
|
49
48
|
"aos": "^2.3.4",
|
|
@@ -51,6 +50,7 @@
|
|
|
51
50
|
"chroma-js": "^2.4.2",
|
|
52
51
|
"concurrently": "^8.2.2",
|
|
53
52
|
"formik": "^2.4.5",
|
|
53
|
+
"framer-motion": "^11.1.7",
|
|
54
54
|
"inversify": "^6.0.2",
|
|
55
55
|
"js-cookie": "^3.0.5",
|
|
56
56
|
"moment": "^2.30.1",
|