@leapdevuk/component-toolbox 0.0.19 → 0.0.21
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +7 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -740,7 +740,7 @@ const Ul = ({
|
|
|
740
740
|
"& .MuiInputBase-input": {
|
|
741
741
|
borderLeft: "1px solid rgba(0, 0, 0, 0.23)",
|
|
742
742
|
color: "#000",
|
|
743
|
-
|
|
743
|
+
height: "16px",
|
|
744
744
|
textAlign: "end"
|
|
745
745
|
}
|
|
746
746
|
},
|
|
@@ -8365,7 +8365,12 @@ const Rl = ({
|
|
|
8365
8365
|
onClick: () => {
|
|
8366
8366
|
l && l();
|
|
8367
8367
|
},
|
|
8368
|
-
children: /* @__PURE__ */ b.jsx(
|
|
8368
|
+
children: /* @__PURE__ */ b.jsx(
|
|
8369
|
+
nn,
|
|
8370
|
+
{
|
|
8371
|
+
style: { color: "#ffffff", height: 20 }
|
|
8372
|
+
}
|
|
8373
|
+
)
|
|
8369
8374
|
}
|
|
8370
8375
|
) })
|
|
8371
8376
|
]
|