infinity-forge 0.41.1 → 0.41.3

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.
Files changed (58) hide show
  1. package/dist/infinity-forge.css +2 -354
  2. package/dist/react-tool-tip.css +1 -0
  3. package/dist/reset.css +1 -0
  4. package/dist/system/presentation/components/data/chat/loader/index.js +2 -26
  5. package/dist/system/presentation/components/data/chat/loader/index.js.map +1 -1
  6. package/dist/system/presentation/components/data/detail-card/component.js +1 -2
  7. package/dist/system/presentation/components/data/detail-card/component.js.map +1 -1
  8. package/dist/system/presentation/components/data/notifications/index.js +2 -3
  9. package/dist/system/presentation/components/data/notifications/index.js.map +1 -1
  10. package/dist/system/presentation/components/data/tab/component.js +1 -1
  11. package/dist/system/presentation/components/data/tab/component.js.map +1 -1
  12. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +2 -6
  13. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js.map +1 -1
  14. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js +1 -1
  15. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js.map +1 -1
  16. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js.map +1 -1
  17. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js +1 -1
  18. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -1
  19. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +1 -2
  20. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js.map +1 -1
  21. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js.map +1 -1
  22. package/dist/system/presentation/context/container.js +1 -2
  23. package/dist/system/presentation/context/container.js.map +1 -1
  24. package/dist/system/presentation/hooks/notifications/use-load-all/index.js +1 -1
  25. package/dist/system/presentation/hooks/notifications/use-load-all/index.js.map +1 -1
  26. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +3 -2
  27. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js.map +1 -1
  28. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js +1 -2
  29. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js.map +1 -1
  30. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/styles.js +1 -1
  31. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/styles.js.map +1 -1
  32. package/dist/ui/components/form/input-file/file-card/index.js +6 -8
  33. package/dist/ui/components/form/input-file/file-card/index.js.map +1 -1
  34. package/dist/ui/components/index.d.ts +4 -1
  35. package/dist/ui/components/index.js +3 -0
  36. package/dist/ui/components/index.js.map +1 -1
  37. package/dist/ui/components/modal/index.d.ts +16 -0
  38. package/dist/ui/components/modal/index.js +34 -0
  39. package/dist/ui/components/modal/index.js.map +1 -0
  40. package/dist/ui/components/sidebar/index.js +2 -2
  41. package/dist/ui/components/sidebar/index.js.map +1 -1
  42. package/dist/ui/components/skeleton/index.d.ts +8 -0
  43. package/dist/ui/components/skeleton/index.js +34 -0
  44. package/dist/ui/components/skeleton/index.js.map +1 -0
  45. package/dist/ui/components/skeleton/styles.d.ts +2 -0
  46. package/dist/ui/components/skeleton/styles.js +14 -0
  47. package/dist/ui/components/skeleton/styles.js.map +1 -0
  48. package/dist/ui/components/tooltip/index.d.ts +6 -0
  49. package/dist/ui/components/tooltip/index.js +23 -0
  50. package/dist/ui/components/tooltip/index.js.map +1 -0
  51. package/dist/ui/styles/libs/react-tool-tip.css +109 -0
  52. package/dist/ui/styles/reset.css +352 -0
  53. package/package.json +2 -1
  54. package/dist/semantic-ui.css +0 -354
  55. package/dist/system/presentation/components/data/chat/loader/styles.d.ts +0 -4
  56. package/dist/system/presentation/components/data/chat/loader/styles.js +0 -14
  57. package/dist/system/presentation/components/data/chat/loader/styles.js.map +0 -1
  58. 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"}