Skip to content

Commit

Permalink
✨ feat: Add and update imports, configurations, and files
Browse files Browse the repository at this point in the history
Add and modify imports, update configurations, add new files, and fix bugs in
the CHANGELOG.md file, package.json file, and style.ts files. This commit
includes changes for versions 1.2.0, 1.1.1, 1.1.0, and 1.0.0.

Description of changes:
- Added and updated imports
- Updated configurations
- Added new files
- Fixed bugs
  • Loading branch information
canisminor1990 committed Jul 9, 2023
1 parent 949a6ae commit f0fedcc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 52 deletions.
48 changes: 12 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,124 +2,100 @@

# Changelog

## [Version 1.2.0](https://github.com/lobehub/dumi-theme-lobehub/compare/v1.1.1...v1.2.0)
<sup>Released on **2023-07-09**</sup>
## [Version 1.2.0](https://github.com/lobehub/dumi-theme-lobehub/compare/v1.1.1...v1.2.0)

<sup>Released on **2023-07-09**</sup>

#### ✨ Features

- **misc**: Add or modify imports, update configurations, and add new files.


<br/>



<details>
<summary><kbd>Improvements and Fixes</kbd></summary>



#### What's improved

* **misc**: Add or modify imports, update configurations, and add new files ([465b9a5](https://github.com/lobehub/dumi-theme-lobehub/commit/465b9a5))
- **misc**: Add or modify imports, update configurations, and add new files ([465b9a5](https://github.com/lobehub/dumi-theme-lobehub/commit/465b9a5))

</details>


<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version&nbsp;1.1.1](https://github.com/lobehub/dumi-theme-lobehub/compare/v1.1.0...v1.1.1)
<sup>Released on **2023-07-09**</sup>
### [Version 1.1.1](https://github.com/lobehub/dumi-theme-lobehub/compare/v1.1.0...v1.1.1)

<sup>Released on **2023-07-09**</sup>

#### 🐛 Bug Fixes

- **misc**: Modify import statement for "SourceCode" component.


<br/>



<details>
<summary><kbd>Improvements and Fixes</kbd></summary>



#### What's fixed

* **misc**: Modify import statement for "SourceCode" component ([b8748a5](https://github.com/lobehub/dumi-theme-lobehub/commit/b8748a5))
- **misc**: Modify import statement for "SourceCode" component ([b8748a5](https://github.com/lobehub/dumi-theme-lobehub/commit/b8748a5))

</details>


<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

## [Version&nbsp;1.1.0](https://github.com/lobehub/dumi-theme-lobehub/compare/v1.0.0...v1.1.0)
<sup>Released on **2023-07-09**</sup>
## [Version 1.1.0](https://github.com/lobehub/dumi-theme-lobehub/compare/v1.0.0...v1.1.0)

<sup>Released on **2023-07-09**</sup>

#### ✨ Features

- **misc**: Update README.md and package.json.


<br/>



<details>
<summary><kbd>Improvements and Fixes</kbd></summary>



#### What's improved

* **misc**: Update README.md and package.json ([685cca5](https://github.com/lobehub/dumi-theme-lobehub/commit/685cca5))
- **misc**: Update README.md and package.json ([685cca5](https://github.com/lobehub/dumi-theme-lobehub/commit/685cca5))

</details>


<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

## Version&nbsp;1.0.0
<sup>Released on **2023-07-09**</sup>
## Version 1.0.0

<sup>Released on **2023-07-09**</sup>

#### ✨ Features

- **misc**: Root.


<br/>



<details>
<summary><kbd>Improvements and Fixes</kbd></summary>



#### What's improved

* **misc**: Root ([6e60bc5](https://github.com/lobehub/dumi-theme-lobehub/commit/6e60bc5))
- **misc**: Root ([6e60bc5](https://github.com/lobehub/dumi-theme-lobehub/commit/6e60bc5))

</details>


<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"lint": "eslint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --frail --output",
"lint:style": "stylelint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",
"prepack": "npm run build && clean-pkg-json",
"prepare": "husky install && father link-dev-theme",
"prepublishOnly": "npm run build",
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
Expand Down Expand Up @@ -71,6 +72,7 @@
"antd-style": "^3",
"chalk": "^4",
"fast-deep-equal": "^3",
"history": "^5",
"lodash-es": "^4",
"lucide-react": "latest",
"polished": "^4",
Expand All @@ -87,21 +89,20 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitest/coverage-c8": "latest",
"antd-style": "^3",
"@vitest/coverage-v8": "latest",
"clean-pkg-json": "^1",
"commitlint": "^17",
"concurrently": "^8",
"dumi": "^2",
"dumi-assets-types": "^1",
"eslint": "^8",
"father": "^4",
"father-plugin-dumi-theme": "latest",
"history": "^5",
"husky": "^8",
"jsdom": "^22",
"leva": "^0",
"lint-staged": "^13",
"prettier": "^2",
"prettier": "^3",
"react": "^18",
"react-dom": "^18",
"remark": "^14",
Expand Down
20 changes: 9 additions & 11 deletions src/slots/SearchBar/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,16 @@ export const useStyles = createStyles(({ token, responsive, css, cx }) => {
}
`,
),
svg: cx(
css`
position: absolute;
top: 50%;
inset-inline-start: 16px;
transform: translateY(-50%);
svg: cx(css`
position: absolute;
top: 50%;
inset-inline-start: 16px;
transform: translateY(-50%);
width: 16px;
margin-top: 1px;
width: 16px;
margin-top: 1px;
color: ${token.colorTextPlaceholder};
`,
),
color: ${token.colorTextPlaceholder};
`),
};
});
3 changes: 2 additions & 1 deletion src/slots/Sidebar/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const useStyles = createStyles(({ css, token }) => ({
border-radius: 6px;
transition: color 600ms ${token.motionEaseOut},
transition:
color 600ms ${token.motionEaseOut},
background-color 100ms ${token.motionEaseOut};
&:hover {
Expand Down

0 comments on commit f0fedcc

Please sign in to comment.