Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Chore/tag migration #73

Open
wants to merge 43 commits into
base: chore/tailwind-migration
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
2de6706
chore: tag-migration
Harman-singh-waraich Mar 18, 2025
36ae018
chore: container-migration
Harman-singh-waraich Mar 18, 2025
37bd449
chore: modal-react-aria
Harman-singh-waraich Mar 18, 2025
e350905
chore: display-components-migration
Harman-singh-waraich Mar 18, 2025
dc1e08f
chore: tooltip-migration
Harman-singh-waraich Mar 19, 2025
5317393
chore: copiable-migration
Harman-singh-waraich Mar 19, 2025
7c26bcc
chore: messages-migration
Harman-singh-waraich Mar 19, 2025
7cc9305
chore: checkbox-migration
Harman-singh-waraich Mar 19, 2025
846c4e2
chore: add-react-aria-tailwind-plugin
Harman-singh-waraich Mar 19, 2025
3f1bc35
chore: radio-migration
Harman-singh-waraich Mar 20, 2025
fe899cd
chore: switch-migration
Harman-singh-waraich Mar 20, 2025
f96f4eb
chore: use-size-utility
Harman-singh-waraich Mar 20, 2025
a537ef3
chore: fields-migration
Harman-singh-waraich Mar 21, 2025
94de98b
fix: switch-selected-state
Harman-singh-waraich Mar 21, 2025
d300587
fix: checkbox-selected-state
Harman-singh-waraich Mar 21, 2025
e8d61d9
chore: address-feedback
Harman-singh-waraich Mar 21, 2025
504c16f
feat: button-pressed-animation
Harman-singh-waraich Mar 21, 2025
927d693
chore: searchbar-migration
Harman-singh-waraich Mar 22, 2025
609d7d0
chore: file-uploader-migration
Harman-singh-waraich Mar 24, 2025
268f9d2
chore: slider-migration
Harman-singh-waraich Mar 24, 2025
dcb011b
chore: remove-rc-slider
Harman-singh-waraich Mar 24, 2025
5ded115
chore: datepicker-migration
Harman-singh-waraich Mar 26, 2025
ffca1bf
chore: form-component
Harman-singh-waraich Mar 26, 2025
d3960d3
chore: scroll-bar-migration
Harman-singh-waraich Mar 26, 2025
00d093f
chore: dropdown-select-migration
Harman-singh-waraich Mar 27, 2025
3eaf59a
chore: dropdown-migration
Harman-singh-waraich Mar 30, 2025
f99302f
chore: dropwdown-cascader-stories
Harman-singh-waraich Mar 30, 2025
3fdaa7d
style: cascader-item-outline
Harman-singh-waraich Mar 30, 2025
c0a24b8
chore: linear-progress-migration
Harman-singh-waraich Mar 31, 2025
e3e53e3
chore: circular-progress-migration
Harman-singh-waraich Mar 31, 2025
b9f0114
chore: progress-stories
Harman-singh-waraich Mar 31, 2025
2f461e1
chore: steps-migration
Harman-singh-waraich Mar 31, 2025
372fb27
chore: steps-stories
Harman-singh-waraich Mar 31, 2025
3fe4ba2
chore: timeline-migration
Harman-singh-waraich Apr 1, 2025
d866d86
chore: timeline-stories
Harman-singh-waraich Apr 1, 2025
3654447
feat: big-number-field
Harman-singh-waraich Apr 1, 2025
77dbcc7
chore: vite-build-setup
Harman-singh-waraich Apr 2, 2025
30f9f36
chore: clean-up-styled-components-and-other-libraries
Harman-singh-waraich Apr 2, 2025
32cc28e
chore: release candidate
Harman-singh-waraich Apr 3, 2025
b8ad064
refactor: type-generation-and-styles
Harman-singh-waraich Apr 4, 2025
704a296
chore: build-configuration
Harman-singh-waraich Apr 4, 2025
0ace8c5
chore: release candidate
Harman-singh-waraich Apr 4, 2025
be10f60
feat: updated-documentation
Harman-singh-waraich Apr 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
/.pnp.*
node_modules

