@automattic/jetpack-components 0.63.0 → 0.64.1

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 (44) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/components/action-button/index.jsx +9 -2
  3. package/components/action-popover/index.tsx +1 -1
  4. package/components/admin-page/index.tsx +1 -1
  5. package/components/automattic-byline-logo/index.tsx +1 -1
  6. package/components/boost-score-bar/index.tsx +2 -2
  7. package/components/boost-score-graph/tooltip.tsx +21 -11
  8. package/components/boost-score-graph/tooltips-plugin.ts +2 -3
  9. package/components/boost-score-graph/uplot-line-chart.tsx +3 -3
  10. package/components/button/index.tsx +1 -1
  11. package/components/copy-to-clipboard/index.tsx +2 -2
  12. package/components/gridicon/index.tsx +19 -19
  13. package/components/indeterminate-progress-bar/index.tsx +1 -1
  14. package/components/jetpack-footer/index.tsx +10 -10
  15. package/components/jetpack-logo/index.tsx +1 -1
  16. package/components/jetpack-protect-logo/index.tsx +1 -1
  17. package/components/jetpack-search-logo/index.tsx +1 -1
  18. package/components/jetpack-vaultpress-backup-logo/index.tsx +1 -1
  19. package/components/jetpack-videopress-logo/index.tsx +3 -1
  20. package/components/number-slider/index.tsx +1 -1
  21. package/components/pricing-card/index.tsx +3 -3
  22. package/components/pricing-table/index.tsx +8 -8
  23. package/components/product-offer/index.tsx +3 -3
  24. package/components/product-offer/product-offer-header.tsx +1 -1
  25. package/components/product-price/index.tsx +2 -2
  26. package/components/record-meter-bar/index.tsx +3 -3
  27. package/components/status/index.tsx +5 -5
  28. package/components/terms-of-service/index.tsx +3 -3
  29. package/components/threat-fixer-button/index.tsx +5 -5
  30. package/components/threat-modal/fixer-state-notice.tsx +6 -6
  31. package/components/threat-modal/threat-actions.tsx +4 -4
  32. package/components/threat-modal/threat-fix-confirmation.tsx +5 -5
  33. package/components/threat-modal/threat-fix-details.tsx +9 -6
  34. package/components/threat-modal/threat-notice.tsx +3 -3
  35. package/components/threat-modal/threat-summary.tsx +2 -2
  36. package/components/threat-modal/threat-technical-details.tsx +4 -4
  37. package/components/threat-severity-badge/index.tsx +5 -3
  38. package/components/threats-data-views/constants.ts +7 -7
  39. package/components/threats-data-views/index.tsx +34 -24
  40. package/components/threats-data-views/styles.module.scss +2 -3
  41. package/components/threats-data-views/threats-status-toggle-group-control.tsx +24 -26
  42. package/components/upsell-banner/index.tsx +1 -1
  43. package/components/zendesk-chat/types.ts +1 -1
  44. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.63.0",
3
+ "version": "0.64.1",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -15,29 +15,29 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@automattic/format-currency": "1.0.1",
18
- "@automattic/jetpack-boost-score-api": "^0.1.47",
19
- "@automattic/jetpack-scan": "^0.4.0",
18
+ "@automattic/jetpack-boost-score-api": "^0.1.49",
19
+ "@automattic/jetpack-scan": "^0.5.1",
20
20
  "@babel/runtime": "^7",
21
- "@wordpress/browserslist-config": "6.12.0",
22
- "@wordpress/components": "28.12.0",
23
- "@wordpress/compose": "7.12.0",
24
- "@wordpress/data": "10.12.0",
25
- "@wordpress/dataviews": "4.8.0",
26
- "@wordpress/date": "5.12.0",
27
- "@wordpress/element": "6.12.0",
28
- "@wordpress/i18n": "5.12.0",
29
- "@wordpress/icons": "10.12.0",
30
- "@wordpress/notices": "5.12.0",
21
+ "@wordpress/browserslist-config": "6.13.0",
22
+ "@wordpress/components": "28.13.0",
23
+ "@wordpress/compose": "7.13.0",
24
+ "@wordpress/data": "10.13.0",
25
+ "@wordpress/dataviews": "4.9.0",
26
+ "@wordpress/date": "5.13.0",
27
+ "@wordpress/element": "6.13.0",
28
+ "@wordpress/i18n": "5.13.0",
29
+ "@wordpress/icons": "10.13.0",
30
+ "@wordpress/notices": "5.13.0",
31
31
  "clsx": "2.1.1",
32
32
  "prop-types": "^15.7.2",
33
33
  "qrcode.react": "3.1.0",
34
34
  "react-slider": "2.0.5",
35
- "social-logos": "^3.1.13",
35
+ "social-logos": "^3.1.14",
36
36
  "uplot": "1.6.31",
37
37
  "uplot-react": "1.1.4"
38
38
  },
39
39
  "devDependencies": {
40
- "@automattic/jetpack-base-styles": "^0.6.37",
40
+ "@automattic/jetpack-base-styles": "^0.6.38",
41
41
  "@babel/core": "7.26.0",
42
42
  "@babel/preset-react": "7.25.9",
43
43
  "@jest/globals": "29.4.3",