@livechat/design-system-react-components 2.27.0 → 2.27.1
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 +1 -1
- package/dist/index.js +11 -6
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2492,6 +2492,7 @@ const Mi = (e) => {
|
|
|
2492
2492
|
ref: g,
|
|
2493
2493
|
className: u(
|
|
2494
2494
|
Qe[`${dt}__content-wrapper__nav-bar-wrapper`],
|
|
2495
|
+
"lc-dark-theme",
|
|
2495
2496
|
s,
|
|
2496
2497
|
{
|
|
2497
2498
|
[Qe[`${dt}__content-wrapper__nav-bar-wrapper--open`]]: y
|
|
@@ -2940,12 +2941,16 @@ const pn = "lc-Badge-module__badge___ZbEBU", gn = "lc-Badge-module__badge__dot__
|
|
|
2940
2941
|
T(v({
|
|
2941
2942
|
tabIndex: l ? -1 : 0,
|
|
2942
2943
|
"aria-label": a,
|
|
2943
|
-
className: u(
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2944
|
+
className: u(
|
|
2945
|
+
Wt[`${Kt}__button`],
|
|
2946
|
+
{
|
|
2947
|
+
[Wt[`${Kt}__button--active`]]: n,
|
|
2948
|
+
[Wt[`${Kt}__button--opacity`]]: _,
|
|
2949
|
+
[Wt[`${Kt}__button--disabled`]]: l,
|
|
2950
|
+
[Wt[`${Kt}__button--mobile`]]: f
|
|
2951
|
+
},
|
|
2952
|
+
"lc-dark-theme"
|
|
2953
|
+
),
|
|
2949
2954
|
onClick: (g) => !l && s(g, e),
|
|
2950
2955
|
href: o
|
|
2951
2956
|
}, c), {
|