# parcel
.parcel-cache
development
build
dist
parcel-bundle-reports

# misc
.eslintcache
Expand Down
5 changes: 0 additions & 5 deletions .postcssrc

This file was deleted.

170 changes: 148 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,161 @@

## Introduction

The Kleros UI Components Library is a comprehensive collection of React components that implement the Kleros design system. This library provides a consistent and accessible user interface for Kleros applications, making it easier to build cohesive user experiences across the Kleros ecosystem.

Built with React, TypeScript, and Tailwind CSS, this library offers a wide range of components from basic UI elements to complex interactive widgets. Each component is designed with accessibility, customization, and ease of use in mind.

## Features

- **React-based components**: Built with React 18 and TypeScript for type safety
- **Tailwind CSS integration**: Leverages Tailwind for styling with consistent design tokens
- **Accessibility**: Components follow WAI-ARIA guidelines for maximum accessibility
- **Responsive design**: Components adapt to different screen sizes
- **Customizable**: Easily theme and extend components to match your application's design
- **Storybook documentation**: Interactive documentation with usage examples

## Components

The library includes a wide variety of components, including but not limited to:

- **Layout**: Box, Card, Modal
- **Navigation**: Breadcrumb, Pagination, Tabs
- **Form Elements**: TextField, TextArea, NumberField, Checkbox, RadioGroup, Switch, DatePicker, FileUploader
- **Data Display**: DisplaySmall, DisplayLarge, DisplayIcon, Tag, Tooltip
- **Feedback**: Alert, Push Notifications
- **Progress**: LinearProgress, CircularProgress, Steps, Timeline
- **Interactive Elements**: Button, Accordion, Dropdown, Cascader

## Usage

#### Install the package
With `yarn add @kleros/ui-components-library` or `npm install @kleros/ui-components-library`
### Installation

Install the package using your preferred package manager:

```bash
# Using yarn
yarn add @kleros/ui-components-library

#### Create a theme file
Wwhere you destructure `lightTheme` or `darkTheme` (or both) in your theme object to provide the correct colors to the components. ([example](https://github.com/kleros/kleros-v2/blob/dev/web/src/styles/themes.ts)).
# Using npm
npm install @kleros/ui-components-library
```

