@gisce/react-ooui 1.2.1-rc.0 → 1.2.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/react-ooui.es.js
CHANGED
|
@@ -10809,7 +10809,7 @@ function Yd(e) {
|
|
|
10809
10809
|
},
|
|
10810
10810
|
children: [/* @__PURE__ */ n("div", {
|
|
10811
10811
|
style: {
|
|
10812
|
-
color:
|
|
10812
|
+
color: a.colorPrimaryActive,
|
|
10813
10813
|
userSelect: "none",
|
|
10814
10814
|
height: 40,
|
|
10815
10815
|
display: "flex",
|
|
@@ -10817,7 +10817,8 @@ function Yd(e) {
|
|
|
10817
10817
|
alignItems: "center",
|
|
10818
10818
|
paddingLeft: 5,
|
|
10819
10819
|
paddingRight: 5,
|
|
10820
|
-
marginBottom: 2
|
|
10820
|
+
marginBottom: 2,
|
|
10821
|
+
fontWeight: o ? 500 : "normal"
|
|
10821
10822
|
},
|
|
10822
10823
|
children: t
|
|
10823
10824
|
}), /* @__PURE__ */ n("div", {
|
|
@@ -10830,7 +10831,7 @@ function Yd(e) {
|
|
|
10830
10831
|
},
|
|
10831
10832
|
children: /* @__PURE__ */ n(Ht, {
|
|
10832
10833
|
style: {
|
|
10833
|
-
color:
|
|
10834
|
+
color: a.colorPrimaryActive
|
|
10834
10835
|
},
|
|
10835
10836
|
onClick: (c) => {
|
|
10836
10837
|
c.stopPropagation(), r(i);
|