genesys-spark-chart-components 4.188.1 → 4.188.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.
Files changed (42) hide show
  1. package/dist/cjs/{color-palette-BAYEKNyY.js → color-palette-Vmg2LQJ1.js} +1 -1
  2. package/dist/cjs/genesys-chart-webcomponents.cjs.js +3 -3
  3. package/dist/cjs/gux-chart-column-beta.cjs.entry.js +2 -2
  4. package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +2 -2
  5. package/dist/cjs/gux-chart-line-beta.cjs.entry.js +2 -2
  6. package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +2 -2
  7. package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +2 -2
  8. package/dist/cjs/gux-visualization-beta.cjs.entry.js +2303 -2230
  9. package/dist/cjs/{index-Db4-7Uyl.js → index-DEg9dZRu.js} +77 -22
  10. package/dist/cjs/loader.cjs.js +2 -2
  11. package/dist/collection/collection-manifest.json +2 -2
  12. package/dist/collection/components/beta/gux-chart-column/gux-chart-column.js +18 -21
  13. package/dist/collection/components/beta/gux-chart-donut/gux-chart-donut.js +32 -35
  14. package/dist/collection/components/beta/gux-chart-line/gux-chart-line.js +26 -28
  15. package/dist/collection/components/beta/gux-chart-pie/gux-chart-pie.js +14 -16
  16. package/dist/collection/components/beta/gux-chart-scatter-plot/gux-chart-scatter-plot.js +22 -24
  17. package/dist/collection/components/beta/gux-visualization/gux-visualization.js +4 -6
  18. package/dist/collection/test/mocks/vega-embed.js +13 -0
  19. package/dist/collection/test/mocks/vega.js +2 -0
  20. package/dist/esm/{color-palette-BeXqrzDD.js → color-palette-CjGZZVKW.js} +1 -1
  21. package/dist/esm/genesys-chart-webcomponents.js +4 -4
  22. package/dist/esm/gux-chart-column-beta.entry.js +2 -2
  23. package/dist/esm/gux-chart-donut-beta.entry.js +2 -2
  24. package/dist/esm/gux-chart-line-beta.entry.js +2 -2
  25. package/dist/esm/gux-chart-pie-beta.entry.js +2 -2
  26. package/dist/esm/gux-chart-scatter-plot-beta.entry.js +2 -2
  27. package/dist/esm/gux-visualization-beta.entry.js +2303 -2230
  28. package/dist/esm/{index-DohbbG4E.js → index-WPqt-wWR.js} +77 -22
  29. package/dist/esm/loader.js +3 -3
  30. package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
  31. package/dist/genesys-chart-webcomponents/{p-ad47e6b4.entry.js → p-0783e454.entry.js} +1 -1
  32. package/dist/genesys-chart-webcomponents/{p-d88dbecf.entry.js → p-6b482b95.entry.js} +1 -1
  33. package/dist/genesys-chart-webcomponents/p-85cae9cf.entry.js +11 -0
  34. package/dist/genesys-chart-webcomponents/{p-b5a16a43.entry.js → p-9daaf9d3.entry.js} +1 -1
  35. package/dist/genesys-chart-webcomponents/{p-BeXqrzDD.js → p-CjGZZVKW.js} +1 -1
  36. package/dist/genesys-chart-webcomponents/p-WPqt-wWR.js +2 -0
  37. package/dist/genesys-chart-webcomponents/{p-8e816dd9.entry.js → p-b71cd732.entry.js} +1 -1
  38. package/dist/genesys-chart-webcomponents/{p-fbd6af28.entry.js → p-cfb4e3dc.entry.js} +1 -1
  39. package/dist/types/stencil-public-runtime.d.ts +49 -2
  40. package/package.json +5 -5
  41. package/dist/genesys-chart-webcomponents/p-66a082d9.entry.js +0 -11
  42. package/dist/genesys-chart-webcomponents/p-DohbbG4E.js +0 -2
