genesys-spark-chart-components 4.118.0 → 4.119.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.
- package/dist/cjs/{color-palette-73729ebd.js → color-palette-f6443e0c.js} +3 -4
- package/dist/cjs/gux-chart-column-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-line-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-visualization-beta.cjs.entry.js +1 -1
- package/dist/esm/{color-palette-825cfa86.js → color-palette-7ac8a54e.js} +3 -4
- package/dist/esm/gux-chart-column-beta.entry.js +1 -1
- package/dist/esm/gux-chart-donut-beta.entry.js +1 -1
- package/dist/esm/gux-chart-line-beta.entry.js +1 -1
- package/dist/esm/gux-chart-pie-beta.entry.js +1 -1
- package/dist/esm/gux-chart-scatter-plot-beta.entry.js +1 -1
- package/dist/esm/gux-visualization-beta.entry.js +1 -1
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-90667e1b.entry.js → p-18cc7993.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-b7d71476.entry.js → p-52c0b734.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-80c6c9b1.entry.js → p-6b6034dc.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-1ad842dd.entry.js → p-76e11cad.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-5f45d3a9.entry.js → p-9c4197d7.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-4c66da4f.entry.js → p-aefbcea6.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-c0f2d392.js → p-f652102e.js} +1 -1
- package/dist/stencil-wrapper.js +1 -1
- package/dist/types/stencil-wrapper.d.ts +1 -1
- package/dist/types/utils/tracking/usage.d.ts +6 -2
- package/package.json +3 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
const t="4.
|
|
1
|
+
const t="4.119.0",e=20,n=3e4,o=[function(t){const[e,n,...o]=t.split(".");return{name:"spark-library",metadata:{fullVersion:`${e}.${n}.${o.join(".")}`,majorVersion:e,minorVersion:`${e}.${n}`}}}(t)];function a(){const t=window.newrelic;if(t){for(let s=0;s<e;s++){if(0==o.length)return void setTimeout(a,n);const e=o.shift();t.addPageAction(e.name,Object.assign(Object.assign({},e.metadata),{queueDepth:o.length}))}setTimeout(a,n)}}let s=!1;function i(e,n){window.newrelic&&(s||(s=!0,a()),document.contains(e)&&o.push({name:"spark-component",metadata:Object.assign(Object.assign({},n),{component:e.tagName.toLowerCase(),version:t})}))}const r=["#203B73","#1DA8B3","#75A8FF","#8452CF","#B5B5EB","#CC3EBE","#5E5782","#FF8FDD","#868C1E","#DDD933"],c="#596373",m="#596373";export{c as D,r as V,m as a,i as t}
|
package/dist/stencil-wrapper.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { defineCustomElements } from '../dist/loader';
|
|
9
9
|
// Value templated out during build process (see scripts/wrap-stencil.js)
|
|
10
|
-
export const CHART_COMPONENT_ASSETS_PATH = '/spark-components/build-assets/4.
|
|
10
|
+
export const CHART_COMPONENT_ASSETS_PATH = '/spark-components/build-assets/4.119.0-544/chart/genesys-chart-webcomponents/';
|
|
11
11
|
// Default domain to load assets from
|
|
12
12
|
const DEFAULT_DOMAIN = 'app.mypurecloud.com';
|
|
13
13
|
// List of Genesys UI domains
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CHART_COMPONENT_ASSETS_PATH = "/spark-components/build-assets/4.
|
|
1
|
+
export declare const CHART_COMPONENT_ASSETS_PATH = "/spark-components/build-assets/4.119.0-544/chart/genesys-chart-webcomponents/";
|
|
2
2
|
export declare function registerElements(): void;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
interface NewRelicBrowser {
|
|
2
|
+
addPageAction: (name: string, metadata: {
|
|
3
|
+
[key: string]: string | number;
|
|
4
|
+
}) => void;
|
|
5
|
+
}
|
|
2
6
|
interface LibraryEvent {
|
|
3
7
|
name: 'spark-library';
|
|
4
8
|
metadata: {
|
|
@@ -21,7 +25,7 @@ export declare function trackAction(element: HTMLElement, action: string, action
|
|
|
21
25
|
export declare function getVersionEvent(packageInfoVersion: string): LibraryEvent;
|
|
22
26
|
declare global {
|
|
23
27
|
interface Window {
|
|
24
|
-
newrelic?:
|
|
28
|
+
newrelic?: NewRelicBrowser;
|
|
25
29
|
}
|
|
26
30
|
}
|
|
27
31
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-chart-components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.119.0",
|
|
4
4
|
"description": "Common chart webcomponents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/stencil-wrapper.js",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"@stencil/react-output-target": "^0.5.3",
|
|
65
65
|
"@stencil/sass": "^3.0.12",
|
|
66
66
|
"@types/jest": "^29.5.14",
|
|
67
|
-
"@types/new-relic-browser": "^0.1118.2",
|
|
68
67
|
"@types/puppeteer": "^5.4.7",
|
|
69
68
|
"axe-core": "^4.10.2",
|
|
70
69
|
"axe-live": "^1.0.1",
|
|
@@ -73,7 +72,7 @@
|
|
|
73
72
|
"file-loader": "^6.2.0",
|
|
74
73
|
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
75
74
|
"glob": "^11.0.1",
|
|
76
|
-
"globals": "^15.
|
|
75
|
+
"globals": "^15.15.0",
|
|
77
76
|
"handlebars": "^4.7.8",
|
|
78
77
|
"inquirer": "^12.4.1",
|
|
79
78
|
"jest": "^29.7.0",
|
|
@@ -98,7 +97,7 @@
|
|
|
98
97
|
"stylelint": "^16.14.1",
|
|
99
98
|
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
|
|
100
99
|
"stylelint-config-html": "^1.1.0",
|
|
101
|
-
"stylelint-config-recess-order": "^
|
|
100
|
+
"stylelint-config-recess-order": "^6.0.0",
|
|
102
101
|
"stylelint-config-standard": "^36.0.1",
|
|
103
102
|
"stylelint-scss": "^6.11.0",
|
|
104
103
|
"ts-loader": "^9.5.2",
|