@stenajs-webui/core 19.0.0-next.50 → 19.0.0-next.52

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.
@@ -15,6 +15,7 @@ export declare type ButtonElementProps = ComponentPropsWithoutRef<"button">;
15
15
  export declare type LabelElementProps = ComponentPropsWithoutRef<"label">;
16
16
  export declare type InputElementProps = ComponentPropsWithoutRef<"input">;
17
17
  export declare type AnchorElementProps = ComponentPropsWithoutRef<"a">;
18
+ export declare type SelectElementProps = ComponentPropsWithoutRef<"select">;
18
19
  export interface WithInnerRef<TInputElement> {
19
20
  innerRef?: Ref<TInputElement>;
20
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stenajs-webui/core",
3
- "version": "19.0.0-next.50",
3
+ "version": "19.0.0-next.52",
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": "fa2d6b59ff3aad91a1e5ff0b8b09af66cecc08c1",
60
+ "gitHead": "c70bc388fe569b02a9bff882c8f374acfbafdabb",
61
61
  "dependencies": {
62
62
  "@emotion/is-prop-valid": "^1.1.0",
63
- "@stenajs-webui/theme": "19.0.0-next.50",
63
+ "@stenajs-webui/theme": "19.0.0-next.52",
64
64
  "classnames": "^2.3.1"
65
65
  }
66
66
  }