@qualcomm-ui/react 1.0.5 → 1.1.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.
@@ -0,0 +1,2 @@
1
+ export * from "./kbd";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/kbd/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA"}
@@ -0,0 +1,2 @@
1
+ import{jsx as t}from"react/jsx-runtime";import{getQdsKbdBindings as e}from"@qualcomm-ui/qds-core/kbd";import{normalizeProps as i}from"@qualcomm-ui/react-core/machine";import{PolymorphicElement as p}from"@qualcomm-ui/react-core/system";import{mergeProps as n}from"@qualcomm-ui/utils/merge-props";function c({children:r,...o}){let m=n(e(i),o);return t(p,{as:"div",...m,children:r})}export{c as Kbd};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/kbd/kbd.tsx"],
4
+ "sourcesContent": ["import { jsx } from \"react/jsx-runtime\";\nimport { getQdsKbdBindings } from \"@qualcomm-ui/qds-core/kbd\";\nimport { normalizeProps } from \"@qualcomm-ui/react-core/machine\";\nimport { PolymorphicElement } from \"@qualcomm-ui/react-core/system\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nexport function Kbd({\n children,\n ...props\n}) {\n const mergedProps = mergeProps(getQdsKbdBindings(normalizeProps), props);\n return /* @__PURE__ */jsx(PolymorphicElement, {\n as: \"div\",\n ...mergedProps,\n children\n });\n}"],
5
+ "mappings": "AAAA,OAAS,OAAAA,MAAW,oBACpB,OAAS,qBAAAC,MAAyB,4BAClC,OAAS,kBAAAC,MAAsB,kCAC/B,OAAS,sBAAAC,MAA0B,iCACnC,OAAS,cAAAC,MAAkB,iCACpB,SAASC,EAAI,CAClB,SAAAC,EACA,GAAGC,CACL,EAAG,CACD,IAAMC,EAAcJ,EAAWH,EAAkBC,CAAc,EAAGK,CAAK,EACvE,OAAsBP,EAAIG,EAAoB,CAC5C,GAAI,MACJ,GAAGK,EACH,SAAAF,CACF,CAAC,CACH",
6
+ "names": ["jsx", "getQdsKbdBindings", "normalizeProps", "PolymorphicElement", "mergeProps", "Kbd", "children", "props", "mergedProps"]
7
+ }
@@ -0,0 +1,6 @@
1
+ import type { ReactElement } from "react";
2
+ import { type ElementRenderProp } from "@qualcomm-ui/react-core/system";
3
+ export interface KbdProps extends ElementRenderProp<"div"> {
4
+ }
5
+ export declare function Kbd({ children, ...props }: KbdProps): ReactElement;
6
+ //# sourceMappingURL=kbd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kbd.d.ts","sourceRoot":"","sources":["../../src/kbd/kbd.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAIvC,OAAO,EACL,KAAK,iBAAiB,EAEvB,MAAM,gCAAgC,CAAA;AAGvC,MAAM,WAAW,QAAS,SAAQ,iBAAiB,CAAC,KAAK,CAAC;CAAG;AAE7D,wBAAgB,GAAG,CAAC,EAAC,QAAQ,EAAE,GAAG,KAAK,EAAC,EAAE,QAAQ,GAAG,YAAY,CAQhE"}