infinity-forge 0.41.1 → 0.41.2
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/infinity-forge.css +2 -354
- package/dist/react-tool-tip.css +1 -0
- package/dist/reset.css +1 -0
- package/dist/system/presentation/components/data/chat/loader/index.js +2 -26
- package/dist/system/presentation/components/data/chat/loader/index.js.map +1 -1
- package/dist/system/presentation/components/data/detail-card/component.js +1 -2
- package/dist/system/presentation/components/data/detail-card/component.js.map +1 -1
- package/dist/system/presentation/components/data/notifications/index.js +2 -3
- package/dist/system/presentation/components/data/notifications/index.js.map +1 -1
- package/dist/system/presentation/components/data/tab/component.js +1 -1
- package/dist/system/presentation/components/data/tab/component.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +2 -6
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +1 -2
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js.map +1 -1
- package/dist/system/presentation/context/container.js +1 -2
- package/dist/system/presentation/context/container.js.map +1 -1
- package/dist/system/presentation/hooks/notifications/use-load-all/index.js +1 -1
- package/dist/system/presentation/hooks/notifications/use-load-all/index.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +3 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js +1 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/styles.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/styles.js.map +1 -1
- package/dist/ui/components/form/input-file/file-card/index.js +6 -8
- package/dist/ui/components/form/input-file/file-card/index.js.map +1 -1
- package/dist/ui/components/index.d.ts +4 -1
- package/dist/ui/components/index.js +3 -0
- package/dist/ui/components/index.js.map +1 -1
- package/dist/ui/components/modal/index.d.ts +16 -0
- package/dist/ui/components/modal/index.js +34 -0
- package/dist/ui/components/modal/index.js.map +1 -0
- package/dist/ui/components/skeleton/index.d.ts +8 -0
- package/dist/ui/components/skeleton/index.js +34 -0
- package/dist/ui/components/skeleton/index.js.map +1 -0
- package/dist/ui/components/skeleton/styles.d.ts +2 -0
- package/dist/ui/components/skeleton/styles.js +14 -0
- package/dist/ui/components/skeleton/styles.js.map +1 -0
- package/dist/ui/components/tooltip/index.d.ts +6 -0
- package/dist/ui/components/tooltip/index.js +23 -0
- package/dist/ui/components/tooltip/index.js.map +1 -0
- package/dist/ui/styles/libs/react-tool-tip.css +109 -0
- package/dist/ui/styles/reset.css +352 -0
- package/package.json +2 -1
- package/dist/semantic-ui.css +0 -354
- package/dist/system/presentation/components/data/chat/loader/styles.d.ts +0 -4
- package/dist/system/presentation/components/data/chat/loader/styles.js +0 -14
- package/dist/system/presentation/components/data/chat/loader/styles.js.map +0 -1
- package/dist/ui/styles/libs/semantic-ui.css +0 -26968
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const Skeleton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
-
ref?: import("react").Ref<HTMLDivElement>;
|
|
4
|
-
}, never>> & string;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
-
return cooked;
|
|
5
|
-
};
|
|
6
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
-
};
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.Skeleton = void 0;
|
|
11
|
-
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.Skeleton = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n margin-top: 10px;\n\n .header {\n margin-bottom: 0;\n }\n\n .ui.placeholder .image.header:after,\n .ui.placeholder .line,\n .ui.placeholder .line:after,\n .ui.placeholder > :before {\n background-color: #f2f2f2;\n }\n\n .header {\n border-radius: 5px;\n\n &::after {\n }\n }\n"], ["\n margin-top: 10px;\n\n .header {\n margin-bottom: 0;\n }\n\n .ui.placeholder .image.header:after,\n .ui.placeholder .line,\n .ui.placeholder .line:after,\n .ui.placeholder > :before {\n background-color: #f2f2f2;\n }\n\n .header {\n border-radius: 5px;\n\n &::after {\n }\n }\n"])));
|
|
13
|
-
var templateObject_1;
|
|
14
|
-
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/data/chat/loader/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,QAAQ,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,qXAAA,kTAoBpC,KAAA"}
|