@stenajs-webui/core 23.9.0 → 23.11.0

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.
@@ -10,6 +10,7 @@ export interface TextAreaElementProps extends Omit<ComponentPropsWithoutRef<"tex
10
10
  }
11
11
  export type DivProps = ComponentPropsWithoutRef<"div">;
12
12
  export type SpanProps = ComponentPropsWithoutRef<"span">;
13
+ export type ParagraphElementProps = ComponentPropsWithoutRef<"p">;
13
14
  export type H1Props = ComponentPropsWithoutRef<"h1">;
14
15
  export type ButtonElementProps = ComponentPropsWithoutRef<"button">;
15
16
  export type LabelElementProps = ComponentPropsWithoutRef<"label">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stenajs-webui/core",
3
- "version": "23.9.0",
3
+ "version": "23.11.0",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "author": "mattias800",
@@ -63,9 +63,9 @@
63
63
  "files": [
64
64
  "dist"
65
65
  ],
66
- "gitHead": "d2781dfee99023095e5d01f108d73219e1bbf1de",
66
+ "gitHead": "779894b9952b32dc8545abc51fb1c127e476800e",
67
67
  "dependencies": {
68
- "@stenajs-webui/theme": "23.9.0",
68
+ "@stenajs-webui/theme": "23.11.0",
69
69
  "classnames": "^2.5.1",
70
70
  "lodash-es": "^4.17.21"
71
71
  },