@yoast/related-keyphrase-suggestions 0.1.0 → 0.3.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/build/components/CountrySelector/index.js +1 -2
- package/build/components/KeyphrasesTable/index.js +1 -2
- package/build/components/Modal/YoastIcon.js +1 -2
- package/build/components/Modal/index.js +1 -2
- package/build/elements/DifficultyBullet/index.js +1 -2
- package/build/elements/IntentBadge/index.js +1 -2
- package/build/elements/PremiumUpsell/index.js +1 -2
- package/build/elements/TableButton/index.js +1 -2
- package/build/elements/TrendGraph/TrendGraphScreenReader.js +1 -2
- package/build/elements/TrendGraph/index.js +1 -2
- package/build/elements/UserMessage/components/MaxRelatedKeyphrases.js +1 -2
- package/build/elements/UserMessage/components/RequestEmpty.js +1 -2
- package/build/elements/UserMessage/components/RequestFailed.js +1 -2
- package/build/elements/UserMessage/components/RequestLimitReached.js +1 -2
- package/build/elements/UserMessage/components/index.js +1 -2
- package/build/elements/UserMessage/index.js +1 -2
- package/build/index.js +1 -2
- package/package.json +8 -8
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export { MaxRelatedKeyphrases } from "./MaxRelatedKeyphrases";
|
|
2
2
|
export { RequestFailed } from "./RequestFailed";
|
|
3
3
|
export { RequestEmpty } from "./RequestEmpty";
|
|
4
|
-
export { RequestLimitReached } from "./RequestLimitReached";
|
|
5
|
-
//# sourceMappingURL=index.js.map
|
|
4
|
+
export { RequestLimitReached } from "./RequestLimitReached";
|
package/build/index.js
CHANGED
|
@@ -6,5 +6,4 @@ export { TableButton } from "./elements/TableButton";
|
|
|
6
6
|
export { CountrySelector } from "./components/CountrySelector";
|
|
7
7
|
export { PremiumUpsell } from "./elements/PremiumUpsell";
|
|
8
8
|
export { UserMessage } from "./elements/UserMessage";
|
|
9
|
-
export { Modal } from "./components/Modal";
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
|
9
|
+
export { Modal } from "./components/Modal";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yoast/related-keyphrase-suggestions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Yoast related keyphrase suggestions package",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"style": "build/css/style.css",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"private": false,
|
|
14
14
|
"sideEffects": false,
|
|
15
15
|
"scripts": {
|
|
16
|
-
"clean:build": "rm -rf build",
|
|
17
16
|
"build": "yarn clean:build && yarn build:js && yarn build:css",
|
|
18
17
|
"build:js": "babel src --out-dir build --ignore \"src/**/*.stories.js\",\"src/**/stories.js\",\"src/**/docs/**/*.js\"",
|
|
19
18
|
"build:css": "node ./scripts/build-css.js",
|
|
20
|
-
"
|
|
19
|
+
"clean:build": "rm -rf build",
|
|
20
|
+
"watch": "yarn clean:build && ( yarn watch:js & yarn watch:css )",
|
|
21
21
|
"watch:js": "yarn build:js --watch",
|
|
22
22
|
"watch:css": "node ./scripts/watch-css.js",
|
|
23
23
|
"storybook": "storybook dev -p 6007",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"@storybook/test": "^8.6.12",
|
|
46
46
|
"@storybook/theming": "^8.6.12",
|
|
47
47
|
"@wordpress/jest-preset-default": "^8.0.1",
|
|
48
|
-
"@yoast/browserslist-config": "^1.2.
|
|
48
|
+
"@yoast/browserslist-config": "^1.2.5",
|
|
49
49
|
"@yoast/eslint-config": "^8.1.0",
|
|
50
50
|
"@yoast/jest-preset": "^1.0.1",
|
|
51
|
-
"@yoast/postcss-preset": "^1.2.
|
|
52
|
-
"@yoast/tailwindcss-preset": "^2.
|
|
51
|
+
"@yoast/postcss-preset": "^1.2.1",
|
|
52
|
+
"@yoast/tailwindcss-preset": "^2.5.0",
|
|
53
53
|
"babel-loader": "^9.2.1",
|
|
54
54
|
"css-loader": "^7.1.2",
|
|
55
55
|
"eslint": "^9.16.0",
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@heroicons/react": "^1.0.6",
|
|
67
|
-
"@wordpress/i18n": "^5.
|
|
67
|
+
"@wordpress/i18n": "^5.8.2",
|
|
68
68
|
"classnames": "^2.5.1",
|
|
69
69
|
"lodash": "^4.17.21",
|
|
70
70
|
"prop-types": "^15.8.1"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"@yoast/ui-library": "^4.
|
|
73
|
+
"@yoast/ui-library": "^4.4.0",
|
|
74
74
|
"react": "^18.2.0",
|
|
75
75
|
"react-dom": "^18.2.0"
|
|
76
76
|
}
|