Skip to content

Commit

Permalink
feat: semi 2.67.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rashagu committed Oct 18, 2024
1 parent 3f8432d commit a1bee28
Show file tree
Hide file tree
Showing 14 changed files with 314 additions and 290 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"packages/vite-plugin-semi-theme"
],
"dependencies": {
"@douyinfe/semi-foundation": "2.67.0",
"@douyinfe/semi-theme-default": "2.67.0",
"@douyinfe/semi-foundation": "2.67.2",
"@douyinfe/semi-theme-default": "2.67.2",
"@vue/repl": "4.3.1",
"lodash": "^4.17.21",
"vue": "^3.5.12"
Expand All @@ -48,7 +48,7 @@
"@babel/preset-react": "^7.16.7",
"@changesets/cli": "^2.27.1",
"@chromatic-com/storybook": "1.3.4",
"@douyinfe/semi-theme-default": "2.67.0",
"@douyinfe/semi-theme-default": "2.67.2",
"@kousum/semi-icons-lab-vue": "workspace: *",
"@kousum/semi-icons-vue": "workspace: *",
"@kousum/semi-illustrations-vue": "workspace: *",
Expand Down
8 changes: 4 additions & 4 deletions packages/semi-animation-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"preview": "vite preview"
},
"dependencies": {
"@douyinfe/semi-animation": "2.67.0",
"@douyinfe/semi-animation-styled": "2.67.0",
"@douyinfe/semi-foundation": "2.67.0",
"@douyinfe/semi-theme-default": "2.67.0",
"@douyinfe/semi-animation": "2.67.2",
"@douyinfe/semi-animation-styled": "2.67.2",
"@douyinfe/semi-foundation": "2.67.2",
"@douyinfe/semi-theme-default": "2.67.2",
"classnames": "^2.3.2",
"sass": "^1.57.1",
"vue": "^3.5.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/semi-icons-lab-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"preview": "vite preview"
},
"dependencies": {
"@douyinfe/semi-foundation": "2.67.0",
"@douyinfe/semi-theme-default": "2.67.0",
"@douyinfe/semi-foundation": "2.67.2",
"@douyinfe/semi-theme-default": "2.67.2",
"classnames": "^2.3.2",
"sass": "^1.57.1",
"vue": "^3.5.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/semi-icons-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"preview": "vite preview"
},
"dependencies": {
"@douyinfe/semi-foundation": "2.67.0",
"@douyinfe/semi-theme-default": "2.67.0",
"@douyinfe/semi-foundation": "2.67.2",
"@douyinfe/semi-theme-default": "2.67.2",
"classnames": "^2.3.2",
"sass": "^1.57.1",
"vue": "^3.5.12"
Expand Down
3 changes: 1 addition & 2 deletions packages/semi-icons-vue/src/icons/icons/IconSpin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ const SvgComponent = defineComponent((props, { slots }) => {
fill-rule="evenodd"
clip-rule="evenodd"
d="M14.2 3.78966C9.66551 2.57466 5.00465 5.26561 3.78964 9.80007C3.12066 12.2967 3.63433 14.8301 4.99177 16.8102C5.46019 17.4935 5.28601 18.4271 4.60273 18.8955C3.91945 19.364 2.98581 19.1898 2.51739 18.5065C0.685557 15.8344 -0.0134454 12.4023 0.891867 9.02361C2.5357 2.88875 8.84157 -0.751945 14.9764 0.891885C21.1113 2.53572 24.752 8.84159 23.1082 14.9765C22.8937 15.7767 22.0712 16.2515 21.271 16.0371C20.4708 15.8227 19.996 15.0002 20.2104 14.2C21.4254 9.66553 18.7344 5.00467 14.2 3.78966Z"
fill="url(#paint0_angular)"
fill="currentColor"
/>
</g>
<defs>
<radialGradient
id="paint0_angular"
cx={0}
cy={0}
r={1}
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-icons-vue/src/icons/svgs/spin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/semi-illustrations-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"build:icon": "node scripts/build-illustration.cjs"
},
"dependencies": {
"@douyinfe/semi-foundation": "2.67.0",
"@douyinfe/semi-theme-default": "2.67.0",
"@douyinfe/semi-foundation": "2.67.2",
"@douyinfe/semi-theme-default": "2.67.2",
"classnames": "^2.3.2",
"vue": "^3.5.12"
},
Expand Down
Loading

0 comments on commit a1bee28

Please sign in to comment.