@rebilly/instruments 12.4.1 → 12.4.3

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,6 +1 @@
1
- ## [12.4.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.4.0...instruments/core-v12.4.1) (2024-12-02)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **js-sdk:** Use better module resolution ([#8978](https://github.com/Rebilly/rebilly/issues/8978)) ([bfbc426](https://github.com/Rebilly/rebilly/commit/bfbc426f52d4a51d993ad2364ebf88352494c4f8))
1
+ ## [12.4.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.4.2...instruments/core-v12.4.3) (2024-12-04)
package/dist/index.js CHANGED
@@ -6288,7 +6288,7 @@ function C$1({ options: e2 }) {
6288
6288
  }
6289
6289
  function o2() {
6290
6290
  const i = {
6291
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@bfbc426`
6291
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@f8f8c8b`
6292
6292
  };
6293
6293
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6294
6294
  }
@@ -20728,10 +20728,6 @@ const setupFramepayTheme = () => {
20728
20728
  ":hover": getStyleProps(
20729
20729
  resolvedCssVarsObj,
20730
20730
  "buttonSecondaryHover"
20731
- ),
20732
- ":focus": getStyleProps(
20733
- resolvedCssVarsObj,
20734
- "buttonSecondaryActive"
20735
20731
  )
20736
20732
  },
20737
20733
  focus: {
@@ -20739,8 +20735,7 @@ const setupFramepayTheme = () => {
20739
20735
  },
20740
20736
  active: {
20741
20737
  ...getStyleProps(resolvedCssVarsObj, "button"),
20742
- ":hover": getStyleProps(resolvedCssVarsObj, "buttonHover"),
20743
- ":focus": getStyleProps(resolvedCssVarsObj, "buttonActive")
20738
+ ":hover": getStyleProps(resolvedCssVarsObj, "buttonHover")
20744
20739
  }
20745
20740
  }
20746
20741
  };