Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 3ce0cbf

Browse files
committed
Refactor React component props to use HTMLAttributes
React component props have been refactored to use native HTMLAttributes instead of ComponentProps. This change affects the Card, CardHeader, CardFooter, CardTitle, CardDescription, CardBody components, and many others. Also, adjustments on CSS class orders and syntax were made for several components to ensure styling consistency.
1 parent 789237f commit 3ce0cbf

File tree

12 files changed

+45
-6
lines changed

12 files changed

+45
-6
lines changed

packages/eslint-config-codefixlabs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-config-codefixlabs
22

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- Refactor React component props to use HTMLAttributes
8+
39
## 0.1.17
410

511
### Patch Changes

packages/eslint-config-codefixlabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-codefixlabs",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"license": "MIT",
55
"sideEffects": false,
66
"main": "index.js",

packages/hooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/hooks
22

3+
## 0.1.29
4+
5+
### Patch Changes
6+
7+
- Refactor React component props to use HTMLAttributes
8+
39
## 0.1.28
410

511
### Patch Changes

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/hooks",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/lib
22

3+
## 0.1.31
4+
5+
### Patch Changes
6+
7+
- Refactor React component props to use HTMLAttributes
8+
39
## 0.1.30
410

511
### Patch Changes

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/lib",
3-
"version": "0.1.30",
3+
"version": "0.1.31",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/tailwindcss/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/tailwindcss
22

3+
## 0.1.40
4+
5+
### Patch Changes
6+
7+
- Refactor React component props to use HTMLAttributes
8+
39
## 0.1.39
410

511
### Patch Changes

packages/tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/tailwindcss",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/tsconfig/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/tsconfig
22

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- Refactor React component props to use HTMLAttributes
8+
39
## 0.1.10
410

511
### Patch Changes

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/tsconfig",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"license": "MIT",
55
"sideEffects": false,
66
"publishConfig": {

packages/ui/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @codefixlabs/ui
22

3+
## 0.1.78
4+
5+
### Patch Changes
6+
7+
- Refactor React component props to use HTMLAttributes
8+
- Updated dependencies
9+
- @codefixlabs/hooks@0.1.29
10+
- @codefixlabs/lib@0.1.31
11+
312
## 0.1.77
413

514
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/ui",
3-
"version": "0.1.77",
3+
"version": "0.1.78",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)