@patternfly/design-tokens 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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/design-tokens",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Define the design tokens for patternfly design system and component library",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"build": "yarn build:
|
|
8
|
+
"build": "yarn build:js-from-scss",
|
|
9
9
|
"build:fed:packages": "node generate-fed-package-json.js",
|
|
10
10
|
"build:scss": "node ./build.js",
|
|
11
11
|
"build:js-from-scss": "node ./build-js-for-docs.js",
|
|
12
12
|
"clean": "rimraf dist",
|
|
13
13
|
"docs:develop": "pf-docs-framework start",
|
|
14
|
-
"docs:build": "yarn build:
|
|
14
|
+
"docs:build": "yarn build:js-from-scss && pf-docs-framework build all --output public",
|
|
15
15
|
"docs:serve": "pf-docs-framework serve public --port 5000",
|
|
16
16
|
"docs:screenshots": "pf-docs-framework screenshots --urlPrefix http://localhost:5000",
|
|
17
17
|
"test:a11y": "patternfly-a11y --config patternfly-a11y.config",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@patternfly/react-core": "^6.0.0-alpha.
|
|
34
|
+
"@patternfly/react-core": "^6.0.0-alpha.36"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "^16.8 || ^17 || ^18",
|
|
38
38
|
"react-dom": "^18.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@patternfly/documentation-framework": "6.0.0-alpha.
|
|
42
|
-
"@patternfly/patternfly": "6.0.0-alpha.
|
|
43
|
-
"@patternfly/react-code-editor": "6.0.0-alpha.
|
|
44
|
-
"@patternfly/react-table": "6.0.0-alpha.
|
|
41
|
+
"@patternfly/documentation-framework": "6.0.0-alpha.12",
|
|
42
|
+
"@patternfly/patternfly": "6.0.0-alpha.91",
|
|
43
|
+
"@patternfly/react-code-editor": "6.0.0-alpha.36",
|
|
44
|
+
"@patternfly/react-table": "6.0.0-alpha.36",
|
|
45
45
|
"rimraf": "^2.6.2",
|
|
46
46
|
"@patternfly/patternfly-a11y": "^4.3.1",
|
|
47
47
|
"react-monaco-editor": "^0.51.0",
|