hplx-feature-library 1.0.114 → 1.0.115

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.
@@ -23006,7 +23006,7 @@ function LS() {
23006
23006
  return /* @__PURE__ */ K.jsxs(
23007
23007
  "div",
23008
23008
  {
23009
- className: "hfl-absolute hfl-top-1/2 hfl-left-1/2 hfl-p-4 hfl-bg-white hfl-rounded-lg hfl-shadow-lg transform-half hfl-z-[9999999999] hfl-flex hfl-flex-col hfl-gap-2",
23009
+ className: "hfl-absolute hfl-top-1/2 hfl-left-1/2 hfl-p-4 hfl-bg-white hfl-rounded-lg hfl-shadow-lg hfl-z-[9999999999] hfl-flex hfl-flex-col hfl-gap-2 hfl-transform hfl--translate-x-1/2 hfl--translate-y-1/2",
23010
23010
  ref: S,
23011
23011
  children: [
23012
23012
  /* @__PURE__ */ K.jsx(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.114",
4
+ "version": "1.0.115",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",