@akinon/pz-bkm 2.0.0-beta.1 → 2.0.0-beta.10

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,40 @@
1
1
  # @akinon/pz-bkm
2
2
 
3
+ ## 2.0.0-beta.10
4
+
5
+ ### Minor Changes
6
+
7
+ - 2806320: ZERO-3390: Update version tailwindcss, autoprefixer, tailwind-merge, postcss
8
+
9
+ ## 2.0.0-beta.9
10
+
11
+ ### Minor Changes
12
+
13
+ - 0fe7711: ZERO-3387: Upgrade nextjs, eslint-config-next
14
+
15
+ ## 2.0.0-beta.8
16
+
17
+ ## 2.0.0-beta.7
18
+
19
+ ## 2.0.0-beta.6
20
+
21
+ ### Minor Changes
22
+
23
+ - 8f05f9b: ZERO-3250: Beta branch synchronized with Main branch
24
+
25
+ ## 2.0.0-beta.5
26
+
27
+ ## 2.0.0-beta.4
28
+
29
+ ## 2.0.0-beta.3
30
+
31
+ ## 2.0.0-beta.2
32
+
33
+ ### Minor Changes
34
+
35
+ - a006015: ZERO-3116: Add not-found page and update default middleware.
36
+ - 1eeb3d8: ZERO-3116: Add not found page
37
+
3
38
  ## 2.0.0-beta.1
4
39
 
5
40
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-bkm",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.10",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/readme.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # @akinon/pz-bkm
2
2
 
3
- ### Install the npm package
3
+ ## Installation method
4
+
5
+ You can use the following command to install the extension with the latest plugins:
4
6
 
5
7
  ```bash
6
- # For latest version
7
- yarn add @akinon/pz-bkm
8
8
 
9
- # Preferred installation method
10
9
  npx @akinon/projectzero@latest --plugins
10
+
11
11
  ```
12
12
 
13
13
  ### Example Usage
14
+
14
15
  ##### File Path: src/views/checkout/steps/payment/options/bkm.tsx
15
16
 
16
17
  ```javascript
@@ -33,7 +34,8 @@ export default Bkm;
33
34
  ```
34
35
 
35
36
  ### Props
36
- | Property | Type | Description |
37
- |----------------|-----------|--------------------------------------------------|
38
- | `translations` | `object` | Object containing translation strings. |
39
- | `classes` | `object` | Object containing custom CSS class names. |
37
+
38
+ | Property | Type | Description |
39
+ | -------------- | -------- | ----------------------------------------- |
40
+ | `translations` | `object` | Object containing translation strings. |
41
+ | `classes` | `object` | Object containing custom CSS class names. |
@@ -138,7 +138,7 @@ const BKMOption = ({
138
138
  </form>
139
139
  <div
140
140
  id={`js-bkm-frame-${id}`}
141
- className="bkm-frame !flex justify-center items-center !pt-0"
141
+ className="bkm-frame flex! justify-center items-center pt-0!"
142
142
  ></div>
143
143
  <Script src="https://js.bkmexpress.com.tr/v1/javascripts/bex.js" defer />
144
144
  </>