@praxisui/core 9.0.0-beta.32 → 9.0.0-beta.33
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 +3 -0
- package/ai/component-registry.json +2 -2
- package/fesm2022/praxisui-core.mjs +15111 -15104
- package/package.json +1 -1
- package/types/praxisui-core.d.ts +68 -67
package/README.md
CHANGED
|
@@ -132,11 +132,14 @@ Core exports schema and metadata infrastructure used by form, table, list, chart
|
|
|
132
132
|
- `x-ui.optionSource` models and serializers
|
|
133
133
|
- `x-ui.analytics` models and `AnalyticsSchemaContractService`
|
|
134
134
|
- `valuePresentation` models and resolver
|
|
135
|
+
- `FieldPresentationConfig` for semantic read-only/list/table-cell presentation
|
|
135
136
|
- form layout item models
|
|
136
137
|
- JSON Logic models and runtime service
|
|
137
138
|
|
|
138
139
|
`valuePresentation` is the shared display contract for scalar read-only values such as currency, number, date, datetime, time, percentage, and boolean.
|
|
139
140
|
|
|
141
|
+
`FieldPresentationConfig` is the shared semantic presentation contract for read-only surfaces that need a visual primitive around the value, such as `chip`, `badge`, `status`, `iconValue`, or `microVisualization`. It keeps business data in the original field and lets consumers map `tone`, `appearance`, `icon`, `tooltip`, and optional fixed `label` values to their own renderer and theme tokens.
|
|
142
|
+
|
|
140
143
|
## Global Actions
|
|
141
144
|
|
|
142
145
|
Global actions let widgets and shells request host-mediated work such as navigation, dialog, toast, analytics, API calls, or surface opening.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-03T00:15:21.386Z",
|
|
4
4
|
"packageName": "@praxisui/core",
|
|
5
|
-
"packageVersion": "9.0.0-beta.
|
|
5
|
+
"packageVersion": "9.0.0-beta.33",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 3,
|