@praxisui/core 1.0.0-beta.24 → 1.0.0-beta.25
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/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5042,6 +5042,8 @@ interface FormActionsLayout {
|
|
|
5042
5042
|
orientation?: 'horizontal' | 'vertical';
|
|
5043
5043
|
spacing?: 'compact' | 'normal' | 'spacious';
|
|
5044
5044
|
sticky?: boolean;
|
|
5045
|
+
/** Exibir divisor superior (linha) acima da barra de ações */
|
|
5046
|
+
divider?: boolean;
|
|
5045
5047
|
/**
|
|
5046
5048
|
* Structural placement of the actions bar within the form layout.
|
|
5047
5049
|
* - afterSections: render once after all sections (default)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/core",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.25",
|
|
4
4
|
"description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|