@oub/fusion 0.3.23 → 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.
@@ -17,6 +17,12 @@ export interface FusionKeyValuePairOrder {
17
17
  valueKey: string;
18
18
  }
19
19
 
20
+ export interface FusionKeyValuePairAlignItems {
21
+ start: string;
22
+ center: string;
23
+ end: string;
24
+ }
25
+
20
26
  export interface FusionKeyValuePairLink {
21
27
  showLink: boolean;
22
28
  linkText: string;
package/package.json CHANGED
@@ -65,6 +65,9 @@
65
65
  "@uppy/core": "5.0.1",
66
66
  "@uppy/xhr-upload": "5.0.0"
67
67
  },
68
+ "overrides": {
69
+ "lodash": "4.18.0"
70
+ },
68
71
  "devDependencies": {
69
72
  "@fullhuman/postcss-purgecss": "5.0.0",
70
73
  "@rushstack/eslint-patch": "1.12.0",
@@ -118,5 +121,5 @@
118
121
  "vue-country-flag-next": "2.3.2",
119
122
  "vue-tsc": "1.8.27"
120
123
  },
121
- "version": "0.3.23"
124
+ "version": "0.3.25"
122
125
  }