Skip to content

Commit c9b4728

Browse files
committed
chore: dist
1 parent 53e6228 commit c9b4728

8 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Tiny UI strictly follows [Semantic Versioning 2.0.0](https://semver.org/).
88
- **z version**: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
99

1010

11+
## [1.0.3](https://github.com/wangdicoder/tiny-ui/compare/v1.0.2...v1.0.3) (2026-03-11)
12+
13+
### Bug Fixes
14+
15+
* make light mode the default and use data-tiny-theme attribute ([bdd69b4](https://github.com/wangdicoder/tiny-ui/commit/bdd69b4))
16+
* unit tests ([4f78b3c](https://github.com/wangdicoder/tiny-ui/commit/4f78b3c))
17+
1118
## [1.0.2](https://github.com/wangdicoder/tiny-ui/compare/v1.0.1...v1.0.2) (2026-03-11)
1219

1320
### Bug Fixes

dist/styles/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
--ty-calendar-hover: #f6f9fc;
266266
}
267267

268-
html[data-theme=dark] {
268+
html[data-tiny-theme=dark] {
269269
--ty-color-bg: #141414;
270270
--ty-color-bg-elevated: #1f1f1f;
271271
--ty-color-bg-container: #1f1f1f;
@@ -533,7 +533,7 @@ html[data-theme=dark] {
533533
}
534534

535535
@media (prefers-color-scheme: dark) {
536-
html:not([data-theme]) {
536+
html[data-tiny-theme=system] {
537537
--ty-color-bg: #141414;
538538
--ty-color-bg-elevated: #1f1f1f;
539539
--ty-color-bg-container: #1f1f1f;

dist/styles/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles/index.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tiny.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tiny.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiny-ui",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A friendly ui component set for react",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)