genesys-spark-chart-components 4.87.0 → 4.88.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/dist/cjs/{color-palette-37812940.js → color-palette-52058eeb.js} +6 -4
- package/dist/cjs/gux-chart-column-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-line-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-visualization-beta.cjs.entry.js +57 -150
- package/dist/collection/components/beta/gux-visualization/gux-visualization.js +8 -7
- package/dist/collection/genesys-spark-utils/get-closest-element.js +17 -0
- package/dist/collection/genesys-spark-utils/intl.js +120 -0
- package/dist/esm/{color-palette-02925a1d.js → color-palette-ba2eb743.js} +6 -4
- package/dist/esm/gux-chart-column-beta.entry.js +1 -1
- package/dist/esm/gux-chart-donut-beta.entry.js +1 -1
- package/dist/esm/gux-chart-line-beta.entry.js +1 -1
- package/dist/esm/gux-chart-pie-beta.entry.js +1 -1
- package/dist/esm/gux-chart-scatter-plot-beta.entry.js +1 -1
- package/dist/esm/gux-visualization-beta.entry.js +57 -150
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-62f16d26.entry.js → p-0de5bf6e.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-5670e1a5.js → p-1e862a5e.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-e762859e.entry.js → p-45b0c443.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-bbdaf199.entry.js → p-48e88248.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/p-c6087ca6.entry.js +11 -0
- package/dist/genesys-chart-webcomponents/{p-74e73ffa.entry.js → p-d3cab2d1.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-e0602136.entry.js → p-e8788c79.entry.js} +1 -1
- package/dist/stencil-wrapper.js +1 -1
- package/dist/types/genesys-spark-utils/get-closest-element.d.ts +1 -0
- package/dist/types/genesys-spark-utils/intl.d.ts +30 -0
- package/dist/types/stencil-wrapper.d.ts +1 -1
- package/package.json +6 -4
- package/dist/collection/components/beta/gux-chart-column/gux-chart-column.locale.js +0 -92
- package/dist/collection/components/beta/gux-chart-line/gux-chart-line.locale.js +0 -92
- package/dist/collection/components/beta/gux-visualization/gux-visualization.locale.js +0 -92
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.css +0 -1
- package/dist/genesys-chart-webcomponents/p-4d08233a.entry.js +0 -11
- package/dist/types/components/beta/gux-chart-column/gux-chart-column.locale.d.ts +0 -22
- package/dist/types/components/beta/gux-chart-line/gux-chart-line.locale.d.ts +0 -22
- package/dist/types/components/beta/gux-visualization/gux-visualization.locale.d.ts +0 -22
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,h as i,g as s}from"./p-7c21a371.js";import{D as a,a as e,V as h,t as o}from"./p-
|
|
1
|
+
import{r as t,h as i,g as s}from"./p-7c21a371.js";import{D as a,a as e,V as h,t as o}from"./p-1e862a5e.js";import{l as r}from"./p-23610106.js";const n=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,labelColor:this.labelColor||a,domainColor:this.domainColor||e},axisX:{labelAngle:0},scale:{bandPaddingInner:.4,bandPaddingOuter:.4},legend:{symbolType:"circle"},bar:{color:h[0]}},encoding:{x:{type:"nominal"},y:{type:"quantitative"},tooltip:{aggregate:"count",type:"quantitative"}}},this.labelColor=a,this.domainColor=e,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||r(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,e=this.yAxisTitle,o=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),e&&(this.baseChartSpec.encoding.y.title=e),o&&(this.baseChartSpec.encoding.color.title=o);const n=i;this.baseChartSpec.config.range={[n]:h};const l=Object.assign(this.baseChartSpec,t);this.visualizationSpec=l}componentWillLoad(){o(this.root),this.parseData()}render(){return i("gux-visualization-beta",{key:"5bcc2fcee3bfb4905b9fdbb572593402531f960d",visualizationSpec:this.visualizationSpec})}get root(){return s(this)}static get watchers(){return{chartData:["parseData"]}}};n.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{n as gux_chart_column_beta}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,h as i,g as e}from"./p-7c21a371.js";import{V as s,t as a}from"./p-
|
|
1
|
+
import{r as t,h as i,g as e}from"./p-7c21a371.js";import{V as s,t as a}from"./p-1e862a5e.js";import{l as h}from"./p-23610106.js";const o="category",n="value",r=class{constructor(i){t(this,i),this.baseChartSpec={$schema:"https://vega.github.io/schema/vega-lite/v5.json",config:{legend:{symbolType:"circle"}},encoding:{theta:{field:"value",type:"quantitative",stack:!0},color:{field:o,type:"nominal",scale:{range:s},legend:null}},layer:[{mark:{type:"arc",outerRadius:80}},{mark:{type:"text",radius:90},encoding:{text:{field:n,type:"quantitative"}}}],view:{stroke:null}},this.chartData=void 0,this.includeLegend=void 0,this.legendPosition="right",this.legendTitle=void 0,this.colorFieldName=void 0,this.outerRadius=void 0,this.innerRadius=void 0,this.labelRadius=void 0,this.labelField=void 0,this.gauge=void 0,this.centerText=void 0,this.centerSubText=void 0,this.showTooltip=!0,this.tooltipOptions=void 0,this.legendX=void 0,this.legendY=void 0,this.legendFontSize=void 0,this.legendSymbolSize=void 0,this.embedOptions=void 0}parseData(){this.outerRadius||this.innerRadius||h(this.root,"requires at least one of outer-radius or inner-radius");let t={};this.chartData&&(t={data:this.chartData}),this.legendPosition&&(this.baseChartSpec.config.legend.orient=this.legendPosition),this.includeLegend?(this.baseChartSpec.encoding.color.legend={},(this.legendX||this.legendY)&&(this.baseChartSpec.config.legend.orient="none",this.legendX&&(this.baseChartSpec.encoding.color.legend.legendX=this.legendX),this.legendY&&(this.baseChartSpec.encoding.color.legend.legendY=this.legendY)),this.legendFontSize&&(this.baseChartSpec.encoding.color.legend.labelFontSize=this.legendFontSize),this.legendSymbolSize&&(this.baseChartSpec.encoding.color.legend.symbolSize=this.legendSymbolSize)):this.baseChartSpec.encoding.color.legend=null;const i=this.colorFieldName||o;i&&(this.baseChartSpec.encoding.color.field=i);this.baseChartSpec.encoding.color.title=this.legendTitle||"";let e=this.outerRadius,s=this.innerRadius;e||(e=s+32),s||(s=e-32);let a=1;this.gauge?(this.baseChartSpec.layer=[{data:{values:[{progress:"default",value:100}]},mark:{type:"arc",innerRadius:s},encoding:{theta:{field:"value",type:"quantitative"},color:{value:"#E4E9F0"},tooltip:null}},{mark:{type:"arc",outerRadius:e,innerRadius:s,padAngle:.01}},{mark:{type:"arc",innerRadius:s,padAngle:.01}}],a=2):this.baseChartSpec.layer=[{mark:{type:"arc",outerRadius:e,innerRadius:s}},{mark:{type:"arc",innerRadius:s,stroke:"#fff"}}];const r=this.centerText;r&&this.baseChartSpec.layer.push({data:{values:[{centerText:r,value:0}]},mark:{align:"center",type:"text",baseline:"middle"},encoding:{color:{value:"#4C5054"},text:{field:"centerText"},size:{value:{expr:"height * 0.09"}},tooltip:null}});const l=this.centerSubText;l&&this.baseChartSpec.layer.push({data:{values:[{centerSubText:l,value:0}]},mark:{align:"center",type:"text",baseline:"middle",y:{expr:"height/2 + 20"}},encoding:{color:{value:"#6A6D70"},text:{field:"centerSubText"},size:{value:{expr:"height * 0.06"}},tooltip:null}});const d=this.labelRadius,u=this.labelField||n;d&&this.baseChartSpec.layer.push({mark:{type:"text",radius:d},encoding:{text:{field:u,type:"quantitative"}}}),this.showTooltip&&(this.tooltipOptions?(this.baseChartSpec.layer[a].mark.tooltip={content:"data"},this.tooltipSpec={actions:!1,tooltip:this.tooltipOptions}):this.baseChartSpec.encoding.tooltip={field:u,aggregate:"count",type:"quantitative"});const c=Object.assign(this.baseChartSpec,t);this.visualizationSpec=c}componentWillLoad(){a(this.root),this.parseData()}render(){return i("gux-visualization-beta",{key:"1841c32ed4312b87b8bdeca52a007a6905effce9",visualizationSpec:this.visualizationSpec,embedOptions:this.tooltipSpec})}get root(){return e(this)}static get watchers(){return{chartData:["parseData"]}}};r.style="gux-visualization-beta{height:fit-content;color:#2e394c}";export{r as gux_chart_donut_beta}
|
package/dist/stencil-wrapper.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { defineCustomElements } from '../dist/loader';
|
|
9
9
|
// Value templated out during build process (see scripts/wrap-stencil.js)
|
|
10
|
-
export const CHART_COMPONENT_ASSETS_PATH = '/spark-components/build-assets/4.
|
|
10
|
+
export const CHART_COMPONENT_ASSETS_PATH = '/spark-components/build-assets/4.88.1-378/chart/genesys-chart-webcomponents/';
|
|
11
11
|
// Default domain to load assets from
|
|
12
12
|
const DEFAULT_DOMAIN = 'app.mypurecloud.com';
|
|
13
13
|
// List of Genesys UI domains
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getClosestElement(baseElement: HTMLElement, selector: string): Element;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides an [Intl.DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat)
|
|
3
|
+
* object for formatting dates and times. Unlike the native version, `locale` is
|
|
4
|
+
* an optional argument. If not provided, the function will try to determine the
|
|
5
|
+
* locale from the DOM, where it should be set for a11y reasons.
|
|
6
|
+
* @param locale optional locale to use for formatting
|
|
7
|
+
* @param options options to pass to the Intl.DateTimeFormat constructor
|
|
8
|
+
* @returns a new DateTimeFormat
|
|
9
|
+
*/
|
|
10
|
+
export declare function dateTimeFormat(localeOrOptions: string | Intl.DateTimeFormatOptions, options?: Intl.DateTimeFormatOptions): Intl.DateTimeFormat;
|
|
11
|
+
/**
|
|
12
|
+
* Provides an [Intl.RelativeTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat)
|
|
13
|
+
* object for formatting dates and times. Unlike the native version, `locale` is
|
|
14
|
+
* an optional argument. If not provided, the function will try to determine the
|
|
15
|
+
* locale from the DOM, where it should be set for a11y reasons.
|
|
16
|
+
* @param locale optional locale to use for formatting
|
|
17
|
+
* @param options options to pass to the Intl.RelativeTimeFormat constructor
|
|
18
|
+
* @returns a new RelativeTimeFormat
|
|
19
|
+
*/
|
|
20
|
+
export declare function relativeTimeFormat(localeOrOptions: string | Intl.RelativeTimeFormatOptions, options?: Intl.RelativeTimeFormatOptions): Intl.RelativeTimeFormat;
|
|
21
|
+
/**
|
|
22
|
+
* Makes a best effort to return the locale that should be used for a given element
|
|
23
|
+
* by checking language tags on ancestors. If no element is provided, it will
|
|
24
|
+
* start with the document's <body> tag. If no locale can be found, it will use
|
|
25
|
+
* the browser's locale preference. It will also try to add a region to regionless
|
|
26
|
+
* locales when there is a partial match with the browser's locale.
|
|
27
|
+
* @returns a locale string (e.g. 'en-US', 'en', 'de-DE', etc)
|
|
28
|
+
*/
|
|
29
|
+
export declare function determineDisplayLocale(element?: HTMLElement): string;
|
|
30
|
+
export declare function getFormat(locale: string): string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CHART_COMPONENT_ASSETS_PATH = "/spark-components/build-assets/4.
|
|
1
|
+
export declare const CHART_COMPONENT_ASSETS_PATH = "/spark-components/build-assets/4.88.1-378/chart/genesys-chart-webcomponents/";
|
|
2
2
|
export declare function registerElements(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-chart-components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.88.1",
|
|
4
4
|
"description": "Common chart webcomponents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/stencil-wrapper.js",
|
|
@@ -8,12 +8,13 @@
|
|
|
8
8
|
"dist/"
|
|
9
9
|
],
|
|
10
10
|
"scripts": {
|
|
11
|
-
"build": "npm run clean && npm run i18n && npm run stencil && npm run build-wrapper",
|
|
11
|
+
"build": "npm run clean && npm run i18n && npm run copy-genesys-spark-utils && npm run stencil && npm run build-wrapper",
|
|
12
12
|
"build-i18n": "./scripts/build-i18n.js",
|
|
13
13
|
"build-wrapper": "./scripts/wrap-stencil.js",
|
|
14
14
|
"check-a11y": "node ./scripts/check-a11y.mjs",
|
|
15
15
|
"check-readmes": "./scripts/check-readmes.sh",
|
|
16
16
|
"clean": "rm -r ./dist ./build || true",
|
|
17
|
+
"copy-genesys-spark-utils": "node ./scripts/copy-genesys-spark-utils.mjs",
|
|
17
18
|
"predev": "npm run i18n",
|
|
18
19
|
"dev": "npm run stencil.dev",
|
|
19
20
|
"eslint": "eslint . --fix",
|
|
@@ -32,8 +33,8 @@
|
|
|
32
33
|
"stylelint": "stylelint --fix \"**/*.{css,html,scss}\"",
|
|
33
34
|
"test": "TZ=UTC stencil test --spec --e2e",
|
|
34
35
|
"test.ci": "TZ=UTC npm run test.ci.spec",
|
|
35
|
-
"test.ci.e2e": "TZ=UTC stencil test --e2e --max-workers=
|
|
36
|
-
"test.ci.spec": "TZ=UTC stencil test --spec --max-workers=
|
|
36
|
+
"test.ci.e2e": "TZ=UTC stencil test --e2e --max-workers=4",
|
|
37
|
+
"test.ci.spec": "TZ=UTC stencil test --spec --max-workers=4",
|
|
37
38
|
"test.e2e": "TZ=UTC stencil test --e2e",
|
|
38
39
|
"test.e2e.update-snapshot": "TZ=UTC stencil test --e2e --updateSnapshot",
|
|
39
40
|
"test.screenshot": "TZ=UTC stencil test --e2e --screenshot",
|
|
@@ -51,6 +52,7 @@
|
|
|
51
52
|
},
|
|
52
53
|
"types": "dist/types/index.d.ts",
|
|
53
54
|
"dependencies": {
|
|
55
|
+
"@redsift/d3-rs-intl": "^0.4.0",
|
|
54
56
|
"vega": "5.30.0",
|
|
55
57
|
"vega-embed": "6.26.0",
|
|
56
58
|
"vega-lite": "5.21.0"
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
// https://github.com/d3/d3-time-format/tree/master/locale
|
|
2
|
-
// This is just a POC I would structure the files differently when implementing for production.
|
|
3
|
-
export const timeFormatLocale = {
|
|
4
|
-
en: {
|
|
5
|
-
dateTime: '%x, %X',
|
|
6
|
-
date: '%-m/%-d/%Y',
|
|
7
|
-
time: '%-I:%M:%S %p',
|
|
8
|
-
periods: ['AM', 'PM'],
|
|
9
|
-
days: [
|
|
10
|
-
'Sunday',
|
|
11
|
-
'Monday',
|
|
12
|
-
'Tuesday',
|
|
13
|
-
'Wednesday',
|
|
14
|
-
'Thursday',
|
|
15
|
-
'Friday',
|
|
16
|
-
'Saturday'
|
|
17
|
-
],
|
|
18
|
-
shortDays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
|
19
|
-
months: [
|
|
20
|
-
'January',
|
|
21
|
-
'February',
|
|
22
|
-
'March',
|
|
23
|
-
'April',
|
|
24
|
-
'May',
|
|
25
|
-
'June',
|
|
26
|
-
'July',
|
|
27
|
-
'August',
|
|
28
|
-
'September',
|
|
29
|
-
'October',
|
|
30
|
-
'November',
|
|
31
|
-
'December'
|
|
32
|
-
],
|
|
33
|
-
shortMonths: [
|
|
34
|
-
'Jan',
|
|
35
|
-
'Feb',
|
|
36
|
-
'Mar',
|
|
37
|
-
'Apr',
|
|
38
|
-
'May',
|
|
39
|
-
'Jun',
|
|
40
|
-
'Jul',
|
|
41
|
-
'Aug',
|
|
42
|
-
'Sep',
|
|
43
|
-
'Oct',
|
|
44
|
-
'Nov',
|
|
45
|
-
'Dec'
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
|
-
de: {
|
|
49
|
-
dateTime: '%A, der %e. %B %Y, %X',
|
|
50
|
-
date: '%d.%m.%Y',
|
|
51
|
-
time: '%H:%M:%S',
|
|
52
|
-
periods: ['AM', 'PM'],
|
|
53
|
-
days: [
|
|
54
|
-
'Sonntag',
|
|
55
|
-
'Montag',
|
|
56
|
-
'Dienstag',
|
|
57
|
-
'Mittwoch',
|
|
58
|
-
'Donnerstag',
|
|
59
|
-
'Freitag',
|
|
60
|
-
'Samstag'
|
|
61
|
-
],
|
|
62
|
-
shortDays: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
|
|
63
|
-
months: [
|
|
64
|
-
'Januar',
|
|
65
|
-
'Februar',
|
|
66
|
-
'März',
|
|
67
|
-
'April',
|
|
68
|
-
'Mai',
|
|
69
|
-
'Juni',
|
|
70
|
-
'Juli',
|
|
71
|
-
'August',
|
|
72
|
-
'September',
|
|
73
|
-
'Oktober',
|
|
74
|
-
'November',
|
|
75
|
-
'Dezember'
|
|
76
|
-
],
|
|
77
|
-
shortMonths: [
|
|
78
|
-
'Jan',
|
|
79
|
-
'Feb',
|
|
80
|
-
'Mrz',
|
|
81
|
-
'Apr',
|
|
82
|
-
'Mai',
|
|
83
|
-
'Jun',
|
|
84
|
-
'Jul',
|
|
85
|
-
'Aug',
|
|
86
|
-
'Sep',
|
|
87
|
-
'Okt',
|
|
88
|
-
'Nov',
|
|
89
|
-
'Dez'
|
|
90
|
-
]
|
|
91
|
-
}
|
|
92
|
-
};
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
// https://github.com/d3/d3-time-format/tree/master/locale
|
|
2
|
-
// This is just a POC I would structure the files differently when implementing for production.
|
|
3
|
-
export const timeFormatLocale = {
|
|
4
|
-
en: {
|
|
5
|
-
dateTime: '%x, %X',
|
|
6
|
-
date: '%-m/%-d/%Y',
|
|
7
|
-
time: '%-I:%M:%S %p',
|
|
8
|
-
periods: ['AM', 'PM'],
|
|
9
|
-
days: [
|
|
10
|
-
'Sunday',
|
|
11
|
-
'Monday',
|
|
12
|
-
'Tuesday',
|
|
13
|
-
'Wednesday',
|
|
14
|
-
'Thursday',
|
|
15
|
-
'Friday',
|
|
16
|
-
'Saturday'
|
|
17
|
-
],
|
|
18
|
-
shortDays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
|
19
|
-
months: [
|
|
20
|
-
'January',
|
|
21
|
-
'February',
|
|
22
|
-
'March',
|
|
23
|
-
'April',
|
|
24
|
-
'May',
|
|
25
|
-
'June',
|
|
26
|
-
'July',
|
|
27
|
-
'August',
|
|
28
|
-
'September',
|
|
29
|
-
'October',
|
|
30
|
-
'November',
|
|
31
|
-
'December'
|
|
32
|
-
],
|
|
33
|
-
shortMonths: [
|
|
34
|
-
'Jan',
|
|
35
|
-
'Feb',
|
|
36
|
-
'Mar',
|
|
37
|
-
'Apr',
|
|
38
|
-
'May',
|
|
39
|
-
'Jun',
|
|
40
|
-
'Jul',
|
|
41
|
-
'Aug',
|
|
42
|
-
'Sep',
|
|
43
|
-
'Oct',
|
|
44
|
-
'Nov',
|
|
45
|
-
'Dec'
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
|
-
de: {
|
|
49
|
-
dateTime: '%A, der %e. %B %Y, %X',
|
|
50
|
-
date: '%d.%m.%Y',
|
|
51
|
-
time: '%H:%M:%S',
|
|
52
|
-
periods: ['AM', 'PM'],
|
|
53
|
-
days: [
|
|
54
|
-
'Sonntag',
|
|
55
|
-
'Montag',
|
|
56
|
-
'Dienstag',
|
|
57
|
-
'Mittwoch',
|
|
58
|
-
'Donnerstag',
|
|
59
|
-
'Freitag',
|
|
60
|
-
'Samstag'
|
|
61
|
-
],
|
|
62
|
-
shortDays: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
|
|
63
|
-
months: [
|
|
64
|
-
'Januar',
|
|
65
|
-
'Februar',
|
|
66
|
-
'März',
|
|
67
|
-
'April',
|
|
68
|
-
'Mai',
|
|
69
|
-
'Juni',
|
|
70
|
-
'Juli',
|
|
71
|
-
'August',
|
|
72
|
-
'September',
|
|
73
|
-
'Oktober',
|
|
74
|
-
'November',
|
|
75
|
-
'Dezember'
|
|
76
|
-
],
|
|
77
|
-
shortMonths: [
|
|
78
|
-
'Jan',
|
|
79
|
-
'Feb',
|
|
80
|
-
'Mrz',
|
|
81
|
-
'Apr',
|
|
82
|
-
'Mai',
|
|
83
|
-
'Jun',
|
|
84
|
-
'Jul',
|
|
85
|
-
'Aug',
|
|
86
|
-
'Sep',
|
|
87
|
-
'Okt',
|
|
88
|
-
'Nov',
|
|
89
|
-
'Dez'
|
|
90
|
-
]
|
|
91
|
-
}
|
|
92
|
-
};
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
// https://github.com/d3/d3-time-format/tree/master/locale
|
|
2
|
-
// This is just a POC I would structure the files differently when implementing for production.
|
|
3
|
-
export const timeFormatLocale = {
|
|
4
|
-
en: {
|
|
5
|
-
dateTime: '%x, %X',
|
|
6
|
-
date: '%-m/%-d/%Y',
|
|
7
|
-
time: '%-I:%M:%S %p',
|
|
8
|
-
periods: ['AM', 'PM'],
|
|
9
|
-
days: [
|
|
10
|
-
'Sunday',
|
|
11
|
-
'Monday',
|
|
12
|
-
'Tuesday',
|
|
13
|
-
'Wednesday',
|
|
14
|
-
'Thursday',
|
|
15
|
-
'Friday',
|
|
16
|
-
'Saturday'
|
|
17
|
-
],
|
|
18
|
-
shortDays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
|
19
|
-
months: [
|
|
20
|
-
'January',
|
|
21
|
-
'February',
|
|
22
|
-
'March',
|
|
23
|
-
'April',
|
|
24
|
-
'May',
|
|
25
|
-
'June',
|
|
26
|
-
'July',
|
|
27
|
-
'August',
|
|
28
|
-
'September',
|
|
29
|
-
'October',
|
|
30
|
-
'November',
|
|
31
|
-
'December'
|
|
32
|
-
],
|
|
33
|
-
shortMonths: [
|
|
34
|
-
'Jan',
|
|
35
|
-
'Feb',
|
|
36
|
-
'Mar',
|
|
37
|
-
'Apr',
|
|
38
|
-
'May',
|
|
39
|
-
'Jun',
|
|
40
|
-
'Jul',
|
|
41
|
-
'Aug',
|
|
42
|
-
'Sep',
|
|
43
|
-
'Oct',
|
|
44
|
-
'Nov',
|
|
45
|
-
'Dec'
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
|
-
de: {
|
|
49
|
-
dateTime: '%A, der %e. %B %Y, %X',
|
|
50
|
-
date: '%d.%m.%Y',
|
|
51
|
-
time: '%H:%M:%S',
|
|
52
|
-
periods: ['AM', 'PM'],
|
|
53
|
-
days: [
|
|
54
|
-
'Sonntag',
|
|
55
|
-
'Montag',
|
|
56
|
-
'Dienstag',
|
|
57
|
-
'Mittwoch',
|
|
58
|
-
'Donnerstag',
|
|
59
|
-
'Freitag',
|
|
60
|
-
'Samstag'
|
|
61
|
-
],
|
|
62
|
-
shortDays: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
|
|
63
|
-
months: [
|
|
64
|
-
'Januar',
|
|
65
|
-
'Februar',
|
|
66
|
-
'März',
|
|
67
|
-
'April',
|
|
68
|
-
'Mai',
|
|
69
|
-
'Juni',
|
|
70
|
-
'Juli',
|
|
71
|
-
'August',
|
|
72
|
-
'September',
|
|
73
|
-
'Oktober',
|
|
74
|
-
'November',
|
|
75
|
-
'Dezember'
|
|
76
|
-
],
|
|
77
|
-
shortMonths: [
|
|
78
|
-
'Jan',
|
|
79
|
-
'Feb',
|
|
80
|
-
'Mrz',
|
|
81
|
-
'Apr',
|
|
82
|
-
'Mai',
|
|
83
|
-
'Jun',
|
|
84
|
-
'Jul',
|
|
85
|
-
'Aug',
|
|
86
|
-
'Sep',
|
|
87
|
-
'Okt',
|
|
88
|
-
'Nov',
|
|
89
|
-
'Dez'
|
|
90
|
-
]
|
|
91
|
-
}
|
|
92
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
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-spacing-xl:40px;--gse-core-spacing-2xl:48px;--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:#2c808c;--gse-core-color-islandaqua-800:#0c6d7e;--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:0;--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:0;--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:0;--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;--gse-semantic-forms-maxWidth:600px;--gse-semantic-forms-margin:24px;--gse-semantic-forms-formBody-paddingBottom:32px;--gse-semantic-forms-formControl-groupedInputs-gap:8px;--gse-semantic-forms-formControl-gap:16px;--gse-semantic-forms-formControl-label-marginBottom:4px;--gse-semantic-forms-formControl-helperText-marginTop:4px;--gse-semantic-forms-formHeader-paddingBottom:20px;--gse-semantic-forms-formHeader-gap:4px;--gse-semantic-forms-formHeader-foregroundColor:#1b2c48;--gse-semantic-forms-formHeader-text-fontFamily:Urbanist;--gse-semantic-forms-formHeader-text-lineHeight:32px;--gse-semantic-forms-formHeader-text-fontSize:24px;--gse-semantic-forms-formHeader-text-fontWeight:600;--gse-semantic-forms-fieldset-paddingBottom:48px;--gse-semantic-forms-fieldset-header-paddingBottom:20px;--gse-semantic-forms-fieldset-header-gap:4px;--gse-semantic-forms-fieldset-header-foregroundColor:#1b2c48;--gse-semantic-forms-fieldset-header-text-fontFamily:Urbanist;--gse-semantic-forms-fieldset-header-text-lineHeight:27px;--gse-semantic-forms-fieldset-header-text-fontSize:18px;--gse-semantic-forms-fieldset-header-text-fontWeight:700;--gse-semantic-forms-paragraph-foregroundColor:#3e5374;--gse-semantic-forms-paragraph-text-fontFamily:"Noto Sans";--gse-semantic-forms-paragraph-text-lineHeight:18px;--gse-semantic-forms-paragraph-text-fontSize:12px;--gse-semantic-forms-paragraph-text-fontWeight:400}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,.gux-heading-xl-bold{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-xl-semibold{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-semiBold)}.gux-heading-lg,.gux-heading-lg-bold{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-lg-semibold{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-semiBold)}.gux-heading-md,.gux-heading-md-bold{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-md-semibold{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-semiBold)}.gux-heading-sm,.gux-heading-sm-bold{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-sm-semibold{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-semiBold)}.gux-heading-xs,.gux-heading-xs-bold{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-xs-semibold{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-semiBold)}.gux-heading-subheading-regular{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-regular)}.gux-heading-subheading,.gux-heading-subheading-bold{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-subheading-semibold{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-semiBold)}.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, --gse-ui-links-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius)}a:hover{color:var(--gse-ui-link-hover-foregroundColor, --gse-ui-links-hover-foregroundColor)}a:active{color:var(--gse-ui-link-active-foregroundColor, --gse-ui-links-active-foregroundColor)}a:visited{color:var(--gse-ui-link-visited-foregroundColor, --gse-ui-links-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, --gse-ui-links-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius)}table a:hover{color:var(--gse-ui-link-hover-foregroundColor, --gse-ui-links-hover-foregroundColor)}table a:active{color:var(--gse-ui-link-active-foregroundColor, --gse-ui-links-active-foregroundColor)}table a:visited{color:var(--gse-ui-link-visited-foregroundColor, --gse-ui-links-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)}table a{text-decoration:none}.gux-ui-anchor{color:var(--gse-ui-link-default-foregroundColor, --gse-ui-links-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius)}.gux-ui-anchor:hover{color:var(--gse-ui-link-hover-foregroundColor, --gse-ui-links-hover-foregroundColor)}.gux-ui-anchor:active{color:var(--gse-ui-link-active-foregroundColor, --gse-ui-links-active-foregroundColor)}.gux-ui-anchor:visited{color:var(--gse-ui-link-visited-foregroundColor, --gse-ui-links-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, --gse-ui-links-default-foregroundColor);text-decoration:underline;border-radius:var(--gse-ui-links-borderRadius)}.gux-anchor-table:hover{color:var(--gse-ui-link-hover-foregroundColor, --gse-ui-links-hover-foregroundColor)}.gux-anchor-table:active{color:var(--gse-ui-link-active-foregroundColor, --gse-ui-links-active-foregroundColor)}.gux-anchor-table:visited{color:var(--gse-ui-link-visited-foregroundColor, --gse-ui-links-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-anchor-table{text-decoration:none}.gux-icon-anchor .gux-icon{padding-right:var(--gse-ui-links-inLine-padding)}
|