@qualcomm-ui/qds-core 1.9.2 → 1.9.3

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,2 +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);
1
+ "use strict";var s=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var p=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var Q=(o,e)=>{for(var d in e)s(o,d,{get:e[d],enumerable:!0})},y=(o,e,d,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of p(e))!a.call(o,t)&&t!==d&&s(o,t,{get:()=>e[t],enumerable:!(r=n(e,t))||r.enumerable});return o};var f=o=>y(s({},"__esModule",{value:!0}),o);var h={};Q(h,{QdsBrand:()=>m,QdsTheme:()=>c});module.exports=f(h);var m={DRAGONWING:"dragonwing",QUALCOMM:"qualcomm",SNAPDRAGON:"snapdragon"},c={DARK:"dark",LIGHT:"light"};
2
2
  //# sourceMappingURL=index.cjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
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"]
3
+ "sources": ["../../src/theme/index.ts", "../../src/theme/theme.types.ts"],
4
+ "sourcesContent": ["export * from \"./theme.types\"\n", "// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nexport const QdsBrand = {\n DRAGONWING: \"dragonwing\",\n QUALCOMM: \"qualcomm\",\n SNAPDRAGON: \"snapdragon\",\n} as const\n\nexport type QdsBrand = (typeof QdsBrand)[keyof typeof QdsBrand]\n\nexport const QdsTheme = {\n DARK: \"dark\",\n LIGHT: \"light\",\n} as const\n\nexport type QdsTheme = (typeof QdsTheme)[keyof typeof QdsTheme]\n"],
5
+ "mappings": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,aAAAC,IAAA,eAAAC,EAAAJ,GCGO,IAAMK,EAAW,CACtB,WAAY,aACZ,SAAU,WACV,WAAY,YACd,EAIaC,EAAW,CACtB,KAAM,OACN,MAAO,OACT",
6
+ "names": ["theme_exports", "__export", "QdsBrand", "QdsTheme", "__toCommonJS", "QdsBrand", "QdsTheme"]
7
7
  }
@@ -1,2 +1,2 @@
1
- export type * from "./theme.types";
1
+ export * from "./theme.types";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,eAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
@@ -1 +1,2 @@
1
+ var e={DRAGONWING:"dragonwing",QUALCOMM:"qualcomm",SNAPDRAGON:"snapdragon"},o={DARK:"dark",LIGHT:"light"};export{e as QdsBrand,o as QdsTheme};
1
2
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": [],
4
- "sourcesContent": [],
5
- "mappings": "",
6
- "names": []
3
+ "sources": ["../../src/theme/theme.types.ts"],
4
+ "sourcesContent": ["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nexport const QdsBrand = {\n DRAGONWING: \"dragonwing\",\n QUALCOMM: \"qualcomm\",\n SNAPDRAGON: \"snapdragon\",\n} as const\n\nexport type QdsBrand = (typeof QdsBrand)[keyof typeof QdsBrand]\n\nexport const QdsTheme = {\n DARK: \"dark\",\n LIGHT: \"light\",\n} as const\n\nexport type QdsTheme = (typeof QdsTheme)[keyof typeof QdsTheme]\n"],
5
+ "mappings": "AAGO,IAAMA,EAAW,CACtB,WAAY,aACZ,SAAU,WACV,WAAY,YACd,EAIaC,EAAW,CACtB,KAAM,OACN,MAAO,OACT",
6
+ "names": ["QdsBrand", "QdsTheme"]
7
7
  }