@srimandir/hanuman-chalisa 1.7.6 → 1.7.7

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.
@@ -1754,6 +1754,7 @@ function yn({
1754
1754
  }
1755
1755
  export {
1756
1756
  Nn as AppContextProvider,
1757
+ Ze as BANNER_ITEMS,
1757
1758
  Cn as I18nProvider,
1758
1759
  Tn as LandingPage,
1759
1760
  Sn as SuccessPage,
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export type { LandingPageProps, HanumanChalisaAnalytics } from './components/Lan
3
3
  export { SuccessPage } from './components/SuccessPage';
4
4
  export { VideoPage } from './components/VideoPage';
5
5
  export type { BannerOfferingItem } from './components/VideoPage/offerings';
6
+ export { BANNER_ITEMS } from './components/VideoPage/offerings';
6
7
  export { I18nProvider, useI18n } from './i18n';
7
8
  export type { SupportedLocale } from './i18n';
8
9
  export { AppContextProvider, useAppContext } from './context';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srimandir/hanuman-chalisa",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
4
4
  "description": "React NPM package for Hanuman Chalisa",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -42,7 +42,7 @@
42
42
  "react-dom": "^18.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@srimandir/astrology-common": "2.6.6",
45
+ "@srimandir/astrology-common": "2.6.7",
46
46
  "@types/react": "^18.2.79",
47
47
  "@types/react-dom": "^18.2.25",
48
48
  "@vitejs/plugin-react": "^4.3.4",
@@ -62,5 +62,5 @@
62
62
  "react"
63
63
  ],
64
64
  "license": "MIT",
65
- "gitHead": "8d8afcb53289f34bbbe67c56c693dfcf29e473f3"
65
+ "gitHead": "414a7609ea0668ee7365bb6739920fcc8e2fdf07"
66
66
  }