@@ -142,7 +142,6 @@ export class GuxScatterPlotChart {
142
142
  return {
143
143
  "labelColor": {
144
144
  "type": "string",
145
- "attribute": "label-color",
146
145
  "mutable": false,
147
146
  "complexType": {
148
147
  "original": "string",
@@ -158,11 +157,11 @@ export class GuxScatterPlotChart {
158
157
  "getter": false,
159
158
  "setter": false,
160
159
  "reflect": false,
160
+ "attribute": "label-color",
161
161
  "defaultValue": "VisualizationColorUtil.DEFAULT_LABEL_COLOR"
162
162
  },
163
163
  "domainColor": {
164
164
  "type": "string",
165
- "attribute": "domain-color",
166
165
  "mutable": false,
167
166
  "complexType": {
168
167
  "original": "string",
@@ -178,11 +177,11 @@ export class GuxScatterPlotChart {
178
177
  "getter": false,
179
178
  "setter": false,
180
179
  "reflect": false,
180
+ "attribute": "domain-color",
181
181
  "defaultValue": "VisualizationColorUtil.DEFAULT_DOMAIN_COLOR"
182
182
  },
183
183
  "chartData": {
184
184
  "type": "unknown",
185
- "attribute": "chart-data",
186
185
  "mutable": false,
187
186
  "complexType": {
188
187
  "original": "Record<string, any>",
@@ -205,7 +204,6 @@ export class GuxScatterPlotChart {
205
204
  },
206
205
  "xTickLabelSlant": {
207
206
  "type": "boolean",
208
- "attribute": "x-tick-label-slant",
209
207
  "mutable": false,
210
208
  "complexType": {
211
209
  "original": "boolean",
@@ -220,11 +218,11 @@ export class GuxScatterPlotChart {
220
218
  },
221
219
  "getter": false,
222
220
  "setter": false,
223
- "reflect": false
221
+ "reflect": false,
222
+ "attribute": "x-tick-label-slant"
224
223
  },
225
224
  "includeLegend": {
226
225
  "type": "boolean",
227
- "attribute": "include-legend",
228
226
  "mutable": false,
229
227
  "complexType": {
230
228
  "original": "boolean",
@@ -239,11 +237,11 @@ export class GuxScatterPlotChart {
239
237
  },
240
238
  "getter": false,
241
239
  "setter": false,
242
- "reflect": false
240
+ "reflect": false,
241
+ "attribute": "include-legend"
243
242
  },
244
243
  "legendPosition": {
245
244
  "type": "string",
246
- "attribute": "legend-position",
247
245
  "mutable": false,
248
246
  "complexType": {
249
247
  "original": "| 'left'\n | 'right'\n | 'top'\n | 'bottom'\n | 'top-left'\n | 'top-right'\n | 'bottom-left'\n | 'bottom-right'\n | 'none'",
@@ -259,11 +257,11 @@ export class GuxScatterPlotChart {
259
257
  "getter": false,
260
258
  "setter": false,
261
259
  "reflect": false,
260
+ "attribute": "legend-position",
262
261
  "defaultValue": "'right'"
263
262
  },
264
263
  "xFieldName": {
265
264
  "type": "string",
266
- "attribute": "x-field-name",
267
265
  "mutable": false,
268
266
  "complexType": {
269
267
  "original": "string",
@@ -278,11 +276,11 @@ export class GuxScatterPlotChart {
278
276
  },
279
277
  "getter": false,
280
278
  "setter": false,
281
- "reflect": false
279
+ "reflect": false,
280
+ "attribute": "x-field-name"
282
281
  },
283
282
  "xAxisTitle": {
284
283
  "type": "string",
285
- "attribute": "x-axis-title",
286
284
  "mutable": false,
287
285
  "complexType": {
288
286
  "original": "string",
@@ -297,11 +295,11 @@ export class GuxScatterPlotChart {
297
295
  },
298
296
  "getter": false,
299
297
  "setter": false,
300
- "reflect": false
298
+ "reflect": false,
299
+ "attribute": "x-axis-title"
301
300
  },
302
301
  "yFieldName": {
303
302
  "type": "string",
304
- "attribute": "y-field-name",
305
303
  "mutable": false,
306
304
  "complexType": {
307
305
  "original": "string",
@@ -316,11 +314,11 @@ export class GuxScatterPlotChart {
316
314
  },
317
315
  "getter": false,
318
316
  "setter": false,
319
- "reflect": false
317
+ "reflect": false,
318
+ "attribute": "y-field-name"
320
319
  },
321
320
  "yAxisTitle": {
322
321
  "type": "string",
323
- "attribute": "y-axis-title",
324
322
  "mutable": false,
325
323
  "complexType": {
326
324
  "original": "string",
@@ -335,11 +333,11 @@ export class GuxScatterPlotChart {
335
333
  },
336
334
  "getter": false,
337
335
  "setter": false,
338
- "reflect": false
336
+ "reflect": false,
337
+ "attribute": "y-axis-title"
339
338
  },
340
339
  "legendTitle": {
341
340
  "type": "string",
342
- "attribute": "legend-title",
343
341
  "mutable": false,
344
342
  "complexType": {
345
343
  "original": "string",
@@ -354,11 +352,11 @@ export class GuxScatterPlotChart {
354
352
  },
355
353
  "getter": false,
356
354
  "setter": false,
357
- "reflect": false
355
+ "reflect": false,
356
+ "attribute": "legend-title"
358
357
  },
359
358
  "colorFieldName": {
360
359
  "type": "string",
361
- "attribute": "color-field-name",
362
360
  "mutable": false,
363
361
  "complexType": {
364
362
  "original": "string",
@@ -373,11 +371,11 @@ export class GuxScatterPlotChart {
373
371
  },
374
372
  "getter": false,
375
373
  "setter": false,
376
- "reflect": false
374
+ "reflect": false,
375
+ "attribute": "color-field-name"
377
376
  },
378
377
  "useShape": {
379
378
  "type": "string",
380
- "attribute": "use-shape",
381
379
  "mutable": false,
382
380
  "complexType": {
383
381
  "original": "string",
@@ -392,11 +390,11 @@ export class GuxScatterPlotChart {
392
390
  },
393
391
  "getter": false,
394
392
  "setter": false,
395
- "reflect": false
393
+ "reflect": false,
394
+ "attribute": "use-shape"
396
395
  },
397
396
  "embedOptions": {
398
397
  "type": "unknown",
399
- "attribute": "embed-options",
400
398
  "mutable": false,
401
399
  "complexType": {
402
400
  "original": "EmbedOptions",
@@ -405,7 +403,7 @@ export class GuxScatterPlotChart {
405
403
  "EmbedOptions": {
406
404
  "location": "import",
407
405
  "path": "vega-embed",
408
- "id": "../../node_modules/vega-embed/build/src/embed.d.ts::EmbedOptions"
406
+ "id": "../../node_modules/vega-embed/build/embed.d.ts::EmbedOptions"
409
407
  }
410
408
  }
411
409
  },
@@ -89,7 +89,6 @@ export class GuxVisualization {
89
89
  return {
90
90
  "visualizationSpec": {
91
91
  "type": "unknown",
92
- "attribute": "visualization-spec",
93
92
  "mutable": false,
94
93
  "complexType": {
95
94
  "original": "VisualizationSpec",
@@ -98,7 +97,7 @@ export class GuxVisualization {
98
97
  "VisualizationSpec": {
99
98
  "location": "import",
100
99
  "path": "vega-embed",
101
- "id": "../../node_modules/vega-embed/build/src/embed.d.ts::VisualizationSpec"
100
+ "id": "../../node_modules/vega-embed/build/embed.d.ts::VisualizationSpec"
102
101
  }
103
102
  }
104
103
  },
@@ -113,7 +112,6 @@ export class GuxVisualization {
113
112
  },
114
113
  "embedOptions": {
115
114
  "type": "unknown",
116
- "attribute": "embed-options",
117
115
  "mutable": false,
118
116
  "complexType": {
119
117
  "original": "EmbedOptions",
@@ -122,7 +120,7 @@ export class GuxVisualization {
122
120
  "EmbedOptions": {
123
121
  "location": "import",
124
122
  "path": "vega-embed",
125
- "id": "../../node_modules/vega-embed/build/src/embed.d.ts::EmbedOptions"
123
+ "id": "../../node_modules/vega-embed/build/embed.d.ts::EmbedOptions"
126
124
  }
127
125
  }
128
126
  },
@@ -137,7 +135,6 @@ export class GuxVisualization {
137
135
  },
138
136
  "screenreaderDescription": {
139
137
  "type": "string",
140
- "attribute": "screenreader-description",
141
138
  "mutable": false,
142
139
  "complexType": {
143
140
  "original": "string",
@@ -152,7 +149,8 @@ export class GuxVisualization {
152
149
  },
153
150
  "getter": false,
154
151
  "setter": false,
155
- "reflect": false
152
+ "reflect": false,
153
+ "attribute": "screenreader-description"
156
154
  }
157
155
  };
158
156
  }
@@ -0,0 +1,13 @@
1
+ // Mock for vega-embed
2
+ const mockResult = {
3
+ view: {
4
+ addSignalListener: jest.fn(),
5
+ finalize: jest.fn()
6
+ },
7
+ finalize: jest.fn()
8
+ };
9
+
10
+ const embed = jest.fn().mockResolvedValue(mockResult);
11
+
12
+ export default embed;
13
+ export { mockResult };
@@ -0,0 +1,2 @@
1
+ // Mock for vega
2
+ export const Spec = {};
@@ -1,4 +1,4 @@
1
- const version = "4.188.1";
1
+ const version = "4.188.2";
2
2
  var packageInfo = {
3
3
  version: version};
4
4
 
@@ -1,9 +1,9 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-DohbbG4E.js';
2
- export { s as setNonce } from './index-DohbbG4E.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-WPqt-wWR.js';
2
+ export { s as setNonce } from './index-WPqt-wWR.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.36.3 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.38.3 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
 
9
9
  var patchBrowser = () => {
@@ -17,5 +17,5 @@ var patchBrowser = () => {
17
17
 
18
18
  patchBrowser().then(async (options) => {
19
19
  await globalScripts();
20
- return bootstrapLazy([["gux-visualization-beta",[[257,"gux-visualization-beta",{"visualizationSpec":[16,"visualization-spec"],"embedOptions":[16,"embed-options"],"screenreaderDescription":[1,"screenreader-description"]}]]],["gux-chart-column-beta",[[257,"gux-chart-column-beta",{"labelColor":[1,"label-color"],"domainColor":[1,"domain-color"],"chartData":[16,"chart-data"],"xTickLabelSlant":[4,"x-tick-label-slant"],"includeLegend":[4,"include-legend"],"xFieldName":[1,"x-field-name"],"yFieldName":[1,"y-field-name"],"xAxisTitle":[1,"x-axis-title"],"yAxisTitle":[1,"y-axis-title"],"legendTitle":[1,"legend-title"],"legendPosition":[1,"legend-position"],"chartLayers":[16,"chart-layers"],"embedOptions":[16,"embed-options"]},null,{"chartData":["parseData"]}]]],["gux-chart-donut-beta",[[257,"gux-chart-donut-beta",{"chartData":[16,"chart-data"],"includeLegend":[4,"include-legend"],"legendPosition":[1,"legend-position"],"legendTitle":[1,"legend-title"],"colorFieldName":[1,"color-field-name"],"outerRadius":[2,"outer-radius"],"innerRadius":[2,"inner-radius"],"labelRadius":[2,"label-radius"],"labelField":[1,"label-field"],"gauge":[4],"centerText":[1,"center-text"],"centerSubText":[1,"center-sub-text"],"showTooltip":[4,"show-tooltip"],"tooltipOptions":[16,"tooltip-options"],"legendX":[2,"legend-x"],"legendY":[2,"legend-y"],"legendFontSize":[2,"legend-font-size"],"legendSymbolSize":[2,"legend-symbol-size"],"embedOptions":[16,"embed-options"]},null,{"chartData":["parseData"]}]]],["gux-chart-line-beta",[[257,"gux-chart-line-beta",{"labelColor":[1,"label-color"],"domainColor":[1,"domain-color"],"chartData":[16,"chart-data"],"xTickLabelSlant":[4,"x-tick-label-slant"],"includeLegend":[4,"include-legend"],"legendPosition":[1,"legend-position"],"includeDataPointMarkers":[4,"include-data-point-markers"],"xFieldName":[1,"x-field-name"],"xAxisTitle":[1,"x-axis-title"],"yFieldName":[1,"y-field-name"],"yAxisTitle":[1,"y-axis-title"],"legendTitle":[1,"legend-title"],"colorFieldName":[1,"color-field-name"],"strokeDash":[4,"stroke-dash"],"interpolation":[1],"embedOptions":[16,"embed-options"]},null,{"chartData":["parseData"]}]]],["gux-chart-pie-beta",[[257,"gux-chart-pie-beta",{"chartData":[16,"chart-data"],"includeLegend":[4,"include-legend"],"legendPosition":[1,"legend-position"],"legendTitle":[1,"legend-title"],"colorFieldName":[1,"color-field-name"],"outerRadius":[2,"outer-radius"],"labelRadius":[2,"label-radius"],"labelField":[1,"label-field"],"embedOptions":[16,"embed-options"]},null,{"chartData":["parseData"]}]]],["gux-chart-scatter-plot-beta",[[257,"gux-chart-scatter-plot-beta",{"labelColor":[1,"label-color"],"domainColor":[1,"domain-color"],"chartData":[16,"chart-data"],"xTickLabelSlant":[4,"x-tick-label-slant"],"includeLegend":[4,"include-legend"],"legendPosition":[1,"legend-position"],"xFieldName":[1,"x-field-name"],"xAxisTitle":[1,"x-axis-title"],"yFieldName":[1,"y-field-name"],"yAxisTitle":[1,"y-axis-title"],"legendTitle":[1,"legend-title"],"colorFieldName":[1,"color-field-name"],"useShape":[1,"use-shape"],"embedOptions":[16,"embed-options"]},null,{"chartData":["parseData"]}]]]], options);
20
+ return bootstrapLazy([["gux-visualization-beta",[[257,"gux-visualization-beta",{"visualizationSpec":[16],"embedOptions":[16],"screenreaderDescription":[1,"screenreader-description"]}]]],["gux-chart-column-beta",[[257,"gux-chart-column-beta",{"labelColor":[1,"label-color"],"domainColor":[1,"domain-color"],"chartData":[16],"xTickLabelSlant":[4,"x-tick-label-slant"],"includeLegend":[4,"include-legend"],"xFieldName":[1,"x-field-name"],"yFieldName":[1,"y-field-name"],"xAxisTitle":[1,"x-axis-title"],"yAxisTitle":[1,"y-axis-title"],"legendTitle":[1,"legend-title"],"legendPosition":[1,"legend-position"],"chartLayers":[16],"embedOptions":[16]},null,{"chartData":["parseData"]}]]],["gux-chart-donut-beta",[[257,"gux-chart-donut-beta",{"chartData":[16],"includeLegend":[4,"include-legend"],"legendPosition":[1,"legend-position"],"legendTitle":[1,"legend-title"],"colorFieldName":[1,"color-field-name"],"outerRadius":[2,"outer-radius"],"innerRadius":[2,"inner-radius"],"labelRadius":[2,"label-radius"],"labelField":[1,"label-field"],"gauge":[4],"centerText":[1,"center-text"],"centerSubText":[1,"center-sub-text"],"showTooltip":[4,"show-tooltip"],"tooltipOptions":[16],"legendX":[2,"legend-x"],"legendY":[2,"legend-y"],"legendFontSize":[2,"legend-font-size"],"legendSymbolSize":[2,"legend-symbol-size"],"embedOptions":[16]},null,{"chartData":["parseData"]}]]],["gux-chart-line-beta",[[257,"gux-chart-line-beta",{"labelColor":[1,"label-color"],"domainColor":[1,"domain-color"],"chartData":[16],"xTickLabelSlant":[4,"x-tick-label-slant"],"includeLegend":[4,"include-legend"],"legendPosition":[1,"legend-position"],"includeDataPointMarkers":[4,"include-data-point-markers"],"xFieldName":[1,"x-field-name"],"xAxisTitle":[1,"x-axis-title"],"yFieldName":[1,"y-field-name"],"yAxisTitle":[1,"y-axis-title"],"legendTitle":[1,"legend-title"],"colorFieldName":[1,"color-field-name"],"strokeDash":[4,"stroke-dash"],"interpolation":[1],"embedOptions":[16]},null,{"chartData":["parseData"]}]]],["gux-chart-pie-beta",[[257,"gux-chart-pie-beta",{"chartData":[16],"includeLegend":[4,"include-legend"],"legendPosition":[1,"legend-position"],"legendTitle":[1,"legend-title"],"colorFieldName":[1,"color-field-name"],"outerRadius":[2,"outer-radius"],"labelRadius":[2,"label-radius"],"labelField":[1,"label-field"],"embedOptions":[16]},null,{"chartData":["parseData"]}]]],["gux-chart-scatter-plot-beta",[[257,"gux-chart-scatter-plot-beta",{"labelColor":[1,"label-color"],"domainColor":[1,"domain-color"],"chartData":[16],"xTickLabelSlant":[4,"x-tick-label-slant"],"includeLegend":[4,"include-legend"],"legendPosition":[1,"legend-position"],"xFieldName":[1,"x-field-name"],"xAxisTitle":[1,"x-axis-title"],"yFieldName":[1,"y-field-name"],"yAxisTitle":[1,"y-axis-title"],"legendTitle":[1,"legend-title"],"colorFieldName":[1,"color-field-name"],"useShape":[1,"use-shape"],"embedOptions":[16]},null,{"chartData":["parseData"]}]]]], options);
21
21
  });
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, g as getElement } from './index-DohbbG4E.js';
2
- import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-BeXqrzDD.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-WPqt-wWR.js';
2
+ import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-CjGZZVKW.js';
3
3
  import { l as logError } from './log-error-nsqlWzyl.js';
4
4
 
5
5
  const guxChartColumnCss = "gux-visualization-beta{height:fit-content;color:#2e394c;}gux-visualization-beta .mark-rect.layer_0_marks path{fill:url(#diagonalHatch0)}gux-visualization-beta{}gux-visualization-beta .mark-rect.layer_1_marks path{fill:#1da8b3}";
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, g as getElement } from './index-DohbbG4E.js';
2
- import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-BeXqrzDD.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-WPqt-wWR.js';
2
+ import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-CjGZZVKW.js';
3
3
  import { l as logError } from './log-error-nsqlWzyl.js';
4
4
 
5
5
  const guxChartDonutCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, g as getElement } from './index-DohbbG4E.js';
2
- import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-BeXqrzDD.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-WPqt-wWR.js';
2
+ import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-CjGZZVKW.js';
3
3
  import { l as logError } from './log-error-nsqlWzyl.js';
4
4
 
5
5
  const guxChartLineCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, g as getElement } from './index-DohbbG4E.js';
2
- import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-BeXqrzDD.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-WPqt-wWR.js';
2
+ import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-CjGZZVKW.js';
3
3
  import { l as logError } from './log-error-nsqlWzyl.js';
4
4
 
5
5
  const guxChartPieCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, g as getElement } from './index-DohbbG4E.js';
2
- import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-BeXqrzDD.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-WPqt-wWR.js';
2
+ import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-CjGZZVKW.js';
3
3
  import { l as logError } from './log-error-nsqlWzyl.js';
4
4
 
5
5
  const guxChartScatterPlotCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";