skyflow-js 1.35.1 → 1.36.1
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 +12 -0
- package/dist/sdkNodeBuild/83a53e5f338c1bd56555.svg +3 -0
- package/dist/sdkNodeBuild/83a53e5f338c1bd56555.svg.gz +0 -0
- package/dist/sdkNodeBuild/bcd5969a8a86792c2995.svg +1 -0
- package/dist/sdkNodeBuild/bcd5969a8a86792c2995.svg.gz +0 -0
- package/dist/sdkNodeBuild/index.js +1 -1
- package/dist/sdkNodeBuild/index.js.gz +0 -0
- package/dist/sdkNodeBuild/manifest.json +3 -1
- package/dist/sdkNodeBuild/manifest.json.gz +0 -0
- package/package.json +1 -1
- package/types/core/constants.d.ts +21 -2
- package/types/core/external/collect/collect-element.d.ts +1 -0
- package/types/core/internal/iframe-form/index.d.ts +4 -0
- package/types/core/internal/index.d.ts +3 -0
- package/types/skyflow.d.ts +2 -1
- package/types/utils/constants.d.ts +8 -0
- package/types/utils/helpers/index.d.ts +1 -1
- package/types/utils/logs.d.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.36.0] - 2024-05-08
|
|
6
|
+
### Added
|
|
7
|
+
- card brand choice support for card number element.
|
|
8
|
+
|
|
9
|
+
## [1.35.1] - 2024-04-12
|
|
10
|
+
### Added
|
|
11
|
+
- iframe latency metrics.
|
|
12
|
+
|
|
13
|
+
## [1.35.0] - 2024-04-02
|
|
14
|
+
### Added
|
|
15
|
+
- `preserveFileName` option in file element options.
|
|
16
|
+
|
|
5
17
|
## [1.34.3] - 2024-03-05
|
|
6
18
|
### Added
|
|
7
19
|
- File render element enhancement.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.55806 7.05806C4.80214 6.81398 5.19786 6.81398 5.44194 7.05806L10 11.6161L14.5581 7.05806C14.8021 6.81398 15.1979 6.81398 15.4419 7.05806C15.686 7.30214 15.686 7.69786 15.4419 7.94194L10.4419 12.9419C10.1979 13.186 9.80214 13.186 9.55806 12.9419L4.55806 7.94194C4.31398 7.69786 4.31398 7.30214 4.55806 7.05806Z" fill="#3E3E4E"/>
|
|
3
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 26.47 18.16" xmlns="http://www.w3.org/2000/svg" width="39" height="24"><radialGradient id="b" cx="1.47" cy="18.27" gradientTransform="matrix(1 0 0 .94 0 .5)" gradientUnits="userSpaceOnUse" r="26.83"><stop offset=".09" stop-color="#009245"/><stop offset=".23" stop-color="#049552" stop-opacity=".89"/><stop offset=".52" stop-color="#0d9e74" stop-opacity=".59"/><stop offset=".91" stop-color="#1bacab" stop-opacity=".12"/><stop offset="1" stop-color="#1fb0b8" stop-opacity="0"/></radialGradient><radialGradient id="c" cx="5.89" cy="19.23" gradientUnits="userSpaceOnUse" r="34.42"><stop offset=".15" stop-color="#1fb0b8" stop-opacity="0"/><stop offset=".35" stop-color="#1c7491" stop-opacity=".4"/><stop offset=".56" stop-color="#1a4471" stop-opacity=".73"/><stop offset=".74" stop-color="#18265e" stop-opacity=".93"/><stop offset=".87" stop-color="#181b57"/></radialGradient><g><path d="M0 0h26.47v18.16H0z" fill="#29abe2"/><path d="M0 0h26.47v18.16H0z" fill="url(#b)"/><path d="M0 0h26.47v18.16H0z" fill="url(#c)"/></g><g fill="#fff"><path d="M14.39 3.86h7.07a2.47 2.47 0 0 1 2.47 2.47 2.47 2.47 0 0 1-2.47 2.47h-7.07V3.86zM14.39 9.36h7.07a2.47 2.47 0 0 1 2.47 2.47 2.47 2.47 0 0 1-2.47 2.47h-7.07V9.36zM8.23 9.36V8.8h5.69a5.51 5.51 0 0 0-5.69-4.94 5.47 5.47 0 0 0-5.69 5.22 5.47 5.47 0 0 0 5.69 5.22 5.51 5.51 0 0 0 5.69-4.94z"/></g></svg>
|
|
Binary file
|