@pega/cosmos-react-core 9.0.0-build.15.1 → 9.0.0-build.16.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/AppShell.styles.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +6 -0
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/Menu/Menu.d.ts.map +1 -1
- package/lib/components/Menu/Menu.js +6 -2
- package/lib/components/Menu/Menu.js.map +1 -1
- package/lib/components/Menu/Menu.styles.d.ts.map +1 -1
- package/lib/components/Menu/Menu.styles.js +9 -3
- package/lib/components/Menu/Menu.styles.js.map +1 -1
- package/lib/components/SearchInput/SearchInput.d.ts +7 -7
- package/lib/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/lib/components/SearchInput/SearchInput.js +28 -17
- package/lib/components/SearchInput/SearchInput.js.map +1 -1
- package/lib/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- package/lib/components/SearchInput/SearchInput.styles.js +2 -3
- package/lib/components/SearchInput/SearchInput.styles.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +2 -2
- package/lib/i18n/default.d.ts +2 -2
- package/lib/i18n/default.js +2 -2
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +2 -2
- package/package.json +2 -2
package/lib/i18n/i18n.d.ts
CHANGED
|
@@ -394,15 +394,15 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
394
394
|
collapse_utilities_panel: string;
|
|
395
395
|
primary_summary_fields: string;
|
|
396
396
|
summary_fields: string;
|
|
397
|
-
current_case: string;
|
|
398
397
|
case_type_icon: string;
|
|
399
398
|
case_type: string;
|
|
400
399
|
case_image: string;
|
|
401
400
|
case_tabs: string;
|
|
401
|
+
case_followed: string;
|
|
402
|
+
case_unfollowed: string;
|
|
402
403
|
update_available: string;
|
|
403
404
|
close_preview: string;
|
|
404
405
|
preview_error: string;
|
|
405
|
-
previewed_case: string;
|
|
406
406
|
case_preview_tabs: string;
|
|
407
407
|
agent_switcher: string;
|
|
408
408
|
message_pega_gen_ai_coach: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/cosmos-react-core",
|
|
3
|
-
"version": "9.0.0-build.
|
|
3
|
+
"version": "9.0.0-build.16.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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"bignumber.js": "^9.0.1",
|
|
39
39
|
"credit-card-type": "^9.1.0",
|
|
40
40
|
"dayjs": "^1.11.13",
|
|
41
|
-
"dompurify": "^3.
|
|
41
|
+
"dompurify": "^3.2.6",
|
|
42
42
|
"emoji-mart": "^3.0.1",
|
|
43
43
|
"emoji-regex": "^9.2.0",
|
|
44
44
|
"libphonenumber-js": "^1.12.7",
|