@gait-financial/react 0.1.13 → 0.1.16
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/dist/wc/button.js +2 -2
- package/package.json +1 -1
- package/wc/button.js +2 -2
package/dist/wc/button.js
CHANGED
|
@@ -2118,7 +2118,7 @@
|
|
|
2118
2118
|
}
|
|
2119
2119
|
}
|
|
2120
2120
|
const _GAIT_BUTTON_VERSION_ENV = typeof process !== "undefined" && process.env ? "0.1.0" : void 0;
|
|
2121
|
-
const GAIT_BUTTON_VERSION = _GAIT_BUTTON_VERSION_ENV || "0.1.
|
|
2121
|
+
const GAIT_BUTTON_VERSION = _GAIT_BUTTON_VERSION_ENV || "0.1.15";
|
|
2122
2122
|
class GaitButton extends HTMLElement {
|
|
2123
2123
|
buttonElement = null;
|
|
2124
2124
|
hasRendered = false;
|
|
@@ -2275,7 +2275,7 @@
|
|
|
2275
2275
|
...allDataAttrs,
|
|
2276
2276
|
timestamp: (/* @__PURE__ */ new Date()).toISOString()
|
|
2277
2277
|
};
|
|
2278
|
-
devLog("[GaitButton] Processing data v0.
|
|
2278
|
+
devLog("[GaitButton] Processing data v0.1.16:", data);
|
|
2279
2279
|
this.dispatchEvent(new CustomEvent("gait-data-processed", {
|
|
2280
2280
|
detail: data,
|
|
2281
2281
|
bubbles: true,
|
package/package.json
CHANGED
package/wc/button.js
CHANGED
|
@@ -2118,7 +2118,7 @@
|
|
|
2118
2118
|
}
|
|
2119
2119
|
}
|
|
2120
2120
|
const _GAIT_BUTTON_VERSION_ENV = typeof process !== "undefined" && process.env ? "0.1.0" : void 0;
|
|
2121
|
-
const GAIT_BUTTON_VERSION = _GAIT_BUTTON_VERSION_ENV || "0.1.
|
|
2121
|
+
const GAIT_BUTTON_VERSION = _GAIT_BUTTON_VERSION_ENV || "0.1.15";
|
|
2122
2122
|
class GaitButton extends HTMLElement {
|
|
2123
2123
|
buttonElement = null;
|
|
2124
2124
|
hasRendered = false;
|
|
@@ -2275,7 +2275,7 @@
|
|
|
2275
2275
|
...allDataAttrs,
|
|
2276
2276
|
timestamp: (/* @__PURE__ */ new Date()).toISOString()
|
|
2277
2277
|
};
|
|
2278
|
-
devLog("[GaitButton] Processing data v0.
|
|
2278
|
+
devLog("[GaitButton] Processing data v0.1.16:", data);
|
|
2279
2279
|
this.dispatchEvent(new CustomEvent("gait-data-processed", {
|
|
2280
2280
|
detail: data,
|
|
2281
2281
|
bubbles: true,
|