gearboxdownloadmodal 1.0.32 → 1.0.34

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/index.es.js CHANGED
@@ -4120,7 +4120,7 @@ const Di = ({ typeOfProduct: e }) => /* @__PURE__ */ y.jsxs("div", { className:
4120
4120
  // px-5
4121
4121
  paddingRight: "1.25rem",
4122
4122
  // px-5
4123
- gap: "0.25rem"
4123
+ gap: "1rem"
4124
4124
  // gap-1
4125
4125
  },
4126
4126
  children: [
@@ -4164,7 +4164,26 @@ const Di = ({ typeOfProduct: e }) => /* @__PURE__ */ y.jsxs("div", { className:
4164
4164
  "button",
4165
4165
  {
4166
4166
  onClick: r,
4167
- className: `flex h-10 items-center justify-center rounded-md border border-gray-300 p-1 text-sm ${t}`,
4167
+ className: t,
4168
+ style: {
4169
+ display: "flex",
4170
+ // flex
4171
+ height: "40px",
4172
+ // h-10 (10 * 4)
4173
+ alignItems: "center",
4174
+ // items-center
4175
+ justifyContent: "center",
4176
+ // justify-center
4177
+ borderRadius: "0.375rem",
4178
+ // rounded-md (rounded to 6px)
4179
+ border: "1px solid lightgray",
4180
+ // border border-gray-300
4181
+ padding: "0.25rem",
4182
+ // p-1 (1 * 0.25)
4183
+ fontSize: "0.875rem",
4184
+ // text-sm (14px)
4185
+ width: 200
4186
+ },
4168
4187
  disabled: n,
4169
4188
  children: e
4170
4189
  }