@plumile/ui 0.1.76 → 0.1.77
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 +38 -0
- package/lib/esm/{BackofficeJsonViewerAsync-Dp6ZKmmh.js → BackofficeJsonViewerAsync-BjFvd7IR.js} +2 -2
- package/lib/esm/{BackofficeJsonViewerAsync-Dp6ZKmmh.js.map → BackofficeJsonViewerAsync-BjFvd7IR.js.map} +1 -1
- package/lib/esm/{src-DbOGCrwx.js → src-DI1_-ttD.js} +1079 -747
- package/lib/esm/src-DI1_-ttD.js.map +1 -0
- package/lib/esm/ui.js +5 -5
- package/lib/types/admin/organisms/admin_sidebar/adminSidebar.css.d.ts.map +1 -1
- package/lib/types/admin/theme/AdminThemeProvider.d.ts +2 -2
- package/lib/types/admin/theme/AdminThemeProvider.d.ts.map +1 -1
- package/lib/types/atomic/atoms/relative-time-text/RelativeTimeText.d.ts +14 -0
- package/lib/types/atomic/atoms/relative-time-text/RelativeTimeText.d.ts.map +1 -0
- package/lib/types/backoffice/layout/backofficeLayoutTokens.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts.map +1 -1
- package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts +1 -1
- package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts.map +1 -1
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts +1 -1
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts.map +1 -1
- package/lib/types/components/layout/PanelShell.d.ts +11 -0
- package/lib/types/components/layout/PanelShell.d.ts.map +1 -0
- package/lib/types/components/layout/ToolbarRow.css.d.ts +2 -0
- package/lib/types/components/layout/ToolbarRow.css.d.ts.map +1 -0
- package/lib/types/components/layout/ToolbarRow.d.ts +8 -0
- package/lib/types/components/layout/ToolbarRow.d.ts.map +1 -0
- package/lib/types/index.d.ts +19 -0
- package/lib/types/index.d.ts.map +1 -1
- package/package.json +2 -82
- package/lib/esm/src-DbOGCrwx.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
1
|
# @plumile/ui
|
|
2
2
|
|
|
3
3
|
Shared React UI primitives and theme for Plumile applications.
|
|
4
|
+
|
|
5
|
+
## Role
|
|
6
|
+
|
|
7
|
+
`@plumile/ui` is the single visual component package for Plumile applications.
|
|
8
|
+
|
|
9
|
+
It contains:
|
|
10
|
+
|
|
11
|
+
- theme foundations and tokens
|
|
12
|
+
- primitives and form controls
|
|
13
|
+
- generic layouts and page shells
|
|
14
|
+
- data-heavy and admin-oriented visual widgets
|
|
15
|
+
- admin shell components
|
|
16
|
+
|
|
17
|
+
It does not contain:
|
|
18
|
+
|
|
19
|
+
- domain-specific product components
|
|
20
|
+
- application business logic
|
|
21
|
+
- GraphQL or routing orchestration
|
|
22
|
+
|
|
23
|
+
## Namespaces
|
|
24
|
+
|
|
25
|
+
- `atomic/*`
|
|
26
|
+
small primitives and low-level UI composition
|
|
27
|
+
- `components/*`
|
|
28
|
+
generic cross-application layouts and reusable UI
|
|
29
|
+
- `backoffice/*`
|
|
30
|
+
specialized admin/data-heavy visual widgets
|
|
31
|
+
- `admin/*`
|
|
32
|
+
high-level admin shell components
|
|
33
|
+
|
|
34
|
+
## Placement rule
|
|
35
|
+
|
|
36
|
+
Add a component to `@plumile/ui` only if it is:
|
|
37
|
+
|
|
38
|
+
- visual
|
|
39
|
+
- generic
|
|
40
|
+
- reusable across multiple products
|
|
41
|
+
- not tied to a business domain
|
package/lib/esm/{BackofficeJsonViewerAsync-Dp6ZKmmh.js → BackofficeJsonViewerAsync-BjFvd7IR.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./HighlightCode-C-xPmbUz.js";
|
|
2
|
-
import {
|
|
2
|
+
import { jt as e } from "./src-DI1_-ttD.js";
|
|
3
3
|
import "./MarkdownCodeBlock-x4jjzmDF.js";
|
|
4
4
|
import "./MarkdownRenderer-BchAuwsI.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-BjFvd7IR.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeJsonViewerAsync-
|
|
1
|
+
{"version":3,"file":"BackofficeJsonViewerAsync-BjFvd7IR.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"}
|