@patternfly/patternfly-doc-core 1.0.0 → 1.0.2
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/.astro/data-store.json +1 -0
- package/.astro/settings.json +5 -0
- package/.github/workflows/build.yml +1 -1
- package/.vscode/launch.json +22 -0
- package/dist/_astro/Navigation.BBuu_1_L.js +1 -0
- package/dist/_astro/PageContext.DIMIWrWv.js +9 -0
- package/dist/_astro/{PageToggle.jHn9PsTr.js → PageToggle.jNCPBUqq.js} +1 -1
- package/dist/_astro/Toolbar.jxsDq7xe.js +1 -0
- package/dist/_astro/{divider.DrQDtXS2.js → divider.Db64YCZ6.js} +1 -1
- package/dist/cli/tsconfig.tsbuildinfo +1 -1
- package/dist/design-foundations/typography/index.html +2 -2
- package/dist/design-foundations/usage-and-behavior/index.html +2 -2
- package/dist/get-started/contribute/index.html +2 -2
- package/dist/index.html +2 -2
- package/eslint.config.mjs +1 -1
- package/package.json +1 -1
- package/src/components/Toolbar.astro +1 -1
- package/src/components/Toolbar.tsx +20 -147
- package/src/components/toolbar/DocumentReleaseDropdown.tsx +72 -0
- package/src/components/toolbar/SearchComponent.tsx +38 -0
- package/src/components/toolbar/ToogleThemeSwitcher.tsx +51 -0
- package/src/layouts/Main.astro +11 -0
- package/src/pages/index.astro +1 -1
- package/src/types.ts +9 -0
- package/src/utils/theme.ts +20 -0
- package/src/versions.json +1404 -0
- package/.history/package_20250227163130.json +0 -97
- package/.history/package_20250227163527.json +0 -97
- package/.history/package_20250227163646.json +0 -97
- package/.history/package_20250227163651.json +0 -97
- package/.history/package_20250227163654.json +0 -97
- package/.history/package_20250227163657.json +0 -97
- package/.history/package_20250227163659.json +0 -97
- package/.history/package_20250227164608.json +0 -97
- package/.history/package_20250227164611.json +0 -97
- package/.history/package_20250227164616.json +0 -98
- package/dist/_astro/Navigation.BoL0fVlO.js +0 -1
- package/dist/_astro/PageContext.CGSBAxAd.js +0 -9
- package/dist/_astro/Toolbar.BI0orElX.js +0 -1
- package/src/components/Breadcrumbs.astro +0 -10
- package/src/components/KebabDropdownItems.astro +0 -14
- package/src/components/KebabDropdownItems.tsx +0 -15
- package/src/components/UserDropdownItems.astro +0 -9
- package/src/components/UserDropdownItems.tsx +0 -10
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pattternfly/patternfly-doc-core",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "astro dev",
|
|
10
|
-
"start": "astro dev",
|
|
11
|
-
"build": "astro check && astro build",
|
|
12
|
-
"build:cli": "tsc --build ./cli/tsconfig.json",
|
|
13
|
-
"build:cli:watch": "tsc --build --watch ./cli/tsconfig.json",
|
|
14
|
-
"preview": "astro preview",
|
|
15
|
-
"astro": "astro",
|
|
16
|
-
"prettier": "prettier --write ./src",
|
|
17
|
-
"lint": "eslint . --cache --cache-strategy content",
|
|
18
|
-
"test": "jest",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"semantic-release": "semantic-release"
|
|
21
|
-
},
|
|
22
|
-
"main": "dist/cli/cli.js",
|
|
23
|
-
"bin": "./dist/cli/cli.js",
|
|
24
|
-
"prettier": {
|
|
25
|
-
"plugins": [
|
|
26
|
-
"prettier-plugin-astro"
|
|
27
|
-
],
|
|
28
|
-
"overrides": [
|
|
29
|
-
{
|
|
30
|
-
"files": "*.astro",
|
|
31
|
-
"options": {
|
|
32
|
-
"parser": "astro"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"semi": false,
|
|
37
|
-
"singleQuote": true,
|
|
38
|
-
"trailingComma": "all"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@astrojs/check": "^0.9.4",
|
|
42
|
-
"@astrojs/react": "^4.1.5",
|
|
43
|
-
"@nanostores/react": "^0.8.0",
|
|
44
|
-
"@patternfly/patternfly": "^6.0.0",
|
|
45
|
-
"@patternfly/react-core": "^6.0.0",
|
|
46
|
-
"@types/react": "^18.3.12",
|
|
47
|
-
"@types/react-dom": "^18.3.1",
|
|
48
|
-
"astro": "^5.1.7",
|
|
49
|
-
"change-case": "5.4.4",
|
|
50
|
-
"glob": "^11.0.1",
|
|
51
|
-
"nanostores": "^0.11.3",
|
|
52
|
-
"react": "^18.3.1",
|
|
53
|
-
"react-dom": "^18.3.1",
|
|
54
|
-
"sass": "^1.81.0",
|
|
55
|
-
"typescript": "^5.6.3"
|
|
56
|
-
},
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
59
|
-
"@babel/preset-react": "^7.26.3",
|
|
60
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
61
|
-
"@eslint/js": "^9.16.0",
|
|
62
|
-
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
64
|
-
"@testing-library/react": "^16.1.0",
|
|
65
|
-
"@testing-library/user-event": "^14.5.2",
|
|
66
|
-
"@types/jest": "^29.5.14",
|
|
67
|
-
"@types/node": "^22.9.1",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
69
|
-
"@typescript-eslint/parser": "^8.17.0",
|
|
70
|
-
"babel-jest": "^29.7.0",
|
|
71
|
-
"commander": "^13.1.0",
|
|
72
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
73
|
-
"eslint": "^9.16.0",
|
|
74
|
-
"eslint-config-prettier": "^9.1.0",
|
|
75
|
-
"eslint-plugin-astro": "^1.3.1",
|
|
76
|
-
"eslint-plugin-markdown": "^5.1.0",
|
|
77
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
78
|
-
"eslint-plugin-react": "^7.37.2",
|
|
79
|
-
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
|
|
80
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
81
|
-
"globals": "^15.12.0",
|
|
82
|
-
"jest": "^29.7.0",
|
|
83
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
84
|
-
"jsdom": "^25.0.1",
|
|
85
|
-
"prettier": "^3.4.2",
|
|
86
|
-
"prettier-plugin-astro": "^0.14.1",
|
|
87
|
-
"semantic-release": "^24.2.3",
|
|
88
|
-
"ts-jest": "^29.2.5",
|
|
89
|
-
"ts-node": "^10.9.2",
|
|
90
|
-
"typescript-eslint": "^8.15.0"
|
|
91
|
-
},
|
|
92
|
-
"config": {
|
|
93
|
-
"commitizen": {
|
|
94
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dlabaj/patternfly-doc-core",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "astro dev",
|
|
10
|
-
"start": "astro dev",
|
|
11
|
-
"build": "astro check && astro build",
|
|
12
|
-
"build:cli": "tsc --build ./cli/tsconfig.json",
|
|
13
|
-
"build:cli:watch": "tsc --build --watch ./cli/tsconfig.json",
|
|
14
|
-
"preview": "astro preview",
|
|
15
|
-
"astro": "astro",
|
|
16
|
-
"prettier": "prettier --write ./src",
|
|
17
|
-
"lint": "eslint . --cache --cache-strategy content",
|
|
18
|
-
"test": "jest",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"semantic-release": "semantic-release"
|
|
21
|
-
},
|
|
22
|
-
"main": "dist/cli/cli.js",
|
|
23
|
-
"bin": "./dist/cli/cli.js",
|
|
24
|
-
"prettier": {
|
|
25
|
-
"plugins": [
|
|
26
|
-
"prettier-plugin-astro"
|
|
27
|
-
],
|
|
28
|
-
"overrides": [
|
|
29
|
-
{
|
|
30
|
-
"files": "*.astro",
|
|
31
|
-
"options": {
|
|
32
|
-
"parser": "astro"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"semi": false,
|
|
37
|
-
"singleQuote": true,
|
|
38
|
-
"trailingComma": "all"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@astrojs/check": "^0.9.4",
|
|
42
|
-
"@astrojs/react": "^4.1.5",
|
|
43
|
-
"@nanostores/react": "^0.8.0",
|
|
44
|
-
"@patternfly/patternfly": "^6.0.0",
|
|
45
|
-
"@patternfly/react-core": "^6.0.0",
|
|
46
|
-
"@types/react": "^18.3.12",
|
|
47
|
-
"@types/react-dom": "^18.3.1",
|
|
48
|
-
"astro": "^5.1.7",
|
|
49
|
-
"change-case": "5.4.4",
|
|
50
|
-
"glob": "^11.0.1",
|
|
51
|
-
"nanostores": "^0.11.3",
|
|
52
|
-
"react": "^18.3.1",
|
|
53
|
-
"react-dom": "^18.3.1",
|
|
54
|
-
"sass": "^1.81.0",
|
|
55
|
-
"typescript": "^5.6.3"
|
|
56
|
-
},
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
59
|
-
"@babel/preset-react": "^7.26.3",
|
|
60
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
61
|
-
"@eslint/js": "^9.16.0",
|
|
62
|
-
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
64
|
-
"@testing-library/react": "^16.1.0",
|
|
65
|
-
"@testing-library/user-event": "^14.5.2",
|
|
66
|
-
"@types/jest": "^29.5.14",
|
|
67
|
-
"@types/node": "^22.9.1",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
69
|
-
"@typescript-eslint/parser": "^8.17.0",
|
|
70
|
-
"babel-jest": "^29.7.0",
|
|
71
|
-
"commander": "^13.1.0",
|
|
72
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
73
|
-
"eslint": "^9.16.0",
|
|
74
|
-
"eslint-config-prettier": "^9.1.0",
|
|
75
|
-
"eslint-plugin-astro": "^1.3.1",
|
|
76
|
-
"eslint-plugin-markdown": "^5.1.0",
|
|
77
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
78
|
-
"eslint-plugin-react": "^7.37.2",
|
|
79
|
-
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
|
|
80
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
81
|
-
"globals": "^15.12.0",
|
|
82
|
-
"jest": "^29.7.0",
|
|
83
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
84
|
-
"jsdom": "^25.0.1",
|
|
85
|
-
"prettier": "^3.4.2",
|
|
86
|
-
"prettier-plugin-astro": "^0.14.1",
|
|
87
|
-
"semantic-release": "^24.2.3",
|
|
88
|
-
"ts-jest": "^29.2.5",
|
|
89
|
-
"ts-node": "^10.9.2",
|
|
90
|
-
"typescript-eslint": "^8.15.0"
|
|
91
|
-
},
|
|
92
|
-
"config": {
|
|
93
|
-
"commitizen": {
|
|
94
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pattternfly/patternfly-doc-core",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "astro dev",
|
|
10
|
-
"start": "astro dev",
|
|
11
|
-
"build": "astro check && astro build",
|
|
12
|
-
"build:cli": "tsc --build ./cli/tsconfig.json",
|
|
13
|
-
"build:cli:watch": "tsc --build --watch ./cli/tsconfig.json",
|
|
14
|
-
"preview": "astro preview",
|
|
15
|
-
"astro": "astro",
|
|
16
|
-
"prettier": "prettier --write ./src",
|
|
17
|
-
"lint": "eslint . --cache --cache-strategy content",
|
|
18
|
-
"test": "jest",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"semantic-release": "semantic-release"
|
|
21
|
-
},
|
|
22
|
-
"main": "dist/cli/cli.js",
|
|
23
|
-
"bin": "./dist/cli/cli.js",
|
|
24
|
-
"prettier": {
|
|
25
|
-
"plugins": [
|
|
26
|
-
"prettier-plugin-astro"
|
|
27
|
-
],
|
|
28
|
-
"overrides": [
|
|
29
|
-
{
|
|
30
|
-
"files": "*.astro",
|
|
31
|
-
"options": {
|
|
32
|
-
"parser": "astro"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"semi": false,
|
|
37
|
-
"singleQuote": true,
|
|
38
|
-
"trailingComma": "all"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@astrojs/check": "^0.9.4",
|
|
42
|
-
"@astrojs/react": "^4.1.5",
|
|
43
|
-
"@nanostores/react": "^0.8.0",
|
|
44
|
-
"@patternfly/patternfly": "^6.0.0",
|
|
45
|
-
"@patternfly/react-core": "^6.0.0",
|
|
46
|
-
"@types/react": "^18.3.12",
|
|
47
|
-
"@types/react-dom": "^18.3.1",
|
|
48
|
-
"astro": "^5.1.7",
|
|
49
|
-
"change-case": "5.4.4",
|
|
50
|
-
"glob": "^11.0.1",
|
|
51
|
-
"nanostores": "^0.11.3",
|
|
52
|
-
"react": "^18.3.1",
|
|
53
|
-
"react-dom": "^18.3.1",
|
|
54
|
-
"sass": "^1.81.0",
|
|
55
|
-
"typescript": "^5.6.3"
|
|
56
|
-
},
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
59
|
-
"@babel/preset-react": "^7.26.3",
|
|
60
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
61
|
-
"@eslint/js": "^9.16.0",
|
|
62
|
-
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
64
|
-
"@testing-library/react": "^16.1.0",
|
|
65
|
-
"@testing-library/user-event": "^14.5.2",
|
|
66
|
-
"@types/jest": "^29.5.14",
|
|
67
|
-
"@types/node": "^22.9.1",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
69
|
-
"@typescript-eslint/parser": "^8.17.0",
|
|
70
|
-
"babel-jest": "^29.7.0",
|
|
71
|
-
"commander": "^13.1.0",
|
|
72
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
73
|
-
"eslint": "^9.16.0",
|
|
74
|
-
"eslint-config-prettier": "^9.1.0",
|
|
75
|
-
"eslint-plugin-astro": "^1.3.1",
|
|
76
|
-
"eslint-plugin-markdown": "^5.1.0",
|
|
77
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
78
|
-
"eslint-plugin-react": "^7.37.2",
|
|
79
|
-
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
|
|
80
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
81
|
-
"globals": "^15.12.0",
|
|
82
|
-
"jest": "^29.7.0",
|
|
83
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
84
|
-
"jsdom": "^25.0.1",
|
|
85
|
-
"prettier": "^3.4.2",
|
|
86
|
-
"prettier-plugin-astro": "^0.14.1",
|
|
87
|
-
"semantic-release": "^24.2.3",
|
|
88
|
-
"ts-jest": "^29.2.5",
|
|
89
|
-
"ts-node": "^10.9.2",
|
|
90
|
-
"typescript-eslint": "^8.15.0"
|
|
91
|
-
},
|
|
92
|
-
"config": {
|
|
93
|
-
"commitizen": {
|
|
94
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@patternfly/patternfly-doc-core",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "astro dev",
|
|
10
|
-
"start": "astro dev",
|
|
11
|
-
"build": "astro check && astro build",
|
|
12
|
-
"build:cli": "tsc --build ./cli/tsconfig.json",
|
|
13
|
-
"build:cli:watch": "tsc --build --watch ./cli/tsconfig.json",
|
|
14
|
-
"preview": "astro preview",
|
|
15
|
-
"astro": "astro",
|
|
16
|
-
"prettier": "prettier --write ./src",
|
|
17
|
-
"lint": "eslint . --cache --cache-strategy content",
|
|
18
|
-
"test": "jest",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"semantic-release": "semantic-release"
|
|
21
|
-
},
|
|
22
|
-
"main": "dist/cli/cli.js",
|
|
23
|
-
"bin": "./dist/cli/cli.js",
|
|
24
|
-
"prettier": {
|
|
25
|
-
"plugins": [
|
|
26
|
-
"prettier-plugin-astro"
|
|
27
|
-
],
|
|
28
|
-
"overrides": [
|
|
29
|
-
{
|
|
30
|
-
"files": "*.astro",
|
|
31
|
-
"options": {
|
|
32
|
-
"parser": "astro"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"semi": false,
|
|
37
|
-
"singleQuote": true,
|
|
38
|
-
"trailingComma": "all"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@astrojs/check": "^0.9.4",
|
|
42
|
-
"@astrojs/react": "^4.1.5",
|
|
43
|
-
"@nanostores/react": "^0.8.0",
|
|
44
|
-
"@patternfly/patternfly": "^6.0.0",
|
|
45
|
-
"@patternfly/react-core": "^6.0.0",
|
|
46
|
-
"@types/react": "^18.3.12",
|
|
47
|
-
"@types/react-dom": "^18.3.1",
|
|
48
|
-
"astro": "^5.1.7",
|
|
49
|
-
"change-case": "5.4.4",
|
|
50
|
-
"glob": "^11.0.1",
|
|
51
|
-
"nanostores": "^0.11.3",
|
|
52
|
-
"react": "^18.3.1",
|
|
53
|
-
"react-dom": "^18.3.1",
|
|
54
|
-
"sass": "^1.81.0",
|
|
55
|
-
"typescript": "^5.6.3"
|
|
56
|
-
},
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
59
|
-
"@babel/preset-react": "^7.26.3",
|
|
60
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
61
|
-
"@eslint/js": "^9.16.0",
|
|
62
|
-
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
64
|
-
"@testing-library/react": "^16.1.0",
|
|
65
|
-
"@testing-library/user-event": "^14.5.2",
|
|
66
|
-
"@types/jest": "^29.5.14",
|
|
67
|
-
"@types/node": "^22.9.1",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
69
|
-
"@typescript-eslint/parser": "^8.17.0",
|
|
70
|
-
"babel-jest": "^29.7.0",
|
|
71
|
-
"commander": "^13.1.0",
|
|
72
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
73
|
-
"eslint": "^9.16.0",
|
|
74
|
-
"eslint-config-prettier": "^9.1.0",
|
|
75
|
-
"eslint-plugin-astro": "^1.3.1",
|
|
76
|
-
"eslint-plugin-markdown": "^5.1.0",
|
|
77
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
78
|
-
"eslint-plugin-react": "^7.37.2",
|
|
79
|
-
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
|
|
80
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
81
|
-
"globals": "^15.12.0",
|
|
82
|
-
"jest": "^29.7.0",
|
|
83
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
84
|
-
"jsdom": "^25.0.1",
|
|
85
|
-
"prettier": "^3.4.2",
|
|
86
|
-
"prettier-plugin-astro": "^0.14.1",
|
|
87
|
-
"semantic-release": "^24.2.3",
|
|
88
|
-
"ts-jest": "^29.2.5",
|
|
89
|
-
"ts-node": "^10.9.2",
|
|
90
|
-
"typescript-eslint": "^8.15.0"
|
|
91
|
-
},
|
|
92
|
-
"config": {
|
|
93
|
-
"commitizen": {
|
|
94
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pattternfly/patternfly-doc-core",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "0.0.0-development",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "astro dev",
|
|
10
|
-
"start": "astro dev",
|
|
11
|
-
"build": "astro check && astro build",
|
|
12
|
-
"build:cli": "tsc --build ./cli/tsconfig.json",
|
|
13
|
-
"build:cli:watch": "tsc --build --watch ./cli/tsconfig.json",
|
|
14
|
-
"preview": "astro preview",
|
|
15
|
-
"astro": "astro",
|
|
16
|
-
"prettier": "prettier --write ./src",
|
|
17
|
-
"lint": "eslint . --cache --cache-strategy content",
|
|
18
|
-
"test": "jest",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"semantic-release": "semantic-release"
|
|
21
|
-
},
|
|
22
|
-
"main": "dist/cli/cli.js",
|
|
23
|
-
"bin": "./dist/cli/cli.js",
|
|
24
|
-
"prettier": {
|
|
25
|
-
"plugins": [
|
|
26
|
-
"prettier-plugin-astro"
|
|
27
|
-
],
|
|
28
|
-
"overrides": [
|
|
29
|
-
{
|
|
30
|
-
"files": "*.astro",
|
|
31
|
-
"options": {
|
|
32
|
-
"parser": "astro"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"semi": false,
|
|
37
|
-
"singleQuote": true,
|
|
38
|
-
"trailingComma": "all"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@astrojs/check": "^0.9.4",
|
|
42
|
-
"@astrojs/react": "^4.1.5",
|
|
43
|
-
"@nanostores/react": "^0.8.0",
|
|
44
|
-
"@patternfly/patternfly": "^6.0.0",
|
|
45
|
-
"@patternfly/react-core": "^6.0.0",
|
|
46
|
-
"@types/react": "^18.3.12",
|
|
47
|
-
"@types/react-dom": "^18.3.1",
|
|
48
|
-
"astro": "^5.1.7",
|
|
49
|
-
"change-case": "5.4.4",
|
|
50
|
-
"glob": "^11.0.1",
|
|
51
|
-
"nanostores": "^0.11.3",
|
|
52
|
-
"react": "^18.3.1",
|
|
53
|
-
"react-dom": "^18.3.1",
|
|
54
|
-
"sass": "^1.81.0",
|
|
55
|
-
"typescript": "^5.6.3"
|
|
56
|
-
},
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
59
|
-
"@babel/preset-react": "^7.26.3",
|
|
60
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
61
|
-
"@eslint/js": "^9.16.0",
|
|
62
|
-
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
64
|
-
"@testing-library/react": "^16.1.0",
|
|
65
|
-
"@testing-library/user-event": "^14.5.2",
|
|
66
|
-
"@types/jest": "^29.5.14",
|
|
67
|
-
"@types/node": "^22.9.1",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
69
|
-
"@typescript-eslint/parser": "^8.17.0",
|
|
70
|
-
"babel-jest": "^29.7.0",
|
|
71
|
-
"commander": "^13.1.0",
|
|
72
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
73
|
-
"eslint": "^9.16.0",
|
|
74
|
-
"eslint-config-prettier": "^9.1.0",
|
|
75
|
-
"eslint-plugin-astro": "^1.3.1",
|
|
76
|
-
"eslint-plugin-markdown": "^5.1.0",
|
|
77
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
78
|
-
"eslint-plugin-react": "^7.37.2",
|
|
79
|
-
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
|
|
80
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
81
|
-
"globals": "^15.12.0",
|
|
82
|
-
"jest": "^29.7.0",
|
|
83
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
84
|
-
"jsdom": "^25.0.1",
|
|
85
|
-
"prettier": "^3.4.2",
|
|
86
|
-
"prettier-plugin-astro": "^0.14.1",
|
|
87
|
-
"semantic-release": "^24.2.3",
|
|
88
|
-
"ts-jest": "^29.2.5",
|
|
89
|
-
"ts-node": "^10.9.2",
|
|
90
|
-
"typescript-eslint": "^8.15.0"
|
|
91
|
-
},
|
|
92
|
-
"config": {
|
|
93
|
-
"commitizen": {
|
|
94
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@paernfly/patternfly-doc-core",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "0.0.0-development",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "astro dev",
|
|
10
|
-
"start": "astro dev",
|
|
11
|
-
"build": "astro check && astro build",
|
|
12
|
-
"build:cli": "tsc --build ./cli/tsconfig.json",
|
|
13
|
-
"build:cli:watch": "tsc --build --watch ./cli/tsconfig.json",
|
|
14
|
-
"preview": "astro preview",
|
|
15
|
-
"astro": "astro",
|
|
16
|
-
"prettier": "prettier --write ./src",
|
|
17
|
-
"lint": "eslint . --cache --cache-strategy content",
|
|
18
|
-
"test": "jest",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"semantic-release": "semantic-release"
|
|
21
|
-
},
|
|
22
|
-
"main": "dist/cli/cli.js",
|
|
23
|
-
"bin": "./dist/cli/cli.js",
|
|
24
|
-
"prettier": {
|
|
25
|
-
"plugins": [
|
|
26
|
-
"prettier-plugin-astro"
|
|
27
|
-
],
|
|
28
|
-
"overrides": [
|
|
29
|
-
{
|
|
30
|
-
"files": "*.astro",
|
|
31
|
-
"options": {
|
|
32
|
-
"parser": "astro"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"semi": false,
|
|
37
|
-
"singleQuote": true,
|
|
38
|
-
"trailingComma": "all"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@astrojs/check": "^0.9.4",
|
|
42
|
-
"@astrojs/react": "^4.1.5",
|
|
43
|
-
"@nanostores/react": "^0.8.0",
|
|
44
|
-
"@patternfly/patternfly": "^6.0.0",
|
|
45
|
-
"@patternfly/react-core": "^6.0.0",
|
|
46
|
-
"@types/react": "^18.3.12",
|
|
47
|
-
"@types/react-dom": "^18.3.1",
|
|
48
|
-
"astro": "^5.1.7",
|
|
49
|
-
"change-case": "5.4.4",
|
|
50
|
-
"glob": "^11.0.1",
|
|
51
|
-
"nanostores": "^0.11.3",
|
|
52
|
-
"react": "^18.3.1",
|
|
53
|
-
"react-dom": "^18.3.1",
|
|
54
|
-
"sass": "^1.81.0",
|
|
55
|
-
"typescript": "^5.6.3"
|
|
56
|
-
},
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
59
|
-
"@babel/preset-react": "^7.26.3",
|
|
60
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
61
|
-
"@eslint/js": "^9.16.0",
|
|
62
|
-
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
64
|
-
"@testing-library/react": "^16.1.0",
|
|
65
|
-
"@testing-library/user-event": "^14.5.2",
|
|
66
|
-
"@types/jest": "^29.5.14",
|
|
67
|
-
"@types/node": "^22.9.1",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
69
|
-
"@typescript-eslint/parser": "^8.17.0",
|
|
70
|
-
"babel-jest": "^29.7.0",
|
|
71
|
-
"commander": "^13.1.0",
|
|
72
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
73
|
-
"eslint": "^9.16.0",
|
|
74
|
-
"eslint-config-prettier": "^9.1.0",
|
|
75
|
-
"eslint-plugin-astro": "^1.3.1",
|
|
76
|
-
"eslint-plugin-markdown": "^5.1.0",
|
|
77
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
78
|
-
"eslint-plugin-react": "^7.37.2",
|
|
79
|
-
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
|
|
80
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
81
|
-
"globals": "^15.12.0",
|
|
82
|
-
"jest": "^29.7.0",
|
|
83
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
84
|
-
"jsdom": "^25.0.1",
|
|
85
|
-
"prettier": "^3.4.2",
|
|
86
|
-
"prettier-plugin-astro": "^0.14.1",
|
|
87
|
-
"semantic-release": "^24.2.3",
|
|
88
|
-
"ts-jest": "^29.2.5",
|
|
89
|
-
"ts-node": "^10.9.2",
|
|
90
|
-
"typescript-eslint": "^8.15.0"
|
|
91
|
-
},
|
|
92
|
-
"config": {
|
|
93
|
-
"commitizen": {
|
|
94
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@patternfly/patternfly-doc-core",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "0.0.0-development",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "astro dev",
|
|
10
|
-
"start": "astro dev",
|
|
11
|
-
"build": "astro check && astro build",
|
|
12
|
-
"build:cli": "tsc --build ./cli/tsconfig.json",
|
|
13
|
-
"build:cli:watch": "tsc --build --watch ./cli/tsconfig.json",
|
|
14
|
-
"preview": "astro preview",
|
|
15
|
-
"astro": "astro",
|
|
16
|
-
"prettier": "prettier --write ./src",
|
|
17
|
-
"lint": "eslint . --cache --cache-strategy content",
|
|
18
|
-
"test": "jest",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"semantic-release": "semantic-release"
|
|
21
|
-
},
|
|
22
|
-
"main": "dist/cli/cli.js",
|
|
23
|
-
"bin": "./dist/cli/cli.js",
|
|
24
|
-
"prettier": {
|
|
25
|
-
"plugins": [
|
|
26
|
-
"prettier-plugin-astro"
|
|
27
|
-
],
|
|
28
|
-
"overrides": [
|
|
29
|
-
{
|
|
30
|
-
"files": "*.astro",
|
|
31
|
-
"options": {
|
|
32
|
-
"parser": "astro"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"semi": false,
|
|
37
|
-
"singleQuote": true,
|
|
38
|
-
"trailingComma": "all"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@astrojs/check": "^0.9.4",
|
|
42
|
-
"@astrojs/react": "^4.1.5",
|
|
43
|
-
"@nanostores/react": "^0.8.0",
|
|
44
|
-
"@patternfly/patternfly": "^6.0.0",
|
|
45
|
-
"@patternfly/react-core": "^6.0.0",
|
|
46
|
-
"@types/react": "^18.3.12",
|
|
47
|
-
"@types/react-dom": "^18.3.1",
|
|
48
|
-
"astro": "^5.1.7",
|
|
49
|
-
"change-case": "5.4.4",
|
|
50
|
-
"glob": "^11.0.1",
|
|
51
|
-
"nanostores": "^0.11.3",
|
|
52
|
-
"react": "^18.3.1",
|
|
53
|
-
"react-dom": "^18.3.1",
|
|
54
|
-
"sass": "^1.81.0",
|
|
55
|
-
"typescript": "^5.6.3"
|
|
56
|
-
},
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
59
|
-
"@babel/preset-react": "^7.26.3",
|
|
60
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
61
|
-
"@eslint/js": "^9.16.0",
|
|
62
|
-
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
64
|
-
"@testing-library/react": "^16.1.0",
|
|
65
|
-
"@testing-library/user-event": "^14.5.2",
|
|
66
|
-
"@types/jest": "^29.5.14",
|
|
67
|
-
"@types/node": "^22.9.1",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
69
|
-
"@typescript-eslint/parser": "^8.17.0",
|
|
70
|
-
"babel-jest": "^29.7.0",
|
|
71
|
-
"commander": "^13.1.0",
|
|
72
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
73
|
-
"eslint": "^9.16.0",
|
|
74
|
-
"eslint-config-prettier": "^9.1.0",
|
|
75
|
-
"eslint-plugin-astro": "^1.3.1",
|
|
76
|
-
"eslint-plugin-markdown": "^5.1.0",
|
|
77
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
78
|
-
"eslint-plugin-react": "^7.37.2",
|
|
79
|
-
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
|
|
80
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
81
|
-
"globals": "^15.12.0",
|
|
82
|
-
"jest": "^29.7.0",
|
|
83
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
84
|
-
"jsdom": "^25.0.1",
|
|
85
|
-
"prettier": "^3.4.2",
|
|
86
|
-
"prettier-plugin-astro": "^0.14.1",
|
|
87
|
-
"semantic-release": "^24.2.3",
|
|
88
|
-
"ts-jest": "^29.2.5",
|
|
89
|
-
"ts-node": "^10.9.2",
|
|
90
|
-
"typescript-eslint": "^8.15.0"
|
|
91
|
-
},
|
|
92
|
-
"config": {
|
|
93
|
-
"commitizen": {
|
|
94
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|