@oliasoft-open-source/react-ui-library 3.3.14 → 3.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14358,7 +14358,7 @@ const Drawer = ({
14358
14358
  });
14359
14359
  };
14360
14360
  Drawer.defaultProps = {
14361
- background: "transparent",
14361
+ background: "var(--color-background-raised)",
14362
14362
  fixed: false,
14363
14363
  open: false,
14364
14364
  setOpen: void 0,
@@ -26927,7 +26927,7 @@ const CustomSelect = ({
26927
26927
  }
26928
26928
  }
26929
26929
  };
26930
- return /* @__PURE__ */ jsx("span", {
26930
+ return /* @__PURE__ */ jsx("div", {
26931
26931
  style: {
26932
26932
  width: getTriggerWidth()
26933
26933
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.3.14",
3
+ "version": "3.3.16",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {