@qualcomm-ui/react 1.5.0 → 1.5.1
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
1
|
import type { ReactElement, ReactNode } from "react";
|
|
2
2
|
import { type ElementRenderProp, type IdProp } from "@qualcomm-ui/react-core/system";
|
|
3
|
-
|
|
3
|
+
import type { ComponentDataAttributes } from "@qualcomm-ui/utils/attributes";
|
|
4
|
+
export interface CheckboxControlProps extends IdProp, ElementRenderProp<"div">, ComponentDataAttributes {
|
|
4
5
|
/**
|
|
5
6
|
* React {@link https://react.dev/learn/passing-props-to-a-component#passing-jsx-as-children children} prop.
|
|
6
7
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-control.d.ts","sourceRoot":"","sources":["../../src/checkbox/checkbox-control.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAE,SAAS,EAAC,MAAM,OAAO,CAAA;AAGlD,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,MAAM,EAEZ,MAAM,gCAAgC,CAAA;
|
|
1
|
+
{"version":3,"file":"checkbox-control.d.ts","sourceRoot":"","sources":["../../src/checkbox/checkbox-control.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAE,SAAS,EAAC,MAAM,OAAO,CAAA;AAGlD,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,MAAM,EAEZ,MAAM,gCAAgC,CAAA;AACvC,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,+BAA+B,CAAA;AAM1E,MAAM,WAAW,oBACf,SAAQ,MAAM,EACZ,iBAAiB,CAAC,KAAK,CAAC,EACxB,uBAAuB;IACzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,EAC9B,QAAgC,EAChC,EAAE,EACF,GAAG,KAAK,EACT,EAAE,oBAAoB,GAAG,YAAY,CAcrC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { ComponentPropsWithRef, ReactElement } from "react";
|
|
2
2
|
import type { IdProp } from "@qualcomm-ui/react-core/system";
|
|
3
|
-
|
|
3
|
+
import type { ComponentDataAttributes } from "@qualcomm-ui/utils/attributes";
|
|
4
|
+
export interface TextInputInputProps extends ComponentPropsWithRef<"input">, ComponentDataAttributes, IdProp {
|
|
4
5
|
}
|
|
5
6
|
/**
|
|
6
7
|
* The text input element. Renders an `<input>` element.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-input-input.d.ts","sourceRoot":"","sources":["../../src/text-input/text-input-input.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,qBAAqB,EAAE,YAAY,EAAC,MAAM,OAAO,CAAA;AAG9D,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,gCAAgC,CAAA;
|
|
1
|
+
{"version":3,"file":"text-input-input.d.ts","sourceRoot":"","sources":["../../src/text-input/text-input-input.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,qBAAqB,EAAE,YAAY,EAAC,MAAM,OAAO,CAAA;AAG9D,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,gCAAgC,CAAA;AAE1D,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,+BAA+B,CAAA;AAG1E,MAAM,WAAW,mBACf,SAAQ,qBAAqB,CAAC,OAAO,CAAC,EACpC,uBAAuB,EACvB,MAAM;CAAG;AAEb;;GAEG;AACH,wBAAgB,cAAc,CAAC,EAC7B,EAAE,EACF,GAAG,KAAK,EACT,EAAE,mBAAmB,GAAG,YAAY,CAYpC"}
|