@akinon/pz-hepsipay 1.92.0-rc.26 → 1.92.0-rc.28

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @akinon/pz-hepsipay
2
2
 
3
+ ## 1.92.0-rc.28
4
+
5
+ ### Minor Changes
6
+
7
+ - b09e5e3d: ZERO-3404: Update import paths for Button, Icon, and RootState in Hepsipay component
8
+
9
+ ## 1.92.0-rc.27
10
+
3
11
  ## 1.92.0-rc.26
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-hepsipay",
3
- "version": "1.92.0-rc.26",
3
+ "version": "1.92.0-rc.28",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/src/index.tsx CHANGED
@@ -1,7 +1,7 @@
1
- import { Button, Icon } from '@theme/components';
1
+ import { Button, Icon } from '@akinon/next/components';
2
2
  import Script from 'next/script';
3
3
  import { useEffect, useCallback, useState } from 'react';
4
- import { RootState } from '@theme/redux/store';
4
+ import { RootState } from 'redux/store';
5
5
  import { useAppSelector } from '@akinon/next/redux/hooks';
6
6
  import { useSetWalletCompletePageMutation } from '@akinon/next/data/client/checkout';
7
7
  import * as yup from 'yup';