@pega/cosmos-react-core 9.0.0-build.11.0 → 9.0.0-build.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/theme/theme.d.ts
CHANGED
|
@@ -683,6 +683,34 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
683
683
|
$value: string;
|
|
684
684
|
};
|
|
685
685
|
};
|
|
686
|
+
agent: {
|
|
687
|
+
background: {
|
|
688
|
+
$type: string;
|
|
689
|
+
$value: string;
|
|
690
|
+
};
|
|
691
|
+
"foreground-color": {
|
|
692
|
+
$type: string;
|
|
693
|
+
$value: string;
|
|
694
|
+
};
|
|
695
|
+
"user-message": {
|
|
696
|
+
background: {
|
|
697
|
+
$type: string;
|
|
698
|
+
$value: string;
|
|
699
|
+
};
|
|
700
|
+
"foreground-color": {
|
|
701
|
+
$type: string;
|
|
702
|
+
$value: string;
|
|
703
|
+
};
|
|
704
|
+
};
|
|
705
|
+
"coach-message": {
|
|
706
|
+
avatar: {
|
|
707
|
+
background: {
|
|
708
|
+
$type: string;
|
|
709
|
+
$value: string;
|
|
710
|
+
};
|
|
711
|
+
};
|
|
712
|
+
};
|
|
713
|
+
};
|
|
686
714
|
badges: {
|
|
687
715
|
"font-stretch": {
|
|
688
716
|
$type: string;
|
|
@@ -913,26 +941,6 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
913
941
|
$value: string;
|
|
914
942
|
};
|
|
915
943
|
};
|
|
916
|
-
"accent-card": {
|
|
917
|
-
"primary-background": {
|
|
918
|
-
$type: string;
|
|
919
|
-
$value: string;
|
|
920
|
-
};
|
|
921
|
-
"secondary-background": {
|
|
922
|
-
$type: string;
|
|
923
|
-
$value: string;
|
|
924
|
-
};
|
|
925
|
-
"foreground-color": {
|
|
926
|
-
$type: string;
|
|
927
|
-
$value: string;
|
|
928
|
-
};
|
|
929
|
-
avatar: {
|
|
930
|
-
background: {
|
|
931
|
-
$type: string;
|
|
932
|
-
$value: string;
|
|
933
|
-
};
|
|
934
|
-
};
|
|
935
|
-
};
|
|
936
944
|
checkbox: {
|
|
937
945
|
"border-radius": {
|
|
938
946
|
$type: string;
|
|
@@ -1976,6 +1984,19 @@ export declare const WorkTheme: {
|
|
|
1976
1984
|
readonly avatar: {
|
|
1977
1985
|
readonly "background-color": string;
|
|
1978
1986
|
};
|
|
1987
|
+
readonly agent: {
|
|
1988
|
+
readonly background: string;
|
|
1989
|
+
readonly "foreground-color": string;
|
|
1990
|
+
readonly "user-message": {
|
|
1991
|
+
readonly background: string;
|
|
1992
|
+
readonly "foreground-color": string;
|
|
1993
|
+
};
|
|
1994
|
+
readonly "coach-message": {
|
|
1995
|
+
readonly avatar: {
|
|
1996
|
+
readonly background: string;
|
|
1997
|
+
};
|
|
1998
|
+
};
|
|
1999
|
+
};
|
|
1979
2000
|
readonly badges: {
|
|
1980
2001
|
readonly "font-stretch": string;
|
|
1981
2002
|
readonly status: {
|
|
@@ -2071,14 +2092,6 @@ export declare const WorkTheme: {
|
|
|
2071
2092
|
readonly padding: string;
|
|
2072
2093
|
readonly "border-color": string;
|
|
2073
2094
|
};
|
|
2074
|
-
readonly "accent-card": {
|
|
2075
|
-
readonly "primary-background": string;
|
|
2076
|
-
readonly "secondary-background": string;
|
|
2077
|
-
readonly "foreground-color": string;
|
|
2078
|
-
readonly avatar: {
|
|
2079
|
-
readonly background: string;
|
|
2080
|
-
};
|
|
2081
|
-
};
|
|
2082
2095
|
readonly checkbox: {
|
|
2083
2096
|
readonly "border-radius": string;
|
|
2084
2097
|
};
|
|
@@ -2634,6 +2647,19 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2634
2647
|
readonly avatar: {
|
|
2635
2648
|
readonly "background-color": string;
|
|
2636
2649
|
};
|
|
2650
|
+
readonly agent: {
|
|
2651
|
+
readonly background: string;
|
|
2652
|
+
readonly "foreground-color": string;
|
|
2653
|
+
readonly "user-message": {
|
|
2654
|
+
readonly background: string;
|
|
2655
|
+
readonly "foreground-color": string;
|
|
2656
|
+
};
|
|
2657
|
+
readonly "coach-message": {
|
|
2658
|
+
readonly avatar: {
|
|
2659
|
+
readonly background: string;
|
|
2660
|
+
};
|
|
2661
|
+
};
|
|
2662
|
+
};
|
|
2637
2663
|
readonly badges: {
|
|
2638
2664
|
readonly "font-stretch": string;
|
|
2639
2665
|
readonly status: {
|
|
@@ -2729,14 +2755,6 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2729
2755
|
readonly padding: string;
|
|
2730
2756
|
readonly "border-color": string;
|
|
2731
2757
|
};
|
|
2732
|
-
readonly "accent-card": {
|
|
2733
|
-
readonly "primary-background": string;
|
|
2734
|
-
readonly "secondary-background": string;
|
|
2735
|
-
readonly "foreground-color": string;
|
|
2736
|
-
readonly avatar: {
|
|
2737
|
-
readonly background: string;
|
|
2738
|
-
};
|
|
2739
|
-
};
|
|
2740
2758
|
readonly checkbox: {
|
|
2741
2759
|
readonly "border-radius": string;
|
|
2742
2760
|
};
|
package/lib/theme/theme.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/theme/theme.ts"],"names":[],"mappings":"AAAA,OAAO,YAAgC,MAAM,gBAAgB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,sBAAsB,MAAM,wBAAwB,CAAC;AAE5D,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC;AAEnE,OAAO,EAAE,sBAAsB,IAAI,eAAe,EAAE,CAAC;AAErD,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/theme/theme.ts"],"names":[],"mappings":"AAAA,OAAO,YAAgC,MAAM,gBAAgB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,sBAAsB,MAAM,wBAAwB,CAAC;AAE5D,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC;AAEnE,OAAO,EAAE,sBAAsB,IAAI,eAAe,EAAE,CAAC;AAErD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2D,CAAC;AAEzF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AAYhD,eAAO,MAAM,UAAU,EAAE,oBAAgD,CAAC;AAE1E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsC,CAAC;AAEpE,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAGhF,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,YAAa,SAAQ,YAAY,CAAC,OAAO,sBAAsB,CAAC;KAAG;CACrF"}
|
|
@@ -678,6 +678,34 @@
|
|
|
678
678
|
"$value": "base.colors.slate.dark"
|
|
679
679
|
}
|
|
680
680
|
},
|
|
681
|
+
"agent": {
|
|
682
|
+
"background": {
|
|
683
|
+
"$type": "inherited",
|
|
684
|
+
"$value": "components.card.background"
|
|
685
|
+
},
|
|
686
|
+
"foreground-color": {
|
|
687
|
+
"$type": "inherited",
|
|
688
|
+
"$value": "components.card.foreground-color"
|
|
689
|
+
},
|
|
690
|
+
"user-message": {
|
|
691
|
+
"background": {
|
|
692
|
+
"$type": "inherited",
|
|
693
|
+
"$value": "components.card.secondary-background"
|
|
694
|
+
},
|
|
695
|
+
"foreground-color": {
|
|
696
|
+
"$type": "inherited",
|
|
697
|
+
"$value": "components.card.foreground-color"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
"coach-message": {
|
|
701
|
+
"avatar": {
|
|
702
|
+
"background": {
|
|
703
|
+
"$type": "inherited",
|
|
704
|
+
"$value": "components.card.secondary-background"
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
},
|
|
681
709
|
"badges": {
|
|
682
710
|
"font-stretch": {
|
|
683
711
|
"$type": "inherited",
|
|
@@ -908,26 +936,6 @@
|
|
|
908
936
|
"$value": "base.palette.interactive"
|
|
909
937
|
}
|
|
910
938
|
},
|
|
911
|
-
"accent-card": {
|
|
912
|
-
"primary-background": {
|
|
913
|
-
"$type": "inherited",
|
|
914
|
-
"$value": "components.card.background"
|
|
915
|
-
},
|
|
916
|
-
"secondary-background": {
|
|
917
|
-
"$type": "inherited",
|
|
918
|
-
"$value": "components.card.secondary-background"
|
|
919
|
-
},
|
|
920
|
-
"foreground-color": {
|
|
921
|
-
"$type": "inherited",
|
|
922
|
-
"$value": "components.card.foreground-color"
|
|
923
|
-
},
|
|
924
|
-
"avatar": {
|
|
925
|
-
"background": {
|
|
926
|
-
"$type": "inherited",
|
|
927
|
-
"$value": "components.card.secondary-background"
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
},
|
|
931
939
|
"checkbox": {
|
|
932
940
|
"border-radius": {
|
|
933
941
|
"$type": "inherited",
|
|
@@ -630,6 +630,45 @@
|
|
|
630
630
|
},
|
|
631
631
|
"additionalProperties": false
|
|
632
632
|
},
|
|
633
|
+
"agent": {
|
|
634
|
+
"type": "object",
|
|
635
|
+
"properties": {
|
|
636
|
+
"background": {
|
|
637
|
+
"type": "string"
|
|
638
|
+
},
|
|
639
|
+
"foreground-color": {
|
|
640
|
+
"type": "string"
|
|
641
|
+
},
|
|
642
|
+
"user-message": {
|
|
643
|
+
"type": "object",
|
|
644
|
+
"properties": {
|
|
645
|
+
"background": {
|
|
646
|
+
"type": "string"
|
|
647
|
+
},
|
|
648
|
+
"foreground-color": {
|
|
649
|
+
"type": "string"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
"additionalProperties": false
|
|
653
|
+
},
|
|
654
|
+
"coach-message": {
|
|
655
|
+
"type": "object",
|
|
656
|
+
"properties": {
|
|
657
|
+
"avatar": {
|
|
658
|
+
"type": "object",
|
|
659
|
+
"properties": {
|
|
660
|
+
"background": {
|
|
661
|
+
"type": "string"
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
"additionalProperties": false
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"additionalProperties": false
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"additionalProperties": false
|
|
671
|
+
},
|
|
633
672
|
"badges": {
|
|
634
673
|
"type": "object",
|
|
635
674
|
"properties": {
|
|
@@ -942,30 +981,6 @@
|
|
|
942
981
|
},
|
|
943
982
|
"additionalProperties": false
|
|
944
983
|
},
|
|
945
|
-
"accent-card": {
|
|
946
|
-
"type": "object",
|
|
947
|
-
"properties": {
|
|
948
|
-
"primary-background": {
|
|
949
|
-
"type": "string"
|
|
950
|
-
},
|
|
951
|
-
"secondary-background": {
|
|
952
|
-
"type": "string"
|
|
953
|
-
},
|
|
954
|
-
"foreground-color": {
|
|
955
|
-
"type": "string"
|
|
956
|
-
},
|
|
957
|
-
"avatar": {
|
|
958
|
-
"type": "object",
|
|
959
|
-
"properties": {
|
|
960
|
-
"background": {
|
|
961
|
-
"type": "string"
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
|
-
"additionalProperties": false
|
|
965
|
-
}
|
|
966
|
-
},
|
|
967
|
-
"additionalProperties": false
|
|
968
|
-
},
|
|
969
984
|
"field-value-list": {
|
|
970
985
|
"type": "object",
|
|
971
986
|
"properties": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"base": {
|
|
3
3
|
"palette": {
|
|
4
4
|
"ai": "#8C2EEB",
|
|
5
|
-
"app-background": "linear-gradient(
|
|
5
|
+
"app-background": "linear-gradient(to bottom,transparent 50%, #D7D5E9 100%), linear-gradient(to right, #b7d5ff51, #cfc0fe51), repeating-linear-gradient(45deg, #eaecf9 0px, #eaeff9 calc(16px), #d8d9e9 calc(48px), #eaecf9 calc(52px))",
|
|
6
6
|
"primary-background": "#FFFFFF",
|
|
7
7
|
"secondary-background": "#F4F6FA",
|
|
8
8
|
"foreground-color": "#333333",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
},
|
|
42
42
|
"app-shell": {
|
|
43
43
|
"nav": {
|
|
44
|
-
"background": "
|
|
44
|
+
"background": "#F4F6FAAA",
|
|
45
45
|
"foreground-color": "#333333",
|
|
46
46
|
"border-color": "transparent",
|
|
47
47
|
"detached": false
|
|
48
48
|
},
|
|
49
49
|
"header": {
|
|
50
|
-
"background": "
|
|
50
|
+
"background": "#ffffff",
|
|
51
51
|
"foreground-color": "#24292f",
|
|
52
52
|
"border-color": "transparent"
|
|
53
53
|
}
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
"case-view": {
|
|
129
129
|
"header": {
|
|
130
|
-
"background": "linear-gradient(
|
|
130
|
+
"background": "linear-gradient(0deg, #dddddd 0%, #dddddd 2%, transparent 2%, transparent 98%, #ffffff 98%)",
|
|
131
131
|
"foreground-color": "#4c5767"
|
|
132
132
|
},
|
|
133
133
|
"summary": {
|
|
@@ -69,6 +69,17 @@
|
|
|
69
69
|
"background": "#fff",
|
|
70
70
|
"foreground-color": "#001f5f"
|
|
71
71
|
},
|
|
72
|
+
"agent": {
|
|
73
|
+
"background": "linear-gradient(90deg, #f7f5ff 0%, #eff6fe 100%)",
|
|
74
|
+
"user-message": {
|
|
75
|
+
"background": "#681fc31a"
|
|
76
|
+
},
|
|
77
|
+
"coach-message": {
|
|
78
|
+
"avatar": {
|
|
79
|
+
"background": "linear-gradient(219.11deg,rgba(255, 255, 255, 0.5) 9.91%, #ac75f0 123.32%,#681fc3 163.09%)"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
72
83
|
"case-view": {
|
|
73
84
|
"header": {
|
|
74
85
|
"background": "#fff",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/cosmos-react-core",
|
|
3
|
-
"version": "9.0.0-build.11.
|
|
3
|
+
"version": "9.0.0-build.11.2",
|
|
4
4
|
"description": "Cosmos is a visual design system and UI component collection. Its goal is to empower application developers in their pursuit to create engaging and rewarding user experiences.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Pegasystems",
|