genesys-spark-chart-components 4.12.1-beta.1 → 4.29.1-beta.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.
Files changed (90) hide show
  1. package/LICENSE +2 -2
  2. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  3. package/dist/cjs/genesys-chart-webcomponents.cjs.js +5 -3
  4. package/dist/cjs/gux-chart-column-beta.cjs.entry.js +124 -123
  5. package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +213 -212
  6. package/dist/cjs/gux-chart-line-beta.cjs.entry.js +120 -119
  7. package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +96 -95
  8. package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +126 -125
  9. package/dist/cjs/gux-visualization-beta.cjs.entry.js +213 -213
  10. package/dist/cjs/{index-1e13a15f.js → index-a4712860.js} +185 -63
  11. package/dist/cjs/loader.cjs.js +4 -2
  12. package/dist/cjs/log-error-28c7064e.js +21 -0
  13. package/dist/cjs/{usage-30f04ec3.js → usage-c351d7fb.js} +63 -63
  14. package/dist/collection/collection-manifest.json +2 -2
  15. package/dist/collection/components/beta/gux-chart-column/gux-chart-column.js +324 -324
  16. package/dist/collection/components/beta/gux-chart-column/gux-chart-column.locale.js +88 -88
  17. package/dist/collection/components/beta/gux-chart-column/tests/gux-column-chart.spec.js +16 -16
  18. package/dist/collection/components/beta/gux-chart-donut/gux-chart-donut.js +550 -550
  19. package/dist/collection/components/beta/gux-chart-donut/tests/gux-chart-donut.spec.js +5 -5
  20. package/dist/collection/components/beta/gux-chart-line/gux-chart-line.js +375 -375
  21. package/dist/collection/components/beta/gux-chart-line/gux-chart-line.locale.js +88 -88
  22. package/dist/collection/components/beta/gux-chart-line/tests/gux-chart-line.e2e.js +13 -13
  23. package/dist/collection/components/beta/gux-chart-line/tests/gux-chart-line.spec.js +16 -16
  24. package/dist/collection/components/beta/gux-chart-pie/gux-chart-pie.js +266 -266
  25. package/dist/collection/components/beta/gux-chart-pie/tests/gux-chart-pie.spec.js +5 -5
  26. package/dist/collection/components/beta/gux-chart-scatter-plot/gux-chart-scatter-plot.js +347 -347
  27. package/dist/collection/components/beta/gux-chart-scatter-plot/tests/gux-chart-scatter-plot.spec.js +27 -27
  28. package/dist/collection/components/beta/gux-visualization/gux-visualization.js +133 -133
  29. package/dist/collection/components/beta/gux-visualization/gux-visualization.locale.js +88 -88
  30. package/dist/collection/components/beta/gux-visualization/tests/gux-visualization.e2e.js +25 -25
  31. package/dist/collection/components/beta/gux-visualization/tests/gux-visualization.spec.js +26 -26
  32. package/dist/collection/i18n/fetchResources.js +7 -7
  33. package/dist/collection/i18n/index.js +56 -56
  34. package/dist/collection/test/axeConfig.js +4 -4
  35. package/dist/collection/test/e2eTestUtils.js +14 -14
  36. package/dist/collection/test/specTestUtils.js +5 -5
  37. package/dist/collection/utils/dom/get-closest-element.js +12 -12
  38. package/dist/collection/utils/error/log-error.js +2 -2
  39. package/dist/collection/utils/theme/color-palette.js +10 -10
  40. package/dist/collection/utils/tracking/usage.js +47 -47
  41. package/dist/collection/utils/tracking/usage.spec.js +108 -108
  42. package/dist/esm/app-globals-0f993ce5.js +3 -0
  43. package/dist/esm/genesys-chart-webcomponents.js +6 -4
  44. package/dist/esm/gux-chart-column-beta.entry.js +124 -123
  45. package/dist/esm/gux-chart-donut-beta.entry.js +213 -212
  46. package/dist/esm/gux-chart-line-beta.entry.js +120 -119
  47. package/dist/esm/gux-chart-pie-beta.entry.js +96 -95
  48. package/dist/esm/gux-chart-scatter-plot-beta.entry.js +126 -125
  49. package/dist/esm/gux-visualization-beta.entry.js +213 -213
  50. package/dist/esm/{index-701d93cf.js → index-82fd7406.js} +185 -63
  51. package/dist/esm/loader.js +5 -3
  52. package/dist/esm/log-error-ff9bdda4.js +18 -0
  53. package/dist/esm/{usage-61eee3bd.js → usage-6655c04e.js} +63 -63
  54. package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.css +1 -1
  55. package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
  56. package/dist/genesys-chart-webcomponents/p-1bc0cc3a.js +2 -0
  57. package/dist/genesys-chart-webcomponents/{p-d4a346df.entry.js → p-291b128b.entry.js} +1 -1
  58. package/dist/genesys-chart-webcomponents/p-51f2502a.entry.js +11 -0
  59. package/dist/genesys-chart-webcomponents/{p-137f5b8f.entry.js → p-64f0b385.entry.js} +1 -1
  60. package/dist/genesys-chart-webcomponents/{p-b5179379.entry.js → p-65020b8a.entry.js} +1 -1
  61. package/dist/genesys-chart-webcomponents/{p-d9928f8c.entry.js → p-83283e73.entry.js} +1 -1
  62. package/dist/genesys-chart-webcomponents/p-e1255160.js +1 -0
  63. package/dist/genesys-chart-webcomponents/{p-c3aa8578.entry.js → p-e42dd3ba.entry.js} +1 -1
  64. package/dist/genesys-chart-webcomponents/{p-97c45977.js → p-f6832775.js} +1 -1
  65. package/dist/stencil-wrapper.js +1 -1
  66. package/dist/types/components/beta/gux-chart-column/gux-chart-column.d.ts +45 -45
  67. package/dist/types/components/beta/gux-chart-column/gux-chart-column.locale.d.ts +20 -20
  68. package/dist/types/components/beta/gux-chart-donut/gux-chart-donut.d.ts +30 -30
  69. package/dist/types/components/beta/gux-chart-line/gux-chart-line.d.ts +44 -44
  70. package/dist/types/components/beta/gux-chart-line/gux-chart-line.locale.d.ts +20 -20
  71. package/dist/types/components/beta/gux-chart-pie/gux-chart-pie.d.ts +19 -19
  72. package/dist/types/components/beta/gux-chart-scatter-plot/gux-chart-scatter-plot.d.ts +48 -48
  73. package/dist/types/components/beta/gux-visualization/gux-visualization.d.ts +13 -13
  74. package/dist/types/components/beta/gux-visualization/gux-visualization.locale.d.ts +20 -20
  75. package/dist/types/components.d.ts +12 -0
  76. package/dist/types/i18n/fetchResources.d.ts +3 -3
  77. package/dist/types/i18n/index.d.ts +1 -1
  78. package/dist/types/stencil-public-runtime.d.ts +10 -0
  79. package/dist/types/stencil-wrapper.d.ts +1 -1
  80. package/dist/types/test/axeConfig.d.ts +4 -4
  81. package/dist/types/test/e2eTestUtils.d.ts +4 -4
  82. package/dist/types/test/jestMatcherUtils.d.ts +4 -4
  83. package/dist/types/utils/tracking/usage.d.ts +11 -11
  84. package/package.json +24 -24
  85. package/dist/cjs/log-error-c46b4b4c.js +0 -21
  86. package/dist/component-specs.json +0 -187
  87. package/dist/esm/log-error-0fc61f6f.js +0 -18
  88. package/dist/genesys-chart-webcomponents/p-3e4b3dbc.js +0 -2
  89. package/dist/genesys-chart-webcomponents/p-b901e9e0.entry.js +0 -11
  90. /package/dist/genesys-chart-webcomponents/{p-82f0ea01.js → p-f50e3789.js} +0 -0
@@ -1,5 +1,5 @@
1
1
  const name = "genesys-spark-chart-components";
2
- const version = "4.12.1-beta.1";
2
+ const version = "4.29.1-beta.0";
3
3
  const description = "Common chart webcomponents";
4
4
  const license = "MIT";
5
5
  const main = "dist/stencil-wrapper.js";