#### Provide the theme
With styled-components `ThemeProvider` ([example](https://github.com/kleros/kleros-v2/blob/dev/web/src/context/StyledComponentsProvider.tsx)).
### Setup

## Package Publication
1. Import the CSS at the top level of your application:

#### Tagging
1. Bump the version in `package.json`
1. Run a clean build: `yarn clean && yarn build`
1. Commit the change to git: `git add -u ; git commit -m "chore: release"`
1. Tag this version: `version=v$(cat package.json | jq -r .version) && git tag -m $version $version`
1. Push both commit and tag: `git push && git push --tags`
```javascript
import "@kleros/ui-components-library/dist/esm/ui-components-library.css";
```

2. Import and use components in your application:

```jsx
import { Button, TextField, Alert } from "@kleros/ui-components-library";

function MyComponent() {
return (
<div>
<TextField label="Username" placeholder="Enter your username" />
<Button>Submit</Button>
<Alert type="success">Operation completed successfully!</Alert>
</div>
);
}
```

### Peer Dependencies

This library requires the following peer dependencies:

- React 18+
- React DOM 18+
- Tailwind CSS 4+

Make sure these are installed in your project.

## Development

### Local Setup

1. Clone the repository:

#### Publish to NPM
1. Export your NPM token: ` export YARN_NPM_AUTH_TOKEN=<npm_xxxxxxxxxxxx>`
1. Publish: `yarn publish`
```bash
git clone https://github.com/kleros/ui-components-library.git
cd ui-components-library
```

2. Install dependencies:

```bash
yarn install
```

3. Start the Storybook development server:

```bash
yarn start
```

4. Build the library:
```bash
yarn build
```

### Code Quality

This project uses:

- TypeScript for type checking
- ESLint for code linting
- Prettier for code formatting
- Husky for Git hooks
- Conventional Commits for commit messages

Run checks with:

#### Publish to Github
1. Login
```bash
npm login --registry https://npm.pkg.github.com --auth-type legacy
> Username: YOUR_GITHUB_USERNAME
> Password: YOUR_GITHUB_PERSONAL_ACCESS_TOKEN`
yarn check-types # Type checking
yarn check-style # Linting
```
2. Publish: `npm publish --registry https://npm.pkg.github.com`

## Package Publication

### Tagging

1. Bump the version in `package.json`
2. Run a clean build: `yarn clean && yarn build`
3. Commit the change to git: `git add -u ; git commit -m "chore: release"`
4. Tag this version: `version=v$(cat package.json | jq -r .version) && git tag -m $version $version`
5. Push both commit and tag: `git push && git push --tags`

### Publish to NPM

1. Export your NPM token: `export YARN_NPM_AUTH_TOKEN=<npm_xxxxxxxxxxxx>`
2. Publish: `yarn publish`

### Publish to GitHub

1. Login:

```bash
npm login --registry https://npm.pkg.github.com --auth-type legacy
> Username: YOUR_GITHUB_USERNAME
> Password: YOUR_GITHUB_PERSONAL_ACCESS_TOKEN
```

2. Publish: `npm publish --registry https://npm.pkg.github.com`

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes using conventional commits (`git commit -m 'feat: add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default [

settings: {
react: {
version: "^16.12.0",
version: "^18.2.0",
},
"import/resolver": {
node: {
Expand Down
15 changes: 0 additions & 15 deletions global.d.ts

This file was deleted.

26 changes: 11 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@kleros/ui-components-library",
"version": "2.20.0",
"version": "3.0.1-rc1",
"description": "UI components library which implements the Kleros design system.",
"source": "src/lib/index.ts",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"main": "dist/esm/ui-components-library.js",
"module": "dist/esm/ui-components-library.js",
"types": "dist/ui-components-library.d.ts",
"style": "dist/esm/ui-components-library.css",
"isLibrary": true,
"type": "module",
"browserslist": "> 0.5%, last 2 versions, not dead",
Expand All @@ -18,9 +20,7 @@
"check-types": "tsc --noEmit",
"clean": "rm -rf dist",
"prepare": "husky install",
"preview": "vite preview",
"start": "vite",
"storybook": "storybook dev -p 6006"
"start": "storybook dev -p 6006"
},
"files": [
"dist"
Expand All @@ -43,11 +43,9 @@
"@types/node": "^22.13.10",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/styled-components": "^5.1.20",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.1.1",
"eslint-import-resolver-parcel": "^1.10.6",
Expand All @@ -64,7 +62,6 @@
"prettier-plugin-tailwindcss": "^0.6.11",
"process": "^0.11.10",
"storybook": "^8.6.4",
"styled-components": "^5.3.3",
"tailwindcss": "^4.0.11",
"typescript": "^5.8.2",
"vite": "^6.2.1",
Expand All @@ -75,24 +72,23 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-is": "^18.0.0",
"styled-components": "^5.3.3",
"tailwindcss": "^4.0.11"
},
"dependencies": {
"@datepicker-react/hooks": "^2.8.4",
"@swc/helpers": "^0.3.2",
"@internationalized/date": "^3.7.0",
"@tailwindcss/vite": "^4.0.12",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.1",
"rc-slider": "^9.7.5",
"react": "^18.0.0",
"react-aria-components": "^1.7.1",
"react-dom": "^18.0.0",
"react-is": "^18.0.0",
"simplebar": "^5.3.6",
"simplebar-react": "^2.3.6",
"smooth-scroll-into-view-if-needed": "^1.1.33",
"tailwind-merge": "^3.0.2",
"usehooks-ts": "^2.9.1"
"tailwindcss-react-aria-components": "^2.0.0",
"usehooks-ts": "^2.9.1",
"vite-plugin-dts": "^4.5.3"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
Expand Down
Loading