@nurihaus/web-design-system 1.1.26 → 1.1.27
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,6 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
1
2
|
interface ComposerProps extends React.HTMLAttributes<HTMLElement> {
|
|
2
3
|
children?: React.ReactNode;
|
|
3
4
|
}
|
|
4
|
-
declare const Composer:
|
|
5
|
+
declare const Composer: React.ForwardRefExoticComponent<ComposerProps & React.RefAttributes<HTMLElement>>;
|
|
5
6
|
export type { ComposerProps };
|
|
6
7
|
export default Composer;
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nurihaus/web-design-system",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.27",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "nurilounge-admin-design-system",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
|
-
"module": "dist/index.esm.js",
|
|
8
7
|
"types": "dist/index.d.ts",
|
|
9
8
|
"files": [
|
|
10
9
|
"dist",
|