@ziadshalaby/ngx-zs-component 3.0.2 → 3.0.3
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
|
@@ -338,7 +338,7 @@ declare class Button {
|
|
|
338
338
|
readonly size: _angular_core.InputSignal<BtnSizeType>;
|
|
339
339
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
340
340
|
readonly icon: _angular_core.InputSignal<string | null>;
|
|
341
|
-
readonly type: _angular_core.InputSignal<"
|
|
341
|
+
readonly type: _angular_core.InputSignal<"reset" | "submit" | "button">;
|
|
342
342
|
readonly clickedEv: _angular_core.OutputEmitterRef<Event>;
|
|
343
343
|
readonly solidTextColor: _angular_core.Signal<string>;
|
|
344
344
|
readonly baseClasses: _angular_core.Signal<string>;
|
package/output.css
CHANGED
|
@@ -1372,9 +1372,6 @@
|
|
|
1372
1372
|
.zs\:py-6 {
|
|
1373
1373
|
padding-block: calc(var(--zs-spacing) * 6);
|
|
1374
1374
|
}
|
|
1375
|
-
.zs\:py-8 {
|
|
1376
|
-
padding-block: calc(var(--zs-spacing) * 8);
|
|
1377
|
-
}
|
|
1378
1375
|
.zs\:py-\[calc\(--spacing\(1\.75\)-1px\)\] {
|
|
1379
1376
|
padding-block: calc(calc(var(--zs-spacing) * 1.75) - 1px);
|
|
1380
1377
|
}
|