genesys-spark-chart-components 4.12.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1 -0
- package/dist/cjs/genesys-chart-webcomponents.cjs.js +23 -0
- package/dist/cjs/gux-chart-column-beta.cjs.entry.js +140 -0
- package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +229 -0
- package/dist/cjs/gux-chart-line-beta.cjs.entry.js +135 -0
- package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +113 -0
- package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +143 -0
- package/dist/cjs/gux-visualization-beta.cjs.entry.js +71953 -0
- package/dist/cjs/index-1e13a15f.js +1647 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/cjs/log-error-c46b4b4c.js +21 -0
- package/dist/cjs/usage-30f04ec3.js +208 -0
- package/dist/collection/collection-manifest.json +17 -0
- package/dist/collection/components/beta/gux-chart-column/gux-chart-column.css +13 -0
- package/dist/collection/components/beta/gux-chart-column/gux-chart-column.js +343 -0
- package/dist/collection/components/beta/gux-chart-column/gux-chart-column.locale.js +92 -0
- package/dist/collection/components/beta/gux-chart-column/tests/gux-column-chart.spec.js +22 -0
- package/dist/collection/components/beta/gux-chart-donut/gux-chart-donut.css +4 -0
- package/dist/collection/components/beta/gux-chart-donut/gux-chart-donut.js +575 -0
- package/dist/collection/components/beta/gux-chart-donut/tests/gux-chart-donut.spec.js +11 -0
- package/dist/collection/components/beta/gux-chart-line/gux-chart-line.css +4 -0
- package/dist/collection/components/beta/gux-chart-line/gux-chart-line.js +391 -0
- package/dist/collection/components/beta/gux-chart-line/gux-chart-line.locale.js +92 -0
- package/dist/collection/components/beta/gux-chart-line/tests/gux-chart-line.e2e.js +17 -0
- package/dist/collection/components/beta/gux-chart-line/tests/gux-chart-line.spec.js +22 -0
- package/dist/collection/components/beta/gux-chart-pie/gux-chart-pie.css +4 -0
- package/dist/collection/components/beta/gux-chart-pie/gux-chart-pie.js +284 -0
- package/dist/collection/components/beta/gux-chart-pie/tests/gux-chart-pie.spec.js +11 -0
- package/dist/collection/components/beta/gux-chart-scatter-plot/gux-chart-scatter-plot.css +4 -0
- package/dist/collection/components/beta/gux-chart-scatter-plot/gux-chart-scatter-plot.js +365 -0
- package/dist/collection/components/beta/gux-chart-scatter-plot/tests/gux-chart-scatter-plot.spec.js +33 -0
- package/dist/collection/components/beta/gux-visualization/gux-visualization.css +19 -0
- package/dist/collection/components/beta/gux-visualization/gux-visualization.js +143 -0
- package/dist/collection/components/beta/gux-visualization/gux-visualization.locale.js +92 -0
- package/dist/collection/components/beta/gux-visualization/tests/gux-visualization.e2e.js +31 -0
- package/dist/collection/components/beta/gux-visualization/tests/gux-visualization.spec.js +35 -0
- package/dist/collection/i18n/fetchResources.js +12 -0
- package/dist/collection/i18n/index.js +73 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/test/axeConfig.js +7 -0
- package/dist/collection/test/e2eTestUtils.js +20 -0
- package/dist/collection/test/jestMatcherUtils.js +1 -0
- package/dist/collection/test/setupAxeTests.js +75 -0
- package/dist/collection/test/setupTests.js +9 -0
- package/dist/collection/test/specTestUtils.js +10 -0
- package/dist/collection/utils/dom/get-closest-element.js +15 -0
- package/dist/collection/utils/error/log-error.js +6 -0
- package/dist/collection/utils/theme/color-palette.js +12 -0
- package/dist/collection/utils/tracking/usage.js +81 -0
- package/dist/collection/utils/tracking/usage.spec.js +121 -0
- package/dist/component-specs.json +187 -0
- package/dist/esm/genesys-chart-webcomponents.js +18 -0
- package/dist/esm/gux-chart-column-beta.entry.js +136 -0
- package/dist/esm/gux-chart-donut-beta.entry.js +225 -0
- package/dist/esm/gux-chart-line-beta.entry.js +131 -0
- package/dist/esm/gux-chart-pie-beta.entry.js +109 -0
- package/dist/esm/gux-chart-scatter-plot-beta.entry.js +139 -0
- package/dist/esm/gux-visualization-beta.entry.js +71949 -0
- package/dist/esm/index-701d93cf.js +1619 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +9 -0
- package/dist/esm/log-error-0fc61f6f.js +18 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/usage-61eee3bd.js +206 -0
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.css +1 -0
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.ar.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.cs.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.da.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.de.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.en.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.es-es.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.es.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.fi.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.fr-ca.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.fr.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.he.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.it.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.ja.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.ko.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.nl.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.no.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.pl.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.pt-br.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.pt-pt.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.ru.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.sv.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.th.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.tr.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.uk.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.zh-cn.json +1 -0
- package/dist/genesys-chart-webcomponents/i18n/genesys-webcomponents.i18n.zh-tw.json +1 -0
- package/dist/genesys-chart-webcomponents/index.esm.js +0 -0
- package/dist/genesys-chart-webcomponents/p-137f5b8f.entry.js +1 -0
- package/dist/genesys-chart-webcomponents/p-3e4b3dbc.js +2 -0
- package/dist/genesys-chart-webcomponents/p-82f0ea01.js +1 -0
- package/dist/genesys-chart-webcomponents/p-97c45977.js +1 -0
- package/dist/genesys-chart-webcomponents/p-b5179379.entry.js +1 -0
- package/dist/genesys-chart-webcomponents/p-b901e9e0.entry.js +11 -0
- package/dist/genesys-chart-webcomponents/p-c3aa8578.entry.js +1 -0
- package/dist/genesys-chart-webcomponents/p-d4a346df.entry.js +1 -0
- package/dist/genesys-chart-webcomponents/p-d9928f8c.entry.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/loader/cdn.js +3 -0
- package/dist/loader/index.cjs.js +3 -0
- package/dist/loader/index.d.ts +21 -0
- package/dist/loader/index.es2017.js +3 -0
- package/dist/loader/index.js +4 -0
- package/dist/loader/package.json +11 -0
- package/dist/stencil-wrapper.js +58 -0
- package/dist/types/components/beta/gux-chart-column/gux-chart-column.d.ts +49 -0
- package/dist/types/components/beta/gux-chart-column/gux-chart-column.locale.d.ts +22 -0
- package/dist/types/components/beta/gux-chart-donut/gux-chart-donut.d.ts +34 -0
- package/dist/types/components/beta/gux-chart-line/gux-chart-line.d.ts +48 -0
- package/dist/types/components/beta/gux-chart-line/gux-chart-line.locale.d.ts +22 -0
- package/dist/types/components/beta/gux-chart-pie/gux-chart-pie.d.ts +23 -0
- package/dist/types/components/beta/gux-chart-scatter-plot/gux-chart-scatter-plot.d.ts +52 -0
- package/dist/types/components/beta/gux-visualization/gux-visualization.d.ts +17 -0
- package/dist/types/components/beta/gux-visualization/gux-visualization.locale.d.ts +22 -0
- package/dist/types/components.d.ts +480 -0
- package/dist/types/i18n/fetchResources.d.ts +11 -0
- package/dist/types/i18n/index.d.ts +9 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/stencil-public-runtime.d.ts +1671 -0
- package/dist/types/stencil-wrapper.d.ts +2 -0
- package/dist/types/test/axeConfig.d.ts +6 -0
- package/dist/types/test/e2eTestUtils.d.ts +9 -0
- package/dist/types/test/jestMatcherUtils.d.ts +8 -0
- package/dist/types/test/specTestUtils.d.ts +2 -0
- package/dist/types/typings.d.ts +4 -0
- package/dist/types/utils/dom/get-closest-element.d.ts +1 -0
- package/dist/types/utils/error/log-error.d.ts +2 -0
- package/dist/types/utils/theme/color-palette.d.ts +1 -0
- package/dist/types/utils/tracking/usage.d.ts +27 -0
- package/package.json +118 -0
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
const name = "genesys-spark-chart-components";
|
|
2
|
+
const version = "4.12.1-beta.1";
|
|
3
|
+
const description = "Common chart webcomponents";
|
|
4
|
+
const license = "MIT";
|
|
5
|
+
const main = "dist/stencil-wrapper.js";
|
|
6
|
+
const files = [
|
|
7
|
+
"dist/"
|
|
8
|
+
];
|
|
9
|
+
const scripts = {
|
|
10
|
+
build: "npm run clean && npm run i18n && npm run stencil && npm run build-wrapper",
|
|
11
|
+
"build-i18n": "./scripts/build-i18n.js",
|
|
12
|
+
"build-wrapper": "./scripts/wrap-stencil.js",
|
|
13
|
+
"check-a11y": "node ./scripts/check-a11y.mjs",
|
|
14
|
+
"check-readmes": "./scripts/check-readmes.sh",
|
|
15
|
+
clean: "rm -r ./dist ./build || true",
|
|
16
|
+
predev: "npm run i18n",
|
|
17
|
+
dev: "npm run stencil.dev",
|
|
18
|
+
eslint: "eslint --fix .",
|
|
19
|
+
i18n: "npm run update-en-i18n && npm run build-i18n",
|
|
20
|
+
"lint-all": "npm-run-all \"stylelint\" \"eslint\" \"prettier\" \"prettier-package-json\"",
|
|
21
|
+
"lint-staged": "lint-staged",
|
|
22
|
+
"list-checked-a11y-components": "node scripts/list-checked-a11y-components.js",
|
|
23
|
+
"list-component-tracking": "./scripts/list-component-tracking.js",
|
|
24
|
+
"list-i18n-files": "./scripts/list-i18n-files.js",
|
|
25
|
+
"predev.public": "npm run predev",
|
|
26
|
+
prepare: "npm run i18n",
|
|
27
|
+
prettier: "prettier --log-level silent --ignore-unknown --write .",
|
|
28
|
+
"prettier-package-json": "prettier-package-json --write ./package.json",
|
|
29
|
+
stencil: "stencil build --prod",
|
|
30
|
+
"stencil.dev": "stencil build --dev --watch --serve --no-open",
|
|
31
|
+
stylelint: "stylelint --fix \"**/*.{css,html,scss}\"",
|
|
32
|
+
test: "TZ=UTC stencil test --spec --e2e",
|
|
33
|
+
"test.ci": "TZ=UTC npm run test.ci.spec",
|
|
34
|
+
"test.ci.e2e": "TZ=UTC stencil test --e2e --max-workers=1",
|
|
35
|
+
"test.ci.spec": "TZ=UTC stencil test --spec --max-workers=1",
|
|
36
|
+
"test.e2e": "TZ=UTC stencil test --e2e",
|
|
37
|
+
"test.e2e.update-snapshot": "TZ=UTC stencil test --e2e --updateSnapshot",
|
|
38
|
+
"test.screenshot": "TZ=UTC stencil test --e2e --screenshot",
|
|
39
|
+
"test.unit": "TZ=UTC stencil build dev && stencil test --spec",
|
|
40
|
+
"test.unit.update-snapshot": "TZ=UTC stencil test --spec --updateSnapshot",
|
|
41
|
+
"test.update-snapshot": "TZ=UTC stencil test --spec --e2e --updateSnapshot",
|
|
42
|
+
"test.watch": "TZ=UTC stencil test --spec --e2e --watch",
|
|
43
|
+
"update-en-i18n": "./scripts/update-en-i18n.js",
|
|
44
|
+
"version-sync": "npm version --no-git-tag-version --allow-same-version"
|
|
45
|
+
};
|
|
46
|
+
const config = {
|
|
47
|
+
commitizen: {
|
|
48
|
+
path: "./node_modules/cz-conventional-changelog"
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
const types = "dist/types/index.d.ts";
|
|
52
|
+
const dependencies = {
|
|
53
|
+
vega: "*",
|
|
54
|
+
"vega-embed": "*",
|
|
55
|
+
"vega-lite": "*"
|
|
56
|
+
};
|
|
57
|
+
const devDependencies = {
|
|
58
|
+
"@babel/core": "^7.23.2",
|
|
59
|
+
"@babel/preset-env": "^7.23.2",
|
|
60
|
+
"@stencil/core": "4.5.0",
|
|
61
|
+
"@stencil/react-output-target": "^0.5.3",
|
|
62
|
+
"@stencil/sass": "^3.0.7",
|
|
63
|
+
"@stencil/utils": "0.0.5",
|
|
64
|
+
"@types/jest": "^27.5.2",
|
|
65
|
+
"@types/new-relic-browser": "^0.1118.2",
|
|
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",
|
|
70
|
+
"axe-live": "^1.0.1",
|
|
71
|
+
eslint: "^8.52.0",
|
|
72
|
+
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
73
|
+
"eslint-config-prettier": "^8.10.0",
|
|
74
|
+
"file-loader": "^6.2.0",
|
|
75
|
+
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
76
|
+
glob: "^10.3.0",
|
|
77
|
+
handlebars: "^4.7.8",
|
|
78
|
+
inquirer: "^9.2.7",
|
|
79
|
+
jest: "^27.5.1",
|
|
80
|
+
"jest-cli": "^27.5.1",
|
|
81
|
+
"jest-config": "^27.5.1",
|
|
82
|
+
"jest-environment-node": "^27.5.1",
|
|
83
|
+
"jest-junit": "^13.2.0",
|
|
84
|
+
"jest-silent-reporter": "^0.5.0",
|
|
85
|
+
jsdom: "^22.1.0",
|
|
86
|
+
"lint-staged": "^13.3.0",
|
|
87
|
+
marked: "^4.3.0",
|
|
88
|
+
"node-fetch": "^3.3.2",
|
|
89
|
+
"npm-run-all": "^4.1.5",
|
|
90
|
+
"postcss-html": "^1.5.0",
|
|
91
|
+
"postcss-less": "^6.0.0",
|
|
92
|
+
"postcss-scss": "^4.0.9",
|
|
93
|
+
prettier: "^3.0.3",
|
|
94
|
+
"prettier-config-genesys-spark-components": "file:../../shared-configs/prettier-config-genesys-spark-components",
|
|
95
|
+
"prettier-package-json": "^2.8.0",
|
|
96
|
+
puppeteer: "^14.4.1",
|
|
97
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
98
|
+
"semver-sort": "^1.0.0",
|
|
99
|
+
stylelint: "^15.11.0",
|
|
100
|
+
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
|
|
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",
|
|
106
|
+
typescript: "^4.9.5",
|
|
107
|
+
xmldom: "^0.6.0"
|
|
108
|
+
};
|
|
109
|
+
const publishConfig = {
|
|
110
|
+
registry: "https://registry.npmjs.org/"
|
|
111
|
+
};
|
|
112
|
+
const collection = "dist/collection/collection-manifest.json";
|
|
113
|
+
const prettier = "prettier-config-genesys-spark-components";
|
|
114
|
+
const volta = {
|
|
115
|
+
node: "18.16.1"
|
|
116
|
+
};
|
|
117
|
+
const packageInfo = {
|
|
118
|
+
name: name,
|
|
119
|
+
version: version,
|
|
120
|
+
description: description,
|
|
121
|
+
license: license,
|
|
122
|
+
main: main,
|
|
123
|
+
files: files,
|
|
124
|
+
scripts: scripts,
|
|
125
|
+
config: config,
|
|
126
|
+
types: types,
|
|
127
|
+
dependencies: dependencies,
|
|
128
|
+
devDependencies: devDependencies,
|
|
129
|
+
publishConfig: publishConfig,
|
|
130
|
+
collection: collection,
|
|
131
|
+
prettier: prettier,
|
|
132
|
+
volta: volta
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
// The number of actions to process every interval
|
|
136
|
+
const ACTION_BATCH_SIZE = 20;
|
|
137
|
+
const NR_LIMIT_INTERVAL = 30000; // 30s
|
|
138
|
+
/**
|
|
139
|
+
* A queue of events that should be tracked by NewRelic.
|
|
140
|
+
* We initialize it with the library version to make sure that's always reported.
|
|
141
|
+
*/
|
|
142
|
+
const actionQueue = [
|
|
143
|
+
getVersionEvent(packageInfo.version)
|
|
144
|
+
];
|
|
145
|
+
/**
|
|
146
|
+
* Process the next batch items in the queue, set a timeout to recur.
|
|
147
|
+
* We use a recurring timeout instead of an interval because it guarantees
|
|
148
|
+
* a minimum of NR_LMIT_INTERVAL between batches, even if the browser is
|
|
149
|
+
* held up by processing elsewhere.
|
|
150
|
+
*/
|
|
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;
|
|
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
|
+
}
|
|
166
|
+
let trackingStarted = false;
|
|
167
|
+
/**
|
|
168
|
+
* Begin action processing loop if it hasn't started.
|
|
169
|
+
*/
|
|
170
|
+
function ensureTracking() {
|
|
171
|
+
if (!trackingStarted) {
|
|
172
|
+
trackingStarted = true;
|
|
173
|
+
processActionQueue();
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* Submits a component for tracking by NewRelic.
|
|
178
|
+
*/
|
|
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
|
+
});
|
|
193
|
+
}
|
|
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
|
+
};
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export { trackComponent as t };
|
|
@@ -0,0 +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)}
|
|
@@ -0,0 +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)));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as i,g as s}from"./p-3e4b3dbc.js";import{t as a}from"./p-97c45977.js";import{V as e,l as h}from"./p-82f0ea01.js";const o=class{constructor(i){t(this,i),this.baseChartSpec={$schema:"https://vega.github.io/schema/vega-lite/v5.json",mark:{type:"bar"},config:{axis:{ticks:!1,titlePadding:8},axisX:{labelAngle:0},scale:{bandPaddingInner:.4,bandPaddingOuter:.4},legend:{symbolType:"circle"},bar:{color:e[0]}},encoding:{x:{type:"nominal"},y:{type:"quantitative"},tooltip:{aggregate:"count",type:"quantitative"}}},this.chartData=void 0,this.xTickLabelSlant=void 0,this.includeLegend=void 0,this.xFieldName=void 0,this.yFieldName=void 0,this.xAxisTitle=void 0,this.yAxisTitle=void 0,this.legendTitle=void 0,this.legendPosition="right",this.chartLayers=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.includeLegend&&(this.baseChartSpec.encoding.color={field:"category"}),this.legendPosition&&(this.baseChartSpec.config.legend.orient=this.legendPosition);const i=this.xFieldName,s=this.yFieldName,a=this.xAxisTitle,o=this.yAxisTitle,r=this.legendTitle;if(this.chartLayers){const t=this.chartLayers.map((t=>({mark:"bar",transform:[{filter:{field:"series",equal:t}}],encoding:{x:{field:i,type:"nominal"},y:{field:s,type:"quantitative"}}})));this.baseChartSpec.layer=t}else i&&(this.baseChartSpec.encoding.x.field=i),s&&(this.baseChartSpec.encoding.y.field=s),a&&(this.baseChartSpec.encoding.x.title=a),o&&(this.baseChartSpec.encoding.y.title=o),r&&(this.baseChartSpec.encoding.color.title=r);this.baseChartSpec.config.range={[i]:e};const n=Object.assign(this.baseChartSpec,t);this.visualizationSpec=n}componentWillLoad(){a(this.root),this.parseData()}render(){return i("gux-visualization-beta",{visualizationSpec:this.visualizationSpec})}get root(){return s(this)}static get watchers(){return{chartData:["parseData"]}}};o.style="gux-visualization-beta{height:fit-content;color:#2e394c;}gux-visualization-beta .mark-rect.layer_0_marks path{fill:url(#diagonalHatch0)}gux-visualization-beta .mark-rect.layer_1_marks path{fill:#1da8b3}";export{o as gux_chart_column_beta}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
let n,e,t=!1;const l={},o=n=>"object"==(n=typeof n)||"function"===n;function s(n){var e,t,l;return null!==(l=null===(t=null===(e=n.head)||void 0===e?void 0:e.querySelector('meta[name="csp-nonce"]'))||void 0===t?void 0:t.getAttribute("content"))&&void 0!==l?l:void 0}const i=(n,e,...t)=>{let l=null,s=!1,i=!1;const r=[],u=e=>{for(let t=0;t<e.length;t++)l=e[t],Array.isArray(l)?u(l):null!=l&&"boolean"!=typeof l&&((s="function"!=typeof n&&!o(l))&&(l+=""),s&&i?r[r.length-1].t+=l:r.push(s?c(null,l):l),i=s)};u(t);const a=c(n,null);return a.l=e,r.length>0&&(a.o=r),a},c=(n,e)=>({i:0,u:n,t:e,m:null,o:null,l:null}),r={},u=n=>D(n).$hostElement$,a=(n,e,t)=>{const l=u(n);return{emit:n=>f(l,e,{bubbles:!!(4&t),composed:!!(2&t),cancelable:!!(1&t),detail:n})}},f=(n,e,t)=>{const l=I.ce(e,t);return n.dispatchEvent(l),l},d=new WeakMap,y=n=>"sc-"+n.h,m=(n,e,t,l,s,i)=>{if(t!==l){let c=q(n,e);if(e.toLowerCase(),"ref"===e)l&&l(n);else{const r=o(l);if((c||r&&null!==l)&&!s)try{if(n.tagName.includes("-"))n[e]=l;else{const o=null==l?"":l;"list"===e?c=!1:null!=t&&n[e]==o||(n[e]=o)}}catch(n){}null==l||!1===l?!1===l&&""!==n.getAttribute(e)||n.removeAttribute(e):(!c||4&i||s)&&!r&&n.setAttribute(e,l=!0===l?"":l)}}},h=(n,e,t,o)=>{const s=11===e.m.nodeType&&e.m.host?e.m.host:e.m,i=n&&n.l||l,c=e.l||l;for(o in i)o in c||m(s,o,i[o],void 0,t,e.i);for(o in c)m(s,o,i[o],c[o],t,e.i)},p=(e,t,l)=>{const o=t.o[l];let s,i,c=0;if(s=o.m=G.createElement(o.u),h(null,o,!1),null!=n&&s["s-si"]!==n&&s.classList.add(s["s-si"]=n),o.o)for(c=0;c<o.o.length;++c)i=p(e,o,c),i&&s.appendChild(i);return s},$=(n,t,l,o,s,i)=>{let c,r=n;for(r.shadowRoot&&r.tagName===e&&(r=r.shadowRoot);s<=i;++s)o[s]&&(c=p(null,l,s),c&&(o[s].m=c,r.insertBefore(c,t)))},v=(n,e,t)=>{for(let l=e;l<=t;++l){const e=n[l];if(e){const n=e.m;S(e),n&&n.remove()}}},b=(n,e)=>n.u===e.u,w=(n,e)=>{const t=e.m=n.m,l=n.o,o=e.o;h(n,e,!1),null!==l&&null!==o?((n,e,t,l)=>{let o,s=0,i=0,c=e.length-1,r=e[0],u=e[c],a=l.length-1,f=l[0],d=l[a];for(;s<=c&&i<=a;)null==r?r=e[++s]:null==u?u=e[--c]:null==f?f=l[++i]:null==d?d=l[--a]:b(r,f)?(w(r,f),r=e[++s],f=l[++i]):b(u,d)?(w(u,d),u=e[--c],d=l[--a]):b(r,d)?(w(r,d),n.insertBefore(r.m,u.m.nextSibling),r=e[++s],d=l[--a]):b(u,f)?(w(u,f),n.insertBefore(u.m,r.m),u=e[--c],f=l[++i]):(o=p(e&&e[i],t,i),f=l[++i],o&&r.m.parentNode.insertBefore(o,r.m));s>c?$(n,null==l[a+1]?null:l[a+1].m,t,l,i,a):i>a&&v(e,s,c)})(t,l,e,o):null!==o?$(t,null,e,o,0,o.length-1):null!==l&&v(l,0,l.length-1)},S=n=>{n.l&&n.l.ref&&n.l.ref(null),n.o&&n.o.map(S)},g=(n,e)=>{e&&!n.p&&e["s-p"]&&e["s-p"].push(new Promise((e=>n.p=e)))},j=(n,e)=>{if(n.i|=16,!(4&n.i))return g(n,n.$),tn((()=>M(n,e)));n.i|=512},M=(n,e)=>{const t=n.v;let l;return e&&(l=A(t,"componentWillLoad")),k(l,(()=>C(n,t,e)))},k=(n,e)=>O(n)?n.then(e):e(),O=n=>n instanceof Promise||n&&n.then&&"function"==typeof n.then,C=async(n,e,t)=>{var l;const o=n.$hostElement$,i=o["s-rc"];t&&(n=>{const e=n.S,t=n.$hostElement$,l=e.i,o=((n,e)=>{var t;const l=y(e),o=z.get(l);if(n=11===n.nodeType?n:G,o)if("string"==typeof o){let e,i=d.get(n=n.head||n);if(i||d.set(n,i=new Set),!i.has(l)){{e=G.createElement("style"),e.innerHTML=o;const l=null!==(t=I.j)&&void 0!==t?t:s(G);null!=l&&e.setAttribute("nonce",l),n.insertBefore(e,n.querySelector("link"))}i&&i.add(l)}}else n.adoptedStyleSheets.includes(o)||(n.adoptedStyleSheets=[...n.adoptedStyleSheets,o]);return l})(t.shadowRoot?t.shadowRoot:t.getRootNode(),e);10&l&&(t["s-sc"]=o,t.classList.add(o+"-h"))})(n);P(n,e,o,t),i&&(i.map((n=>n())),o["s-rc"]=void 0);{const e=null!==(l=o["s-p"])&&void 0!==l?l:[],t=()=>L(n);0===e.length?t():(Promise.all(e).then(t),n.i|=4,e.length=0)}},P=(t,l,o,s)=>{try{l=l.render(),t.i&=-17,t.i|=2,((t,l,o=!1)=>{const s=t.$hostElement$,u=t.M||c(null,null),a=(n=>n&&n.u===r)(l)?l:i(null,null,l);if(e=s.tagName,o&&a.l)for(const n of Object.keys(a.l))s.hasAttribute(n)&&!["key","ref","style","class"].includes(n)&&(a.l[n]=s[n]);a.u=null,a.i|=4,t.M=a,a.m=u.m=s.shadowRoot||s,n=s["s-sc"],w(u,a)})(t,l,s)}catch(n){H(n,t.$hostElement$)}return null},L=n=>{const e=n.$hostElement$,t=n.v,l=n.$;A(t,"componentDidRender"),64&n.i||(n.i|=64,E(e),A(t,"componentDidLoad"),n.k(e),l||x()),n.p&&(n.p(),n.p=void 0),512&n.i&&en((()=>j(n,!1))),n.i&=-517},x=()=>{E(G.documentElement),en((()=>f(B,"appload",{detail:{namespace:"genesys-chart-webcomponents"}})))},A=(n,e,t)=>{if(n&&n[e])try{return n[e](t)}catch(n){H(n)}},E=n=>n.setAttribute("hydrated",""),N=(n,e,t)=>{var l;if(e.O){n.watchers&&(e.C=n.watchers);const s=Object.entries(e.O),i=n.prototype;if(s.map((([n,[l]])=>{(31&l||2&t&&32&l)&&Object.defineProperty(i,n,{get(){return((n,e)=>D(this).P.get(e))(0,n)},set(t){((n,e,t,l)=>{const s=D(n),i=s.$hostElement$,c=s.P.get(e),r=s.i,u=s.v;if(t=((n,e)=>null==n||o(n)?n:4&e?"false"!==n&&(""===n||!!n):2&e?parseFloat(n):1&e?n+"":n)(t,l.O[e][0]),(!(8&r)||void 0===c)&&t!==c&&(!Number.isNaN(c)||!Number.isNaN(t))&&(s.P.set(e,t),u)){if(l.C&&128&r){const n=l.C[e];n&&n.map((n=>{try{u[n](t,c,e)}catch(n){H(n,i)}}))}2==(18&r)&&j(s,!1)}})(this,n,t,e)},configurable:!0,enumerable:!0})})),1&t){const t=new Map;i.attributeChangedCallback=function(n,l,o){I.jmp((()=>{const s=t.get(n);if(this.hasOwnProperty(s))o=this[s],delete this[s];else{if(i.hasOwnProperty(s)&&"number"==typeof this[s]&&this[s]==o)return;if(null==s){const t=D(this),s=null==t?void 0:t.i;if(!(8&s)&&128&s&&o!==l){const s=t.v,i=e.C[n];null==i||i.forEach((e=>{null!=s[e]&&s[e].call(s,o,l,n)}))}return}}this[s]=(null!==o||"boolean"!=typeof this[s])&&o}))},n.observedAttributes=Array.from(new Set([...Object.keys(null!==(l=e.C)&&void 0!==l?l:{}),...s.filter((([n,e])=>15&e[0])).map((([n,e])=>{const l=e[1]||n;return t.set(l,n),l}))]))}}return n},R=(n,e={})=>{var t;const l=[],o=e.exclude||[],i=B.customElements,c=G.head,r=c.querySelector("meta[charset]"),u=G.createElement("style"),a=[];let f,d=!0;Object.assign(I,e),I.L=new URL(e.resourcesUrl||"./",G.baseURI).href,n.map((n=>{n[1].map((e=>{var t;const s={i:e[0],h:e[1],O:e[2],A:e[3]};s.O=e[2],s.C=null!==(t=e[4])&&void 0!==t?t:{};const c=s.h,r=class extends HTMLElement{constructor(n){super(n),U(n=this,s),1&s.i&&n.attachShadow({mode:"open"})}connectedCallback(){f&&(clearTimeout(f),f=null),d?a.push(this):I.jmp((()=>(n=>{if(0==(1&I.i)){const e=D(n),t=e.S,l=()=>{};if(1&e.i)(null==e?void 0:e.v)||(null==e?void 0:e.N)&&e.N.then((()=>{}));else{e.i|=1;{let t=n;for(;t=t.parentNode||t.host;)if(t["s-p"]){g(e,e.$=t);break}}t.O&&Object.entries(t.O).map((([e,[t]])=>{if(31&t&&n.hasOwnProperty(e)){const t=n[e];delete n[e],n[e]=t}})),(async(n,e,t)=>{let l;if(0==(32&e.i)){e.i|=32;{if(l=_(t),l.then){const n=()=>{};l=await l,n()}l.isProxied||(t.C=l.watchers,N(l,t,2),l.isProxied=!0);const n=()=>{};e.i|=8;try{new l(e)}catch(n){H(n)}e.i&=-9,e.i|=128,n()}if(l.style){let n=l.style;const e=y(t);if(!z.has(e)){const l=()=>{};((n,e,t)=>{let l=z.get(n);K&&t?(l=l||new CSSStyleSheet,"string"==typeof l?l=e:l.replaceSync(e)):l=e,z.set(n,l)})(e,n,!!(1&t.i)),l()}}}const o=e.$,s=()=>j(e,!0);o&&o["s-rc"]?o["s-rc"].push(s):s()})(0,e,t)}l()}})(this)))}disconnectedCallback(){I.jmp((()=>(async()=>{if(0==(1&I.i)){const n=D(this);(null==n?void 0:n.v)||(null==n?void 0:n.N)&&n.N.then((()=>{}))}})()))}componentOnReady(){return D(this).N}};s.R=n[0],o.includes(c)||i.get(c)||(l.push(c),i.define(c,N(r,s,1)))}))}));{u.innerHTML=l+"{visibility:hidden}[hydrated]{visibility:inherit}",u.setAttribute("data-styles","");const n=null!==(t=I.j)&&void 0!==t?t:s(G);null!=n&&u.setAttribute("nonce",n),c.insertBefore(u,r?r.nextSibling:c.firstChild)}d=!1,a.length?a.map((n=>n.connectedCallback())):I.jmp((()=>f=setTimeout(x,30)))},T=n=>I.j=n,W=new WeakMap,D=n=>W.get(n),F=(n,e)=>W.set(e.v=n,e),U=(n,e)=>{const t={i:0,$hostElement$:n,S:e,P:new Map};return t.N=new Promise((n=>t.k=n)),n["s-p"]=[],n["s-rc"]=[],W.set(n,t)},q=(n,e)=>e in n,H=(n,e)=>(0,console.error)(n,e),V=new Map,_=n=>{const e=n.h.replace(/-/g,"_"),t=n.R,l=V.get(t);return l?l[e]:import(`./${t}.entry.js`).then((n=>(V.set(t,n),n[e])),H)
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/},z=new Map,B="undefined"!=typeof window?window:{},G=B.document||{head:{}},I={i:0,L:"",jmp:n=>n(),raf:n=>requestAnimationFrame(n),ael:(n,e,t,l)=>n.addEventListener(e,t,l),rel:(n,e,t,l)=>n.removeEventListener(e,t,l),ce:(n,e)=>new CustomEvent(n,e)},J=n=>Promise.resolve(n),K=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(n){}return!1})(),Q=[],X=[],Y=(n,e)=>l=>{n.push(l),t||(t=!0,e&&4&I.i?en(nn):I.raf(nn))},Z=n=>{for(let e=0;e<n.length;e++)try{n[e](performance.now())}catch(n){H(n)}n.length=0},nn=()=>{Z(Q),Z(X),(t=Q.length>0)&&I.raf(nn)},en=n=>J().then(n),tn=Y(X,!0);export{R as b,a as c,u as g,i as h,J as p,F as r,T as s}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const B=["#203B73","#1DA8B3","#75A8FF","#8452CF","#B5B5EB","#CC3EBE","#5E5782","#FF8FDD","#868C1E","#DDD933"];function D(B,D){console.error(`[${B.tagName.toLowerCase()}] ${D}`,B)}export{B as V,D as l}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const t="4.12.1-beta.1",e=20,n=3e4,o=[function(t){const[e,n,...o]=t.split(".");return{name:"spark-library",metadata:{fullVersion:`${e}.${n}.${o.join(".")}`,majorVersion:e,minorVersion:`${e}.${n}`}}}(t)];function i(){const t=window.newrelic;if(t){for(let r=0;r<e;r++){if(0==o.length)return void setTimeout(i,n);const e=o.shift();t.addPageAction(e.name,Object.assign(Object.assign({},e.metadata),{queueDepth:o.length}))}setTimeout(i,n)}}let r=!1;function a(e,n){window.newrelic&&(r||(r=!0,i()),document.contains(e)&&o.push({name:"spark-component",metadata:Object.assign(Object.assign({},n),{component:e.tagName.toLowerCase(),version:t})}))}export{a as t}
|
|
@@ -0,0 +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 h,l as a}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",mark:{type:"line",interpolate:"linear",point:!1},config:{axis:{ticks:!1,titlePadding:8},axisX:{labelAngle:0},legend:{symbolType:"circle"}},encoding:{x:{type:"nominal"},y:{type:"quantitative"},color:{field:o,type:"nominal",scale:{range:h},legend:null},tooltip:{aggregate:"count",type:"quantitative"}}},this.chartData=void 0,this.xTickLabelSlant=void 0,this.includeLegend=void 0,this.legendPosition="right",this.includeDataPointMarkers=void 0,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.strokeDash=void 0,this.interpolation=void 0,this.embedOptions=void 0}parseData(){this.xFieldName&&this.yFieldName||a(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.includeLegend&&(this.baseChartSpec.encoding.color.legend=!0),this.legendPosition&&(this.baseChartSpec.config.legend.orient=this.legendPosition);const i=this.xFieldName,s=this.xAxisTitle,e=this.yFieldName,h=this.yAxisTitle,n=this.legendTitle,r=this.colorFieldName||o,l=this.interpolation,c=this.strokeDash,d=this.includeDataPointMarkers;i&&(this.baseChartSpec.encoding.x.field=i),s&&(this.baseChartSpec.encoding.x.title=s),e&&(this.baseChartSpec.encoding.y.field=e),h&&(this.baseChartSpec.encoding.y.title=h),r&&(this.baseChartSpec.encoding.color.field=r),n&&(this.baseChartSpec.encoding.color.title=n),c&&(this.baseChartSpec.encoding.strokeDash={field:r,type:"nominal"}),l&&(this.baseChartSpec.mark.interpolate=l),d&&(this.baseChartSpec.mark.point=d);const g=Object.assign(this.baseChartSpec,t);this.visualizationSpec=g}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_line_beta}
|