@moser-inc/moser-labs-react 7.1.1 → 7.1.3
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.js +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -29,7 +29,7 @@ import { InputTextarea } from "primereact/inputtextarea";
|
|
|
29
29
|
import { Panel } from "primereact/panel";
|
|
30
30
|
//#endregion
|
|
31
31
|
//#region src/constants/app.ts
|
|
32
|
-
const VERSION = "7.1.
|
|
32
|
+
const VERSION = "7.1.3";
|
|
33
33
|
//#endregion
|
|
34
34
|
//#region src/lib/head/headContext.tsx
|
|
35
35
|
const head = createHead();
|
|
@@ -284,7 +284,7 @@ const LabsButton = (props) => {
|
|
|
284
284
|
const { severity, icon, iconClassName, text = false, outlined = false, rounded = false, iconOnly = false, size, type = "button", label, disabled, className, children, ...rest } = props;
|
|
285
285
|
return /* @__PURE__ */ jsx(Button, {
|
|
286
286
|
icon: useMemo(() => icon ? /* @__PURE__ */ jsx("i", { className: clsx(icon, iconClassName) }) : null, [icon, iconClassName]),
|
|
287
|
-
className: clsx(className,
|
|
287
|
+
className: clsx(className, {
|
|
288
288
|
[`p-button-${severity}`]: severity,
|
|
289
289
|
"p-button-text": text,
|
|
290
290
|
"p-button-outlined": outlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moser-inc/moser-labs-react",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.3",
|
|
4
4
|
"description": "React components for the Moser Labs suite of applications.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Moser Consulting",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@analytics/mixpanel": "^0.4.0",
|
|
39
|
-
"@moser-inc/moser-labs-custom-elements": "3.1.
|
|
39
|
+
"@moser-inc/moser-labs-custom-elements": "3.1.5",
|
|
40
40
|
"@react-hookz/web": "^25.2.0",
|
|
41
41
|
"analytics": "^0.8.19",
|
|
42
42
|
"clsx": "^2.1.1",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@hookform/resolvers": "^5.2.2",
|
|
50
50
|
"@moser-inc/eslint-config-react": "^5.1.5",
|
|
51
|
-
"@moser-inc/moser-labs-themes": "1.4.
|
|
52
|
-
"@moser-inc/unocss-preset-moser-labs": "6.3.
|
|
51
|
+
"@moser-inc/moser-labs-themes": "1.4.3",
|
|
52
|
+
"@moser-inc/unocss-preset-moser-labs": "6.3.7",
|
|
53
53
|
"@tsconfig/node24": "^24.0.4",
|
|
54
54
|
"@tsconfig/vite-react": "^7.0.2",
|
|
55
55
|
"@types/node": "~24.10.15",
|