@oub/fusion 0.3.24 → 0.3.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/dist/fusion.js CHANGED
@@ -15643,6 +15643,10 @@ const Q3 = /* @__PURE__ */ he(iy, [["render", fy], ["__scopeId", "data-v-d4d7c33
15643
15643
  type: String,
15644
15644
  default: "keyValue"
15645
15645
  },
15646
+ alignItems: {
15647
+ type: String,
15648
+ default: ""
15649
+ },
15646
15650
  valueTextEmphasis: {
15647
15651
  type: Number,
15648
15652
  default: 1
@@ -15745,6 +15749,18 @@ const Q3 = /* @__PURE__ */ he(iy, [["render", fy], ["__scopeId", "data-v-d4d7c33
15745
15749
  iconSizeClass: function() {
15746
15750
  return this.valueTextEmphasis >= 5 ? "w-7 h-7" : "w-6 h-6";
15747
15751
  },
15752
+ alignItemsClass: function() {
15753
+ switch (this.alignItems) {
15754
+ case "start":
15755
+ return "items-start";
15756
+ case "center":
15757
+ return "items-center";
15758
+ case "end":
15759
+ return "items-end";
15760
+ default:
15761
+ return this.orientation === "horizontal" ? "items-center" : "items-start";
15762
+ }
15763
+ },
15748
15764
  showValueContainer: function() {
15749
15765
  return this.valueText || this.secondaryValueText || this.tagText || this.linkText || this.$slots.icon;
15750
15766
  }
@@ -15768,6 +15784,7 @@ function yy(e, t, a, n, r, s) {
15768
15784
  class: z([
15769
15785
  "fusion-key-value-pair",
15770
15786
  s.orderClass,
15787
+ s.alignItemsClass,
15771
15788
  { "fusion-key-value-pair-horizontal": a.orientation === "horizontal" },
15772
15789
  { "fusion-key-value-pair-key-full-width": a.orientation === "horizontal" && a.keyFullWidth }
15773
15790
  ])
@@ -15814,7 +15831,7 @@ function yy(e, t, a, n, r, s) {
15814
15831
  ])) : U("", !0)
15815
15832
  ], 2);
15816
15833
  }
15817
- const N3 = /* @__PURE__ */ he(py, [["render", yy], ["__scopeId", "data-v-58a96458"]]), by = ce({
15834
+ const N3 = /* @__PURE__ */ he(py, [["render", yy], ["__scopeId", "data-v-90b46a5e"]]), by = ce({
15818
15835
  name: "FusionFooterBar",
15819
15836
  components: {
15820
15837
  FusionButton: ur