@shoplflow/base 0.40.0 → 0.40.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 -4
- package/dist/index.js +1 -4
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2969,10 +2969,7 @@ var getButtonWrapperStyleBySizeVar = ({ sizeVar, isFocused }) => {
|
|
|
2969
2969
|
border-width: ${isFocused ? "2px" : "1px"};
|
|
2970
2970
|
transition: border-width 0.2s ease-in-out;
|
|
2971
2971
|
border-radius: 12px;
|
|
2972
|
-
|
|
2973
|
-
&:hover {
|
|
2974
|
-
border-width: 2px;
|
|
2975
|
-
}
|
|
2972
|
+
border-width: 1.5px;
|
|
2976
2973
|
`;
|
|
2977
2974
|
default:
|
|
2978
2975
|
return react$1.css`
|
package/dist/index.js
CHANGED
|
@@ -2942,10 +2942,7 @@ var getButtonWrapperStyleBySizeVar = ({ sizeVar, isFocused }) => {
|
|
|
2942
2942
|
border-width: ${isFocused ? "2px" : "1px"};
|
|
2943
2943
|
transition: border-width 0.2s ease-in-out;
|
|
2944
2944
|
border-radius: 12px;
|
|
2945
|
-
|
|
2946
|
-
&:hover {
|
|
2947
|
-
border-width: 2px;
|
|
2948
|
-
}
|
|
2945
|
+
border-width: 1.5px;
|
|
2949
2946
|
`;
|
|
2950
2947
|
default:
|
|
2951
2948
|
return css`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/base",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"react-datepicker": "^7.3.0",
|
|
91
91
|
"react-dom": "^18.2.0",
|
|
92
92
|
"simplebar-react": "^3.2.6",
|
|
93
|
+
"@shoplflow/hada-assets": "^0.1.3",
|
|
93
94
|
"@shoplflow/shopl-assets": "^0.12.10",
|
|
94
|
-
"@shoplflow/utils": "^0.6.5"
|
|
95
|
-
"@shoplflow/hada-assets": "^0.1.3"
|
|
95
|
+
"@shoplflow/utils": "^0.6.5"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"type-check": "tsc --noEmit",
|