@plumile/ui 0.1.79 → 0.1.81
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-DjokCwz8.js → BackofficeJsonViewerAsync-B8Zm-apc.js} +2 -2
- package/lib/esm/{BackofficeJsonViewerAsync-DjokCwz8.js.map → BackofficeJsonViewerAsync-B8Zm-apc.js.map} +1 -1
- package/lib/esm/{src-DNBomOI9.js → src-CIl48Z7Y.js} +569 -487
- package/lib/esm/src-CIl48Z7Y.js.map +1 -0
- package/lib/esm/style.css +1 -1
- package/lib/esm/ui.js +5 -5
- package/lib/types/components/dashboard/activity_feed/ActivityFeed.css.d.ts +2 -0
- package/lib/types/components/dashboard/activity_feed/ActivityFeed.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/activity_feed/ActivityFeed.d.ts +9 -0
- package/lib/types/components/dashboard/activity_feed/ActivityFeed.d.ts.map +1 -0
- 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/metric_tile_group/MetricTileGroup.css.d.ts +2 -0
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.d.ts +8 -0
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.d.ts.map +1 -0
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts +4 -0
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.d.ts +15 -0
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.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/AppHeader.css.d.ts +9 -0
- package/lib/types/components/layout/AppHeader.css.d.ts.map +1 -0
- package/lib/types/components/layout/AppHeader.d.ts +13 -0
- package/lib/types/components/layout/AppHeader.d.ts.map +1 -0
- package/lib/types/index.d.ts +6 -0
- package/lib/types/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/lib/esm/src-DNBomOI9.js.map +0 -1
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@ It contains:
|
|
|
13
13
|
- generic layouts and page shells
|
|
14
14
|
- data-heavy and admin-oriented visual widgets
|
|
15
15
|
- admin shell components
|
|
16
|
+
- dashboard and consultation composition components
|
|
17
|
+
- lightweight metadata and compact timeline components
|
|
16
18
|
|
|
17
19
|
It does not contain:
|
|
18
20
|
|
package/lib/esm/{BackofficeJsonViewerAsync-DjokCwz8.js → BackofficeJsonViewerAsync-B8Zm-apc.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-CIl48Z7Y.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-B8Zm-apc.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeJsonViewerAsync-
|
|
1
|
+
{"version":3,"file":"BackofficeJsonViewerAsync-B8Zm-apc.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"}
|