@pega/cosmos-react-work 3.0.0-rc.1 → 3.0.0-rc.10

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.
Files changed (41) hide show
  1. package/lib/components/CasePreview/CasePreview.js +1 -1
  2. package/lib/components/CasePreview/CasePreview.js.map +1 -1
  3. package/lib/components/CaseView/CaseView.d.ts.map +1 -1
  4. package/lib/components/CaseView/CaseView.js +28 -27
  5. package/lib/components/CaseView/CaseView.js.map +1 -1
  6. package/lib/components/CaseView/CaseView.styles.d.ts.map +1 -1
  7. package/lib/components/CaseView/CaseView.styles.js +20 -6
  8. package/lib/components/CaseView/CaseView.styles.js.map +1 -1
  9. package/lib/components/CaseView/CaseView.types.d.ts +5 -1
  10. package/lib/components/CaseView/CaseView.types.d.ts.map +1 -1
  11. package/lib/components/CaseView/CaseView.types.js.map +1 -1
  12. package/lib/components/ConfigurableLayout/ConfigurableLayout.d.ts.map +1 -1
  13. package/lib/components/ConfigurableLayout/ConfigurableLayout.js +9 -16
  14. package/lib/components/ConfigurableLayout/ConfigurableLayout.js.map +1 -1
  15. package/lib/components/IntelligentGuidance/IntelligentGuidance.d.ts +6 -0
  16. package/lib/components/IntelligentGuidance/IntelligentGuidance.d.ts.map +1 -0
  17. package/lib/components/IntelligentGuidance/IntelligentGuidance.js +87 -0
  18. package/lib/components/IntelligentGuidance/IntelligentGuidance.js.map +1 -0
  19. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.d.ts +8 -0
  20. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.d.ts.map +1 -0
  21. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.js +143 -0
  22. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.js.map +1 -0
  23. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.d.ts +31 -0
  24. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.d.ts.map +1 -0
  25. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.js +2 -0
  26. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.js.map +1 -0
  27. package/lib/components/IntelligentGuidance/index.d.ts +3 -0
  28. package/lib/components/IntelligentGuidance/index.d.ts.map +1 -0
  29. package/lib/components/IntelligentGuidance/index.js +2 -0
  30. package/lib/components/IntelligentGuidance/index.js.map +1 -0
  31. package/lib/components/Stages/StageGlimpse.d.ts.map +1 -1
  32. package/lib/components/Stages/StageGlimpse.js +2 -2
  33. package/lib/components/Stages/StageGlimpse.js.map +1 -1
  34. package/lib/components/Stages/Stages.styles.d.ts.map +1 -1
  35. package/lib/components/Stages/Stages.styles.js +6 -16
  36. package/lib/components/Stages/Stages.styles.js.map +1 -1
  37. package/lib/index.d.ts +2 -0
  38. package/lib/index.d.ts.map +1 -1
  39. package/lib/index.js +2 -0
  40. package/lib/index.js.map +1 -1
  41. package/package.json +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/cosmos-react-work",
3
- "version": "3.0.0-rc.1",
3
+ "version": "3.0.0-rc.10",
4
4
  "author": "Pegasystems",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {
@@ -20,10 +20,10 @@
20
20
  "build": "tsc -b"
21
21
  },
22
22
  "dependencies": {
23
- "@pega/cosmos-react-core": "3.0.0-rc.1",
23
+ "@pega/cosmos-react-core": "3.0.0-rc.10",
24
24
  "@types/react": "^16.14.24 || ^17.0.38",
25
25
  "@types/react-dom": "^16.9.14 || ^17.0.11",
26
- "@types/styled-components": "^5.1.7",
26
+ "@types/styled-components": "^5.1.26",
27
27
  "polished": "^4.1.0",
28
28
  "react": "^16.14.0 || ^17.0.0",
29
29
  "react-dom": "^16.14.0 || ^17.0.0",
@@ -38,10 +38,8 @@
38
38
  "@storybook/react": "^6.4.19",
39
39
  "@storybook/testing-react": "^1.2.4",
40
40
  "@storybook/theming": "^6.4.19",
41
- "@testing-library/jest-dom": "^5.16.2",
42
41
  "@testing-library/react": "^12.1.3",
43
42
  "@testing-library/user-event": "^13.5.0",
44
- "enzyme": "^3.11.0",
45
43
  "typescript": "~4.7.2"
46
44
  }
47
45
  }