@ahmadmubarak98/namozaj 1.16.12 → 1.16.14

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/namozaj.js +11 -18
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -14360,6 +14360,9 @@ const Bf = P1(/* @__PURE__ */ S("path", {
14360
14360
  },
14361
14361
  ...c.bgColor && {
14362
14362
  paddingRight: "0 !important"
14363
+ },
14364
+ ...(l.bgColor || c.bgColor) && {
14365
+ overflow: "hidden"
14363
14366
  }
14364
14367
  },
14365
14368
  startAdornment: l.content ? /* @__PURE__ */ S(
@@ -14370,12 +14373,9 @@ const Bf = P1(/* @__PURE__ */ S("path", {
14370
14373
  ...l.bgColor && {
14371
14374
  bgcolor: l.bgColor,
14372
14375
  px: 1.5,
14373
- ml: "1px",
14374
14376
  mr: 1,
14375
- my: "1px",
14376
14377
  alignSelf: "stretch",
14377
- maxHeight: "none",
14378
- borderRadius: "4px 0 0 4px"
14378
+ maxHeight: "none"
14379
14379
  },
14380
14380
  ...l.separator && {
14381
14381
  borderRight: "1px solid",
@@ -14395,12 +14395,9 @@ const Bf = P1(/* @__PURE__ */ S("path", {
14395
14395
  ...c.bgColor && {
14396
14396
  bgcolor: c.bgColor,
14397
14397
  px: 1.5,
14398
- mr: "1px",
14399
14398
  ml: 1,
14400
- my: "1px",
14401
14399
  alignSelf: "stretch",
14402
- maxHeight: "none",
14403
- borderRadius: "0 4px 4px 0"
14400
+ maxHeight: "none"
14404
14401
  },
14405
14402
  ...c.separator && {
14406
14403
  borderLeft: "1px solid",
@@ -51874,8 +51871,7 @@ const zoe = ({
51874
51871
  /* @__PURE__ */ S(
51875
51872
  A0,
51876
51873
  {
51877
- component: "label",
51878
- htmlFor: e,
51874
+ component: "span",
51879
51875
  sx: { color: "#2f80ed", fontWeight: 600, cursor: "pointer" },
51880
51876
  children: A
51881
51877
  }
@@ -52207,6 +52203,9 @@ const zoe = ({
52207
52203
  },
52208
52204
  ...z.bgColor && {
52209
52205
  paddingRight: "0 !important"
52206
+ },
52207
+ ...(f.bgColor || z.bgColor) && {
52208
+ overflow: "hidden"
52210
52209
  }
52211
52210
  },
52212
52211
  startAdornment: f.content ? /* @__PURE__ */ S(
@@ -52217,12 +52216,9 @@ const zoe = ({
52217
52216
  ...f.bgColor && {
52218
52217
  bgcolor: f.bgColor,
52219
52218
  px: 1.5,
52220
- ml: "1px",
52221
52219
  mr: 1,
52222
- my: "1px",
52223
52220
  alignSelf: "stretch",
52224
- maxHeight: "none",
52225
- borderRadius: "4px 0 0 4px"
52221
+ maxHeight: "none"
52226
52222
  },
52227
52223
  ...f.separator && {
52228
52224
  borderRight: "1px solid",
@@ -52242,12 +52238,9 @@ const zoe = ({
52242
52238
  ...z.bgColor && {
52243
52239
  bgcolor: z.bgColor,
52244
52240
  px: 1.5,
52245
- mr: "1px",
52246
52241
  ml: 1,
52247
- my: "1px",
52248
52242
  alignSelf: "stretch",
52249
- maxHeight: "none",
52250
- borderRadius: "0 4px 4px 0"
52243
+ maxHeight: "none"
52251
52244
  },
52252
52245
  ...z.separator && {
52253
52246
  borderLeft: "1px solid",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.16.12",
4
+ "version": "1.16.14",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",