@@ -18,7 +18,7 @@ const scripts = {
18
18
  eslint: "eslint --fix .",
19
19
  i18n: "npm run update-en-i18n && npm run build-i18n",
20
20
  "lint-all": "npm-run-all \"stylelint\" \"eslint\" \"prettier\" \"prettier-package-json\"",
21
- "lint-staged": "lint-staged",
21
+ "lint-staged": "lint-staged --concurrent false",
22
22
  "list-checked-a11y-components": "node scripts/list-checked-a11y-components.js",
23
23
  "list-component-tracking": "./scripts/list-component-tracking.js",
24
24
  "list-i18n-files": "./scripts/list-i18n-files.js",
@@ -50,32 +50,32 @@ const config = {
50
50
  };
51
51
  const types = "dist/types/index.d.ts";
52
52
  const dependencies = {
53
- vega: "*",
54
- "vega-embed": "*",
55
- "vega-lite": "*"
53
+ vega: "5.22.1",
54
+ "vega-embed": "6.21.2",
55
+ "vega-lite": "5.5.0"
56
56
  };
57
57
  const devDependencies = {
58
- "@babel/core": "^7.23.2",
59
- "@babel/preset-env": "^7.23.2",
60
- "@stencil/core": "4.5.0",
58
+ "@babel/core": "^7.24.0",
59
+ "@babel/preset-env": "^7.24.0",
60
+ "@stencil/core": "^4.12.6",
61
61
  "@stencil/react-output-target": "^0.5.3",
62
- "@stencil/sass": "^3.0.7",
62
+ "@stencil/sass": "^3.0.10",
63
63
  "@stencil/utils": "0.0.5",
64
64
  "@types/jest": "^27.5.2",
65
65
  "@types/new-relic-browser": "^0.1118.2",
66
66
  "@types/puppeteer": "^5.4.7",
67
- "@typescript-eslint/eslint-plugin": "^6.9.1",
68
- "@typescript-eslint/parser": "^6.9.1",
69
- "axe-core": "^4.8.2",
67
+ "@typescript-eslint/eslint-plugin": "^7.1.1",
68
+ "@typescript-eslint/parser": "^7.1.1",
69
+ "axe-core": "^4.8.4",
70
70
  "axe-live": "^1.0.1",
71
- eslint: "^8.52.0",
71
+ eslint: "^8.57.0",
72
72
  "eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
73
- "eslint-config-prettier": "^8.10.0",
73
+ "eslint-config-prettier": "^9.1.0",
74
74
  "file-loader": "^6.2.0",
75
75
  "genesys-spark-tokens": "file:../genesys-spark-tokens",
76
76
  glob: "^10.3.0",
77
77
  handlebars: "^4.7.8",
78
- inquirer: "^9.2.7",
78
+ inquirer: "^9.2.15",
79
79
  jest: "^27.5.1",
80
80
  "jest-cli": "^27.5.1",
81
81
  "jest-config": "^27.5.1",
@@ -83,26 +83,26 @@ const devDependencies = {
83
83
  "jest-junit": "^13.2.0",
84
84
  "jest-silent-reporter": "^0.5.0",
85
85
  jsdom: "^22.1.0",
86
- "lint-staged": "^13.3.0",
87
- marked: "^4.3.0",
86
+ "lint-staged": "^15.2.2",
87
+ marked: "^12.0.1",
88
88
  "node-fetch": "^3.3.2",
89
89
  "npm-run-all": "^4.1.5",
90
- "postcss-html": "^1.5.0",
90
+ "postcss-html": "^1.6.0",
91
91
  "postcss-less": "^6.0.0",
92
92
  "postcss-scss": "^4.0.9",
93
- prettier: "^3.0.3",
93
+ prettier: "^3.2.5",
94
94
  "prettier-config-genesys-spark-components": "file:../../shared-configs/prettier-config-genesys-spark-components",
95
95
  "prettier-package-json": "^2.8.0",
96
96
  puppeteer: "^14.4.1",
97
97
  "rollup-plugin-copy": "^3.5.0",
98
98
  "semver-sort": "^1.0.0",
99
- stylelint: "^15.11.0",
99
+ stylelint: "^16.2.1",
100
100
  "stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
101
101
  "stylelint-config-html": "^1.1.0",
102
- "stylelint-config-recess-order": "^4.3.0",
103
- "stylelint-config-standard": "^34.0.0",
104
- "stylelint-scss": "^5.3.0",
105
- "ts-loader": "^9.5.0",
102
+ "stylelint-config-recess-order": "^5.0.0",
103
+ "stylelint-config-standard": "^36.0.0",
104
+ "stylelint-scss": "^6.2.1",
105
+ "ts-loader": "^9.5.1",
106
106
  typescript: "^4.9.5",
107
107
  xmldom: "^0.6.0"
108
108
  };
@@ -140,7 +140,7 @@ const NR_LIMIT_INTERVAL = 30000; // 30s
140
140
  * We initialize it with the library version to make sure that's always reported.
141
141
  */
142
142
  const actionQueue = [
143
- getVersionEvent(packageInfo.version)
143
+ getVersionEvent(packageInfo.version)
144
144
  ];
145
145
  /**
146
146
  * Process the next batch items in the queue, set a timeout to recur.
@@ -149,58 +149,58 @@ const actionQueue = [
149
149
  * held up by processing elsewhere.
150
150
  */
151
151
  function processActionQueue() {
152
- const newrelic = window.newrelic;
153
- if (!newrelic) {
154
- return;
155
- }
156
- for (let i = 0; i < ACTION_BATCH_SIZE; i++) {
157
- if (actionQueue.length == 0) {
158
- setTimeout(processActionQueue, NR_LIMIT_INTERVAL);
159
- return;
152
+ const newrelic = window.newrelic;
153
+ if (!newrelic) {
154
+ return;
160
155
  }
161
- const action = actionQueue.shift();
162
- newrelic.addPageAction(action.name, Object.assign(Object.assign({}, action.metadata), { queueDepth: actionQueue.length }));
163
- }
164
- setTimeout(processActionQueue, NR_LIMIT_INTERVAL);
156
+ for (let i = 0; i < ACTION_BATCH_SIZE; i++) {
157
+ if (actionQueue.length == 0) {
158
+ setTimeout(processActionQueue, NR_LIMIT_INTERVAL);
159
+ return;
160
+ }
161
+ const action = actionQueue.shift();
162
+ newrelic.addPageAction(action.name, Object.assign(Object.assign({}, action.metadata), { queueDepth: actionQueue.length }));
163
+ }
164
+ setTimeout(processActionQueue, NR_LIMIT_INTERVAL);
165
165
  }
166
166
  let trackingStarted = false;
167
167
  /**
168
168
  * Begin action processing loop if it hasn't started.
169
169
  */
170
170
  function ensureTracking() {
171
- if (!trackingStarted) {
172
- trackingStarted = true;
173
- processActionQueue();
174
- }
171
+ if (!trackingStarted) {
172
+ trackingStarted = true;
173
+ processActionQueue();
174
+ }
175
175
  }
176
176
  /**
177
177
  * Submits a component for tracking by NewRelic.
178
178
  */
179
179
  function trackComponent(element, metadata) {
180
- if (!window.newrelic) {
181
- return;
182
- }
183
- ensureTracking();
184
- // Ignore components in the shadow DOM of another component
185
- // e.g. Only track components used directly by the app
186
- if (!document.contains(element)) {
187
- return;
188
- }
189
- actionQueue.push({
190
- name: 'spark-component',
191
- metadata: Object.assign(Object.assign({}, metadata), { component: element.tagName.toLowerCase(), version: packageInfo.version })
192
- });
180
+ if (!window.newrelic) {
181
+ return;
182
+ }
183
+ ensureTracking();
184
+ // Ignore components in the shadow DOM of another component
185
+ // e.g. Only track components used directly by the app
186
+ if (!document.contains(element)) {
187
+ return;
188
+ }
189
+ actionQueue.push({
190
+ name: 'spark-component',
191
+ metadata: Object.assign(Object.assign({}, metadata), { component: element.tagName.toLowerCase(), version: packageInfo.version })
192
+ });
193
193
  }
194
194
  function getVersionEvent(packageInfoVersion) {
195
- const [major, minor, ...patch] = packageInfoVersion.split('.');
196
- return {
197
- name: 'spark-library',
198
- metadata: {
199
- fullVersion: `${major}.${minor}.${patch.join('.')}`,
200
- majorVersion: major,
201
- minorVersion: `${major}.${minor}`
202
- }
203
- };
195
+ const [major, minor, ...patch] = packageInfoVersion.split('.');
196
+ return {
197
+ name: 'spark-library',
198
+ metadata: {
199
+ fullVersion: `${major}.${minor}.${patch.join('.')}`,
200
+ majorVersion: major,
201
+ minorVersion: `${major}.${minor}`
202
+ }
203
+ };
204
204
  }
205
205
 
206
206
  export { trackComponent as t };
@@ -1 +1 @@
1
- :root{--gse-core-spacing-4xs:4px;--gse-core-spacing-3xs:8px;--gse-core-spacing-2xs:12px;--gse-core-spacing-xs:16px;--gse-core-spacing-sm:20px;--gse-core-spacing-md:24px;--gse-core-spacing-lg:32px;--gse-core-zIndex-0:0;--gse-core-zIndex-1:1;--gse-core-zIndex-100:100;--gse-core-zIndex-200:200;--gse-core-zIndex-300:300;--gse-core-zIndex-400:400;--gse-core-zIndex-500:500;--gse-core-zIndex-600:600;--gse-core-borderRadius-none:0;--gse-core-borderRadius-sm:4px;--gse-core-borderRadius-md:8px;--gse-core-borderRadius-lg:16px;--gse-core-borderRadius-xl:20px;--gse-core-borderRadius-full:100%;--gse-core-color-white:#ffffff;--gse-core-color-black:#000000;--gse-core-color-transparent:#00000000;--gse-core-color-cornflower-100:#f2f2f3;--gse-core-color-cornflower-200:#e4e5e7;--gse-core-color-cornflower-300:#c6c8ce;--gse-core-color-cornflower-400:#a3a7b0;--gse-core-color-cornflower-500:#767c8d;--gse-core-color-cornflower-600:#626e84;--gse-core-color-cornflower-700:#3e5374;--gse-core-color-cornflower-800:#23395d;--gse-core-color-cornflower-900:#1b2c48;--gse-core-color-cornflower-1000:#0f1929;--gse-core-color-islandaqua-100:#edf8f9;--gse-core-color-islandaqua-200:#daf0f4;--gse-core-color-islandaqua-300:#b5e2e8;--gse-core-color-islandaqua-400:#90d3dd;--gse-core-color-islandaqua-500:#6bc5d1;--gse-core-color-islandaqua-600:#46b6c6;--gse-core-color-islandaqua-700:#38929e;--gse-core-color-islandaqua-800:#0d7482;--gse-core-color-islandaqua-900:#115d71;--gse-core-color-islandaqua-1000:#094052;--gse-core-color-tomato-100:#fef3f3;--gse-core-color-tomato-200:#fee8e6;--gse-core-color-tomato-300:#fecfcb;--gse-core-color-tomato-400:#feb2ab;--gse-core-color-tomato-500:#fe8f85;--gse-core-color-tomato-600:#fe624d;--gse-core-color-tomato-700:#e35744;--gse-core-color-tomato-800:#c44b3b;--gse-core-color-tomato-900:#a03d30;--gse-core-color-tomato-1000:#712b22;--gse-core-color-lavenderhaze-100:#fbfcfe;--gse-core-color-lavenderhaze-200:#f3f5fb;--gse-core-color-lavenderhaze-300:#e8ebf7;--gse-core-color-lavenderhaze-400:#d1d7ef;--gse-core-color-lavenderhaze-500:#c6ceec;--gse-core-color-lavenderhaze-600:#b5bfe6;--gse-core-color-lavenderhaze-700:#a8b4e2;--gse-core-color-lavenderhaze-800:#9ba9dd;--gse-core-color-lavenderhaze-900:#7785b8;--gse-core-color-lavenderhaze-1000:#626d97;--gse-core-color-blueberry-50:#eff0fe;--gse-core-color-blueberry-100:#dee1fd;--gse-core-color-blueberry-200:#ced2fc;--gse-core-color-blueberry-300:#9ca6f9;--gse-core-color-blueberry-400:#7b88f7;--gse-core-color-blueberry-500:#5a6af5;--gse-core-color-blueberry-600:#4856cb;--gse-core-color-blueberry-700:#3742a2;--gse-core-color-blueberry-800:#252e78;--gse-core-color-blueberry-900:#1c2463;--gse-core-color-blueberry-1000:#141a4f;--gse-core-fontFamily-body:Noto Sans;--gse-core-fontFamily-heading:Urbanist;--gse-core-fontSize-xs:12px;--gse-core-fontSize-sm:14px;--gse-core-fontSize-md:16px;--gse-core-fontSize-lg:18px;--gse-core-fontSize-xl:24px;--gse-core-fontSize-xxl:36px;--gse-core-fontWeight-regular:400;--gse-core-fontWeight-semiBold:600;--gse-core-fontWeight-bold:700;--gse-core-lineHeight-2xs:16px;--gse-core-lineHeight-xs:18px;--gse-core-lineHeight-sm:20px;--gse-core-lineHeight-md:24px;--gse-core-lineHeight-lg:27px;--gse-core-lineHeight-xl:32px;--gse-core-lineHeight-2xl:44px;--gse-core-typography-body-sm-fontFamily:Noto Sans;--gse-core-typography-body-sm-lineHeight:18px;--gse-core-typography-body-sm-fontSize:12px;--gse-core-typography-body-sm-fontWeight:400;--gse-core-typography-body-smBold-fontFamily:Noto Sans;--gse-core-typography-body-smBold-lineHeight:18px;--gse-core-typography-body-smBold-fontSize:12px;--gse-core-typography-body-smBold-fontWeight:700;--gse-core-typography-body-smSemiBold-fontFamily:Noto Sans;--gse-core-typography-body-smSemiBold-lineHeight:18px;--gse-core-typography-body-smSemiBold-fontSize:12px;--gse-core-typography-body-smSemiBold-fontWeight:600;--gse-core-typography-body-smRegular-fontFamily:Noto Sans;--gse-core-typography-body-smRegular-lineHeight:18px;--gse-core-typography-body-smRegular-fontSize:12px;--gse-core-typography-body-smRegular-fontWeight:400;--gse-core-typography-body-md-fontFamily:Noto Sans;--gse-core-typography-body-md-lineHeight:20px;--gse-core-typography-body-md-fontSize:14px;--gse-core-typography-body-md-fontWeight:400;--gse-core-typography-body-mdRegular-fontFamily:Noto Sans;--gse-core-typography-body-mdRegular-lineHeight:20px;--gse-core-typography-body-mdRegular-fontSize:14px;--gse-core-typography-body-mdRegular-fontWeight:400;--gse-core-typography-body-mdSemiBold-fontFamily:Noto Sans;--gse-core-typography-body-mdSemiBold-lineHeight:20px;--gse-core-typography-body-mdSemiBold-fontSize:14px;--gse-core-typography-body-mdSemiBold-fontWeight:600;--gse-core-typography-body-mdBold-fontFamily:Noto Sans;--gse-core-typography-body-mdBold-lineHeight:20px;--gse-core-typography-body-mdBold-fontSize:14px;--gse-core-typography-body-mdBold-fontWeight:700;--gse-core-typography-body-lg-fontFamily:Noto Sans;--gse-core-typography-body-lg-lineHeight:24px;--gse-core-typography-body-lg-fontSize:16px;--gse-core-typography-body-lg-fontWeight:400;--gse-core-typography-body-lgRegular-fontFamily:Noto Sans;--gse-core-typography-body-lgRegular-lineHeight:24px;--gse-core-typography-body-lgRegular-fontSize:16px;--gse-core-typography-body-lgRegular-fontWeight:400;--gse-core-typography-body-lgSemiBold-fontFamily:Noto Sans;--gse-core-typography-body-lgSemiBold-lineHeight:24px;--gse-core-typography-body-lgSemiBold-fontSize:16px;--gse-core-typography-body-lgSemiBold-fontWeight:600;--gse-core-typography-body-lgBold-fontFamily:Noto Sans;--gse-core-typography-body-lgBold-lineHeight:24px;--gse-core-typography-body-lgBold-fontSize:16px;--gse-core-typography-body-lgBold-fontWeight:700;--gse-core-typography-heading-xs-fontFamily:Urbanist;--gse-core-typography-heading-xs-lineHeight:24px;--gse-core-typography-heading-xs-fontSize:14px;--gse-core-typography-heading-xs-fontWeight:700;--gse-core-typography-heading-xsBold-fontFamily:Urbanist;--gse-core-typography-heading-xsBold-lineHeight:24px;--gse-core-typography-heading-xsBold-fontSize:14px;--gse-core-typography-heading-xsBold-fontWeight:700;--gse-core-typography-heading-xsSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-xsSemiBold-lineHeight:24px;--gse-core-typography-heading-xsSemiBold-fontSize:14px;--gse-core-typography-heading-xsSemiBold-fontWeight:600;--gse-core-typography-heading-sm-fontFamily:Urbanist;--gse-core-typography-heading-sm-lineHeight:24px;--gse-core-typography-heading-sm-fontSize:16px;--gse-core-typography-heading-sm-fontWeight:700;--gse-core-typography-heading-smBold-fontFamily:Urbanist;--gse-core-typography-heading-smBold-lineHeight:24px;--gse-core-typography-heading-smBold-fontSize:16px;--gse-core-typography-heading-smBold-fontWeight:700;--gse-core-typography-heading-smSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-smSemiBold-lineHeight:24px;--gse-core-typography-heading-smSemiBold-fontSize:16px;--gse-core-typography-heading-smSemiBold-fontWeight:600;--gse-core-typography-heading-md-fontFamily:Urbanist;--gse-core-typography-heading-md-lineHeight:27px;--gse-core-typography-heading-md-fontSize:18px;--gse-core-typography-heading-md-fontWeight:700;--gse-core-typography-heading-mdBold-fontFamily:Urbanist;--gse-core-typography-heading-mdBold-lineHeight:27px;--gse-core-typography-heading-mdBold-fontSize:18px;--gse-core-typography-heading-mdBold-fontWeight:700;--gse-core-typography-heading-mdSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-mdSemiBold-lineHeight:27px;--gse-core-typography-heading-mdSemiBold-fontSize:18px;--gse-core-typography-heading-mdSemiBold-fontWeight:600;--gse-core-typography-heading-lg-fontFamily:Urbanist;--gse-core-typography-heading-lg-lineHeight:32px;--gse-core-typography-heading-lg-fontSize:24px;--gse-core-typography-heading-lg-fontWeight:700;--gse-core-typography-heading-lgBold-fontFamily:Urbanist;--gse-core-typography-heading-lgBold-lineHeight:32px;--gse-core-typography-heading-lgBold-fontSize:24px;--gse-core-typography-heading-lgBold-fontWeight:700;--gse-core-typography-heading-lgSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-lgSemiBold-lineHeight:32px;--gse-core-typography-heading-lgSemiBold-fontSize:24px;--gse-core-typography-heading-lgSemiBold-fontWeight:600;--gse-core-typography-heading-xl-fontFamily:Urbanist;--gse-core-typography-heading-xl-lineHeight:44px;--gse-core-typography-heading-xl-fontSize:36px;--gse-core-typography-heading-xl-fontWeight:700;--gse-core-typography-heading-xlBold-fontFamily:Urbanist;--gse-core-typography-heading-xlBold-lineHeight:44px;--gse-core-typography-heading-xlBold-fontSize:36px;--gse-core-typography-heading-xlBold-fontWeight:700;--gse-core-typography-heading-xlSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-xlSemiBold-lineHeight:44px;--gse-core-typography-heading-xlSemiBold-fontSize:36px;--gse-core-typography-heading-xlSemiBold-fontWeight:600;--gse-core-typography-heading-overline-fontFamily:Urbanist;--gse-core-typography-heading-overline-fontWeight:600;--gse-core-typography-heading-overline-lineHeight:16px;--gse-core-typography-heading-overline-fontSize:12px;--gse-core-typography-heading-overline-letterSpacing:1.5px;--gse-core-typography-heading-overline-textCase:uppercase;--gse-core-typography-subheading-fontFamily:Urbanist;--gse-core-typography-subheading-fontWeight:700;--gse-core-typography-subheading-lineHeight:20px;--gse-core-typography-subheading-fontSize:14px;--gse-core-typography-subheadingBold-fontFamily:Urbanist;--gse-core-typography-subheadingBold-fontWeight:700;--gse-core-typography-subheadingBold-lineHeight:20px;--gse-core-typography-subheadingBold-fontSize:14px;--gse-core-typography-subheadingSemiBold-fontFamily:Urbanist;--gse-core-typography-subheadingSemiBold-fontWeight:600;--gse-core-typography-subheadingSemiBold-lineHeight:20px;--gse-core-typography-subheadingSemiBold-fontSize:14px;--gse-core-typography-subheadingRegular-fontFamily:Urbanist;--gse-core-typography-subheadingRegular-fontWeight:400;--gse-core-typography-subheadingRegular-lineHeight:20px;--gse-core-typography-subheadingRegular-fontSize:14px;--gse-core-elevation-low-x:0;--gse-core-elevation-low-y:2px;--gse-core-elevation-low-blur:4px;--gse-core-elevation-low-spread:1px;--gse-core-elevation-low-color:#23395c1a;--gse-core-elevation-low-type:dropShadow;--gse-core-elevation-medium-x:0;--gse-core-elevation-medium-y:4px;--gse-core-elevation-medium-blur:6px;--gse-core-elevation-medium-spread:1px;--gse-core-elevation-medium-color:#23395c1f;--gse-core-elevation-medium-type:dropShadow;--gse-core-elevation-high-x:0;--gse-core-elevation-high-y:6px;--gse-core-elevation-high-blur:8px;--gse-core-elevation-high-spread:1px;--gse-core-elevation-high-color:#23395c26;--gse-core-elevation-high-type:dropShadow;--gse-core-size-xs:16px;--gse-core-size-sm:20px;--gse-core-size-md:24px;--gse-core-size-lg:32px;--gse-core-size-xl:40px;--gse-core-size-2xl:48px;--gse-core-size-3xl:98px;--gse-core-textDecoration-underline:underline}:root{--gse-semantic-color-info-lightest:#e2dff8;--gse-semantic-color-info-lighter:#c5bef1;--gse-semantic-color-info-main:#6e5ddb;--gse-semantic-color-info-darker:#443989;--gse-semantic-color-info-darkest:#2e275f;--gse-semantic-color-warning-lightest:#fef4d8;--gse-semantic-color-warning-lighter:#fce9b2;--gse-semantic-color-warning-main:#f8c73e;--gse-semantic-color-warning-darker:#6c5619;--gse-semantic-color-warning-darkest:#3d300c;--gse-semantic-color-error-lightest:#f9d3da;--gse-semantic-color-error-lighter:#f3a7b5;--gse-semantic-color-error-main:#e22245;--gse-semantic-color-error-darker:#881429;--gse-semantic-color-error-darkest:#440a15;--gse-semantic-color-success-lightest:#cef0e6;--gse-semantic-color-success-lighter:#9de1cd;--gse-semantic-color-success-main:#09b581;--gse-semantic-color-success-darker:#056d4d;--gse-semantic-color-success-darkest:#033627;--gse-semantic-color-primary-lightest:#ced2fc;--gse-semantic-color-primary-lighter:#9ca6f9;--gse-semantic-color-primary-main:#4856cb;--gse-semantic-color-primary-darker:#3742a2;--gse-semantic-color-primary-darkest:#252e78;--gse-semantic-color-focus:#7b88f7;--gse-semantic-focusRing-width:3px;--gse-semantic-focusRing-offset:1px;--gse-semantic-focusRing-cornerRadius:4px;--gse-semantic-focusRing-default-border-color:#7b88f7;--gse-semantic-focusRing-default-border-width:3px;--gse-semantic-focusRing-default-border-style:solid;--gse-semantic-focusRing-small-border-color:#7b88f7;--gse-semantic-focusRing-small-border-width:2px;--gse-semantic-focusRing-small-border-style:solid;--gse-semantic-zIndex-base:0;--gse-semantic-zIndex-showFocus:1;--gse-semantic-zIndex-sticky:1;--gse-semantic-zIndex-popup:100;--gse-semantic-zIndex-popover:200;--gse-semantic-zIndex-tooltip:200;--gse-semantic-zIndex-panel:300;--gse-semantic-zIndex-navbar:400;--gse-semantic-zIndex-sidebar:400;--gse-semantic-zIndex-toast:500;--gse-semantic-zIndex-modal:600}button:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}input:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-focused:focus{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-focused-within:focus-within{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-focused-visible:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-small-focused:focus{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}.gux-focus-ring-small-focused-within:focus-within{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}.gux-focus-ring-small-focused-visible:focus-visible{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}.gux-focus-ring{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-small{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}h1{font-family:var(--gse-core-typography-heading-xl-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-xl-fontSize);line-height:var(--gse-core-typography-heading-xl-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}h2{font-family:var(--gse-core-typography-heading-lg-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-lg-fontSize);line-height:var(--gse-core-typography-heading-lg-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}h3{font-family:var(--gse-core-typography-heading-md-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-md-fontSize);line-height:var(--gse-core-typography-heading-md-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}h4,h5,h6{font-family:var(--gse-core-typography-heading-sm-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-sm-fontSize);line-height:var(--gse-core-typography-heading-sm-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-xl{font-family:var(--gse-core-typography-heading-xl-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-xl-fontSize);line-height:var(--gse-core-typography-heading-xl-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-lg{font-family:var(--gse-core-typography-heading-lg-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-lg-fontSize);line-height:var(--gse-core-typography-heading-lg-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-md{font-family:var(--gse-core-typography-heading-md-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-md-fontSize);line-height:var(--gse-core-typography-heading-md-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-sm{font-family:var(--gse-core-typography-heading-sm-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-sm-fontSize);line-height:var(--gse-core-typography-heading-sm-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-xs{font-family:var(--gse-core-typography-heading-xs-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-xs-fontSize);line-height:var(--gse-core-typography-heading-xs-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-subheading{font-family:var(--gse-core-typography-subheading-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-subheading-fontSize);line-height:var(--gse-core-typography-subheading-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-overline{font-family:var(--gse-core-typography-heading-overline-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-overline-fontSize);line-height:var(--gse-core-typography-heading-overline-lineHeight);text-transform:var(--gse-core-typography-heading-overline-textCase);letter-spacing:var(--gse-core-typography-heading-overline-letterSpacing);font-weight:var(--gse-core-fontWeight-regular)}body{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-regular)}.gux-body-lg-regular{font-family:var(--gse-core-typography-body-lg-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-lg-fontSize);line-height:var(--gse-core-typography-body-lg-lineHeight);font-weight:var(--gse-core-fontWeight-regular)}.gux-body-lg-semibold{font-family:var(--gse-core-typography-body-lg-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-lg-fontSize);line-height:var(--gse-core-typography-body-lg-lineHeight);font-weight:var(--gse-core-fontWeight-semiBold)}.gux-body-lg-bold{font-family:var(--gse-core-typography-body-lg-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-lg-fontSize);line-height:var(--gse-core-typography-body-lg-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-body-md-regular{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);line-height:var(--gse-core-typography-body-md-lineHeight);font-weight:var(--gse-core-fontWeight-regular)}.gux-body-md-semibold{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);line-height:var(--gse-core-typography-body-md-lineHeight);font-weight:var(--gse-core-fontWeight-semiBold)}.gux-body-md-bold{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);line-height:var(--gse-core-typography-body-md-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-body-sm-regular{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-regular)}.gux-body-sm-semibold{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-semiBold)}.gux-body-sm-bold{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-ui-button{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);font-weight:var(--gse-core-fontWeight-semiBold);line-height:var(--gse-core-typography-body-md-lineHeight)}.gux-ui-link{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);font-weight:var(--gse-core-fontWeight-regular);line-height:var(--gse-core-typography-body-md-lineHeight)}.gux-ui-label{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);font-weight:var(--gse-core-fontWeight-bold);line-height:var(--gse-core-typography-body-sm-lineHeight)}.gux-ui-placeholder{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);font-weight:var(--gse-core-fontWeight-regular);line-height:var(--gse-core-typography-body-sm-lineHeight)}a{color:var(--gse-ui-link-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius)}a:hover{color:var(--gse-ui-link-hover-foregroundColor)}a:active{color:var(--gse-ui-link-active-foregroundColor)}a:visited{color:var(--gse-ui-link-visited-foregroundColor)}a:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}table a{color:var(--gse-ui-link-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius);text-decoration:none}table a:hover{color:var(--gse-ui-link-hover-foregroundColor)}table a:active{color:var(--gse-ui-link-active-foregroundColor)}table a:visited{color:var(--gse-ui-link-visited-foregroundColor)}table a:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-ui-anchor{color:var(--gse-ui-link-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius)}.gux-ui-anchor:hover{color:var(--gse-ui-link-hover-foregroundColor)}.gux-ui-anchor:active{color:var(--gse-ui-link-active-foregroundColor)}.gux-ui-anchor:visited{color:var(--gse-ui-link-visited-foregroundColor)}.gux-ui-anchor:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-anchor-table{color:var(--gse-ui-link-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius);text-decoration:none}.gux-anchor-table:hover{color:var(--gse-ui-link-hover-foregroundColor)}.gux-anchor-table:active{color:var(--gse-ui-link-active-foregroundColor)}.gux-anchor-table:visited{color:var(--gse-ui-link-visited-foregroundColor)}.gux-anchor-table:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-icon-anchor .gux-icon{padding-right:var(--gse-ui-links-inLine-padding)}
1
+ :root{--gse-core-spacing-4xs:4px;--gse-core-spacing-3xs:8px;--gse-core-spacing-2xs:12px;--gse-core-spacing-xs:16px;--gse-core-spacing-sm:20px;--gse-core-spacing-md:24px;--gse-core-spacing-lg:32px;--gse-core-zIndex-0:0;--gse-core-zIndex-1:1;--gse-core-zIndex-100:100;--gse-core-zIndex-200:200;--gse-core-zIndex-300:300;--gse-core-zIndex-400:400;--gse-core-zIndex-500:500;--gse-core-zIndex-600:600;--gse-core-borderRadius-none:0;--gse-core-borderRadius-sm:4px;--gse-core-borderRadius-md:8px;--gse-core-borderRadius-lg:16px;--gse-core-borderRadius-xl:20px;--gse-core-borderRadius-full:100%;--gse-core-color-white:#ffffff;--gse-core-color-black:#000000;--gse-core-color-transparent:#00000000;--gse-core-color-cornflower-100:#f2f2f3;--gse-core-color-cornflower-200:#e4e5e7;--gse-core-color-cornflower-300:#c6c8ce;--gse-core-color-cornflower-400:#a3a7b0;--gse-core-color-cornflower-500:#767c8d;--gse-core-color-cornflower-600:#626e84;--gse-core-color-cornflower-700:#3e5374;--gse-core-color-cornflower-800:#23395d;--gse-core-color-cornflower-900:#1b2c48;--gse-core-color-cornflower-1000:#0f1929;--gse-core-color-islandaqua-100:#edf8f9;--gse-core-color-islandaqua-200:#daf0f4;--gse-core-color-islandaqua-300:#b5e2e8;--gse-core-color-islandaqua-400:#90d3dd;--gse-core-color-islandaqua-500:#6bc5d1;--gse-core-color-islandaqua-600:#46b6c6;--gse-core-color-islandaqua-700:#38929e;--gse-core-color-islandaqua-800:#0d7482;--gse-core-color-islandaqua-900:#115d71;--gse-core-color-islandaqua-1000:#094052;--gse-core-color-tomato-100:#fef3f3;--gse-core-color-tomato-200:#fee8e6;--gse-core-color-tomato-300:#fecfcb;--gse-core-color-tomato-400:#feb2ab;--gse-core-color-tomato-500:#fe8f85;--gse-core-color-tomato-600:#fe624d;--gse-core-color-tomato-700:#e35744;--gse-core-color-tomato-800:#c44b3b;--gse-core-color-tomato-900:#a03d30;--gse-core-color-tomato-1000:#712b22;--gse-core-color-lavenderhaze-100:#fbfcfe;--gse-core-color-lavenderhaze-200:#f3f5fb;--gse-core-color-lavenderhaze-300:#e8ebf7;--gse-core-color-lavenderhaze-400:#d1d7ef;--gse-core-color-lavenderhaze-500:#c6ceec;--gse-core-color-lavenderhaze-600:#b5bfe6;--gse-core-color-lavenderhaze-700:#a8b4e2;--gse-core-color-lavenderhaze-800:#9ba9dd;--gse-core-color-lavenderhaze-900:#7785b8;--gse-core-color-lavenderhaze-1000:#626d97;--gse-core-color-blueberry-50:#eff0fe;--gse-core-color-blueberry-100:#dee1fd;--gse-core-color-blueberry-200:#ced2fc;--gse-core-color-blueberry-300:#9ca6f9;--gse-core-color-blueberry-400:#7b88f7;--gse-core-color-blueberry-500:#5a6af5;--gse-core-color-blueberry-600:#4856cb;--gse-core-color-blueberry-700:#3742a2;--gse-core-color-blueberry-800:#252e78;--gse-core-color-blueberry-900:#1c2463;--gse-core-color-blueberry-1000:#141a4f;--gse-core-color-mineral-100:#ddeaf7;--gse-core-color-mineral-200:#cde0f4;--gse-core-color-mineral-300:#bcd6f0;--gse-core-color-mineral-400:#9ac1e8;--gse-core-color-mineral-500:#79ade1;--gse-core-color-mineral-600:#5798d9;--gse-core-color-mineral-700:#467aae;--gse-core-color-mineral-800:#345b82;--gse-core-color-mineral-900:#233d57;--gse-core-color-mineral-1000:#1a2e41;--gse-core-color-plum-100:#eee3ff;--gse-core-color-plum-200:#e6d6ff;--gse-core-color-plum-300:#dec8ff;--gse-core-color-plum-400:#cdacff;--gse-core-color-plum-500:#bd91ff;--gse-core-color-plum-600:#ac75ff;--gse-core-color-plum-700:#8a5ecc;--gse-core-color-plum-800:#674699;--gse-core-color-plum-900:#452f66;--gse-core-color-plum-1000:#34234d;--gse-core-color-raspberry-100:#fadff5;--gse-core-color-raspberry-200:#f7cff0;--gse-core-color-raspberry-300:#f5bfeb;--gse-core-color-raspberry-400:#ef9ee1;--gse-core-color-raspberry-500:#ea7ed7;--gse-core-color-raspberry-600:#e55ecd;--gse-core-color-raspberry-700:#b74ba4;--gse-core-color-raspberry-800:#89387b;--gse-core-color-raspberry-900:#5c2652;--gse-core-color-raspberry-1000:#451c3e;--gse-core-color-coral-100:#ffdee4;--gse-core-color-coral-200:#ffced6;--gse-core-color-coral-300:#ffbec9;--gse-core-color-coral-400:#ff9dad;--gse-core-color-coral-500:#ff7d92;--gse-core-color-coral-600:#ff5c77;--gse-core-color-coral-700:#cc4a5f;--gse-core-color-coral-800:#993747;--gse-core-color-coral-900:#662530;--gse-core-color-coral-1000:#4d1c24;--gse-core-color-mango-100:#fff4dc;--gse-core-color-mango-200:#ffeeca;--gse-core-color-mango-300:#ffe8b9;--gse-core-color-mango-400:#ffdd96;--gse-core-color-mango-500:#ffd173;--gse-core-color-mango-600:#ffc650;--gse-core-color-mango-700:#cc9e40;--gse-core-color-mango-800:#997730;--gse-core-color-mango-900:#664f20;--gse-core-color-mango-1000:#4d3b18;--gse-core-color-pear-100:#edf5df;--gse-core-color-pear-200:#e3eecc;--gse-core-color-pear-300:#d9e8bb;--gse-core-color-pear-400:#c6dd98;--gse-core-color-pear-500:#b3d176;--gse-core-color-pear-600:#a0c654;--gse-core-color-pear-700:#809e43;--gse-core-color-pear-800:#607732;--gse-core-color-pear-900:#404f22;--gse-core-color-pear-1000:#303b19;--gse-core-color-jade-100:#dff5f0;--gse-core-color-jade-200:#cceee6;--gse-core-color-jade-300:#bbe8de;--gse-core-color-jade-400:#98ddcd;--gse-core-color-jade-500:#76d1bc;--gse-core-color-jade-600:#54c6ab;--gse-core-color-jade-700:#439e89;--gse-core-color-jade-800:#327767;--gse-core-color-jade-900:#224f45;--gse-core-color-jade-1000:#193b33;--gse-core-fontFamily-body:Noto Sans;--gse-core-fontFamily-heading:Urbanist;--gse-core-fontSize-xs:12px;--gse-core-fontSize-sm:14px;--gse-core-fontSize-md:16px;--gse-core-fontSize-lg:18px;--gse-core-fontSize-xl:24px;--gse-core-fontSize-xxl:36px;--gse-core-fontWeight-regular:400;--gse-core-fontWeight-semiBold:600;--gse-core-fontWeight-bold:700;--gse-core-lineHeight-2xs:16px;--gse-core-lineHeight-xs:18px;--gse-core-lineHeight-sm:20px;--gse-core-lineHeight-md:24px;--gse-core-lineHeight-lg:27px;--gse-core-lineHeight-xl:32px;--gse-core-lineHeight-2xl:44px;--gse-core-lineHeight-matchFontSize:1;--gse-core-typography-body-sm-fontFamily:Noto Sans;--gse-core-typography-body-sm-lineHeight:18px;--gse-core-typography-body-sm-fontSize:12px;--gse-core-typography-body-sm-fontWeight:400;--gse-core-typography-body-smBold-fontFamily:Noto Sans;--gse-core-typography-body-smBold-lineHeight:18px;--gse-core-typography-body-smBold-fontSize:12px;--gse-core-typography-body-smBold-fontWeight:700;--gse-core-typography-body-smSemiBold-fontFamily:Noto Sans;--gse-core-typography-body-smSemiBold-lineHeight:18px;--gse-core-typography-body-smSemiBold-fontSize:12px;--gse-core-typography-body-smSemiBold-fontWeight:600;--gse-core-typography-body-smRegular-fontFamily:Noto Sans;--gse-core-typography-body-smRegular-lineHeight:18px;--gse-core-typography-body-smRegular-fontSize:12px;--gse-core-typography-body-smRegular-fontWeight:400;--gse-core-typography-body-md-fontFamily:Noto Sans;--gse-core-typography-body-md-lineHeight:20px;--gse-core-typography-body-md-fontSize:14px;--gse-core-typography-body-md-fontWeight:400;--gse-core-typography-body-mdRegular-fontFamily:Noto Sans;--gse-core-typography-body-mdRegular-lineHeight:20px;--gse-core-typography-body-mdRegular-fontSize:14px;--gse-core-typography-body-mdRegular-fontWeight:400;--gse-core-typography-body-mdSemiBold-fontFamily:Noto Sans;--gse-core-typography-body-mdSemiBold-lineHeight:20px;--gse-core-typography-body-mdSemiBold-fontSize:14px;--gse-core-typography-body-mdSemiBold-fontWeight:600;--gse-core-typography-body-mdBold-fontFamily:Noto Sans;--gse-core-typography-body-mdBold-lineHeight:20px;--gse-core-typography-body-mdBold-fontSize:14px;--gse-core-typography-body-mdBold-fontWeight:700;--gse-core-typography-body-lg-fontFamily:Noto Sans;--gse-core-typography-body-lg-lineHeight:24px;--gse-core-typography-body-lg-fontSize:16px;--gse-core-typography-body-lg-fontWeight:400;--gse-core-typography-body-lgRegular-fontFamily:Noto Sans;--gse-core-typography-body-lgRegular-lineHeight:24px;--gse-core-typography-body-lgRegular-fontSize:16px;--gse-core-typography-body-lgRegular-fontWeight:400;--gse-core-typography-body-lgSemiBold-fontFamily:Noto Sans;--gse-core-typography-body-lgSemiBold-lineHeight:24px;--gse-core-typography-body-lgSemiBold-fontSize:16px;--gse-core-typography-body-lgSemiBold-fontWeight:600;--gse-core-typography-body-lgBold-fontFamily:Noto Sans;--gse-core-typography-body-lgBold-lineHeight:24px;--gse-core-typography-body-lgBold-fontSize:16px;--gse-core-typography-body-lgBold-fontWeight:700;--gse-core-typography-heading-xs-fontFamily:Urbanist;--gse-core-typography-heading-xs-lineHeight:24px;--gse-core-typography-heading-xs-fontSize:14px;--gse-core-typography-heading-xs-fontWeight:700;--gse-core-typography-heading-xsBold-fontFamily:Urbanist;--gse-core-typography-heading-xsBold-lineHeight:24px;--gse-core-typography-heading-xsBold-fontSize:14px;--gse-core-typography-heading-xsBold-fontWeight:700;--gse-core-typography-heading-xsSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-xsSemiBold-lineHeight:24px;--gse-core-typography-heading-xsSemiBold-fontSize:14px;--gse-core-typography-heading-xsSemiBold-fontWeight:600;--gse-core-typography-heading-sm-fontFamily:Urbanist;--gse-core-typography-heading-sm-lineHeight:24px;--gse-core-typography-heading-sm-fontSize:16px;--gse-core-typography-heading-sm-fontWeight:700;--gse-core-typography-heading-smBold-fontFamily:Urbanist;--gse-core-typography-heading-smBold-lineHeight:24px;--gse-core-typography-heading-smBold-fontSize:16px;--gse-core-typography-heading-smBold-fontWeight:700;--gse-core-typography-heading-smSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-smSemiBold-lineHeight:24px;--gse-core-typography-heading-smSemiBold-fontSize:16px;--gse-core-typography-heading-smSemiBold-fontWeight:600;--gse-core-typography-heading-md-fontFamily:Urbanist;--gse-core-typography-heading-md-lineHeight:27px;--gse-core-typography-heading-md-fontSize:18px;--gse-core-typography-heading-md-fontWeight:700;--gse-core-typography-heading-mdBold-fontFamily:Urbanist;--gse-core-typography-heading-mdBold-lineHeight:27px;--gse-core-typography-heading-mdBold-fontSize:18px;--gse-core-typography-heading-mdBold-fontWeight:700;--gse-core-typography-heading-mdSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-mdSemiBold-lineHeight:27px;--gse-core-typography-heading-mdSemiBold-fontSize:18px;--gse-core-typography-heading-mdSemiBold-fontWeight:600;--gse-core-typography-heading-lg-fontFamily:Urbanist;--gse-core-typography-heading-lg-lineHeight:32px;--gse-core-typography-heading-lg-fontSize:24px;--gse-core-typography-heading-lg-fontWeight:700;--gse-core-typography-heading-lgBold-fontFamily:Urbanist;--gse-core-typography-heading-lgBold-lineHeight:32px;--gse-core-typography-heading-lgBold-fontSize:24px;--gse-core-typography-heading-lgBold-fontWeight:700;--gse-core-typography-heading-lgSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-lgSemiBold-lineHeight:32px;--gse-core-typography-heading-lgSemiBold-fontSize:24px;--gse-core-typography-heading-lgSemiBold-fontWeight:600;--gse-core-typography-heading-xl-fontFamily:Urbanist;--gse-core-typography-heading-xl-lineHeight:44px;--gse-core-typography-heading-xl-fontSize:36px;--gse-core-typography-heading-xl-fontWeight:700;--gse-core-typography-heading-xlBold-fontFamily:Urbanist;--gse-core-typography-heading-xlBold-lineHeight:44px;--gse-core-typography-heading-xlBold-fontSize:36px;--gse-core-typography-heading-xlBold-fontWeight:700;--gse-core-typography-heading-xlSemiBold-fontFamily:Urbanist;--gse-core-typography-heading-xlSemiBold-lineHeight:44px;--gse-core-typography-heading-xlSemiBold-fontSize:36px;--gse-core-typography-heading-xlSemiBold-fontWeight:600;--gse-core-typography-heading-overline-fontFamily:Urbanist;--gse-core-typography-heading-overline-fontWeight:600;--gse-core-typography-heading-overline-lineHeight:16px;--gse-core-typography-heading-overline-fontSize:12px;--gse-core-typography-heading-overline-letterSpacing:1.5px;--gse-core-typography-heading-overline-textCase:uppercase;--gse-core-typography-subheading-fontFamily:Urbanist;--gse-core-typography-subheading-fontWeight:700;--gse-core-typography-subheading-lineHeight:20px;--gse-core-typography-subheading-fontSize:14px;--gse-core-typography-subheadingBold-fontFamily:Urbanist;--gse-core-typography-subheadingBold-fontWeight:700;--gse-core-typography-subheadingBold-lineHeight:20px;--gse-core-typography-subheadingBold-fontSize:14px;--gse-core-typography-subheadingSemiBold-fontFamily:Urbanist;--gse-core-typography-subheadingSemiBold-fontWeight:600;--gse-core-typography-subheadingSemiBold-lineHeight:20px;--gse-core-typography-subheadingSemiBold-fontSize:14px;--gse-core-typography-subheadingRegular-fontFamily:Urbanist;--gse-core-typography-subheadingRegular-fontWeight:400;--gse-core-typography-subheadingRegular-lineHeight:20px;--gse-core-typography-subheadingRegular-fontSize:14px;--gse-core-elevation-low-x:0;--gse-core-elevation-low-y:2px;--gse-core-elevation-low-blur:4px;--gse-core-elevation-low-spread:1px;--gse-core-elevation-low-color:#23395c1a;--gse-core-elevation-low-type:dropShadow;--gse-core-elevation-medium-x:0;--gse-core-elevation-medium-y:4px;--gse-core-elevation-medium-blur:6px;--gse-core-elevation-medium-spread:1px;--gse-core-elevation-medium-color:#23395c1f;--gse-core-elevation-medium-type:dropShadow;--gse-core-elevation-high-x:0;--gse-core-elevation-high-y:6px;--gse-core-elevation-high-blur:8px;--gse-core-elevation-high-spread:1px;--gse-core-elevation-high-color:#23395c26;--gse-core-elevation-high-type:dropShadow;--gse-core-size-xs:16px;--gse-core-size-sm:20px;--gse-core-size-md:24px;--gse-core-size-lg:32px;--gse-core-size-xl:40px;--gse-core-size-2xl:48px;--gse-core-size-3xl:98px;--gse-core-textDecoration-underline:underline}:root{--gse-semantic-color-info-lightest:#e2dff8;--gse-semantic-color-info-lighter:#c5bef1;--gse-semantic-color-info-main:#6e5ddb;--gse-semantic-color-info-darker:#443989;--gse-semantic-color-info-darkest:#2e275f;--gse-semantic-color-warning-lightest:#fef4d8;--gse-semantic-color-warning-lighter:#fce9b2;--gse-semantic-color-warning-main:#f8c73e;--gse-semantic-color-warning-darker:#6c5619;--gse-semantic-color-warning-darkest:#3d300c;--gse-semantic-color-error-lightest:#f9d3da;--gse-semantic-color-error-lighter:#f3a7b5;--gse-semantic-color-error-main:#e22245;--gse-semantic-color-error-darker:#881429;--gse-semantic-color-error-darkest:#440a15;--gse-semantic-color-success-lightest:#cef0e6;--gse-semantic-color-success-lighter:#9de1cd;--gse-semantic-color-success-main:#09b581;--gse-semantic-color-success-darker:#056d4d;--gse-semantic-color-success-darkest:#033627;--gse-semantic-color-primary-lightest:#ced2fc;--gse-semantic-color-primary-lighter:#9ca6f9;--gse-semantic-color-primary-main:#4856cb;--gse-semantic-color-primary-darker:#3742a2;--gse-semantic-color-primary-darkest:#252e78;--gse-semantic-color-focus:#7b88f7;--gse-semantic-focusRing-width:3px;--gse-semantic-focusRing-offset:1px;--gse-semantic-focusRing-cornerRadius:4px;--gse-semantic-focusRing-default-border-color:#7b88f7;--gse-semantic-focusRing-default-border-width:3px;--gse-semantic-focusRing-default-border-style:solid;--gse-semantic-focusRing-small-border-color:#7b88f7;--gse-semantic-focusRing-small-border-width:2px;--gse-semantic-focusRing-small-border-style:solid;--gse-semantic-zIndex-base:0;--gse-semantic-zIndex-showFocus:1;--gse-semantic-zIndex-sticky:1;--gse-semantic-zIndex-popup:100;--gse-semantic-zIndex-popover:200;--gse-semantic-zIndex-tooltip:200;--gse-semantic-zIndex-panel:300;--gse-semantic-zIndex-navbar:400;--gse-semantic-zIndex-sidebar:400;--gse-semantic-zIndex-toast:500;--gse-semantic-zIndex-modal:600}button:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}input:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-focused:focus{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-focused-within:focus-within{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-focused-visible:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-small-focused:focus{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}.gux-focus-ring-small-focused-within:focus-within{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}.gux-focus-ring-small-focused-visible:focus-visible{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}.gux-focus-ring{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-focus-ring-small{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}h1{font-family:var(--gse-core-typography-heading-xl-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-xl-fontSize);line-height:var(--gse-core-typography-heading-xl-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}h2{font-family:var(--gse-core-typography-heading-lg-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-lg-fontSize);line-height:var(--gse-core-typography-heading-lg-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}h3{font-family:var(--gse-core-typography-heading-md-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-md-fontSize);line-height:var(--gse-core-typography-heading-md-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}h4,h5,h6{font-family:var(--gse-core-typography-heading-sm-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-sm-fontSize);line-height:var(--gse-core-typography-heading-sm-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-xl{font-family:var(--gse-core-typography-heading-xl-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-xl-fontSize);line-height:var(--gse-core-typography-heading-xl-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-lg{font-family:var(--gse-core-typography-heading-lg-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-lg-fontSize);line-height:var(--gse-core-typography-heading-lg-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-md{font-family:var(--gse-core-typography-heading-md-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-md-fontSize);line-height:var(--gse-core-typography-heading-md-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-sm{font-family:var(--gse-core-typography-heading-sm-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-sm-fontSize);line-height:var(--gse-core-typography-heading-sm-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-xs{font-family:var(--gse-core-typography-heading-xs-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-xs-fontSize);line-height:var(--gse-core-typography-heading-xs-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-subheading{font-family:var(--gse-core-typography-subheading-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-subheading-fontSize);line-height:var(--gse-core-typography-subheading-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-heading-overline{font-family:var(--gse-core-typography-heading-overline-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-overline-fontSize);line-height:var(--gse-core-typography-heading-overline-lineHeight);text-transform:var(--gse-core-typography-heading-overline-textCase);letter-spacing:var(--gse-core-typography-heading-overline-letterSpacing);font-weight:var(--gse-core-fontWeight-regular)}body{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-regular)}.gux-body-lg-regular{font-family:var(--gse-core-typography-body-lg-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-lg-fontSize);line-height:var(--gse-core-typography-body-lg-lineHeight);font-weight:var(--gse-core-fontWeight-regular)}.gux-body-lg-semibold{font-family:var(--gse-core-typography-body-lg-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-lg-fontSize);line-height:var(--gse-core-typography-body-lg-lineHeight);font-weight:var(--gse-core-fontWeight-semiBold)}.gux-body-lg-bold{font-family:var(--gse-core-typography-body-lg-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-lg-fontSize);line-height:var(--gse-core-typography-body-lg-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-body-md-regular{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);line-height:var(--gse-core-typography-body-md-lineHeight);font-weight:var(--gse-core-fontWeight-regular)}.gux-body-md-semibold{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);line-height:var(--gse-core-typography-body-md-lineHeight);font-weight:var(--gse-core-fontWeight-semiBold)}.gux-body-md-bold{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);line-height:var(--gse-core-typography-body-md-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-body-sm-regular{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-regular)}.gux-body-sm-semibold{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-semiBold)}.gux-body-sm-bold{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-ui-button{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);font-weight:var(--gse-core-fontWeight-semiBold);line-height:var(--gse-core-typography-body-md-lineHeight)}.gux-ui-link{font-family:var(--gse-core-typography-body-md-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-md-fontSize);font-weight:var(--gse-core-fontWeight-regular);line-height:var(--gse-core-typography-body-md-lineHeight)}.gux-ui-label{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);font-weight:var(--gse-core-fontWeight-bold);line-height:var(--gse-core-typography-body-sm-lineHeight)}.gux-ui-placeholder{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);font-weight:var(--gse-core-fontWeight-regular);line-height:var(--gse-core-typography-body-sm-lineHeight)}a{color:var(--gse-ui-link-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius)}a:hover{color:var(--gse-ui-link-hover-foregroundColor)}a:active{color:var(--gse-ui-link-active-foregroundColor)}a:visited{color:var(--gse-ui-link-visited-foregroundColor)}a:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}table a{color:var(--gse-ui-link-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius);text-decoration:none}table a:hover{color:var(--gse-ui-link-hover-foregroundColor)}table a:active{color:var(--gse-ui-link-active-foregroundColor)}table a:visited{color:var(--gse-ui-link-visited-foregroundColor)}table a:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-ui-anchor{color:var(--gse-ui-link-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius)}.gux-ui-anchor:hover{color:var(--gse-ui-link-hover-foregroundColor)}.gux-ui-anchor:active{color:var(--gse-ui-link-active-foregroundColor)}.gux-ui-anchor:visited{color:var(--gse-ui-link-visited-foregroundColor)}.gux-ui-anchor:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-anchor-table{color:var(--gse-ui-link-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius);text-decoration:none}.gux-anchor-table:hover{color:var(--gse-ui-link-hover-foregroundColor)}.gux-anchor-table:active{color:var(--gse-ui-link-active-foregroundColor)}.gux-anchor-table:visited{color:var(--gse-ui-link-visited-foregroundColor)}.gux-anchor-table:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-icon-anchor .gux-icon{padding-right:var(--gse-ui-links-inLine-padding)}
@@ -1 +1 @@
1
- import{p as e,b as l}from"./p-3e4b3dbc.js";export{s as setNonce}from"./p-3e4b3dbc.js";(()=>{const l=import.meta.url,a={};return""!==l&&(a.resourcesUrl=new URL(".",l).href),e(a)})().then((e=>l([["p-b901e9e0",[[1,"gux-visualization-beta",{visualizationSpec:[16],embedOptions:[16]}]]],["p-137f5b8f",[[1,"gux-chart-column-beta",{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"]}]]],["p-d9928f8c",[[1,"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"]}]]],["p-b5179379",[[1,"gux-chart-line-beta",{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"]}]]],["p-c3aa8578",[[1,"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"]}]]],["p-d4a346df",[[1,"gux-chart-scatter-plot-beta",{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"]}]]]],e)));
1
+ import{p as e,b as l}from"./p-1bc0cc3a.js";export{s as setNonce}from"./p-1bc0cc3a.js";import{g as a}from"./p-e1255160.js";(()=>{const l=import.meta.url,a={};return""!==l&&(a.resourcesUrl=new URL(".",l).href),e(a)})().then((async e=>(await a(),l([["p-51f2502a",[[1,"gux-visualization-beta",{visualizationSpec:[16],embedOptions:[16]}]]],["p-64f0b385",[[1,"gux-chart-column-beta",{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"]}]]],["p-83283e73",[[1,"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"]}]]],["p-65020b8a",[[1,"gux-chart-line-beta",{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"]}]]],["p-e42dd3ba",[[1,"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"]}]]],["p-291b128b",[[1,"gux-chart-scatter-plot-beta",{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"]}]]]],e))));
@@ -0,0 +1,2 @@
1
+ let e,n,t=!1;const l="slot-fb{display:contents}slot-fb[hidden]{display:none}",o={},s=e=>"object"==(e=typeof e)||"function"===e;function i(e){var n,t,l;return null!==(l=null===(t=null===(n=e.head)||void 0===n?void 0:n.querySelector('meta[name="csp-nonce"]'))||void 0===t?void 0:t.getAttribute("content"))&&void 0!==l?l:void 0}const c=(e,n,...t)=>{let l=null,o=null,i=!1,c=!1;const u=[],a=n=>{for(let t=0;t<n.length;t++)l=n[t],Array.isArray(l)?a(l):null!=l&&"boolean"!=typeof l&&((i="function"!=typeof e&&!s(l))&&(l+=""),i&&c?u[u.length-1].t+=l:u.push(i?r(null,l):l),c=i)};a(t),n&&n.key&&(o=n.key);const f=r(e,null);return f.l=n,u.length>0&&(f.o=u),f.i=o,f},r=(e,n)=>({u:0,m:e,t:n,p:null,o:null,l:null,i:null}),u={},a=e=>U(e).$hostElement$,f=(e,n,t)=>{const l=a(e);return{emit:e=>d(l,n,{bubbles:!!(4&t),composed:!!(2&t),cancelable:!!(1&t),detail:e})}},d=(e,n,t)=>{const l=K.ce(n,t);return e.dispatchEvent(l),l},y=new WeakMap,m=e=>"sc-"+e.h,p=(e,n,t,l,o,i)=>{if(t!==l){let c=V(e,n);if(n.toLowerCase(),"key"===n);else if("ref"===n)l&&l(e);else{const r=s(l);if((c||r&&null!==l)&&!o)try{if(e.tagName.includes("-"))e[n]=l;else{const o=null==l?"":l;"list"===n?c=!1:null!=t&&e[n]==o||(e[n]=o)}}catch(e){}null==l||!1===l?!1===l&&""!==e.getAttribute(n)||e.removeAttribute(n):(!c||4&i||o)&&!r&&e.setAttribute(n,l=!0===l?"":l)}}},h=(e,n,t,l)=>{const s=11===n.p.nodeType&&n.p.host?n.p.host:n.p,i=e&&e.l||o,c=n.l||o;for(l in i)l in c||p(s,l,i[l],void 0,t,n.u);for(l in c)p(s,l,i[l],c[l],t,n.u)},$=(t,l,o)=>{const s=l.o[o];let i,c,r=0;if(i=s.p=J.createElement(s.m),h(null,s,!1),null!=e&&i["s-si"]!==e&&i.classList.add(i["s-si"]=e),s.o)for(r=0;r<s.o.length;++r)c=$(t,s,r),c&&i.appendChild(c);return i["s-hn"]=n,i},v=(e,t,l,o,s,i)=>{let c,r=e;for(r.shadowRoot&&r.tagName===n&&(r=r.shadowRoot);s<=i;++s)o[s]&&(c=$(null,l,s),c&&(o[s].p=c,r.insertBefore(c,t)))},b=(e,n,t)=>{for(let l=n;l<=t;++l){const n=e[l];if(n){const e=n.p;g(n),e&&e.remove()}}},w=(e,n,t=!1)=>e.m===n.m&&(!!t||e.i===n.i),S=(e,n,t=!1)=>{const l=n.p=e.p,o=e.o,s=n.o;h(e,n,!1),null!==o&&null!==s?((e,n,t,l,o=!1)=>{let s,i,c=0,r=0,u=0,a=0,f=n.length-1,d=n[0],y=n[f],m=l.length-1,p=l[0],h=l[m];for(;c<=f&&r<=m;)if(null==d)d=n[++c];else if(null==y)y=n[--f];else if(null==p)p=l[++r];else if(null==h)h=l[--m];else if(w(d,p,o))S(d,p,o),d=n[++c],p=l[++r];else if(w(y,h,o))S(y,h,o),y=n[--f],h=l[--m];else if(w(d,h,o))S(d,h,o),e.insertBefore(d.p,y.p.nextSibling),d=n[++c],h=l[--m];else if(w(y,p,o))S(y,p,o),e.insertBefore(y.p,d.p),y=n[--f],p=l[++r];else{for(u=-1,a=c;a<=f;++a)if(n[a]&&null!==n[a].i&&n[a].i===p.i){u=a;break}u>=0?(i=n[u],i.m!==p.m?s=$(n&&n[r],t,u):(S(i,p,o),n[u]=void 0,s=i.p),p=l[++r]):(s=$(n&&n[r],t,r),p=l[++r]),s&&d.p.parentNode.insertBefore(s,d.p)}c>f?v(e,null==l[m+1]?null:l[m+1].p,t,l,r,m):r>m&&b(n,c,f)})(l,o,n,s,t):null!==s?v(l,null,n,s,0,s.length-1):null!==o&&b(o,0,o.length-1)},g=e=>{e.l&&e.l.ref&&e.l.ref(null),e.o&&e.o.map(g)},k=(e,n)=>{n&&!e.$&&n["s-p"]&&n["s-p"].push(new Promise((n=>e.$=n)))},j=(e,n)=>{if(e.u|=16,!(4&e.u))return k(e,e.v),oe((()=>M(e,n)));e.u|=512},M=(e,n)=>{const t=e.S;let l;return n&&(l=A(t,"componentWillLoad")),O(l,(()=>P(e,t,n)))},O=(e,n)=>C(e)?e.then(n):n(),C=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,P=async(e,n,t)=>{var o;const s=e.$hostElement$,c=s["s-rc"];t&&(e=>{const n=e.k,t=e.$hostElement$,o=n.u,s=((e,n)=>{var t;const o=m(n),s=G.get(o);if(e=11===e.nodeType?e:J,s)if("string"==typeof s){let c,r=y.get(e=e.head||e);if(r||y.set(e,r=new Set),!r.has(o)){{c=J.createElement("style"),c.innerHTML=s;const n=null!==(t=K.j)&&void 0!==t?t:i(J);null!=n&&c.setAttribute("nonce",n),e.insertBefore(c,e.querySelector("link"))}4&n.u&&(c.innerHTML+=l),r&&r.add(o)}}else e.adoptedStyleSheets.includes(s)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,s]);return o})(t.shadowRoot?t.shadowRoot:t.getRootNode(),n);10&o&&(t["s-sc"]=s,t.classList.add(s+"-h"))})(e);E(e,n,s,t),c&&(c.map((e=>e())),s["s-rc"]=void 0);{const n=null!==(o=s["s-p"])&&void 0!==o?o:[],t=()=>L(e);0===n.length?t():(Promise.all(n).then(t),e.u|=4,n.length=0)}},E=(t,l,o,s)=>{try{l=l.render(),t.u&=-17,t.u|=2,((t,l,o=!1)=>{const s=t.$hostElement$,i=t.M||r(null,null),a=(e=>e&&e.m===u)(l)?l:c(null,null,l);if(n=s.tagName,o&&a.l)for(const e of Object.keys(a.l))s.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(a.l[e]=s[e]);a.m=null,a.u|=4,t.M=a,a.p=i.p=s.shadowRoot||s,e=s["s-sc"],S(i,a,o)})(t,l,s)}catch(e){_(e,t.$hostElement$)}return null},L=e=>{const n=e.$hostElement$,t=e.S,l=e.v;A(t,"componentDidRender"),64&e.u||(e.u|=64,N(n),A(t,"componentDidLoad"),e.O(n),l||x()),e.$&&(e.$(),e.$=void 0),512&e.u&&le((()=>j(e,!1))),e.u&=-517},x=()=>{N(J.documentElement),le((()=>d(I,"appload",{detail:{namespace:"genesys-chart-webcomponents"}})))},A=(e,n,t)=>{if(e&&e[n])try{return e[n](t)}catch(e){_(e)}},N=e=>e.setAttribute("hydrated",""),R=(e,n,t)=>{var l;const o=e.prototype;if(n.C){e.watchers&&(n.P=e.watchers);const i=Object.entries(n.C);if(i.map((([e,[l]])=>{(31&l||2&t&&32&l)&&Object.defineProperty(o,e,{get(){return((e,n)=>U(this).L.get(n))(0,e)},set(t){((e,n,t,l)=>{const o=U(e),i=o.$hostElement$,c=o.L.get(n),r=o.u,u=o.S;if(t=((e,n)=>null==e||s(e)?e:4&n?"false"!==e&&(""===e||!!e):2&n?parseFloat(e):1&n?e+"":e)(t,l.C[n][0]),(!(8&r)||void 0===c)&&t!==c&&(!Number.isNaN(c)||!Number.isNaN(t))&&(o.L.set(n,t),u)){if(l.P&&128&r){const e=l.P[n];e&&e.map((e=>{try{u[e](t,c,n)}catch(e){_(e,i)}}))}2==(18&r)&&j(o,!1)}})(this,e,t,n)},configurable:!0,enumerable:!0})})),1&t){const t=new Map;o.attributeChangedCallback=function(e,l,s){K.jmp((()=>{var i;const c=t.get(e);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(o.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const t=U(this),o=null==t?void 0:t.u;if(o&&!(8&o)&&128&o&&s!==l){const o=t.S,c=null===(i=n.P)||void 0===i?void 0:i[e];null==c||c.forEach((n=>{null!=o[n]&&o[n].call(o,s,l,e)}))}return}}this[c]=(null!==s||"boolean"!=typeof this[c])&&s}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!==(l=n.P)&&void 0!==l?l:{}),...i.filter((([e,n])=>15&n[0])).map((([e,n])=>{const l=n[1]||e;return t.set(l,e),l}))]))}}return e},T=async(e,n,t)=>{let l;if(!(32&n.u)){if(n.u|=32,t.A){if(l=B(t),l.then){const e=()=>{};l=await l,e()}l.isProxied||(t.P=l.watchers,R(l,t,2),l.isProxied=!0);const e=()=>{};n.u|=8;try{new l(n)}catch(e){_(e)}n.u&=-9,n.u|=128,e()}else l=e.constructor,customElements.whenDefined(t.h).then((()=>n.u|=128));if(l.style){let e=l.style;const n=m(t);if(!G.has(n)){const l=()=>{};((e,n,t)=>{let l=G.get(e);X&&t?(l=l||new CSSStyleSheet,"string"==typeof l?l=n:l.replaceSync(n)):l=n,G.set(e,l)})(n,e,!!(1&t.u)),l()}}}const o=n.v,s=()=>j(n,!0);o&&o["s-rc"]?o["s-rc"].push(s):s()},W=(e,n={})=>{var t;const o=[],s=n.exclude||[],c=I.customElements,r=J.head,u=r.querySelector("meta[charset]"),a=J.createElement("style"),f=[];let d,y=!0;Object.assign(K,n),K.N=new URL(n.resourcesUrl||"./",J.baseURI).href;let m=!1;if(e.map((e=>{e[1].map((n=>{var t;const l={u:n[0],h:n[1],C:n[2],R:n[3]};4&l.u&&(m=!0),l.C=n[2],l.P=null!==(t=n[4])&&void 0!==t?t:{};const i=l.h,r=class extends HTMLElement{constructor(e){super(e),H(e=this,l),1&l.u&&e.attachShadow({mode:"open"})}connectedCallback(){d&&(clearTimeout(d),d=null),y?f.push(this):K.jmp((()=>(e=>{if(!(1&K.u)){const n=U(e),t=n.k,l=()=>{};if(1&n.u)(null==n?void 0:n.S)||(null==n?void 0:n.T)&&n.T.then((()=>{}));else{n.u|=1;{let t=e;for(;t=t.parentNode||t.host;)if(t["s-p"]){k(n,n.v=t);break}}t.C&&Object.entries(t.C).map((([n,[t]])=>{if(31&t&&e.hasOwnProperty(n)){const t=e[n];delete e[n],e[n]=t}})),T(e,n,t)}l()}})(this)))}disconnectedCallback(){K.jmp((()=>(async()=>{if(!(1&K.u)){const e=U(this);(null==e?void 0:e.S)||(null==e?void 0:e.T)&&e.T.then((()=>{}))}})()))}componentOnReady(){return U(this).T}};l.A=e[0],s.includes(i)||c.get(i)||(o.push(i),c.define(i,R(r,l,1)))}))})),o.length>0&&(m&&(a.textContent+=l),a.textContent+=o+"{visibility:hidden}[hydrated]{visibility:inherit}",a.innerHTML.length)){a.setAttribute("data-styles","");const e=null!==(t=K.j)&&void 0!==t?t:i(J);null!=e&&a.setAttribute("nonce",e),r.insertBefore(a,u?u.nextSibling:r.firstChild)}y=!1,f.length?f.map((e=>e.connectedCallback())):K.jmp((()=>d=setTimeout(x,30)))},D=e=>K.j=e,F=new WeakMap,U=e=>F.get(e),q=(e,n)=>F.set(n.S=e,n),H=(e,n)=>{const t={u:0,$hostElement$:e,k:n,L:new Map};return t.T=new Promise((e=>t.O=e)),e["s-p"]=[],e["s-rc"]=[],F.set(e,t)},V=(e,n)=>n in e,_=(e,n)=>(0,console.error)(e,n),z=new Map,B=e=>{const n=e.h.replace(/-/g,"_"),t=e.A,l=z.get(t);return l?l[n]:import(`./${t}.entry.js`).then((e=>(z.set(t,e),e[n])),_)
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},G=new Map,I="undefined"!=typeof window?window:{},J=I.document||{head:{}},K={u:0,N:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,n,t,l)=>e.addEventListener(n,t,l),rel:(e,n,t,l)=>e.removeEventListener(n,t,l),ce:(e,n)=>new CustomEvent(e,n)},Q=e=>Promise.resolve(e),X=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),Y=[],Z=[],ee=(e,n)=>l=>{e.push(l),t||(t=!0,n&&4&K.u?le(te):K.raf(te))},ne=e=>{for(let n=0;n<e.length;n++)try{e[n](performance.now())}catch(e){_(e)}e.length=0},te=()=>{ne(Y),ne(Z),(t=Y.length>0)&&K.raf(te)},le=e=>Q().then(e),oe=ee(Z,!0);export{W as b,f as c,a as g,c as h,Q as p,q as r,D as s}
@@ -1 +1 @@
1
- import{r as t,h as i,g as s}from"./p-3e4b3dbc.js";import{t as e}from"./p-97c45977.js";import{V as a,l as h}from"./p-82f0ea01.js";const o="category",n=class{constructor(i){t(this,i),this.baseChartSpec={$schema:"https://vega.github.io/schema/vega-lite/v5.json",params:[{name:"onHover",select:{type:"point",on:"mouseover"}}],config:{axis:{ticks:!1,titlePadding:8,gridColor:"#F6F7F9"},axisX:{labelAngle:0,grid:!0},legend:{symbolType:"circle"}},width:{step:40},encoding:{x:{type:"nominal"},y:{type:"quantitative"},color:{field:o,type:"nominal",scale:{range:a},legend:null},size:{condition:[{param:"onHover",empty:!1,value:100}],value:40}}},this.chartData=void 0,this.xTickLabelSlant=void 0,this.includeLegend=void 0,this.legendPosition="right",this.xFieldName=void 0,this.xAxisTitle=void 0,this.yFieldName=void 0,this.yAxisTitle=void 0,this.legendTitle=void 0,this.colorFieldName=void 0,this.useShape=void 0,this.embedOptions=void 0}parseData(){this.xFieldName&&this.yFieldName||h(this.root,"requires x-field-name and y-field-name");let t={};this.chartData&&(t={data:this.chartData}),this.xTickLabelSlant&&(this.baseChartSpec.config.axisX.labelAngle=-45),this.legendPosition&&(this.baseChartSpec.config.legend.orient=this.legendPosition);const i=this.xFieldName,s=this.xAxisTitle,e=this.yFieldName,a=this.yAxisTitle,n=this.legendTitle,l=this.useShape||"circle",r=this.colorFieldName||o;this.includeLegend&&(this.baseChartSpec.encoding.color.legend=!0),i&&(this.baseChartSpec.encoding.x.field=i),s&&(this.baseChartSpec.encoding.x.title=s),e&&(this.baseChartSpec.encoding.y.field=e),a&&(this.baseChartSpec.encoding.y.title=a),r&&(this.baseChartSpec.encoding.color.field=r),n&&(this.baseChartSpec.encoding.color.title=n),this.baseChartSpec.mark={type:l,filled:!0},this.baseChartSpec.config.legend.symbolType=l,this.baseChartSpec.encoding.shape={field:r,type:"nominal"},this.baseChartSpec.encoding.tooltip=[{field:i,type:"nominal",title:s},{field:e,type:"quantitative",title:a},{field:r,type:"nominal",title:n}];const c=Object.assign(this.baseChartSpec,t);this.visualizationSpec=c}componentWillLoad(){e(this.root),this.parseData()}render(){return i("gux-visualization-beta",{visualizationSpec:this.visualizationSpec})}get root(){return s(this)}static get watchers(){return{chartData:["parseData"]}}};n.style="gux-visualization-beta{height:fit-content;color:#2e394c}";export{n as gux_chart_scatter_plot_beta}
1
+ import{r as t,h as i,g as s}from"./p-1bc0cc3a.js";import{t as e}from"./p-f6832775.js";import{V as a,l as h}from"./p-f50e3789.js";const o="category",n=class{constructor(i){t(this,i),this.baseChartSpec={$schema:"https://vega.github.io/schema/vega-lite/v5.json",params:[{name:"onHover",select:{type:"point",on:"mouseover"}}],config:{axis:{ticks:!1,titlePadding:8,gridColor:"#F6F7F9"},axisX:{labelAngle:0,grid:!0},legend:{symbolType:"circle"}},width:{step:40},encoding:{x:{type:"nominal"},y:{type:"quantitative"},color:{field:o,type:"nominal",scale:{range:a},legend:null},size:{condition:[{param:"onHover",empty:!1,value:100}],value:40}}},this.chartData=void 0,this.xTickLabelSlant=void 0,this.includeLegend=void 0,this.legendPosition="right",this.xFieldName=void 0,this.xAxisTitle=void 0,this.yFieldName=void 0,this.yAxisTitle=void 0,this.legendTitle=void 0,this.colorFieldName=void 0,this.useShape=void 0,this.embedOptions=void 0}parseData(){this.xFieldName&&this.yFieldName||h(this.root,"requires x-field-name and y-field-name");let t={};this.chartData&&(t={data:this.chartData}),this.xTickLabelSlant&&(this.baseChartSpec.config.axisX.labelAngle=-45),this.legendPosition&&(this.baseChartSpec.config.legend.orient=this.legendPosition);const i=this.xFieldName,s=this.xAxisTitle,e=this.yFieldName,a=this.yAxisTitle,n=this.legendTitle,l=this.useShape||"circle",r=this.colorFieldName||o;this.includeLegend&&(this.baseChartSpec.encoding.color.legend=!0),i&&(this.baseChartSpec.encoding.x.field=i),s&&(this.baseChartSpec.encoding.x.title=s),e&&(this.baseChartSpec.encoding.y.field=e),a&&(this.baseChartSpec.encoding.y.title=a),r&&(this.baseChartSpec.encoding.color.field=r),n&&(this.baseChartSpec.encoding.color.title=n),this.baseChartSpec.mark={type:l,filled:!0},this.baseChartSpec.config.legend.symbolType=l,this.baseChartSpec.encoding.shape={field:r,type:"nominal"},this.baseChartSpec.encoding.tooltip=[{field:i,type:"nominal",title:s},{field:e,type:"quantitative",title:a},{field:r,type:"nominal",title:n}];const c=Object.assign(this.baseChartSpec,t);this.visualizationSpec=c}componentWillLoad(){e(this.root),this.parseData()}render(){return i("gux-visualization-beta",{key:"94b4f927328d22a8764207acdd36cb8bef342ea0",visualizationSpec:this.visualizationSpec})}get root(){return s(this)}static get watchers(){return{chartData:["parseData"]}}};n.style="gux-visualization-beta{height:fit-content;color:#2e394c}";export{n as gux_chart_scatter_plot_beta}