Skip to content

Commit 8b51fdf

Browse files
authored
Merge pull request #284 from kit-data-manager/dev
New release
2 parents 2107b21 + e1dbe90 commit 8b51fdf

File tree

82 files changed

+15944
-7954
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+15944
-7954
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,30 @@ on:
66

77
jobs:
88
build-component:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Checkout
12-
uses: actions/[email protected]
13-
14-
- name: Build
15-
run: npm ci
16-
17-
deploy-storybook:
189
runs-on: ubuntu-latest
1910
permissions:
2011
contents: read
2112
pages: write
2213
id-token: write
23-
2414
steps:
25-
- name: Checkout
26-
uses: actions/[email protected]
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
17+
with:
18+
node-version: 20
19+
- name: npm ci
20+
run: npm ci
21+
- name: Build component
22+
run: npm run build
23+
working-directory: packages/stencil-library
24+
- name: Build Storybook
25+
run: npm run build-storybook
26+
working-directory: packages/stencil-library
27+
- name: Upload Storybook to GitHub Pages
28+
uses: actions/upload-pages-artifact@v3
29+
with:
30+
path: "packages/stencil-library/storybook-static"
2731

28-
- name: Deploy Storybook to GitHub Pages
29-
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
32+
- name: Deploy to GitHub Pages
33+
uses: actions/deploy-pages@v4
3034
with:
31-
path: storybook-static
32-
build_command: |
33-
npm run build
34-
npm run build-storybook
35+
token: ${{ github.token }}

.github/workflows/github-npm-publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.1.7
14+
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
- run: npm ci
1919

2020
publish-gpr:
@@ -24,12 +24,13 @@ jobs:
2424
contents: read
2525
packages: write
2626
steps:
27-
- uses: actions/checkout@v4.1.7
27+
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 16
30+
node-version: 20
3131
registry-url: https://npm.pkg.github.com/
3232
- run: npm ci
33-
- run: npm publish
33+
- run: npx lerna run build
34+
- run: npx lerna publish from-package
3435
env:
3536
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/npm-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node }}
2121
- run: npm ci
22+
- run: npx lerna run build

.github/workflows/real-npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4.1.7
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 19
14+
node-version: 20
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm clean-install
17-
- run: npm run build
18-
- run: npm publish --access public
17+
- run: npx lerna run build
18+
- run: npx lerna publish from-package
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
hydrate/
12
dist/
23
www/
34
loader/
@@ -155,3 +156,5 @@ fabric.properties
155156
!.idea/runConfigurations
156157

157158
# End of https://www.toptal.com/developers/gitignore/api/macos,webstorm+all,storybookjs
159+
160+
.nx

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88
- id: check-yaml
99
- id: check-added-large-files
10-
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
11-
rev: "v0.4.2"
12-
hooks:
13-
- id: somesy
10+
# - repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
11+
# rev: "v0.4.2"
12+
# hooks:
13+
# - id: somesy

.prettierignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Ignore artifacts:
2-
.stencil
3-
.storybook
4-
dist
5-
loader
6-
node_modules
7-
www
2+
/src/index.html
3+
/www/
4+
/node_modules/
5+
/dist/
6+
/loader/
7+
/.storybook/
8+
/.stencil/
9+
/storybook-static/

.storybook/main.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

.storybook/preview-head.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Our Pledge
44

55
In the interest of fostering an open and welcoming environment, we as
6-
contributors and maintainers pledge to making participation in our project and
6+
contributors and maintainers pledge to make participation in our project and
77
our community a harassment-free experience for everyone, regardless of age, body
88
size, disability, ethnicity, gender identity and expression, level of experience,
99
education, socio-economic status, nationality, personal appearance, race,
@@ -14,21 +14,21 @@ religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
2626
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
3030
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
31+
- Other conduct which could reasonably be considered inappropriate in a
3232
professional setting
3333

3434
## Our Responsibilities
@@ -56,8 +56,8 @@ further defined and clarified by project maintainers.
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
5858
reported by contacting the project team at {{ email }}. All
59-
complaints will be reviewed and investigated and will result in a response that
60-
is deemed necessary and appropriate to the circumstances. The project team is
59+
complaints will be reviewed and investigated and will result in a response deemed necessary and appropriate to the
60+
circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.
6262
Further details of specific enforcement policies may be posted separately.
6363

0 commit comments

Comments
 (0)