@hybr1d-tech/charizard 2.3.11 → 2.3.12
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/hybr1d-ui.js +2 -2
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -10413,8 +10413,8 @@ function ph({
|
|
|
10413
10413
|
style: {
|
|
10414
10414
|
backgroundColor: r1[e].bg,
|
|
10415
10415
|
borderColor: r1[e].color,
|
|
10416
|
-
gap: l === "show-more" && !o ? 0 : "16px"
|
|
10417
|
-
opacity:
|
|
10416
|
+
gap: l === "show-more" && !o ? 0 : "16px"
|
|
10417
|
+
// opacity: actionType === ALERT_ACTION_TYPES.SHOW_MORE && !showMore ? '0.5' : '1',
|
|
10418
10418
|
},
|
|
10419
10419
|
children: [
|
|
10420
10420
|
/* @__PURE__ */ a.jsxs("div", { className: $0.alertHeader, children: [
|