@moser-inc/moser-labs-react 3.0.1 → 3.0.2
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/moser-labs-react.css +1 -1
- package/dist/moser-labs-react.js +2723 -2723
- package/dist/src/components/FieldContainer/FieldContainer.d.ts +1 -1
- package/dist/src/components/FieldContainer/FieldContainerLabel.d.ts +1 -1
- package/dist/src/components/FieldContainer/FieldContainerMessage.d.ts +1 -1
- package/dist/src/components/LabsMain.d.ts +1 -1
- package/dist/src/utils/animations.d.ts +1 -1
- package/package.json +5 -5
|
@@ -4,4 +4,4 @@ export interface LabsMainProps extends ComponentProps<'main'> {
|
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
item?: DirectoryValue;
|
|
6
6
|
}
|
|
7
|
-
export declare const LabsMain: ({ item, children, ...rest }: LabsMainProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const LabsMain: ({ item, className, children, ...rest }: LabsMainProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { MotionProps } from '
|
|
1
|
+
import { MotionProps } from 'motion/react';
|
|
2
2
|
export declare const slideYFadeAnimation: MotionProps;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moser-inc/moser-labs-react",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "React components for the Moser Labs suite of applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@analytics/mixpanel": "^0.4.0",
|
|
47
47
|
"@hookform/resolvers": "^5.0.1",
|
|
48
|
-
"@moser-inc/moser-labs-custom-elements": "2.3.
|
|
48
|
+
"@moser-inc/moser-labs-custom-elements": "2.3.7",
|
|
49
49
|
"@react-hookz/web": "^25.1.1",
|
|
50
50
|
"analytics": "^0.8.16",
|
|
51
51
|
"clsx": "^2.1.1",
|
|
52
52
|
"dayjs": "^1.11.13",
|
|
53
|
-
"
|
|
54
|
-
"js-sha256": "^0.11.0",
|
|
53
|
+
"js-sha256": "^0.11.1",
|
|
55
54
|
"keycloak-js": "23.0.3",
|
|
56
55
|
"lodash": "^4.17.21",
|
|
57
56
|
"mixpanel-browser": "^2.65.0",
|
|
57
|
+
"motion": "^12.15.0",
|
|
58
58
|
"react-helmet-async": "^2.0.5",
|
|
59
59
|
"react-hook-form": "^7.56.4",
|
|
60
60
|
"react-idle-timer": "^5.7.2",
|
|
61
|
-
"zod": "^3.25.
|
|
61
|
+
"zod": "^3.25.30"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@moser-inc/eslint-config-react": "^4.0.1",
|