@stackframe/stack 2.4.22 → 2.4.23
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/CHANGELOG.md +9 -0
- package/dist/components-core-joy/text.d.mts +2 -2
- package/dist/components-core-joy/text.d.ts +2 -2
- package/dist/esm/lib/stack-app.js +2 -2
- package/dist/esm/lib/stack-app.js.map +1 -1
- package/dist/lib/stack-app.js +2 -2
- package/dist/lib/stack-app.js.map +1 -1
- package/dist/providers/joy-provider.d.mts +2 -2
- package/dist/providers/joy-provider.d.ts +2 -2
- package/package.json +3 -3
|
@@ -19,8 +19,8 @@ declare const defaultComponents: {
|
|
|
19
19
|
Input: React$1.ForwardRefExoticComponent<Omit<Omit<Omit<React$1.InputHTMLAttributes<HTMLInputElement> & Pick<React$1.HTMLProps<HTMLInputElement>, "ref">, "ref"> & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
|
|
20
20
|
Text: React$1.ForwardRefExoticComponent<Omit<Omit<Omit<{
|
|
21
21
|
variant?: "primary" | "secondary" | "warning" | "success" | undefined;
|
|
22
|
-
as?: "
|
|
23
|
-
size?: "
|
|
22
|
+
as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | undefined;
|
|
23
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
24
24
|
} & Omit<React$1.HTMLProps<HTMLParagraphElement>, "size">, "ref"> & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
25
25
|
Separator: React$1.ForwardRefExoticComponent<Omit<Omit<Omit<_radix_ui_react_separator.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
26
26
|
Tabs: React$1.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_tabs.TabsProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -19,8 +19,8 @@ declare const defaultComponents: {
|
|
|
19
19
|
Input: React$1.ForwardRefExoticComponent<Omit<Omit<Omit<React$1.InputHTMLAttributes<HTMLInputElement> & Pick<React$1.HTMLProps<HTMLInputElement>, "ref">, "ref"> & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
|
|
20
20
|
Text: React$1.ForwardRefExoticComponent<Omit<Omit<Omit<{
|
|
21
21
|
variant?: "primary" | "secondary" | "warning" | "success" | undefined;
|
|
22
|
-
as?: "
|
|
23
|
-
size?: "
|
|
22
|
+
as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | undefined;
|
|
23
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
24
24
|
} & Omit<React$1.HTMLProps<HTMLParagraphElement>, "size">, "ref"> & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
25
25
|
Separator: React$1.ForwardRefExoticComponent<Omit<Omit<Omit<_radix_ui_react_separator.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
26
26
|
Tabs: React$1.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_tabs.TabsProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackframe/stack",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.23",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"server-only": "^0.0.1",
|
|
50
50
|
"styled-components": "^6.1.8",
|
|
51
51
|
"yup": "^1.4.0",
|
|
52
|
-
"@stackframe/stack-sc": "2.4.
|
|
53
|
-
"@stackframe/stack-shared": "2.4.
|
|
52
|
+
"@stackframe/stack-sc": "2.4.23",
|
|
53
|
+
"@stackframe/stack-shared": "2.4.23"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@mui/joy": "^5.0.0-beta.30",
|