@stenajs-webui/core 19.0.0-next.26 → 19.0.0-next.28
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.
|
@@ -12,6 +12,7 @@ export declare type DivProps = ComponentPropsWithoutRef<"div">;
|
|
|
12
12
|
export declare type SpanProps = ComponentPropsWithoutRef<"span">;
|
|
13
13
|
export declare type H1Props = ComponentPropsWithoutRef<"h1">;
|
|
14
14
|
export declare type ButtonElementProps = ComponentPropsWithoutRef<"button">;
|
|
15
|
+
export declare type LabelElementProps = ComponentPropsWithoutRef<"label">;
|
|
15
16
|
export declare type InputElementProps = ComponentPropsWithoutRef<"input">;
|
|
16
17
|
export declare type AnchorElementProps = ComponentPropsWithoutRef<"a">;
|
|
17
18
|
export interface WithInnerRef<TInputElement> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/core",
|
|
3
|
-
"version": "19.0.0-next.
|
|
3
|
+
"version": "19.0.0-next.28",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"files": [
|
|
58
58
|
"dist"
|
|
59
59
|
],
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "beca9576dfe1a47d6aaf5122585c227bcad75383",
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@emotion/is-prop-valid": "^1.1.0",
|
|
63
|
-
"@stenajs-webui/theme": "19.0.0-next.
|
|
63
|
+
"@stenajs-webui/theme": "19.0.0-next.28",
|
|
64
64
|
"classnames": "^2.3.1"
|
|
65
65
|
}
|
|
66
66
|
}
|