@propbinder/mobile-design 0.2.12 → 0.2.13
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
CHANGED
|
@@ -4009,7 +4009,7 @@ declare class DsMobileCardInlineComponent {
|
|
|
4009
4009
|
* - 'default' - Column layout with standard padding (gap: 12px, padding: 10px 12px)
|
|
4010
4010
|
* - 'compact' - Row layout with reduced padding (gap: 8px, padding: 10px)
|
|
4011
4011
|
*/
|
|
4012
|
-
variant: _angular_core.InputSignal<"
|
|
4012
|
+
variant: _angular_core.InputSignal<"default" | "compact">;
|
|
4013
4013
|
/**
|
|
4014
4014
|
* Whether the card is disabled
|
|
4015
4015
|
* Disables all interactions and reduces opacity
|
|
@@ -4072,7 +4072,7 @@ declare class DsMobileCardInlineBannerComponent {
|
|
|
4072
4072
|
* - 'default' - Standard padding and column layout
|
|
4073
4073
|
* - 'compact' - Reduced padding and row layout
|
|
4074
4074
|
*/
|
|
4075
|
-
layout: _angular_core.InputSignal<"
|
|
4075
|
+
layout: _angular_core.InputSignal<"default" | "compact">;
|
|
4076
4076
|
/**
|
|
4077
4077
|
* Emits when the banner is clicked
|
|
4078
4078
|
*/
|
|
@@ -4123,7 +4123,7 @@ declare class DsMobileCardInlineContactComponent {
|
|
|
4123
4123
|
* - 'default' - Standard padding and column layout
|
|
4124
4124
|
* - 'compact' - Reduced padding and row layout
|
|
4125
4125
|
*/
|
|
4126
|
-
layout: _angular_core.InputSignal<"
|
|
4126
|
+
layout: _angular_core.InputSignal<"default" | "compact">;
|
|
4127
4127
|
/**
|
|
4128
4128
|
* Whether the contact item is clickable
|
|
4129
4129
|
*/
|
|
@@ -4180,7 +4180,7 @@ declare class DsMobileCardInlineFileComponent {
|
|
|
4180
4180
|
* - 'default' - Standard padding and column layout
|
|
4181
4181
|
* - 'compact' - Reduced padding and row layout
|
|
4182
4182
|
*/
|
|
4183
|
-
layout: _angular_core.InputSignal<"
|
|
4183
|
+
layout: _angular_core.InputSignal<"default" | "compact">;
|
|
4184
4184
|
/**
|
|
4185
4185
|
* Optional URL to open when clicked
|
|
4186
4186
|
* If provided, clicking the card will open this URL in a new tab
|