@plumile/ui 0.1.80 → 0.1.82
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/README.md +2 -0
- package/lib/esm/{BackofficeJsonViewerAsync-Dny0Rt6G.js → BackofficeJsonViewerAsync-B7o3TG1l.js} +2 -2
- package/lib/esm/{BackofficeJsonViewerAsync-Dny0Rt6G.js.map → BackofficeJsonViewerAsync-B7o3TG1l.js.map} +1 -1
- package/lib/esm/{src-5epLK8Z7.js → src-DBX0c0a-.js} +588 -504
- package/lib/esm/src-DBX0c0a-.js.map +1 -0
- package/lib/esm/style.css +1 -1
- package/lib/esm/ui.js +5 -5
- package/lib/types/components/dashboard/metadata_strip/MetadataStrip.css.d.ts +5 -0
- package/lib/types/components/dashboard/metadata_strip/MetadataStrip.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/metadata_strip/MetadataStrip.d.ts +13 -0
- package/lib/types/components/dashboard/metadata_strip/MetadataStrip.d.ts.map +1 -0
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.css.d.ts +5 -0
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.d.ts +16 -0
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.d.ts.map +1 -0
- package/lib/types/components/layout/ActionPanel.css.d.ts +8 -0
- package/lib/types/components/layout/ActionPanel.css.d.ts.map +1 -0
- package/lib/types/components/layout/ActionPanel.d.ts +12 -0
- package/lib/types/components/layout/ActionPanel.d.ts.map +1 -0
- package/lib/types/components/layout/DetailSummaryHeader.css.d.ts +7 -0
- package/lib/types/components/layout/DetailSummaryHeader.css.d.ts.map +1 -0
- package/lib/types/components/layout/DetailSummaryHeader.d.ts +11 -0
- package/lib/types/components/layout/DetailSummaryHeader.d.ts.map +1 -0
- package/lib/types/index.d.ts +4 -0
- package/lib/types/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/lib/esm/src-5epLK8Z7.js.map +0 -1
package/README.md
CHANGED
|
@@ -14,6 +14,8 @@ It contains:
|
|
|
14
14
|
- data-heavy and admin-oriented visual widgets
|
|
15
15
|
- admin shell components
|
|
16
16
|
- dashboard and consultation composition components
|
|
17
|
+
- lightweight metadata and compact timeline components
|
|
18
|
+
- lightweight action and detail-summary composition components
|
|
17
19
|
|
|
18
20
|
It does not contain:
|
|
19
21
|
|
package/lib/esm/{BackofficeJsonViewerAsync-Dny0Rt6G.js → BackofficeJsonViewerAsync-B7o3TG1l.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./HighlightCode-C-xPmbUz.js";
|
|
2
|
-
import { At as e } from "./src-
|
|
2
|
+
import { At as e } from "./src-DBX0c0a-.js";
|
|
3
3
|
import "./MarkdownCodeBlock-x4jjzmDF.js";
|
|
4
4
|
import "./MarkdownRenderer-Cc-CjEOF.js";
|
|
5
5
|
//#region src/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewerAsync.tsx
|
|
@@ -7,4 +7,4 @@ var t = e;
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export { t as default };
|
|
9
9
|
|
|
10
|
-
//# sourceMappingURL=BackofficeJsonViewerAsync-
|
|
10
|
+
//# sourceMappingURL=BackofficeJsonViewerAsync-B7o3TG1l.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeJsonViewerAsync-
|
|
1
|
+
{"version":3,"file":"BackofficeJsonViewerAsync-B7o3TG1l.js","names":[],"sources":["../../src/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewerAsync.tsx"],"sourcesContent":["import { BackofficeJsonViewer } from './BackofficeJsonViewer.js';\n\nexport default BackofficeJsonViewer;\n"],"mappings":";;;;;AAEA,IAAA,IAAe"}
|