@aic-kits/react 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -171,7 +171,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
171
171
|
display: flex;
|
|
172
172
|
align-items: center;
|
|
173
173
|
justify-content: center;
|
|
174
|
-
transition: background-color 0.2s ease-in-out;
|
|
174
|
+
transition: background-color 0.2s ease-in-out, transform 50ms ease-in-out;
|
|
175
175
|
background-color: ${({theme:r,$themeBackgroundColor:s})=>r.colors[s]};
|
|
176
176
|
border-radius: ${({theme:r,$themeRadius:s})=>r.radii[s]}px;
|
|
177
177
|
padding-left: ${({theme:r,$themePaddingX:s})=>r.spaces[s]}px;
|
package/dist/index.js
CHANGED
|
@@ -6399,7 +6399,7 @@ const zm = () => {
|
|
|
6399
6399
|
display: flex;
|
|
6400
6400
|
align-items: center;
|
|
6401
6401
|
justify-content: center;
|
|
6402
|
-
transition: background-color 0.2s ease-in-out;
|
|
6402
|
+
transition: background-color 0.2s ease-in-out, transform 50ms ease-in-out;
|
|
6403
6403
|
background-color: ${({ theme: r, $themeBackgroundColor: a }) => r.colors[a]};
|
|
6404
6404
|
border-radius: ${({ theme: r, $themeRadius: a }) => r.radii[a]}px;
|
|
6405
6405
|
padding-left: ${({ theme: r, $themePaddingX: a }) => r.spaces[a]}px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aic-kits/react",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"vite-plugin-dts": "^4.3.0",
|
|
47
47
|
"vitest": "^2.1.8"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "9b185bcb4e3d8a05b672d2ddf45c80b9c7fd77e2"
|
|
50
50
|
}
|