@ahmadmubarak98/namozaj 1.16.12 → 1.16.13
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/namozaj.js +10 -16
- 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",
|
|
@@ -52207,6 +52204,9 @@ const zoe = ({
|
|
|
52207
52204
|
},
|
|
52208
52205
|
...z.bgColor && {
|
|
52209
52206
|
paddingRight: "0 !important"
|
|
52207
|
+
},
|
|
52208
|
+
...(f.bgColor || z.bgColor) && {
|
|
52209
|
+
overflow: "hidden"
|
|
52210
52210
|
}
|
|
52211
52211
|
},
|
|
52212
52212
|
startAdornment: f.content ? /* @__PURE__ */ S(
|
|
@@ -52217,12 +52217,9 @@ const zoe = ({
|
|
|
52217
52217
|
...f.bgColor && {
|
|
52218
52218
|
bgcolor: f.bgColor,
|
|
52219
52219
|
px: 1.5,
|
|
52220
|
-
ml: "1px",
|
|
52221
52220
|
mr: 1,
|
|
52222
|
-
my: "1px",
|
|
52223
52221
|
alignSelf: "stretch",
|
|
52224
|
-
maxHeight: "none"
|
|
52225
|
-
borderRadius: "4px 0 0 4px"
|
|
52222
|
+
maxHeight: "none"
|
|
52226
52223
|
},
|
|
52227
52224
|
...f.separator && {
|
|
52228
52225
|
borderRight: "1px solid",
|
|
@@ -52242,12 +52239,9 @@ const zoe = ({
|
|
|
52242
52239
|
...z.bgColor && {
|
|
52243
52240
|
bgcolor: z.bgColor,
|
|
52244
52241
|
px: 1.5,
|
|
52245
|
-
mr: "1px",
|
|
52246
52242
|
ml: 1,
|
|
52247
|
-
my: "1px",
|
|
52248
52243
|
alignSelf: "stretch",
|
|
52249
|
-
maxHeight: "none"
|
|
52250
|
-
borderRadius: "0 4px 4px 0"
|
|
52244
|
+
maxHeight: "none"
|
|
52251
52245
|
},
|
|
52252
52246
|
...z.separator && {
|
|
52253
52247
|
borderLeft: "1px solid",
|