@leapdevuk/component-toolbox 0.0.19 → 0.0.20
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -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
|
]
|