@clickhouse/click-ui 0.0.211 → 0.0.212
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.
|
@@ -8944,8 +8944,8 @@ const GenericMenuItem = pt.div.withConfig({
|
|
|
8944
8944
|
font: ${theme2.click.genericMenu.item.typography.label.active};
|
|
8945
8945
|
}
|
|
8946
8946
|
&[data-disabled] {
|
|
8947
|
-
|
|
8948
|
-
color:${theme2.
|
|
8947
|
+
// TODO use theme.click.genericMenu.item.color.text.disabled after it's fixed https://github.com/ClickHouse/click-ui/issues/621
|
|
8948
|
+
color:${theme2.global.color.text.disabled};
|
|
8949
8949
|
font: ${theme2.click.genericMenu.item.typography.label.disabled};
|
|
8950
8950
|
pointer-events: none;
|
|
8951
8951
|
}
|
|
@@ -8960,8 +8960,8 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
8960
8960
|
font: ${theme2.click.genericMenu.item.typography.label.active};
|
|
8961
8961
|
}
|
|
8962
8962
|
&[data-disabled] {
|
|
8963
|
-
|
|
8964
|
-
color:${theme2.
|
|
8963
|
+
// TODO use theme.click.genericMenu.item.color.text.disabled after it's fixed https://github.com/ClickHouse/click-ui/issues/621
|
|
8964
|
+
color:${theme2.global.color.text.disabled};
|
|
8965
8965
|
font: ${theme2.click.genericMenu.item.typography.label.disabled};
|
|
8966
8966
|
pointer-events: none;
|
|
8967
8967
|
}
|
package/dist/click-ui.es.js
CHANGED
|
@@ -7748,8 +7748,8 @@ const GenericMenuItem = styled.div.withConfig({
|
|
|
7748
7748
|
font: ${theme2.click.genericMenu.item.typography.label.active};
|
|
7749
7749
|
}
|
|
7750
7750
|
&[data-disabled] {
|
|
7751
|
-
|
|
7752
|
-
color:${theme2.
|
|
7751
|
+
// TODO use theme.click.genericMenu.item.color.text.disabled after it's fixed https://github.com/ClickHouse/click-ui/issues/621
|
|
7752
|
+
color:${theme2.global.color.text.disabled};
|
|
7753
7753
|
font: ${theme2.click.genericMenu.item.typography.label.disabled};
|
|
7754
7754
|
pointer-events: none;
|
|
7755
7755
|
}
|
package/dist/click-ui.umd.js
CHANGED
|
@@ -7763,8 +7763,8 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
7763
7763
|
font: ${theme2.click.genericMenu.item.typography.label.active};
|
|
7764
7764
|
}
|
|
7765
7765
|
&[data-disabled] {
|
|
7766
|
-
|
|
7767
|
-
color:${theme2.
|
|
7766
|
+
// TODO use theme.click.genericMenu.item.color.text.disabled after it's fixed https://github.com/ClickHouse/click-ui/issues/621
|
|
7767
|
+
color:${theme2.global.color.text.disabled};
|
|
7768
7768
|
font: ${theme2.click.genericMenu.item.typography.label.disabled};
|
|
7769
7769
|
pointer-events: none;
|
|
7770
7770
|
}
|