@bigbinary/neetoui 6.0.5-beta → 6.1.0
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/index.cjs.js +2 -2
- package/index.cjs.js.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -30506,7 +30506,7 @@ var Popover = function Popover(_ref) {
|
|
|
30506
30506
|
theme: theme,
|
|
30507
30507
|
arrow: true,
|
|
30508
30508
|
interactive: true,
|
|
30509
|
-
className: classnames$1("neeto-ui-popover",
|
|
30509
|
+
className: classnames$1("neeto-ui-popover", className),
|
|
30510
30510
|
content: children
|
|
30511
30511
|
}, otherProps));
|
|
30512
30512
|
};
|
|
@@ -36061,7 +36061,7 @@ var Table = function Table(_ref) {
|
|
|
36061
36061
|
headerColor: "rgb(var(--neeto-ui-gray-700))",
|
|
36062
36062
|
headerFilterHoverBg: "rgb(var(--neeto-ui-gray-100))",
|
|
36063
36063
|
headerSortActiveBg: "rgb(var(--neeto-ui-gray-200))",
|
|
36064
|
-
headerSortHoverBg: "rgb(var(--neeto-ui-gray-
|
|
36064
|
+
headerSortHoverBg: "rgb(var(--neeto-ui-gray-100))",
|
|
36065
36065
|
headerSplitColor: "rgb(var(--neeto-ui-gray-200))",
|
|
36066
36066
|
rowExpandedBg: "rgb(var(--neeto-ui-gray-200))",
|
|
36067
36067
|
rowHoverBg: "rgb(var(--neeto-ui-gray-100))",
|