fansunited-frontend-core 0.0.72 → 0.0.73

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.
Files changed (2) hide show
  1. package/index.es.js +1 -1
  2. package/package.json +1 -1
package/index.es.js CHANGED
@@ -51506,7 +51506,7 @@ const II = typeof gr == "function" ? gr : gr.default, xm = (e, t) => t === "rtl"
51506
51506
  [t, d, n, i, r]
51507
51507
  );
51508
51508
  return { loading: c, pending: f, checked: d, setChecked: p, allRequiredChecked: m, submit: g };
51509
- }, aL = "0.0.72";
51509
+ }, aL = "0.0.73";
51510
51510
  export {
51511
51511
  DE as AdditionalCTA,
51512
51512
  jE as BidiIsolate,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-frontend-core",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "description": "Core types, components, providers and constants for Fans United widgets",
5
5
  "main": "index.es.js",
6
6
  "types": "index.d.ts",