@qualcomm-ui/qds-core 1.6.1 → 1.7.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
+ "use strict";var o=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var s=(t,e,r,m)=>{if(e&&typeof e=="object"||typeof e=="function")for(let p of f(e))!h.call(t,p)&&p!==r&&o(t,p,{get:()=>e[p],enumerable:!(m=y(e,p))||m.enumerable});return t};var x=t=>s(o({},"__esModule",{value:!0}),t);var a={};module.exports=x(a);
2
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/theme/index.ts"],
4
+ "sourcesContent": ["export type * from \"./theme.types\"\n"],
5
+ "mappings": "+WAAA,IAAAA,EAAA,kBAAAC,EAAAD",
6
+ "names": ["theme_exports", "__toCommonJS"]
7
+ }
@@ -0,0 +1,2 @@
1
+ export type * from "./theme.types";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,eAAe,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -0,0 +1,12 @@
1
+ export declare const QdsBrand: {
2
+ readonly DRAGONWING: "dragonwing";
3
+ readonly QUALCOMM: "qualcomm";
4
+ readonly SNAPDRAGON: "snapdragon";
5
+ };
6
+ export type QdsBrand = (typeof QdsBrand)[keyof typeof QdsBrand];
7
+ export declare const QdsTheme: {
8
+ readonly DARK: "dark";
9
+ readonly LIGHT: "light";
10
+ };
11
+ export type QdsTheme = (typeof QdsTheme)[keyof typeof QdsTheme];
12
+ //# sourceMappingURL=theme.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.types.d.ts","sourceRoot":"","sources":["../../src/theme/theme.types.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;CAIX,CAAA;AAEV,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAA;AAE/D,eAAO,MAAM,QAAQ;;;CAGX,CAAA;AAEV,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAA"}