@appscode/design-system 1.0.43-alpha.75 → 1.0.43-alpha.76
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/package.json
CHANGED
|
@@ -37,7 +37,10 @@
|
|
|
37
37
|
<!-- modal body end -->
|
|
38
38
|
|
|
39
39
|
<!-- modal footer start -->
|
|
40
|
-
<div class="ac-modal-footer action-footer">
|
|
40
|
+
<div class="ac-modal-footer action-footer is-flex is-align-items-center is-justify-content-space-between">
|
|
41
|
+
<div>
|
|
42
|
+
<slot name="modal-footer-left" />
|
|
43
|
+
</div>
|
|
41
44
|
<buttons class="has-text-right is-block">
|
|
42
45
|
<slot name="modal-footer-controls" />
|
|
43
46
|
</buttons>
|
|
@@ -37,7 +37,10 @@
|
|
|
37
37
|
<!-- modal body end -->
|
|
38
38
|
|
|
39
39
|
<!-- modal footer start -->
|
|
40
|
-
<div class="ac-modal-footer action-footer">
|
|
40
|
+
<div class="ac-modal-footer action-footer is-flex is-align-items-center is-justify-content-space-between">
|
|
41
|
+
<div>
|
|
42
|
+
<slot name="modal-footer-left" />
|
|
43
|
+
</div>
|
|
41
44
|
<buttons class="has-text-right is-block">
|
|
42
45
|
<slot name="modal-footer-controls" />
|
|
43
46
|
</buttons>
|