Skip to content

Commit

Permalink
Merge pull request #67 from evwilkin/feat/22-zip
Browse files Browse the repository at this point in the history
feat(export): add export all files to zip
  • Loading branch information
srambach authored Jun 21, 2024
2 parents 20fee76 + 0d5a5b3 commit e13067b
Show file tree
Hide file tree
Showing 15 changed files with 35,137 additions and 323 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build:docs": "yarn workspace @patternfly/design-tokens docs:build",
"build:fed:packages": "yarn workspace @patternfly/design-tokens build:fed:packages",
"build:scss": "yarn workspace @patternfly/design-tokens build:scss",
"build:plugin": "yarn workspace @patternfly/design-tokens build:plugin",
"start": "yarn build && concurrently --kill-others \"yarn workspace @patternfly/design-tokens docs:develop\"",
"serve:docs": "yarn workspace @patternfly/design-tokens docs:serve",
"clean": "yarn workspace @patternfly/design-tokens clean",
Expand Down
16 changes: 12 additions & 4 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build:fed:packages": "node generate-fed-package-json.js",
"build:scss": "node ./cli.js",
"build:js-from-scss": "node ./build-js-for-docs.js",
"build:plugin": "webpack",
"clean": "rimraf dist",
"docs:develop": "pf-docs-framework start",
"docs:build": "yarn build:js-from-scss && pf-docs-framework build all --output public",
Expand Down Expand Up @@ -39,15 +40,22 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.95.0",
"@patternfly/documentation-framework": "6.0.0-alpha.12",
"@patternfly/patternfly": "6.0.0-alpha.91",
"@patternfly/patternfly-a11y": "^4.3.1",
"@patternfly/react-code-editor": "6.0.0-alpha.36",
"@patternfly/react-table": "6.0.0-alpha.36",
"rimraf": "^2.6.2",
"@patternfly/patternfly-a11y": "^4.3.1",
"css-loader": "^7.1.2",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-webpack-plugin": "^5.6.0",
"jszip": "^3.10.1",
"react-monaco-editor": "^0.51.0",
"rimraf": "^2.6.2",
"style-dictionary": "^3.8.0",
"glob": "^7.1.2",
"fs-extra": "^11.2.0"
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/module/patternfly-docs/scssAsJson.json

Large diffs are not rendered by default.

101 changes: 0 additions & 101 deletions packages/module/plugins/export-patternfly-tokens/code.js

This file was deleted.

87 changes: 87 additions & 0 deletions packages/module/plugins/export-patternfly-tokens/dist/code.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34,204 changes: 34,204 additions & 0 deletions packages/module/plugins/export-patternfly-tokens/dist/ui.html

Large diffs are not rendered by default.

Loading

0 comments on commit e13067b

Please sign in to comment.