genesys-spark 4.153.0 → 4.154.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/legacy/global.css +8 -8
- package/dist/css/legacy/ui.css +19 -19
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
--gse-semantic-theme-foreground-system-info-10: #2a60c8;
|
|
480
480
|
--gse-semantic-theme-foreground-system-success-10: #3c8527;
|
|
481
481
|
--gse-semantic-theme-foreground-system-warning-10: #ffae00;
|
|
482
|
-
--gse-semantic-theme-foreground-system-error-10: #
|
|
482
|
+
--gse-semantic-theme-foreground-system-error-10: #cc0a0a;
|
|
483
483
|
--gse-semantic-theme-foreground-specialAccents-brand-10: #ff451a;
|
|
484
484
|
--gse-semantic-theme-foreground-specialAccents-brand-20: #141929;
|
|
485
485
|
--gse-semantic-theme-foreground-specialAccents-brand-10d: #ff451a;
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
--gse-semantic-theme-border-system-success-10: #95c189;
|
|
516
516
|
--gse-semantic-theme-border-system-warning-10: #fcd276;
|
|
517
517
|
--gse-semantic-theme-border-system-error-10: #f37a7a;
|
|
518
|
-
--gse-semantic-theme-border-system-error-20: #
|
|
518
|
+
--gse-semantic-theme-border-system-error-20: #cc0a0a;
|
|
519
519
|
--gse-semantic-theme-border-inputs-default-10: #6b7585;
|
|
520
520
|
--gse-semantic-theme-border-inputs-hover-10: #2754ac;
|
|
521
521
|
--gse-semantic-theme-border-inputs-active-10: #2a60c8;
|
|
@@ -1080,13 +1080,13 @@
|
|
|
1080
1080
|
--gse-semantic-foreground-system-warning-accent: #ffae00;
|
|
1081
1081
|
--gse-semantic-foreground-system-warning-highEmphasisInverse: #2e394c;
|
|
1082
1082
|
--gse-semantic-foreground-system-error-highEmphasis: #2e394c;
|
|
1083
|
-
--gse-semantic-foreground-system-error-accent: #
|
|
1083
|
+
--gse-semantic-foreground-system-error-accent: #cc0a0a;
|
|
1084
1084
|
--gse-semantic-foreground-system-icon-default: #2e394c;
|
|
1085
1085
|
--gse-semantic-foreground-system-indicators-positive: #3c8527;
|
|
1086
|
-
--gse-semantic-foreground-system-indicators-negative: #
|
|
1086
|
+
--gse-semantic-foreground-system-indicators-negative: #cc0a0a;
|
|
1087
1087
|
--gse-semantic-foreground-system-indicators-neutral: #4c5667;
|
|
1088
1088
|
--gse-semantic-foreground-formControl-helpText-default: #4c5667;
|
|
1089
|
-
--gse-semantic-foreground-formControl-helpText-error: #
|
|
1089
|
+
--gse-semantic-foreground-formControl-helpText-error: #cc0a0a;
|
|
1090
1090
|
--gse-semantic-foreground-formControl-textInput-placeholder: #4c5667;
|
|
1091
1091
|
--gse-semantic-foreground-formControl-textInput-populated: #2e394c;
|
|
1092
1092
|
--gse-semantic-foreground-formControl-textInput-icon: #4c5667;
|
|
@@ -1094,9 +1094,9 @@
|
|
|
1094
1094
|
--gse-semantic-foreground-formControl-clickInput-selected: #2a60c8;
|
|
1095
1095
|
--gse-semantic-foreground-formControl-clickInput-hover: #2754ac;
|
|
1096
1096
|
--gse-semantic-foreground-formControl-clickInput-active: #23478f;
|
|
1097
|
-
--gse-semantic-foreground-formControl-clickInput-error: #
|
|
1097
|
+
--gse-semantic-foreground-formControl-clickInput-error: #cc0a0a;
|
|
1098
1098
|
--gse-semantic-foreground-formControl-label-default: #2e394c;
|
|
1099
|
-
--gse-semantic-foreground-formControl-label-requiredAccent: #
|
|
1099
|
+
--gse-semantic-foreground-formControl-label-requiredAccent: #cc0a0a;
|
|
1100
1100
|
--gse-semantic-foreground-formControl-label-optionalAccent: #3e4a5b;
|
|
1101
1101
|
--gse-semantic-foreground-formControl-label-tooltip: #3e4a5b;
|
|
1102
1102
|
--gse-semantic-foreground-formControl-search-matchingText: #2a2a2e;
|
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
--gse-semantic-border-formControl-textInput-default: #6b7585;
|
|
1136
1136
|
--gse-semantic-border-formControl-textInput-hover: #2754ac;
|
|
1137
1137
|
--gse-semantic-border-formControl-textInput-active: #2a60c8;
|
|
1138
|
-
--gse-semantic-border-formControl-textInput-error: #
|
|
1138
|
+
--gse-semantic-border-formControl-textInput-error: #cc0a0a;
|
|
1139
1139
|
--gse-semantic-container-lg-boxShadow: 0 0 8px 1px #28324326;
|
|
1140
1140
|
--gse-semantic-container-md-boxShadow: 0 0 6px 1px #28324326;
|
|
1141
1141
|
--gse-semantic-container-sm-boxShadow: 0 0 4px 1px #28324326;
|
package/dist/css/legacy/ui.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
--gse-ui-formControl-input-active-border-color: #2a60c8;
|
|
14
14
|
--gse-ui-formControl-input-active-border-width: 1px;
|
|
15
15
|
--gse-ui-formControl-input-active-border-style: solid;
|
|
16
|
-
--gse-ui-formControl-input-error-border-color: #
|
|
16
|
+
--gse-ui-formControl-input-error-border-color: #cc0a0a;
|
|
17
17
|
--gse-ui-formControl-input-error-border-width: 1px;
|
|
18
18
|
--gse-ui-formControl-input-error-border-style: solid;
|
|
19
19
|
--gse-ui-formControl-input-disabled-border-color: #6b7585;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
--gse-ui-formControl-label-indicator-text-fontWeight: 400;
|
|
64
64
|
--gse-ui-formControl-label-indicator-text-fontSize: 12px;
|
|
65
65
|
--gse-ui-formControl-label-indicator-text-lineHeight: 18px;
|
|
66
|
-
--gse-ui-formControl-label-indicator-requiredColor: #
|
|
66
|
+
--gse-ui-formControl-label-indicator-requiredColor: #cc0a0a;
|
|
67
67
|
--gse-ui-formControl-label-indicator-optionalColor: #3e4a5b;
|
|
68
68
|
--gse-ui-formControl-label-iconSize: 16px;
|
|
69
69
|
--gse-ui-formControl-label-tooltipTrigger-color: #3e4a5b;
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
--gse-ui-formControl-helper-paddingSmall: 4px 0 0 0;
|
|
81
81
|
--gse-ui-formControl-helper-errorPadding: 4px 0 0 0;
|
|
82
82
|
--gse-ui-formControl-helper-defaultColor: #4c5667;
|
|
83
|
-
--gse-ui-formControl-helper-errorColor: #
|
|
83
|
+
--gse-ui-formControl-helper-errorColor: #cc0a0a;
|
|
84
84
|
--gse-ui-formControl-helper-iconSize: 16px;
|
|
85
85
|
--gse-ui-formControl-spinButton-gap: 8px;
|
|
86
86
|
--gse-ui-formControl-spinner-track: #2a60c8;
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
--gse-ui-alert-warning-border-style: solid;
|
|
401
401
|
--gse-ui-alert-error-backgroundColor: #fceaea;
|
|
402
402
|
--gse-ui-alert-error-foregroundColor: #2e394c;
|
|
403
|
-
--gse-ui-alert-error-iconColor: #
|
|
403
|
+
--gse-ui-alert-error-iconColor: #cc0a0a;
|
|
404
404
|
--gse-ui-alert-error-border-color: #f37a7a;
|
|
405
405
|
--gse-ui-alert-error-border-width: 1px;
|
|
406
406
|
--gse-ui-alert-error-border-style: solid;
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--gse-ui-formFooter-border-color: #2a60c8;
|
|
479
479
|
--gse-ui-formFooter-border-width: 1px;
|
|
480
480
|
--gse-ui-formFooter-border-style: solid;
|
|
481
|
-
--gse-ui-statusGlyph-negative: #
|
|
481
|
+
--gse-ui-statusGlyph-negative: #cc0a0a;
|
|
482
482
|
--gse-ui-statusGlyph-positive: #3c8527;
|
|
483
483
|
--gse-ui-statusGlyph-neutral: #ffae00;
|
|
484
484
|
--gse-ui-statusGlyph-information: #2a60c8;
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
--gse-ui-copyToClipboard-contentContainer-gap: 4px;
|
|
496
496
|
--gse-ui-copyToClipboard-iconContainer-padding: 4px;
|
|
497
497
|
--gse-ui-copyToClipboard-tooltipIcon-success-foregroundColor: #3c8527;
|
|
498
|
-
--gse-ui-copyToClipboard-tooltipIcon-error-foregroundColor: #
|
|
498
|
+
--gse-ui-copyToClipboard-tooltipIcon-error-foregroundColor: #cc0a0a;
|
|
499
499
|
--gse-ui-dismissButton-foregroundColor: #3e4a5b;
|
|
500
500
|
--gse-ui-button-default-height: 32px;
|
|
501
501
|
--gse-ui-button-default-padding: 0 12px;
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
--gse-ui-radioButton-icon-default-selectedForegroundColor: #2a60c8;
|
|
623
623
|
--gse-ui-radioButton-icon-hover-foregroundColor: #2754ac;
|
|
624
624
|
--gse-ui-radioButton-icon-active-foregroundColor: #23478f;
|
|
625
|
-
--gse-ui-radioButton-icon-error-foregroundColor: #
|
|
625
|
+
--gse-ui-radioButton-icon-error-foregroundColor: #cc0a0a;
|
|
626
626
|
--gse-ui-radioButton-icon-height: 16px;
|
|
627
627
|
--gse-ui-radioButton-icon-width: 16px;
|
|
628
628
|
--gse-ui-radioButton-label-foregroundColor: #2e394c;
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
--gse-ui-checkbox-icon-default-selectedForegroundColor: #2a60c8;
|
|
644
644
|
--gse-ui-checkbox-icon-hover-foregroundColor: #2754ac;
|
|
645
645
|
--gse-ui-checkbox-icon-active-foregroundColor: #23478f;
|
|
646
|
-
--gse-ui-checkbox-icon-error-foregroundColor: #
|
|
646
|
+
--gse-ui-checkbox-icon-error-foregroundColor: #cc0a0a;
|
|
647
647
|
--gse-ui-checkbox-icon-height: 16px;
|
|
648
648
|
--gse-ui-checkbox-icon-width: 16px;
|
|
649
649
|
--gse-ui-checkbox-label-foregroundColor: #2e394c;
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
--gse-ui-toggle-track-disabled-off-backgroundColor: #6b7585;
|
|
765
765
|
--gse-ui-toggle-track-disabled-on-backgroundColor: #2a60c8;
|
|
766
766
|
--gse-ui-toggle-track-error-off-backgroundColor: #fceaea;
|
|
767
|
-
--gse-ui-toggle-track-error-on-backgroundColor: #
|
|
767
|
+
--gse-ui-toggle-track-error-on-backgroundColor: #cc0a0a;
|
|
768
768
|
--gse-ui-toggle-track-hover-off-backgroundColor: #e8ecf2;
|
|
769
769
|
--gse-ui-toggle-track-hover-on-backgroundColor: #2754ac;
|
|
770
770
|
--gse-ui-toggle-track-borderRadius: 16px;
|
|
@@ -816,7 +816,7 @@
|
|
|
816
816
|
--gse-ui-fileUpload-fileCard-fileName-text-fontSize: 12px;
|
|
817
817
|
--gse-ui-fileUpload-fileCard-fileName-text-lineHeight: 18px;
|
|
818
818
|
--gse-ui-fileUpload-fileCard-fileName-default: #2e394c;
|
|
819
|
-
--gse-ui-fileUpload-fileCard-error-errorMessage: #
|
|
819
|
+
--gse-ui-fileUpload-fileCard-error-errorMessage: #cc0a0a;
|
|
820
820
|
--gse-ui-fileUpload-fileCard-error-errorHelper: #4c5667;
|
|
821
821
|
--gse-ui-fileUpload-fileCard-error-text-fontFamily: Roboto;
|
|
822
822
|
--gse-ui-fileUpload-fileCard-error-text-fontWeight: 400;
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
--gse-ui-fileUpload-fileCard-mainContainer-error-border-style: solid;
|
|
837
837
|
--gse-ui-fileUpload-fileCard-boxShadow: 0 0 4px 1px #28324326;
|
|
838
838
|
--gse-ui-fileUpload-fileCard-statusIcon-success: #3c8527;
|
|
839
|
-
--gse-ui-fileUpload-fileCard-statusIcon-error: #
|
|
839
|
+
--gse-ui-fileUpload-fileCard-statusIcon-error: #cc0a0a;
|
|
840
840
|
--gse-ui-fileUpload-fileCard-foregroundColor: #ffffff;
|
|
841
841
|
--gse-ui-fileUpload-dropZone-borderRadius: 4px;
|
|
842
842
|
--gse-ui-fileUpload-labelHelper-gap: 4px;
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
--gse-ui-fileUpload-dragAndDrop-dropZone-background-active: #e8ecf2;
|
|
856
856
|
--gse-ui-fileUpload-dragAndDrop-dropZoneText-color: #2e394c;
|
|
857
857
|
--gse-ui-fileUpload-dragDrop-btnText-gap: 12px;
|
|
858
|
-
--gse-ui-colorPicker-label-requiredSymbolColor: #
|
|
858
|
+
--gse-ui-colorPicker-label-requiredSymbolColor: #cc0a0a;
|
|
859
859
|
--gse-ui-colorPicker-label-textColor: #2e394c;
|
|
860
860
|
--gse-ui-colorPicker-label-text-fontFamily: Roboto;
|
|
861
861
|
--gse-ui-colorPicker-label-text-fontWeight: 400;
|
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
--gse-ui-colorPicker-inputContainer-border-defaultColor: #6b7585;
|
|
866
866
|
--gse-ui-colorPicker-inputContainer-border-hoverColor: #2754ac;
|
|
867
867
|
--gse-ui-colorPicker-inputContainer-border-activeColor: #2a60c8;
|
|
868
|
-
--gse-ui-colorPicker-inputContainer-border-errorColor: #
|
|
868
|
+
--gse-ui-colorPicker-inputContainer-border-errorColor: #cc0a0a;
|
|
869
869
|
--gse-ui-colorPicker-input-containerSizing: 32px;
|
|
870
870
|
--gse-ui-colorPicker-input-swatchSizing: 24px;
|
|
871
871
|
--gse-ui-colorPicker-input-swatchBorderRadius: 4px;
|
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
--gse-ui-selectorCard-active-backgroundColor: #deeaff;
|
|
935
935
|
--gse-ui-selectorCard-active-selectedIndicator-foregroundColor: #23478f;
|
|
936
936
|
--gse-ui-selectorCard-error-backgroundColor: #fceaea;
|
|
937
|
-
--gse-ui-selectorCard-error-selectedIndicator-foregroundColor: #
|
|
937
|
+
--gse-ui-selectorCard-error-selectedIndicator-foregroundColor: #cc0a0a;
|
|
938
938
|
--gse-ui-selectorCard-error-border-color: #ea0b0b;
|
|
939
939
|
--gse-ui-selectorCard-error-border-width: 1px;
|
|
940
940
|
--gse-ui-selectorCard-error-border-style: solid;
|
|
@@ -981,13 +981,13 @@
|
|
|
981
981
|
--gse-ui-stepper-icon-width: 16px;
|
|
982
982
|
--gse-ui-stepper-icon-completed-selectedForegroundColor: #2a60c8;
|
|
983
983
|
--gse-ui-stepper-icon-active-foregroundColor: #2a60c8;
|
|
984
|
-
--gse-ui-stepper-icon-error-foregroundColor: #
|
|
984
|
+
--gse-ui-stepper-icon-error-foregroundColor: #cc0a0a;
|
|
985
985
|
--gse-ui-stepper-icon-incompleted-foregroundColor: #2e394c;
|
|
986
986
|
--gse-ui-stepper-bar-horizontal-height: 3px;
|
|
987
987
|
--gse-ui-stepper-bar-vertical-width: 3px;
|
|
988
988
|
--gse-ui-stepper-bar-completed-selectedForegroundColor: #2a60c8;
|
|
989
989
|
--gse-ui-stepper-bar-active-foregroundColor: #2a60c8;
|
|
990
|
-
--gse-ui-stepper-bar-error-foregroundColor: #
|
|
990
|
+
--gse-ui-stepper-bar-error-foregroundColor: #cc0a0a;
|
|
991
991
|
--gse-ui-stepper-bar-incompleted-foregroundColor: #b4bccb;
|
|
992
992
|
--gse-ui-stepper-step-horizontal-minWidth: 128px;
|
|
993
993
|
--gse-ui-stepper-step-horizontal-body-marginRight: 16px;
|
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
--gse-ui-toast-action-iconColor: #2a60c8;
|
|
1450
1450
|
--gse-ui-toast-error-backgroundColor: #ffffff;
|
|
1451
1451
|
--gse-ui-toast-error-foregroundColor: #2e394c;
|
|
1452
|
-
--gse-ui-toast-error-iconColor: #
|
|
1452
|
+
--gse-ui-toast-error-iconColor: #cc0a0a;
|
|
1453
1453
|
--gse-ui-toast-heading-fontFamily: Roboto;
|
|
1454
1454
|
--gse-ui-toast-heading-fontWeight: 700;
|
|
1455
1455
|
--gse-ui-toast-heading-fontSize: 16px;
|
|
@@ -1904,7 +1904,7 @@
|
|
|
1904
1904
|
--gse-ui-charts-gaugeChart-segment-track: #ebedf5;
|
|
1905
1905
|
--gse-ui-charts-gaugeChart-segment-chartMessage: #ebedf5;
|
|
1906
1906
|
--gse-ui-charts-gaugeChart-indicator-positive: #3c8527;
|
|
1907
|
-
--gse-ui-charts-gaugeChart-indicator-negative: #
|
|
1907
|
+
--gse-ui-charts-gaugeChart-indicator-negative: #cc0a0a;
|
|
1908
1908
|
--gse-ui-charts-heatmap-numericalTile-level1-default: #cdeaf5;
|
|
1909
1909
|
--gse-ui-charts-heatmap-numericalTile-level1-reduced: #cdeaf540;
|
|
1910
1910
|
--gse-ui-charts-heatmap-numericalTile-level10-default: #052a38;
|
|
@@ -2106,7 +2106,7 @@
|
|
|
2106
2106
|
--gse-ui-charts-chartsShared-chartHeader-spacingBottom: 24px;
|
|
2107
2107
|
--gse-ui-charts-chartsShared-chartMessages-message-default: #2a2a2e;
|
|
2108
2108
|
--gse-ui-charts-chartsShared-chartMessages-empty-icon-default: #ffae00;
|
|
2109
|
-
--gse-ui-charts-chartsShared-chartMessages-error-icon-default: #
|
|
2109
|
+
--gse-ui-charts-chartsShared-chartMessages-error-icon-default: #cc0a0a;
|
|
2110
2110
|
--gse-ui-charts-chartsShared-chartMessages-loading-icon-default: #2a60c8;
|
|
2111
2111
|
--gse-ui-charts-chartsShared-chartMessages-loading-icon-track: #deeaff;
|
|
2112
2112
|
--gse-ui-charts-chartsShared-chartMessages-icon-spacingBottom: 4px;
|
package/dist/index.js
CHANGED
|
@@ -215,8 +215,8 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
215
215
|
relativeTimeFormat: relativeTimeFormat
|
|
216
216
|
});
|
|
217
217
|
|
|
218
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
219
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
218
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.154.0-681/genesys-webcomponents/";
|
|
219
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.154.0-681/chart/genesys-chart-webcomponents/";
|
|
220
220
|
function loadSparkFonts(opts) {
|
|
221
221
|
const fontOrigin = getFontOrigin();
|
|
222
222
|
const flareFonts = {
|