@krosoft/react 0.0.186 → 0.0.187
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.
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as MenubarPrimitive from "@radix-ui/react-menubar";
|
|
3
|
-
declare const MenubarMenu: {
|
|
4
|
-
(
|
|
5
|
-
|
|
6
|
-
}): React.JSX.Element;
|
|
7
|
-
displayName: string;
|
|
8
|
-
};
|
|
3
|
+
declare const MenubarMenu: (props: MenubarPrimitive.MenubarMenuProps & {
|
|
4
|
+
__scopeMenubar?: import("@radix-ui/react-context").Scope;
|
|
5
|
+
}) => React.JSX.Element;
|
|
9
6
|
declare const MenubarGroup: React.ForwardRefExoticComponent<MenubarPrimitive.MenubarGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
7
|
declare const MenubarPortal: React.FC<MenubarPrimitive.MenubarPortalProps>;
|
|
11
8
|
declare const MenubarSub: React.FC<MenubarPrimitive.MenubarSubProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menubar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/menubar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAK5D,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"menubar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/menubar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAK5D,QAAA,MAAM,WAAW;;uBAAwB,CAAC;AAE1C,QAAA,MAAM,YAAY,2GAAyB,CAAC;AAE5C,QAAA,MAAM,aAAa,+CAA0B,CAAC;AAE9C,QAAA,MAAM,UAAU,4CAAuB,CAAC;AAExC,QAAA,MAAM,iBAAiB,gHAA8B,CAAC;AAEtD,QAAA,MAAM,OAAO,yJAIZ,CAAC;AAGF,QAAA,MAAM,cAAc,sKAWnB,CAAC;AAGF,QAAA,MAAM,iBAAiB;YAGX,OAAO;wCAejB,CAAC;AAGH,QAAA,MAAM,iBAAiB,mKAYrB,CAAC;AAGH,QAAA,MAAM,cAAc,gKAgBnB,CAAC;AAGF,QAAA,MAAM,WAAW;YAGL,OAAO;wCAYjB,CAAC;AAGH,QAAA,MAAM,mBAAmB,qKAoBvB,CAAC;AAGH,QAAA,MAAM,gBAAgB,kKAmBpB,CAAC;AAGH,QAAA,MAAM,YAAY;YAGN,OAAO;wCAIjB,CAAC;AAGH,QAAA,MAAM,gBAAgB,kKAGwH,CAAC;AAG/I,QAAA,MAAM,eAAe;8BAA6B,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;;CAEtF,CAAC;AAGF,OAAO,EACL,OAAO,EACP,WAAW,EACX,cAAc,EACd,cAAc,EACd,WAAW,EACX,gBAAgB,EAChB,YAAY,EACZ,mBAAmB,EACnB,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,EACb,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,UAAU,EACV,eAAe,GAChB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@krosoft/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.187",
|
|
4
4
|
"description": "Krosoft shared React package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@krosoft/core": ">=0.0.1",
|
|
34
34
|
"next-themes": ">=0.4.6",
|
|
35
|
-
"react": ">=19.2.
|
|
36
|
-
"react-i18next": ">=17.0.
|
|
37
|
-
"react-router-dom": ">=7.18.
|
|
35
|
+
"react": ">=19.2.8",
|
|
36
|
+
"react-i18next": ">=17.0.11",
|
|
37
|
+
"react-router-dom": ">=7.18.2"
|
|
38
38
|
},
|
|
39
39
|
"peerDependenciesMeta": {
|
|
40
40
|
"next-themes": {
|
|
@@ -45,45 +45,45 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@hookform/resolvers": "^5.
|
|
49
|
-
"@radix-ui/react-accordion": "^1.2.
|
|
50
|
-
"@radix-ui/react-alert-dialog": "^1.1.
|
|
51
|
-
"@radix-ui/react-aspect-ratio": "^1.1.
|
|
52
|
-
"@radix-ui/react-avatar": "^1.2.
|
|
53
|
-
"@radix-ui/react-checkbox": "^1.3.
|
|
54
|
-
"@radix-ui/react-collapsible": "^1.1.
|
|
55
|
-
"@radix-ui/react-context-menu": "^2.3.
|
|
56
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
57
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
58
|
-
"@radix-ui/react-hover-card": "^1.1.
|
|
59
|
-
"@radix-ui/react-label": "^2.1.
|
|
60
|
-
"@radix-ui/react-menubar": "^1.1.
|
|
61
|
-
"@radix-ui/react-navigation-menu": "^1.2.
|
|
62
|
-
"@radix-ui/react-popover": "^1.1.
|
|
63
|
-
"@radix-ui/react-progress": "^1.1.
|
|
64
|
-
"@radix-ui/react-radio-group": "^1.4.
|
|
65
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
66
|
-
"@radix-ui/react-select": "^2.3.
|
|
67
|
-
"@radix-ui/react-separator": "^1.1.
|
|
68
|
-
"@radix-ui/react-slider": "^1.4.
|
|
69
|
-
"@radix-ui/react-slot": "^1.3.
|
|
70
|
-
"@radix-ui/react-switch": "^1.3.
|
|
71
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
72
|
-
"@radix-ui/react-toast": "^1.2.
|
|
73
|
-
"@radix-ui/react-toggle": "^1.1.
|
|
74
|
-
"@radix-ui/react-toggle-group": "^1.1.
|
|
75
|
-
"@radix-ui/react-tooltip": "^1.2.
|
|
48
|
+
"@hookform/resolvers": "^5.7.1",
|
|
49
|
+
"@radix-ui/react-accordion": "^1.2.20",
|
|
50
|
+
"@radix-ui/react-alert-dialog": "^1.1.23",
|
|
51
|
+
"@radix-ui/react-aspect-ratio": "^1.1.15",
|
|
52
|
+
"@radix-ui/react-avatar": "^1.2.6",
|
|
53
|
+
"@radix-ui/react-checkbox": "^1.3.11",
|
|
54
|
+
"@radix-ui/react-collapsible": "^1.1.20",
|
|
55
|
+
"@radix-ui/react-context-menu": "^2.3.7",
|
|
56
|
+
"@radix-ui/react-dialog": "^1.1.23",
|
|
57
|
+
"@radix-ui/react-dropdown-menu": "^2.1.24",
|
|
58
|
+
"@radix-ui/react-hover-card": "^1.1.23",
|
|
59
|
+
"@radix-ui/react-label": "^2.1.15",
|
|
60
|
+
"@radix-ui/react-menubar": "^1.1.24",
|
|
61
|
+
"@radix-ui/react-navigation-menu": "^1.2.22",
|
|
62
|
+
"@radix-ui/react-popover": "^1.1.23",
|
|
63
|
+
"@radix-ui/react-progress": "^1.1.16",
|
|
64
|
+
"@radix-ui/react-radio-group": "^1.4.7",
|
|
65
|
+
"@radix-ui/react-scroll-area": "^1.2.18",
|
|
66
|
+
"@radix-ui/react-select": "^2.3.7",
|
|
67
|
+
"@radix-ui/react-separator": "^1.1.15",
|
|
68
|
+
"@radix-ui/react-slider": "^1.4.7",
|
|
69
|
+
"@radix-ui/react-slot": "^1.3.3",
|
|
70
|
+
"@radix-ui/react-switch": "^1.3.7",
|
|
71
|
+
"@radix-ui/react-tabs": "^1.1.21",
|
|
72
|
+
"@radix-ui/react-toast": "^1.2.23",
|
|
73
|
+
"@radix-ui/react-toggle": "^1.1.18",
|
|
74
|
+
"@radix-ui/react-toggle-group": "^1.1.19",
|
|
75
|
+
"@radix-ui/react-tooltip": "^1.2.16",
|
|
76
76
|
"class-variance-authority": "^0.7.1",
|
|
77
77
|
"clsx": "^2.1.1",
|
|
78
78
|
"cmdk": "^1.1.1",
|
|
79
79
|
"date-fns": "^4.4.0",
|
|
80
80
|
"embla-carousel-react": "^8.6.0",
|
|
81
81
|
"input-otp": "^1.4.2",
|
|
82
|
-
"lucide-react": "^1.
|
|
82
|
+
"lucide-react": "^1.29.0",
|
|
83
83
|
"react-day-picker": "^10.0.1",
|
|
84
|
-
"react-hook-form": "^7.
|
|
84
|
+
"react-hook-form": "^7.84.0",
|
|
85
85
|
"react-resizable-panels": "^4.12.2",
|
|
86
|
-
"recharts": "^3.
|
|
86
|
+
"recharts": "^3.10.1",
|
|
87
87
|
"sonner": "^2.0.7",
|
|
88
88
|
"tailwind-merge": "^2.6.1",
|
|
89
89
|
"tailwindcss-animate": "^1.0.7",
|
|
@@ -95,24 +95,24 @@
|
|
|
95
95
|
"@krosoft/tooling-eslint-react": "^0.0.26",
|
|
96
96
|
"@krosoft/tooling-prettier": "^0.0.18",
|
|
97
97
|
"@krosoft/tooling-tsconfig-react": "^0.0.10",
|
|
98
|
-
"@storybook/addon-docs": "^10.5.
|
|
99
|
-
"@storybook/addon-themes": "^10.5.
|
|
100
|
-
"@storybook/react-vite": "^10.5.
|
|
98
|
+
"@storybook/addon-docs": "^10.5.7",
|
|
99
|
+
"@storybook/addon-themes": "^10.5.7",
|
|
100
|
+
"@storybook/react-vite": "^10.5.7",
|
|
101
101
|
"@testing-library/dom": "^10.4.1",
|
|
102
102
|
"@testing-library/react": "^16.3.2",
|
|
103
103
|
"@types/node": "^25.9.5",
|
|
104
|
-
"@types/react": "^19.2.
|
|
105
|
-
"@types/react-dom": "^19.2.
|
|
104
|
+
"@types/react": "^19.2.18",
|
|
105
|
+
"@types/react-dom": "^19.2.4",
|
|
106
106
|
"autoprefixer": "^10.5.4",
|
|
107
107
|
"eslint-plugin-storybook": "10.5.7",
|
|
108
108
|
"jsdom": "^30.0.1",
|
|
109
109
|
"next-themes": "^0.4.6",
|
|
110
110
|
"prettier": "^3.9.6",
|
|
111
|
-
"react": "^19.2.
|
|
112
|
-
"react-dom": "^19.2.
|
|
113
|
-
"react-i18next": "^17.0.
|
|
114
|
-
"react-router-dom": "^7.18.
|
|
115
|
-
"storybook": "^10.5.
|
|
111
|
+
"react": "^19.2.8",
|
|
112
|
+
"react-dom": "^19.2.8",
|
|
113
|
+
"react-i18next": "^17.0.11",
|
|
114
|
+
"react-router-dom": "^7.18.2",
|
|
115
|
+
"storybook": "^10.5.7",
|
|
116
116
|
"tailwindcss": "^3.4.19",
|
|
117
117
|
"tsc-alias": "^1.9.1",
|
|
118
118
|
"typescript": "^5.9.3",
|