@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 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.4";
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.0.16:", data);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gait-financial/react",
3
- "version": "0.1.13",
3
+ "version": "0.1.16",
4
4
  "private": false,
5
5
  "description": "React wrappers for Gait Web Components",
6
6
  "type": "module",
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.4";
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.0.16:", data);
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,