Skip to content

Commit ed5ad46

Browse files
authored
Merge pull request #84 from gjovanovicst/main
Add showcase doc for Listbox component and update nodejs and dependen…
2 parents 2f425af + 043abe2 commit ed5ad46

File tree

69 files changed

+30063
-9347
lines changed

Some content is hidden

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

69 files changed

+30063
-9347
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: 20.11.0
31+
node-version: 20.12.2
3232

3333
- name: Install dependencies
3434
run: cd anywhere-ui && npm ci && npm run install-all && npm install grunt -g
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set up Node.js
8484
uses: actions/setup-node@v2
8585
with:
86-
node-version: 20.11.0
86+
node-version: 20.12.2
8787
- name: Install dependencies
8888
run: cd anywhere-ui && npm ci && npm run install-all && npm install grunt -g
8989
- name: Build Code

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ UserInterfaceState.xcuserstate
2929
.env
3030

3131
# GitHub
32-
.github_changelog_generator
32+
.github_changelog_generator
33+
.nx/cache

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.0
1+
v20.12.2

CODE_OF_CONDUCT.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Project Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
- Being respectful and inclusive of differing viewpoints and experiences.
12+
- Gracefully accepting constructive criticism.
13+
- Focusing on what is best for the community.
14+
- Showing empathy towards other community members.
15+
16+
Examples of unacceptable behavior by participants include:
17+
18+
- The use of sexualized language or imagery and unwelcome sexual attention or advances.
19+
- Trolling, insulting/derogatory comments, and personal or political attacks.
20+
- Public or private harassment.
21+
- Publishing others' private information, such as physical or electronic addresses, without explicit permission.
22+
- Other conduct which could reasonably be considered inappropriate in a professional setting.
23+
24+
## Scope
25+
26+
This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
27+
28+
## Enforcement
29+
30+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email address]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
31+
32+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
33+
34+
## Attribution
35+
36+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

CONTRIBUTING.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to AnywhereUI
2+
3+
Thank you for your interest in contributing to our project! We welcome contributions from the community and appreciate your help in making our project better.
4+
5+
## Getting Started
6+
7+
To get started with contributing, please follow these steps:
8+
9+
1. Fork the repository and clone it to your local machine.
10+
2. Install the necessary dependencies.
11+
3. Create a new branch for your changes.
12+
4. Make your changes and commit them with descriptive commit messages.
13+
5. Push your changes to your forked repository.
14+
6. Submit a pull request to the main repository.
15+
16+
## Issue Tracker
17+
18+
If you find any issues or have any feature requests, please report them in our [issue tracker](https://github.com/adaleks/anywhere-ui/issues). Make sure to search for existing issues before creating a new one.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, feel free to reach out to us at [[email protected]](mailto:[email protected]).
23+
24+
We appreciate your contributions and look forward to your pull requests!
25+
26+
Happy coding!

README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# AnywhereUI
2+
23
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
34
[![npm downloads](https://img.shields.io/npm/dm/@anywhere-ui/core.svg)](https://www.npmjs.com/package/@anywhere-ui/core)
45

5-
<p align="center">
6-
<img width="1000" src="https://i.imgur.com/TCD5UXW.png">
7-
</p>
8-
6+
<img width="1000" src="https://i.imgur.com/TCD5UXW.png">
97

108
Rich web components, includes framework bindings.
119

@@ -15,29 +13,32 @@ Visit the [AnywhereUI Website](https://adaleks.github.io/anywhere-ui-showcase-pr
1513

1614
### Packages
1715

18-
| Project | Package | Version | Links |
19-
| ------- | ------- | ------- |:-----:|
20-
| **Core** | [`@anywhere-ui/core`](https://www.npmjs.com/package/@anywhere-ui/core) | [![version](https://img.shields.io/npm/v/@anywhere-ui/core/latest.svg)](https://www.npmjs.com/package/@anywhere-ui/core) | [`README.md`](packages/core/README.md) |
21-
| **Angular** | [`@anywhere-ui/angular`](https://www.npmjs.com/package/@anywhere-ui/angular) |[![version](https://img.shields.io/npm/v/@anywhere-ui/angular/latest.svg)](https://www.npmjs.com/package/@anywhere-ui/angular) | [`README.md`](packages/angular/README.md) |
22-
| **Vue** | [`@anywhere-ui/vue`](https://www.npmjs.com/package/@anywhere-ui/vue) | [![version](https://img.shields.io/npm/v/@anywhere-ui/vue/latest.svg)](https://www.npmjs.com/package/@anywhere-ui/vue) | [`README.md`](packages/vue/README.md) |
23-
| **React** | [`@anywhere-ui/react`](https://www.npmjs.com/package/@anywhere-ui/react) | [![version](https://img.shields.io/npm/v/@anywhere-ui/react/latest.svg)](https://www.npmjs.com/package/@anywhere-ui/react) | [`README.md`](packages/react/README.md) |
16+
| Project | Package | Version | Links |
17+
| ----------- | ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | :---------------------------------------: |
18+
| **Core** | [`@anywhere-ui/core`](https://www.npmjs.com/package/@anywhere-ui/core) | [![version](https://img.shields.io/npm/v/@anywhere-ui/core/latest.svg)](https://www.npmjs.com/package/@anywhere-ui/core) | [`README.md`](packages/core/README.md) |
19+
| **Angular** | [`@anywhere-ui/angular`](https://www.npmjs.com/package/@anywhere-ui/angular) | [![version](https://img.shields.io/npm/v/@anywhere-ui/angular/latest.svg)](https://www.npmjs.com/package/@anywhere-ui/angular) | [`README.md`](packages/angular/README.md) |
20+
| **Vue** | [`@anywhere-ui/vue`](https://www.npmjs.com/package/@anywhere-ui/vue) | [![version](https://img.shields.io/npm/v/@anywhere-ui/vue/latest.svg)](https://www.npmjs.com/package/@anywhere-ui/vue) | [`README.md`](packages/vue/README.md) |
21+
| **React** | [`@anywhere-ui/react`](https://www.npmjs.com/package/@anywhere-ui/react) | [![version](https://img.shields.io/npm/v/@anywhere-ui/react/latest.svg)](https://www.npmjs.com/package/@anywhere-ui/react) | [`README.md`](packages/react/README.md) |
2422

2523
## Getting Started
2624

2725
To start building a new AnywhereUI web component using Stencil, fork this repo and clone to a new directory.
2826

2927
Navigate into the project directory:
3028

31-
3229
```bash
3330
cd anywhere-ui
3431
```
3532

36-
Install dependencies and start project:
33+
Install dependencies:
3734

3835
```bash
39-
npm run install-all
36+
npm install
37+
```
38+
39+
Start project:
4040

41+
```bash
4142
npm start
4243
```
4344

lerna.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"version": "0.1.1"
2+
"version": "1.0.0",
3+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
64
}

nx.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"namedInputs": {
3+
"default": ["{projectRoot}/**/*"],
4+
"prod": ["!{projectRoot}/**/*.spec.tsx"],
5+
"production": ["default"]
6+
},
7+
"targetDefaults": {
8+
"build": {
9+
"dependsOn": ["prebuild", "^build"],
10+
"inputs": ["prod", "^prod"],
11+
"outputs": ["{projectRoot}/dist"],
12+
"cache": true
13+
},
14+
"test": {
15+
"inputs": ["default", "^prod", "{workspaceRoot}/jest.config.ts"],
16+
"cache": true
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)