genesys-spark-chart-components 4.184.0 → 4.184.2
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-zwwsNDiE.js → color-palette-CSbpIyGt.js} +1 -1
- 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 +16 -13
- package/dist/esm/{color-palette-nEOKzHKn.js → color-palette-bl_T2-D5.js} +1 -1
- 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 +16 -13
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-b3c57308.entry.js → p-474f9fab.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-da8027c0.entry.js → p-56fd8378.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-e381857f.entry.js → p-86d32341.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-7df5a51c.entry.js → p-872028fa.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-dc096cf0.entry.js → p-8cdb0c55.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/p-b28a7c71.entry.js +11 -0
- package/dist/genesys-chart-webcomponents/{p-nEOKzHKn.js → p-bl_T2-D5.js} +1 -1
- package/package.json +6 -6
- package/dist/genesys-chart-webcomponents/p-5197fa30.entry.js +0 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
var t="4.184.
|
|
1
|
+
var t="4.184.2";const e=[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 n(){const t=window.newrelic;if(t){for(let o=0;o<20;o++){if(0==e.length)return void setTimeout(n,3e4);const o=e.shift();t.addPageAction(o.name,Object.assign(Object.assign({},o.metadata),{queueDepth:e.length}))}setTimeout(n,3e4)}}let o=!1;function a(a,r){window.newrelic&&(o||(o=!0,n()),document.contains(a)&&e.push({name:"spark-component",metadata:Object.assign(Object.assign({},r),{component:a.tagName.toLowerCase(),version:t})}))}const r=["#203B73","#1DA8B3","#75A8FF","#8452CF","#B5B5EB","#CC3EBE","#5E5782","#FF8FDD","#868C1E","#DDD933"],s="#596373",i="#596373";export{s as D,r as V,i as a,a as t}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-chart-components",
|
|
3
|
-
"version": "4.184.
|
|
3
|
+
"version": "4.184.2",
|
|
4
4
|
"description": "Common chart webcomponents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/stencil-wrapper.js",
|
|
@@ -46,17 +46,16 @@
|
|
|
46
46
|
"types": "dist/types/index.d.ts",
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@redsift/d3-rs-intl": "^0.4.0",
|
|
49
|
-
"genesys-spark-utils": "file:../genesys-spark-utils",
|
|
50
49
|
"vega": "5.31.0",
|
|
51
50
|
"vega-embed": "6.29.0",
|
|
52
51
|
"vega-lite": "5.23.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@babel/core": "^7.28.
|
|
56
|
-
"@babel/preset-env": "^7.28.
|
|
54
|
+
"@babel/core": "^7.28.5",
|
|
55
|
+
"@babel/preset-env": "^7.28.5",
|
|
57
56
|
"@stencil/core": "4.36.3",
|
|
58
57
|
"@stencil/react-output-target": "^0.5.3",
|
|
59
|
-
"@stencil/sass": "^3.2.
|
|
58
|
+
"@stencil/sass": "^3.2.3",
|
|
60
59
|
"@types/jest": "^30.0.0",
|
|
61
60
|
"axe-core": "^4.11.0",
|
|
62
61
|
"axe-live": "^1.0.1",
|
|
@@ -64,6 +63,7 @@
|
|
|
64
63
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
65
64
|
"file-loader": "^6.2.0",
|
|
66
65
|
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
66
|
+
"genesys-spark-utils": "file:../genesys-spark-utils",
|
|
67
67
|
"glob": "^11.0.3",
|
|
68
68
|
"globals": "^16.4.0",
|
|
69
69
|
"handlebars": "^4.7.8",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"jest-environment-jsdom": "^30.2.0",
|
|
73
73
|
"jest-junit": "^16.0.0",
|
|
74
74
|
"jest-stencil-runner": "^0.0.9",
|
|
75
|
-
"lint-staged": "^16.2.
|
|
75
|
+
"lint-staged": "^16.2.6",
|
|
76
76
|
"node-fetch": "^3.3.2",
|
|
77
77
|
"npm-run-all": "^4.1.5",
|
|
78
78
|
"postcss-html": "^1.8.0",
|