@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.
- package/CHANGELOG.md +15 -0
- package/components/action-button/index.jsx +9 -2
- package/components/action-popover/index.tsx +1 -1
- package/components/admin-page/index.tsx +1 -1
- package/components/automattic-byline-logo/index.tsx +1 -1
- package/components/boost-score-bar/index.tsx +2 -2
- package/components/boost-score-graph/tooltip.tsx +21 -11
- package/components/boost-score-graph/tooltips-plugin.ts +2 -3
- package/components/boost-score-graph/uplot-line-chart.tsx +3 -3
- package/components/button/index.tsx +1 -1
- package/components/copy-to-clipboard/index.tsx +2 -2
- package/components/gridicon/index.tsx +19 -19
- package/components/indeterminate-progress-bar/index.tsx +1 -1
- package/components/jetpack-footer/index.tsx +10 -10
- package/components/jetpack-logo/index.tsx +1 -1
- package/components/jetpack-protect-logo/index.tsx +1 -1
- package/components/jetpack-search-logo/index.tsx +1 -1
- package/components/jetpack-vaultpress-backup-logo/index.tsx +1 -1
- package/components/jetpack-videopress-logo/index.tsx +3 -1
- package/components/number-slider/index.tsx +1 -1
- package/components/pricing-card/index.tsx +3 -3
- package/components/pricing-table/index.tsx +8 -8
- package/components/product-offer/index.tsx +3 -3
- package/components/product-offer/product-offer-header.tsx +1 -1
- package/components/product-price/index.tsx +2 -2
- package/components/record-meter-bar/index.tsx +3 -3
- package/components/status/index.tsx +5 -5
- package/components/terms-of-service/index.tsx +3 -3
- package/components/threat-fixer-button/index.tsx +5 -5
- package/components/threat-modal/fixer-state-notice.tsx +6 -6
- package/components/threat-modal/threat-actions.tsx +4 -4
- package/components/threat-modal/threat-fix-confirmation.tsx +5 -5
- package/components/threat-modal/threat-fix-details.tsx +9 -6
- package/components/threat-modal/threat-notice.tsx +3 -3
- package/components/threat-modal/threat-summary.tsx +2 -2
- package/components/threat-modal/threat-technical-details.tsx +4 -4
- package/components/threat-severity-badge/index.tsx +5 -3
- package/components/threats-data-views/constants.ts +7 -7
- package/components/threats-data-views/index.tsx +34 -24
- package/components/threats-data-views/styles.module.scss +2 -3
- package/components/threats-data-views/threats-status-toggle-group-control.tsx +24 -26
- package/components/upsell-banner/index.tsx +1 -1
- package/components/zendesk-chat/types.ts +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "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.
|
|
19
|
-
"@automattic/jetpack-scan": "^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.
|
|
22
|
-
"@wordpress/components": "28.
|
|
23
|
-
"@wordpress/compose": "7.
|
|
24
|
-
"@wordpress/data": "10.
|
|
25
|
-
"@wordpress/dataviews": "4.
|
|
26
|
-
"@wordpress/date": "5.
|
|
27
|
-
"@wordpress/element": "6.
|
|
28
|
-
"@wordpress/i18n": "5.
|
|
29
|
-
"@wordpress/icons": "10.
|
|
30
|
-
"@wordpress/notices": "5.
|
|
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.
|
|
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.
|
|
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",
|