@thecb/components 10.3.3-beta.1 → 10.3.3-beta.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "10.3.3-beta.1",
3
+ "version": "10.3.3-beta.2",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -161,7 +161,7 @@ export const paymentDetails = () => (
161
161
  initiallyOpen={boolean("initiallyOpen", true, "props")}
162
162
  hideTitle={boolean("hideTitle", false, "props")}
163
163
  multiCartEnabled={true}
164
- agencyDisplayName="Office of Charitable Donations"
164
+ agencyDisplayName="Office of Charitable Trust"
165
165
  />
166
166
  );
167
167