@embedreach/components 0.1.29 → 0.1.30

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.
@@ -36189,13 +36189,14 @@ const MultiSelect = React.forwardRef(
36189
36189
  modal: modalPopover,
36190
36190
  children: [
36191
36191
  /* @__PURE__ */ jsx(PopoverTrigger, { asChild: true, children: /* @__PURE__ */ jsx(
36192
- Button$1,
36192
+ "button",
36193
36193
  {
36194
+ type: "button",
36194
36195
  ref,
36195
36196
  ...props,
36196
36197
  onClick: handleTogglePopover,
36197
36198
  className: cn$1(
36198
- "flex w-full p-1 rounded-md border min-h-10 h-auto items-center justify-between bg-white hover:bg-gray-50 [&_svg]:pointer-events-auto data-[state=open]:bg-gray-50",
36199
+ "flex w-full p-1 rounded-md border min-h-9 h-auto items-center justify-between bg-white hover:bg-gray-50 [&_svg]:pointer-events-auto data-[state=open]:bg-gray-50",
36199
36200
  className2
36200
36201
  ),
36201
36202
  children: selectedValues.length > 0 ? /* @__PURE__ */ jsxs("div", { className: "flex justify-between items-center w-full", children: [
package/dist/index.umd.js CHANGED
@@ -36206,13 +36206,14 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
36206
36206
  modal: modalPopover,
36207
36207
  children: [
36208
36208
  /* @__PURE__ */ jsxRuntime.jsx(PopoverTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(
36209
- Button$2,
36209
+ "button",
36210
36210
  {
36211
+ type: "button",
36211
36212
  ref,
36212
36213
  ...props,
36213
36214
  onClick: handleTogglePopover,
36214
36215
  className: cn$1(
36215
- "flex w-full p-1 rounded-md border min-h-10 h-auto items-center justify-between bg-white hover:bg-gray-50 [&_svg]:pointer-events-auto data-[state=open]:bg-gray-50",
36216
+ "flex w-full p-1 rounded-md border min-h-9 h-auto items-center justify-between bg-white hover:bg-gray-50 [&_svg]:pointer-events-auto data-[state=open]:bg-gray-50",
36216
36217
  className2
36217
36218
  ),
36218
36219
  children: selectedValues.length > 0 ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-between items-center w-full", children: [
package/dist/styles.css CHANGED
@@ -993,12 +993,12 @@ video {
993
993
  .max-h-screen {
994
994
  max-height: 100vh;
995
995
  }
996
- .min-h-10 {
997
- min-height: 2.5rem;
998
- }
999
996
  .min-h-6 {
1000
997
  min-height: 1.5rem;
1001
998
  }
999
+ .min-h-9 {
1000
+ min-height: 2.25rem;
1001
+ }
1002
1002
  .min-h-\[100vh\] {
1003
1003
  min-height: 100vh;
1004
1004
  }
@@ -4720,12 +4720,12 @@ video {
4720
4720
  .max-h-screen {
4721
4721
  max-height: 100vh;
4722
4722
  }
4723
- .min-h-10 {
4724
- min-height: 2.5rem;
4725
- }
4726
4723
  .min-h-6 {
4727
4724
  min-height: 1.5rem;
4728
4725
  }
4726
+ .min-h-9 {
4727
+ min-height: 2.25rem;
4728
+ }
4729
4729
  .min-h-\[100vh\] {
4730
4730
  min-height: 100vh;
4731
4731
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedreach/components",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",