@oliasoft-open-source/react-ui-library 3.0.5 → 3.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10715,7 +10715,7 @@ const Actions = (props) => {
10715
10715
  if (!hidden2) {
10716
10716
  if (action2.childComponent && React__default.isValidElement(action2.childComponent)) {
10717
10717
  return /* @__PURE__ */ jsx(Button$1, {
10718
- colored: "muted",
10718
+ colored: action2.primary ? true : "muted",
10719
10719
  round: true,
10720
10720
  basic: true,
10721
10721
  small: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.0.5",
3
+ "version": "3.1.0",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",