@pega/cosmos-react-core 9.17.2 → 9.19.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/lib/components/AppShell/AppHeader.d.ts.map +1 -1
- package/lib/components/AppShell/AppHeader.js +44 -7
- package/lib/components/AppShell/AppHeader.js.map +1 -1
- package/lib/components/AppShell/AppHeader.styles.d.ts +6 -2
- package/lib/components/AppShell/AppHeader.styles.d.ts.map +1 -1
- package/lib/components/AppShell/AppHeader.styles.js +36 -18
- package/lib/components/AppShell/AppHeader.styles.js.map +1 -1
- package/lib/components/AppShell/AppShell.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.js +28 -9
- package/lib/components/AppShell/AppShell.js.map +1 -1
- package/lib/components/AppShell/AppShellContext.d.ts +1 -0
- package/lib/components/AppShell/AppShellContext.d.ts.map +1 -1
- package/lib/components/AppShell/AppShellContext.js +1 -0
- package/lib/components/AppShell/AppShellContext.js.map +1 -1
- package/lib/components/Dialog/InfoDialogWrapper.d.ts +4 -0
- package/lib/components/Dialog/InfoDialogWrapper.d.ts.map +1 -0
- package/lib/components/Dialog/InfoDialogWrapper.js +13 -0
- package/lib/components/Dialog/InfoDialogWrapper.js.map +1 -0
- package/lib/components/Dialog/TouchDialog.d.ts +5 -0
- package/lib/components/Dialog/TouchDialog.d.ts.map +1 -0
- package/lib/components/Dialog/TouchDialog.js +85 -0
- package/lib/components/Dialog/TouchDialog.js.map +1 -0
- package/lib/components/Dialog/TouchDialog.styles.d.ts +7 -0
- package/lib/components/Dialog/TouchDialog.styles.d.ts.map +1 -0
- package/lib/components/Dialog/TouchDialog.styles.js +62 -0
- package/lib/components/Dialog/TouchDialog.styles.js.map +1 -0
- package/lib/components/Dialog/TouchDialog.test-ids.d.ts +2 -0
- package/lib/components/Dialog/TouchDialog.test-ids.d.ts.map +1 -0
- package/lib/components/Dialog/TouchDialog.test-ids.js +3 -0
- package/lib/components/Dialog/TouchDialog.test-ids.js.map +1 -0
- package/lib/components/Dialog/TouchDialog.types.d.ts +42 -0
- package/lib/components/Dialog/TouchDialog.types.d.ts.map +1 -0
- package/lib/components/Dialog/TouchDialog.types.js +2 -0
- package/lib/components/Dialog/TouchDialog.types.js.map +1 -0
- package/lib/components/Dialog/TouchInfoDialog.d.ts +4 -0
- package/lib/components/Dialog/TouchInfoDialog.d.ts.map +1 -0
- package/lib/components/Dialog/TouchInfoDialog.js +14 -0
- package/lib/components/Dialog/TouchInfoDialog.js.map +1 -0
- package/lib/components/Dialog/index.d.ts +4 -1
- package/lib/components/Dialog/index.d.ts.map +1 -1
- package/lib/components/Dialog/index.js +3 -1
- package/lib/components/Dialog/index.js.map +1 -1
- package/lib/components/File/CompactList.js +1 -1
- package/lib/components/File/CompactList.js.map +1 -1
- package/lib/components/ListToolbar/PresetMenuPopover.d.ts.map +1 -1
- package/lib/components/ListToolbar/PresetMenuPopover.js +16 -5
- package/lib/components/ListToolbar/PresetMenuPopover.js.map +1 -1
- package/lib/components/MenuButton/MenuButton.d.ts.map +1 -1
- package/lib/components/MenuButton/MenuButton.js +33 -7
- package/lib/components/MenuButton/MenuButton.js.map +1 -1
- package/lib/components/MultiStepForm/HorizontalFormProgress.js +1 -1
- package/lib/components/MultiStepForm/HorizontalFormProgress.js.map +1 -1
- package/lib/components/ResponsiveActions/ResponsiveActions.d.ts.map +1 -1
- package/lib/components/ResponsiveActions/ResponsiveActions.js +1 -0
- package/lib/components/ResponsiveActions/ResponsiveActions.js.map +1 -1
- package/lib/components/TextArea/TextArea.d.ts.map +1 -1
- package/lib/components/TextArea/TextArea.js +7 -21
- package/lib/components/TextArea/TextArea.js.map +1 -1
- package/lib/components/TextArea/TextArea.styles.d.ts +0 -1
- package/lib/components/TextArea/TextArea.styles.d.ts.map +1 -1
- package/lib/components/TextArea/TextArea.styles.js +1 -2
- package/lib/components/TextArea/TextArea.styles.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +3 -0
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/i18n/default.d.ts +3 -0
- package/lib/i18n/default.d.ts.map +1 -1
- package/lib/i18n/default.js +5 -2
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +3 -0
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/theme/themes/aurigaDarkTheme.json +45 -58
- package/lib/theme/themes/aurigaTheme.json +40 -53
- package/lib/theme/themes/virgoTheme.json +3 -3
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.d.ts.map +1 -1
- package/lib/utils/index.js +1 -0
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/isTouchDevice.d.ts +3 -0
- package/lib/utils/isTouchDevice.d.ts.map +1 -0
- package/lib/utils/isTouchDevice.js +4 -0
- package/lib/utils/isTouchDevice.js.map +1 -0
- package/package.json +1 -1
package/lib/i18n/i18n.d.ts
CHANGED
|
@@ -334,6 +334,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
334
334
|
theme_dark: string;
|
|
335
335
|
theme_system: string;
|
|
336
336
|
app_shell_share: string;
|
|
337
|
+
navigation_panel: string;
|
|
337
338
|
app_header_help: string;
|
|
338
339
|
combobox_open_close: string;
|
|
339
340
|
combobox_search_instructions: string;
|
|
@@ -529,6 +530,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
529
530
|
user_message: string;
|
|
530
531
|
active_cases: string;
|
|
531
532
|
active_cases_trigger: string;
|
|
533
|
+
cases_in_this_chat: string;
|
|
532
534
|
your_chats: string;
|
|
533
535
|
reset_width: string;
|
|
534
536
|
split_width: string;
|
|
@@ -738,6 +740,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
738
740
|
rte_add_image: string;
|
|
739
741
|
rte_add_link: string;
|
|
740
742
|
rte_action_url: string;
|
|
743
|
+
agent_image: string;
|
|
741
744
|
rte_underline: string;
|
|
742
745
|
rte_subscript: string;
|
|
743
746
|
rte_superscript: string;
|
package/lib/i18n/i18n.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,WAAW,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAClE,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE7D,QAAA,MAAM,MAAM,GAAI,eAAe,WAAW,KAAG,QAAQ,CAAC,eAAe,CAEpE,CAAC;AACF,eAAe,MAAM,CAAC;AAEtB,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n/i18n.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,50 +1,53 @@
|
|
|
1
1
|
{
|
|
2
2
|
"base": {
|
|
3
|
+
"border-radius": "0.75rem",
|
|
3
4
|
"font-family": "'Open Sans', sans-serif",
|
|
4
5
|
"font-size": "1rem",
|
|
6
|
+
"font-scale": "majorSecond",
|
|
5
7
|
"palette": {
|
|
6
|
-
"app-background": "#
|
|
7
|
-
"secondary-background": "#
|
|
8
|
-
"interactive": "#
|
|
9
|
-
"foreground-color": "#
|
|
10
|
-
"dark": "#
|
|
11
|
-
"border-line": "#
|
|
8
|
+
"app-background": "#181b25",
|
|
9
|
+
"secondary-background": "#414962",
|
|
10
|
+
"interactive": "#add4fb",
|
|
11
|
+
"foreground-color": "#fff",
|
|
12
|
+
"dark": "#fff",
|
|
13
|
+
"border-line": "#515c7b",
|
|
12
14
|
"primary-background": "#252937"
|
|
13
15
|
},
|
|
14
16
|
"line-height": "1.28",
|
|
15
17
|
"case-type-colors": "ignored",
|
|
16
|
-
"spacing": "0.
|
|
18
|
+
"spacing": "0.75rem",
|
|
19
|
+
"icon-set": "streamline"
|
|
17
20
|
},
|
|
18
21
|
"components": {
|
|
19
22
|
"agent": {
|
|
20
|
-
"background": "#
|
|
23
|
+
"background": "linear-gradient(45deg, #422e6b 0%, #2c3249 100%)",
|
|
21
24
|
"user-message": {
|
|
22
|
-
"background": "
|
|
23
|
-
"foreground-color": "#
|
|
25
|
+
"background": "#AD81E41a",
|
|
26
|
+
"foreground-color": "#ffffff"
|
|
24
27
|
},
|
|
25
|
-
"foreground-color": "#
|
|
28
|
+
"foreground-color": "#ffffff",
|
|
26
29
|
"history": {
|
|
27
30
|
"item": {
|
|
28
|
-
"selected-background": "#
|
|
31
|
+
"selected-background": "#515c7b"
|
|
29
32
|
}
|
|
30
33
|
},
|
|
31
34
|
"questionnaire": {
|
|
32
|
-
"background": "#
|
|
35
|
+
"background": "#181b2580"
|
|
33
36
|
}
|
|
34
37
|
},
|
|
35
38
|
"app-shell": {
|
|
36
39
|
"nav": {
|
|
37
40
|
"detached": true,
|
|
38
|
-
"background": "#
|
|
41
|
+
"background": "#181b25",
|
|
39
42
|
"border-color": "transparent",
|
|
40
|
-
"create-button-background": "#
|
|
41
|
-
"nested-list-background": "#
|
|
43
|
+
"create-button-background": "#252937",
|
|
44
|
+
"nested-list-background": "#252937",
|
|
42
45
|
"expand-button": {
|
|
43
|
-
"background": "#
|
|
44
|
-
"foreground-color": "#
|
|
46
|
+
"background": "#313749",
|
|
47
|
+
"foreground-color": "#ffffff"
|
|
45
48
|
},
|
|
46
49
|
"item-border-radius": "0.5rem",
|
|
47
|
-
"selected-background": "#
|
|
50
|
+
"selected-background": "#414962"
|
|
48
51
|
},
|
|
49
52
|
"header": {
|
|
50
53
|
"border-color": "transparent"
|
|
@@ -52,38 +55,39 @@
|
|
|
52
55
|
},
|
|
53
56
|
"case-view": {
|
|
54
57
|
"icon": {
|
|
55
|
-
"background": "
|
|
58
|
+
"background": "linear-gradient(45deg, var(--gradient-start), var(--gradient-mid), var(--gradient-end))"
|
|
56
59
|
},
|
|
57
60
|
"summary": {
|
|
58
61
|
"detached": true
|
|
59
62
|
},
|
|
60
63
|
"assignments": {
|
|
61
64
|
"detached": true,
|
|
62
|
-
"background": "#
|
|
65
|
+
"background": "#313749"
|
|
63
66
|
},
|
|
64
67
|
"header": {
|
|
65
|
-
"background": "#
|
|
66
|
-
"foreground-color": "#
|
|
68
|
+
"background": "#252937",
|
|
69
|
+
"foreground-color": "#fff"
|
|
67
70
|
}
|
|
68
71
|
},
|
|
69
72
|
"card": {
|
|
70
|
-
"background": "#
|
|
71
|
-
"
|
|
73
|
+
"background": "#252937",
|
|
74
|
+
"border-radius": ".75rem",
|
|
75
|
+
"foreground-color": "#fff"
|
|
72
76
|
},
|
|
73
77
|
"button": {
|
|
74
|
-
"border-radius":
|
|
75
|
-
"color": "#
|
|
76
|
-
"secondary-color": "#
|
|
78
|
+
"border-radius": 3,
|
|
79
|
+
"color": "#add4fb",
|
|
80
|
+
"secondary-color": "#add4fb",
|
|
77
81
|
"foreground-color": "#FFF",
|
|
78
82
|
"height": "44px"
|
|
79
83
|
},
|
|
80
84
|
"form-control": {
|
|
81
|
-
"border-radius":
|
|
82
|
-
"border-color": "#
|
|
85
|
+
"border-radius": 0.5,
|
|
86
|
+
"border-color": "#7581a3",
|
|
83
87
|
":hover": {
|
|
84
|
-
"border-color": "#
|
|
88
|
+
"border-color": "#add4fb"
|
|
85
89
|
},
|
|
86
|
-
"background-color": "#
|
|
90
|
+
"background-color": "#191C24"
|
|
87
91
|
},
|
|
88
92
|
"icon": {
|
|
89
93
|
"border-radius-multiplier": "99"
|
|
@@ -92,50 +96,33 @@
|
|
|
92
96
|
"detached": true
|
|
93
97
|
},
|
|
94
98
|
"announcement": {
|
|
95
|
-
"background": "#
|
|
96
|
-
"foreground-color": "#
|
|
99
|
+
"background": "#313749",
|
|
100
|
+
"foreground-color": "#fff"
|
|
97
101
|
},
|
|
98
102
|
"avatar": {
|
|
99
|
-
"background-color": "#
|
|
103
|
+
"background-color": "#5570a9"
|
|
100
104
|
},
|
|
101
105
|
"table": {
|
|
102
106
|
"header": {
|
|
103
|
-
"background-color": "#
|
|
107
|
+
"background-color": "#313749",
|
|
104
108
|
"border-color": "transparent"
|
|
105
109
|
},
|
|
106
110
|
"body": {
|
|
107
111
|
"border-color": "transparent",
|
|
108
|
-
"secondary-background-color": "#
|
|
112
|
+
"secondary-background-color": "#414962"
|
|
109
113
|
},
|
|
110
114
|
"spacing": {
|
|
111
115
|
"horizontal-inner": true
|
|
112
116
|
}
|
|
113
117
|
},
|
|
114
|
-
"text": {
|
|
115
|
-
"brand-primary": {
|
|
116
|
-
"font-size": "l",
|
|
117
|
-
"font-family": "Poppins, sans-serif"
|
|
118
|
-
},
|
|
119
|
-
"h1": {
|
|
120
|
-
"font-family": "Lora, serif"
|
|
121
|
-
},
|
|
122
|
-
"h2": {
|
|
123
|
-
"text-transform": "uppercase",
|
|
124
|
-
"letter-spacing": "1px"
|
|
125
|
-
},
|
|
126
|
-
"h3": {
|
|
127
|
-
"text-transform": "uppercase",
|
|
128
|
-
"letter-spacing": "1px"
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
118
|
"label": {
|
|
132
|
-
"foreground-color": "#
|
|
119
|
+
"foreground-color": "#ffffffb3"
|
|
133
120
|
},
|
|
134
121
|
"progress": {
|
|
135
|
-
"progress-color": "#
|
|
122
|
+
"progress-color": "#add4fb"
|
|
136
123
|
},
|
|
137
124
|
"select": {
|
|
138
|
-
"border-color": "#
|
|
125
|
+
"border-color": "#7581a3",
|
|
139
126
|
"height": "44px"
|
|
140
127
|
},
|
|
141
128
|
"summary-item": {
|
|
@@ -146,7 +133,7 @@
|
|
|
146
133
|
},
|
|
147
134
|
"input": {
|
|
148
135
|
"height": "44px",
|
|
149
|
-
"background-color": "#
|
|
136
|
+
"background-color": "#191C24"
|
|
150
137
|
}
|
|
151
138
|
}
|
|
152
139
|
}
|
|
@@ -1,86 +1,90 @@
|
|
|
1
1
|
{
|
|
2
2
|
"base": {
|
|
3
|
+
"border-radius": "0.75rem",
|
|
3
4
|
"font-family": "'Open Sans', sans-serif",
|
|
4
5
|
"font-size": "1rem",
|
|
6
|
+
"font-scale": "majorSecond",
|
|
5
7
|
"palette": {
|
|
6
|
-
"app-background": "
|
|
7
|
-
"secondary-background": "#
|
|
8
|
-
"interactive": "#
|
|
9
|
-
"foreground-color": "#
|
|
10
|
-
"dark": "#
|
|
11
|
-
"border-line": "#
|
|
8
|
+
"app-background": "#E9ECF2",
|
|
9
|
+
"secondary-background": "#F3F4FA",
|
|
10
|
+
"interactive": "#3f57e4",
|
|
11
|
+
"foreground-color": "#001d54",
|
|
12
|
+
"dark": "#003B70",
|
|
13
|
+
"border-line": "#cfd5e2"
|
|
12
14
|
},
|
|
13
15
|
"line-height": "1.28",
|
|
14
16
|
"case-type-colors": "ignored",
|
|
15
|
-
"spacing": "0.
|
|
17
|
+
"spacing": "0.75rem",
|
|
18
|
+
"icon-set": "streamline"
|
|
16
19
|
},
|
|
17
20
|
"components": {
|
|
18
21
|
"agent": {
|
|
19
|
-
"background": "#
|
|
22
|
+
"background": "linear-gradient(90deg, #f7f5ff 0%, #eff6fe 100%)",
|
|
20
23
|
"user-message": {
|
|
21
|
-
"background": "
|
|
22
|
-
"foreground-color": "#
|
|
24
|
+
"background": "#681fc31a",
|
|
25
|
+
"foreground-color": "#001d54"
|
|
23
26
|
},
|
|
24
|
-
"foreground-color": "#
|
|
27
|
+
"foreground-color": "#001d54",
|
|
25
28
|
"history": {
|
|
26
29
|
"item": {
|
|
27
|
-
"selected-background": "#
|
|
30
|
+
"selected-background": "#cfd5e2"
|
|
28
31
|
}
|
|
29
32
|
},
|
|
30
33
|
"questionnaire": {
|
|
31
|
-
"background": "#
|
|
34
|
+
"background": "#ffffff"
|
|
32
35
|
}
|
|
33
36
|
},
|
|
34
37
|
"app-shell": {
|
|
35
38
|
"nav": {
|
|
36
39
|
"detached": true,
|
|
37
|
-
"background": "#
|
|
40
|
+
"background": "#E9ECF2",
|
|
38
41
|
"border-color": "transparent",
|
|
39
|
-
"create-button-background": "#
|
|
40
|
-
"nested-list-background": "#
|
|
42
|
+
"create-button-background": "#f5f5fc",
|
|
43
|
+
"nested-list-background": "#f5f5fc",
|
|
41
44
|
"expand-button": {
|
|
42
|
-
"background": "#
|
|
43
|
-
"foreground-color": "#
|
|
45
|
+
"background": "#cfd5e2",
|
|
46
|
+
"foreground-color": "#001F5F"
|
|
44
47
|
},
|
|
45
48
|
"item-border-radius": "0.5rem",
|
|
46
|
-
"selected-background": "#
|
|
49
|
+
"selected-background": "#f5f5fc"
|
|
47
50
|
},
|
|
48
51
|
"header": {
|
|
49
|
-
"border-color": "
|
|
52
|
+
"border-color": "#E9ECF2"
|
|
50
53
|
}
|
|
51
54
|
},
|
|
52
55
|
"case-view": {
|
|
53
56
|
"icon": {
|
|
54
|
-
"background": "
|
|
57
|
+
"background": "linear-gradient(45deg, var(--gradient-start), var(--gradient-mid), var(--gradient-end))"
|
|
55
58
|
},
|
|
56
59
|
"summary": {
|
|
57
60
|
"detached": true
|
|
58
61
|
},
|
|
59
62
|
"assignments": {
|
|
60
63
|
"detached": true,
|
|
61
|
-
"background": "#
|
|
64
|
+
"background": "#fff"
|
|
62
65
|
},
|
|
63
66
|
"header": {
|
|
64
|
-
"background": "
|
|
65
|
-
"foreground-color": "
|
|
67
|
+
"background": "#fff",
|
|
68
|
+
"foreground-color": "#001f5f"
|
|
66
69
|
}
|
|
67
70
|
},
|
|
68
71
|
"card": {
|
|
69
72
|
"background": "#FFF",
|
|
70
|
-
"
|
|
73
|
+
"border-radius": ".75rem",
|
|
74
|
+
"foreground-color": "#001d54"
|
|
71
75
|
},
|
|
72
76
|
"button": {
|
|
73
|
-
"border-radius":
|
|
77
|
+
"border-radius": 3,
|
|
74
78
|
"color": "#3F57E4",
|
|
75
79
|
"secondary-color": "#3F57E4",
|
|
76
80
|
"foreground-color": "#FFF",
|
|
77
81
|
"height": "44px"
|
|
78
82
|
},
|
|
79
83
|
"form-control": {
|
|
80
|
-
"border-radius":
|
|
81
|
-
"border-color": "#
|
|
84
|
+
"border-radius": 0.5,
|
|
85
|
+
"border-color": "#8a8a8a",
|
|
82
86
|
":hover": {
|
|
83
|
-
"border-color": "#
|
|
87
|
+
"border-color": "#3f57e4"
|
|
84
88
|
}
|
|
85
89
|
},
|
|
86
90
|
"icon": {
|
|
@@ -91,49 +95,32 @@
|
|
|
91
95
|
},
|
|
92
96
|
"announcement": {
|
|
93
97
|
"background": "white",
|
|
94
|
-
"foreground-color": "#
|
|
98
|
+
"foreground-color": "#001f5f"
|
|
95
99
|
},
|
|
96
100
|
"avatar": {
|
|
97
|
-
"background-color": "#
|
|
101
|
+
"background-color": "#000000"
|
|
98
102
|
},
|
|
99
103
|
"table": {
|
|
100
104
|
"header": {
|
|
101
|
-
"background-color": "#
|
|
105
|
+
"background-color": "#F3F4FA",
|
|
102
106
|
"border-color": "transparent"
|
|
103
107
|
},
|
|
104
108
|
"body": {
|
|
105
109
|
"border-color": "transparent",
|
|
106
|
-
"secondary-background-color": "#
|
|
110
|
+
"secondary-background-color": "#F3F4FA"
|
|
107
111
|
},
|
|
108
112
|
"spacing": {
|
|
109
113
|
"horizontal-inner": true
|
|
110
114
|
}
|
|
111
115
|
},
|
|
112
|
-
"text": {
|
|
113
|
-
"brand-primary": {
|
|
114
|
-
"font-size": "l",
|
|
115
|
-
"font-family": "Poppins, sans-serif"
|
|
116
|
-
},
|
|
117
|
-
"h1": {
|
|
118
|
-
"font-family": "Lora, serif"
|
|
119
|
-
},
|
|
120
|
-
"h2": {
|
|
121
|
-
"text-transform": "uppercase",
|
|
122
|
-
"letter-spacing": "1px"
|
|
123
|
-
},
|
|
124
|
-
"h3": {
|
|
125
|
-
"text-transform": "uppercase",
|
|
126
|
-
"letter-spacing": "1px"
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
116
|
"label": {
|
|
130
|
-
"foreground-color": "#
|
|
117
|
+
"foreground-color": "#001d54b3"
|
|
131
118
|
},
|
|
132
119
|
"progress": {
|
|
133
|
-
"progress-color": "#
|
|
120
|
+
"progress-color": "#3f57e4"
|
|
134
121
|
},
|
|
135
122
|
"select": {
|
|
136
|
-
"border-color": "#
|
|
123
|
+
"border-color": "#8a8a8a",
|
|
137
124
|
"height": "44px"
|
|
138
125
|
},
|
|
139
126
|
"summary-item": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"line-height": "1.28",
|
|
6
6
|
"font-scale": "majorSecond",
|
|
7
7
|
"palette": {
|
|
8
|
-
"app-background": "#
|
|
8
|
+
"app-background": "#E9ECF2",
|
|
9
9
|
"brand-primary": "#ffffff",
|
|
10
10
|
"brand-accent": "#003B70",
|
|
11
11
|
"border-line": "#cfd5e2",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"app-shell": {
|
|
34
34
|
"nav": {
|
|
35
|
-
"background": "#
|
|
35
|
+
"background": "#E9ECF2",
|
|
36
36
|
"foreground-color": "#001F5F",
|
|
37
37
|
"border-color": "transparent",
|
|
38
38
|
"separator-color": "#cfd5e2",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"header": {
|
|
44
44
|
"background": "#fff",
|
|
45
45
|
"foreground-color": "#001F5F",
|
|
46
|
-
"border-color": "#
|
|
46
|
+
"border-color": "#E9ECF2"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"button": {
|
package/lib/utils/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export { default as handleLinkClick } from './handleLinkClick';
|
|
|
28
28
|
export { default as hasProp } from './hasProp';
|
|
29
29
|
export { default as isInstance } from './isInstance';
|
|
30
30
|
export { default as isPositionWithinRect } from './isPositionWithinRect';
|
|
31
|
+
export { default as isTouchDevice } from './isTouchDevice';
|
|
31
32
|
export { default as isValidElement } from './isValidElement';
|
|
32
33
|
export { default as kebabToCamel } from './kebabToCamel';
|
|
33
34
|
export { default as loadScript } from './loadScript';
|
package/lib/utils/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"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"}
|
package/lib/utils/index.js
CHANGED
|
@@ -28,6 +28,7 @@ export { default as handleLinkClick } from './handleLinkClick';
|
|
|
28
28
|
export { default as hasProp } from './hasProp';
|
|
29
29
|
export { default as isInstance } from './isInstance';
|
|
30
30
|
export { default as isPositionWithinRect } from './isPositionWithinRect';
|
|
31
|
+
export { default as isTouchDevice } from './isTouchDevice';
|
|
31
32
|
export { default as isValidElement } from './isValidElement';
|
|
32
33
|
export { default as kebabToCamel } from './kebabToCamel';
|
|
33
34
|
export { default as loadScript } from './loadScript';
|
package/lib/utils/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { default as allowedURI } from './allowedURI';\nexport { default as bindAll } from './bindAll';\nexport { default as cap } from './cap';\nexport { default as createStringMatcher } from './createStringMatcher';\nexport { default as createTestIds } from './createTestIds';\nexport { default as createClassName } from './createClassName';\nexport { default as createUID } from './createUID';\nexport { default as debounce } from './debounce';\nexport { default as deepGet } from './deepGet';\nexport { default as deepObjectComparison } from './deepObjectComparison';\nexport { default as defineSmartGetter } from './defineSmartGetter';\nexport { default as disallowedURI } from './disallowedURI';\nexport { default as documentIsAvailable } from './documentIsAvailable';\nexport { default as escapeRegExp } from './escapeRegExp';\nexport { default as focusHeadingOrContainer } from './focusHeadingOrContainer';\nexport { default as focusNonInteractiveElement } from './focusNonInteractiveElement';\nexport { default as formatListToLocaleString } from './formatListToLocaleString';\nexport { default as getActiveElement } from './getActiveElement';\nexport { default as getAllPopovers, popoverMap } from './getAllPopovers';\nexport { default as getChildOfRootNode } from './getChildOfRootNode';\nexport { default as getChToPxConversionFactor } from './getChToPxConversionFactor';\nexport { default as getEdge } from './getEdge';\nexport { default as getFocusables, focusableSelector } from './getFocusables';\nexport { default as getParentWindow } from './getParentWindow';\nexport { default as getRelativeOffset } from './getRelativeOffset';\nexport { default as getScrollbarWidth } from './getScrollbarWidth';\nexport { default as handleLinkClick } from './handleLinkClick';\nexport { default as hasProp } from './hasProp';\nexport { default as isInstance } from './isInstance';\nexport { default as isPositionWithinRect } from './isPositionWithinRect';\nexport { default as isValidElement } from './isValidElement';\nexport { default as kebabToCamel } from './kebabToCamel';\nexport { default as loadScript } from './loadScript';\nexport { default as markdownTokenizer } from './markdownTokenizer';\nexport { default as markdownToPlainText } from './markdownToPlainText';\nexport { default as mouseState } from './mouseState';\nexport { default as navigatorIsAvailable } from './navigatorIsAvailable';\nexport { default as normalizeTargets } from './normalizeTargets';\nexport { default as range } from './range';\nexport { default as reflow } from './reflow';\nexport { default as replaceMatchWithElement } from './replaceMatchWithElement';\nexport { default as safeStringify } from './safeStringify';\nexport { default as testElForOverflow } from './testElForOverflow';\nexport { default as throttle } from './throttle';\nexport { default as triple } from './triple';\nexport { default as tryCatch } from './tryCatch';\nexport { default as windowIsAvailable } from './windowIsAvailable';\nexport { default as withTestIds } from './withTestIds';\nexport { default as getEffectiveRect } from './getEffectiveRect';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { default as allowedURI } from './allowedURI';\nexport { default as bindAll } from './bindAll';\nexport { default as cap } from './cap';\nexport { default as createStringMatcher } from './createStringMatcher';\nexport { default as createTestIds } from './createTestIds';\nexport { default as createClassName } from './createClassName';\nexport { default as createUID } from './createUID';\nexport { default as debounce } from './debounce';\nexport { default as deepGet } from './deepGet';\nexport { default as deepObjectComparison } from './deepObjectComparison';\nexport { default as defineSmartGetter } from './defineSmartGetter';\nexport { default as disallowedURI } from './disallowedURI';\nexport { default as documentIsAvailable } from './documentIsAvailable';\nexport { default as escapeRegExp } from './escapeRegExp';\nexport { default as focusHeadingOrContainer } from './focusHeadingOrContainer';\nexport { default as focusNonInteractiveElement } from './focusNonInteractiveElement';\nexport { default as formatListToLocaleString } from './formatListToLocaleString';\nexport { default as getActiveElement } from './getActiveElement';\nexport { default as getAllPopovers, popoverMap } from './getAllPopovers';\nexport { default as getChildOfRootNode } from './getChildOfRootNode';\nexport { default as getChToPxConversionFactor } from './getChToPxConversionFactor';\nexport { default as getEdge } from './getEdge';\nexport { default as getFocusables, focusableSelector } from './getFocusables';\nexport { default as getParentWindow } from './getParentWindow';\nexport { default as getRelativeOffset } from './getRelativeOffset';\nexport { default as getScrollbarWidth } from './getScrollbarWidth';\nexport { default as handleLinkClick } from './handleLinkClick';\nexport { default as hasProp } from './hasProp';\nexport { default as isInstance } from './isInstance';\nexport { default as isPositionWithinRect } from './isPositionWithinRect';\nexport { default as isTouchDevice } from './isTouchDevice';\nexport { default as isValidElement } from './isValidElement';\nexport { default as kebabToCamel } from './kebabToCamel';\nexport { default as loadScript } from './loadScript';\nexport { default as markdownTokenizer } from './markdownTokenizer';\nexport { default as markdownToPlainText } from './markdownToPlainText';\nexport { default as mouseState } from './mouseState';\nexport { default as navigatorIsAvailable } from './navigatorIsAvailable';\nexport { default as normalizeTargets } from './normalizeTargets';\nexport { default as range } from './range';\nexport { default as reflow } from './reflow';\nexport { default as replaceMatchWithElement } from './replaceMatchWithElement';\nexport { default as safeStringify } from './safeStringify';\nexport { default as testElForOverflow } from './testElForOverflow';\nexport { default as throttle } from './throttle';\nexport { default as triple } from './triple';\nexport { default as tryCatch } from './tryCatch';\nexport { default as windowIsAvailable } from './windowIsAvailable';\nexport { default as withTestIds } from './withTestIds';\nexport { default as getEffectiveRect } from './getEffectiveRect';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isTouchDevice.d.ts","sourceRoot":"","sources":["../../src/utils/isTouchDevice.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa,SAA6E,CAAC;AAEjG,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isTouchDevice.js","sourceRoot":"","sources":["../../src/utils/isTouchDevice.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AAEpD,MAAM,aAAa,GAAG,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC;AAEjG,eAAe,aAAa,CAAC","sourcesContent":["import windowIsAvailable from './windowIsAvailable';\n\nconst isTouchDevice = windowIsAvailable ? window.matchMedia('(pointer: coarse)').matches : false;\n\nexport default isTouchDevice;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/cosmos-react-core",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.19.0",
|
|
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",
|