Skip to content

Commit 9745a6d

Browse files
authored
Merge branch 'dev' into fix/theme-config
2 parents 88dc551 + 3ce54bd commit 9745a6d

23 files changed

+1062
-282
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text=auto
2+
*.js eol=lf
3+
*.ts eol=lf
4+
*.tsx eol=lf
5+
*.jsx eol=lf

.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"endOfLine": "lf",
3+
"trailingComma": "all"
4+
}

CHANGELOG.md

Lines changed: 37 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [0.10.0](https://github.com/chingu-x/chingu-dashboard-components/compare/v0.9.1...v0.10.0) (2025-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* exports ([11f9c7d](https://github.com/chingu-x/chingu-dashboard-components/commit/11f9c7dc1f1dbc1d3469d754886fd92f83f915f3))
7+
* fix mode toggle in nav ([4445f58](https://github.com/chingu-x/chingu-dashboard-components/commit/4445f58655a2bb8db4a32aae0434111bed59c17f))
8+
* index.css ([53d8c41](https://github.com/chingu-x/chingu-dashboard-components/commit/53d8c411f2f8bdb33bd5e2906ad62356cfda0e60))
9+
* package ([e488aae](https://github.com/chingu-x/chingu-dashboard-components/commit/e488aaee6067c71f50f3d9b7548af0dd62d3cd95))
10+
* package ([fd825f0](https://github.com/chingu-x/chingu-dashboard-components/commit/fd825f0ccd0e53d5902eccd02143f69d11074870))
11+
* package & index.css ([50c2def](https://github.com/chingu-x/chingu-dashboard-components/commit/50c2defa11982a2fb19306091ede223127ea0b01))
12+
13+
14+
### Features
15+
16+
* add social button ([be73a05](https://github.com/chingu-x/chingu-dashboard-components/commit/be73a055c9e29c501952b829a14cc29fda808b86))
17+
* add top navbar components ([d5c24fb](https://github.com/chingu-x/chingu-dashboard-components/commit/d5c24fb703588bf269f6539dc75487a4f59a20f2))
18+
119
## [0.9.1](https://github.com/chingu-x/chingu-dashboard-components/compare/v0.9.0...v0.9.1) (2025-01-29)
220

321

@@ -7,32 +25,30 @@
725

826
# [0.9.0](https://github.com/chingu-x/chingu-dashboard-components/compare/v0.8.0...v0.9.0) (2025-01-21)
927

10-
1128
### Bug Fixes
1229

13-
* add export ([fb8ef8b](https://github.com/chingu-x/chingu-dashboard-components/commit/fb8ef8be2f2caf6768a2d3213f2ba7d630cb6263))
14-
* add more exports ([1b51904](https://github.com/chingu-x/chingu-dashboard-components/commit/1b51904f8a1b1f73775d222d13c66f4c917c452d))
15-
* checkbox group vertical export ([5b481f2](https://github.com/chingu-x/chingu-dashboard-components/commit/5b481f211a819df69fde80d3ef9e3cc7c04de445))
16-
* export ([c7ac828](https://github.com/chingu-x/chingu-dashboard-components/commit/c7ac8283721c8627ae3b8833227acc0e87be5668))
17-
* fix input and from exports ([348e25a](https://github.com/chingu-x/chingu-dashboard-components/commit/348e25af6cda1420405348a840582da0a06d0010))
18-
* fix issue with import in test not resolving properly ([c1e50dd](https://github.com/chingu-x/chingu-dashboard-components/commit/c1e50dd71a6cae678e608150667b24832cd6b3ae))
19-
* fix issue with unable to resolve mjs files ([3a2dab2](https://github.com/chingu-x/chingu-dashboard-components/commit/3a2dab21f96a263093388fb96819c991ea3c8f9a))
20-
* imports (probably needs fixing) ([e2dac9f](https://github.com/chingu-x/chingu-dashboard-components/commit/e2dac9fe1c91275453fdea76c9b1961701a2d3f5))
21-
* other stuff ([6d5c913](https://github.com/chingu-x/chingu-dashboard-components/commit/6d5c913978ae18cd90e4453eaeb1d6d2320cd3fa))
22-
* radio group rating export ([e6f7b52](https://github.com/chingu-x/chingu-dashboard-components/commit/e6f7b5253489da198529ac948a7ae892079235c4))
23-
30+
- add export ([fb8ef8b](https://github.com/chingu-x/chingu-dashboard-components/commit/fb8ef8be2f2caf6768a2d3213f2ba7d630cb6263))
31+
- add more exports ([1b51904](https://github.com/chingu-x/chingu-dashboard-components/commit/1b51904f8a1b1f73775d222d13c66f4c917c452d))
32+
- checkbox group vertical export ([5b481f2](https://github.com/chingu-x/chingu-dashboard-components/commit/5b481f211a819df69fde80d3ef9e3cc7c04de445))
33+
- export ([c7ac828](https://github.com/chingu-x/chingu-dashboard-components/commit/c7ac8283721c8627ae3b8833227acc0e87be5668))
34+
- fix input and from exports ([348e25a](https://github.com/chingu-x/chingu-dashboard-components/commit/348e25af6cda1420405348a840582da0a06d0010))
35+
- fix issue with import in test not resolving properly ([c1e50dd](https://github.com/chingu-x/chingu-dashboard-components/commit/c1e50dd71a6cae678e608150667b24832cd6b3ae))
36+
- fix issue with unable to resolve mjs files ([3a2dab2](https://github.com/chingu-x/chingu-dashboard-components/commit/3a2dab21f96a263093388fb96819c991ea3c8f9a))
37+
- imports (probably needs fixing) ([e2dac9f](https://github.com/chingu-x/chingu-dashboard-components/commit/e2dac9fe1c91275453fdea76c9b1961701a2d3f5))
38+
- other stuff ([6d5c913](https://github.com/chingu-x/chingu-dashboard-components/commit/6d5c913978ae18cd90e4453eaeb1d6d2320cd3fa))
39+
- radio group rating export ([e6f7b52](https://github.com/chingu-x/chingu-dashboard-components/commit/e6f7b5253489da198529ac948a7ae892079235c4))
2440

2541
### Features
2642

27-
* add checkbox components ([fa2eb40](https://github.com/chingu-x/chingu-dashboard-components/commit/fa2eb409d5bdb3d704afee0e695a256d348c3b23))
28-
* add dateTimePicker (need to be updated to v.7 in future) ([a6f8a7e](https://github.com/chingu-x/chingu-dashboard-components/commit/a6f8a7ebb8814f4c66bb1632c386ba88e064d681))
29-
* add form components (voyage submission/weekly checkin forms) ([b2bb5b1](https://github.com/chingu-x/chingu-dashboard-components/commit/b2bb5b13b4f4148a7786e80e2126cd5820d06dea))
30-
* add radio inputs ([70e6f6c](https://github.com/chingu-x/chingu-dashboard-components/commit/70e6f6c1e9fc15a67003c0d277562f3d3de05347))
31-
* add spinner ([a4100f7](https://github.com/chingu-x/chingu-dashboard-components/commit/a4100f7fb5fc3cb63eeb6514fcf612ce7ef9a326))
32-
* add text input button ([024c042](https://github.com/chingu-x/chingu-dashboard-components/commit/024c042154f25a87900ac9a1c918d4bf46fbe7dd))
33-
* add textInput, textArea, label ([fc0c4cf](https://github.com/chingu-x/chingu-dashboard-components/commit/fc0c4cf7281e62364bf7596e3a8f7dabd490c4d1))
34-
* refactor radio input ([c74d19b](https://github.com/chingu-x/chingu-dashboard-components/commit/c74d19b08da0c39eaf29060e15af5e7264b1cb4e))
35-
* remove text input button ([bad36ab](https://github.com/chingu-x/chingu-dashboard-components/commit/bad36abe613dab4b6ee60583cbce17bbf55b2602))
43+
- add checkbox components ([fa2eb40](https://github.com/chingu-x/chingu-dashboard-components/commit/fa2eb409d5bdb3d704afee0e695a256d348c3b23))
44+
- add dateTimePicker (need to be updated to v.7 in future) ([a6f8a7e](https://github.com/chingu-x/chingu-dashboard-components/commit/a6f8a7ebb8814f4c66bb1632c386ba88e064d681))
45+
- add form components (voyage submission/weekly checkin forms) ([b2bb5b1](https://github.com/chingu-x/chingu-dashboard-components/commit/b2bb5b13b4f4148a7786e80e2126cd5820d06dea))
46+
- add radio inputs ([70e6f6c](https://github.com/chingu-x/chingu-dashboard-components/commit/70e6f6c1e9fc15a67003c0d277562f3d3de05347))
47+
- add spinner ([a4100f7](https://github.com/chingu-x/chingu-dashboard-components/commit/a4100f7fb5fc3cb63eeb6514fcf612ce7ef9a326))
48+
- add text input button ([024c042](https://github.com/chingu-x/chingu-dashboard-components/commit/024c042154f25a87900ac9a1c918d4bf46fbe7dd))
49+
- add textInput, textArea, label ([fc0c4cf](https://github.com/chingu-x/chingu-dashboard-components/commit/fc0c4cf7281e62364bf7596e3a8f7dabd490c4d1))
50+
- refactor radio input ([c74d19b](https://github.com/chingu-x/chingu-dashboard-components/commit/c74d19b08da0c39eaf29060e15af5e7264b1cb4e))
51+
- remove text input button ([bad36ab](https://github.com/chingu-x/chingu-dashboard-components/commit/bad36abe613dab4b6ee60583cbce17bbf55b2602))
3652

3753
# [0.8.0](https://github.com/chingu-x/chingu-dashboard-components/compare/v0.7.0...v0.8.0) (2025-01-14)
3854

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chingu-x/components",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Component library for Chingu dashboard projects",
55
"module": "dist/index.js",
66
"type": "module",
@@ -150,6 +150,18 @@
150150
"import": "./dist/modal/index.js",
151151
"types": "./dist/types/modal/index.d.ts"
152152
},
153+
"./mode-toggle-button": {
154+
"import": "./dist/mode-toggle-button/index.js",
155+
"types": "./dist/types/mode-toggle-button/index.d.ts"
156+
},
157+
"./navbar": {
158+
"import": "./dist/navbar/index.js",
159+
"types": "./dist/types/navbar/index.d.ts"
160+
},
161+
"./social-button": {
162+
"import": "./dist/social-button/index.js",
163+
"types": "./dist/types/social-button/index.d.ts"
164+
},
153165
"./spinner": {
154166
"import": "./dist/spinner/index.js",
155167
"types": "./dist/types/spinner/index.d.ts"

0 commit comments

Comments
 (0)