@gr4vy/secure-fields-react 0.5.3 → 0.5.4
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/lib/components/{ExpirationDate/ExpirationDate.d.ts → ExpiryDate/ExpiryDate.d.ts} +1 -1
- package/lib/components/{ExpirationDate/ExpirationDate.js → ExpiryDate/ExpiryDate.js} +4 -4
- package/lib/components/ExpiryDate/ExpiryDate.js.map +1 -0
- package/lib/components/ExpiryDate/index.d.ts +1 -0
- package/lib/components/ExpiryDate/index.js +6 -0
- package/lib/components/ExpiryDate/index.js.map +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/lib/components/ExpirationDate/ExpirationDate.js.map +0 -1
- package/lib/components/ExpirationDate/index.d.ts +0 -1
- package/lib/components/ExpirationDate/index.js +0 -6
- package/lib/components/ExpirationDate/index.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.5.4 (Fri Sep 16 2022)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- task: rename expiration to expiry [#48](https://github.com/gr4vy/secure-fields/pull/48) ([@luca-gr4vy](https://github.com/luca-gr4vy))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Luca Allievi ([@luca-gr4vy](https://github.com/luca-gr4vy))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.5.1 (Wed Sep 14 2022)
|
|
2
14
|
|
|
3
15
|
#### 🏠 Internal
|
|
@@ -11,10 +11,10 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.
|
|
14
|
+
exports.ExpiryDate = void 0;
|
|
15
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
-
var
|
|
16
|
+
var ExpiryDate = function (props) {
|
|
17
17
|
return (0, jsx_runtime_1.jsx)("input", __assign({}, props));
|
|
18
18
|
};
|
|
19
|
-
exports.
|
|
20
|
-
//# sourceMappingURL=
|
|
19
|
+
exports.ExpiryDate = ExpiryDate;
|
|
20
|
+
//# sourceMappingURL=ExpiryDate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpiryDate.js","sourceRoot":"","sources":["../../../src/components/ExpiryDate/ExpiryDate.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAEO,IAAM,UAAU,GAAG,UAAC,KAAY;IACrC,OAAO,6CAAW,KAAK,EAAI,CAAA;AAC7B,CAAC,CAAA;AAFY,QAAA,UAAU,cAEtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpiryDate } from './ExpiryDate';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExpiryDate = void 0;
|
|
4
|
+
var ExpiryDate_1 = require("./ExpiryDate");
|
|
5
|
+
Object.defineProperty(exports, "ExpiryDate", { enumerable: true, get: function () { return ExpiryDate_1.ExpiryDate; } });
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/ExpiryDate/index.ts"],"names":[],"mappings":";;;AAAA,2CAAyC;AAAhC,wGAAA,UAAU,OAAA"}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { CardNumber } from './components/CardNumber';
|
|
2
|
-
export {
|
|
2
|
+
export { ExpiryDate } from './components/ExpiryDate';
|
|
3
3
|
export { SecureFields } from './components/SecureFields';
|
|
4
4
|
export { SecurityCode } from './components/SecurityCode';
|
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var r=t();for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(()=>(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};function r(){return r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},r.apply(this,arguments)}e.r(t),e.d(t,{CardNumber:()=>n,
|
|
1
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var r=t();for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(()=>(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};function r(){return r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},r.apply(this,arguments)}e.r(t),e.d(t,{CardNumber:()=>n,ExpiryDate:()=>a,SecureFields:()=>i,SecurityCode:()=>u});var n=function(e){return React.createElement("input",r({},e))};function o(){return o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},o.apply(this,arguments)}var a=function(e){return React.createElement("input",o({},e))},i=function(e){var t=e.children;return React.createElement("div",null,t)};function c(){return c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c.apply(this,arguments)}var u=function(e){return React.createElement("input",c({},e))};return t})()));
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;AAAA,sDAAoD;AAA3C,wGAAA,UAAU,OAAA;AACnB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;AAAA,sDAAoD;AAA3C,wGAAA,UAAU,OAAA;AACnB,sDAAoD;AAA3C,wGAAA,UAAU,OAAA;AACnB,0DAAwD;AAA/C,4GAAA,YAAY,OAAA;AACrB,0DAAwD;AAA/C,4GAAA,YAAY,OAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gr4vy/secure-fields-react",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Gr4vy-hosted secure fields offering advanced theming, PCI compliance, event handling, and more.",
|
|
5
5
|
"main": "lib/index",
|
|
6
6
|
"types": "lib/index",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"react-dom": ">=17.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@gr4vy/secure-fields": "^0.5.
|
|
39
|
+
"@gr4vy/secure-fields": "^0.5.4"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"react": "^17.0.2",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "160286f5462c6ee37f5566082aee130ca3710400"
|
|
49
49
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExpirationDate.js","sourceRoot":"","sources":["../../../src/components/ExpirationDate/ExpirationDate.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAEO,IAAM,cAAc,GAAG,UAAC,KAAY;IACzC,OAAO,6CAAW,KAAK,EAAI,CAAA;AAC7B,CAAC,CAAA;AAFY,QAAA,cAAc,kBAE1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ExpirationDate } from './ExpirationDate';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExpirationDate = void 0;
|
|
4
|
-
var ExpirationDate_1 = require("./ExpirationDate");
|
|
5
|
-
Object.defineProperty(exports, "ExpirationDate", { enumerable: true, get: function () { return ExpirationDate_1.ExpirationDate; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/ExpirationDate/index.ts"],"names":[],"mappings":";;;AAAA,mDAAiD;AAAxC,gHAAA,cAAc,OAAA"}
|