@shoplflow/extension 0.0.107 → 0.0.108
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @shoplflow/extension
|
|
2
2
|
|
|
3
|
+
## 0.0.108
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`68922977c34111576455ac383a59d0898c33a28d`](https://github.com/shopl/shoplflow/commit/68922977c34111576455ac383a59d0898c33a28d)]:
|
|
8
|
+
- @shoplflow/base@0.33.3
|
|
9
|
+
|
|
3
10
|
## 0.0.107
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest_version": 3,
|
|
3
3
|
"name": "@shoplflow/extension",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.108",
|
|
5
5
|
"description": "Shoplflow 점유율 확인 extension",
|
|
6
6
|
"permissions": [
|
|
7
7
|
"storage"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"src/pages/content/index.js"
|
|
25
25
|
],
|
|
26
26
|
"css": [
|
|
27
|
-
"assets/css/
|
|
27
|
+
"assets/css/contentStyle17437398290.chunk.css"
|
|
28
28
|
]
|
|
29
29
|
}
|
|
30
30
|
],
|
|
@@ -1022,7 +1022,7 @@ var q5=Object.defineProperty;var X5=(e,t,i)=>t in e?q5(e,t,{enumerable:!0,config
|
|
|
1022
1022
|
&::placeholder {
|
|
1023
1023
|
color: ${y.neutral350};
|
|
1024
1024
|
}
|
|
1025
|
-
`;M.exports.forwardRef(({name:e,maxLength:t,placeholder:i,disabled:r=!1,isError:o=!1,onChange:s,value:a,defaultValue:l,onBlur:c,onFocus:d,minHeight:h="100px",width:u,height:p,className:g,...m},x)=>{const[w,_]=M.exports.useState(""),[b,S]=M.exports.useState(!1),[I,A]=M.exports.useState(!1),T=()=>{A(!0)},k=()=>{A(!1)},O=V=>{d&&d(V),S(!0)},P=V=>{c&&c(V),!I&&S(!1)},$=V=>{s&&s(V),_(V.target.value)},G=V=>typeof V!="number"?typeof V=="string"?V:V.join(""):String(V);M.exports.useEffect(()=>{if(l){const V=G(l);t&&V.length>t&&_(V),_(V)}},[l,t]),M.exports.useEffect(()=>{if(a){const V=G(a);t&&V.length>t&&_(V),_(G(a))}},[t,a]);const H=M.exports.useId();return f(Or,{htmlFor:H,isFocused:b,disabled:r,isHovered:I,isError:o,direction:"column",onMouseEnter:T,onMouseLeave:k,height:p,minHeight:h,width:u,"data-shoplflow":"text-area",children:[n(bC,{className:"body1_400"+(g?` ${g}`:""),placeholder:i,onFocus:O,onBlur:P,onChange:$,name:e,id:H,value:a,ref:x,maxLength:t,disabled:r,...m}),n(_C,{children:t&&n(a5,{currentLength:String(w).length,maxLength:t})})]})});E.div`
|
|
1025
|
+
`;M.exports.forwardRef(({name:e,maxLength:t,placeholder:i,disabled:r=!1,isError:o=!1,onChange:s,value:a,defaultValue:l,onBlur:c,onFocus:d,minHeight:h="100px",width:u,height:p,className:g,...m},x)=>{const[w,_]=M.exports.useState(""),[b,S]=M.exports.useState(!1),[I,A]=M.exports.useState(!1),T=()=>{A(!0)},k=()=>{A(!1)},O=V=>{d&&d(V),S(!0)},P=V=>{c&&c(V),!I&&S(!1)},$=V=>{s&&s(V),_(V.target.value)},G=V=>typeof V!="number"?typeof V=="string"?V:V.join(""):String(V);M.exports.useEffect(()=>{if(l){const V=G(l);t&&V.length>t&&_(V),_(V)}},[l,t]),M.exports.useEffect(()=>{if(a){const V=G(a);t&&V.length>t&&_(V),_(G(a))}},[t,a]);const H=M.exports.useId();return f(Or,{htmlFor:H,isFocused:b,disabled:r,isHovered:I,isError:o,direction:"column",onMouseEnter:T,onMouseLeave:k,height:p,minHeight:h,width:u,gap:"0","data-shoplflow":"text-area",children:[n(bC,{className:"body1_400"+(g?` ${g}`:""),placeholder:i,onFocus:O,onBlur:P,onChange:$,name:e,id:H,value:a,ref:x,maxLength:t,disabled:r,...m}),n(_C,{children:t&&n(a5,{currentLength:String(w).length,maxLength:t})})]})});E.div`
|
|
1026
1026
|
display: flex;
|
|
1027
1027
|
flex-direction: row;
|
|
1028
1028
|
align-items: center;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/extension",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.108",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Shoplflow 점유율 확인 extension",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@shoplflow/base": "^0.33.
|
|
8
|
+
"@shoplflow/base": "^0.33.3",
|
|
9
9
|
"chart.js": "^4.4.0",
|
|
10
10
|
"construct-style-sheets-polyfill": "^3.1.0",
|
|
11
11
|
"react": "18.2.0",
|
package/public/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest_version": 3,
|
|
3
3
|
"name": "@shoplflow/extension",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.108",
|
|
5
5
|
"description": "Shoplflow 점유율 확인 extension",
|
|
6
6
|
"permissions": [
|
|
7
7
|
"storage"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"src/pages/content/index.js"
|
|
25
25
|
],
|
|
26
26
|
"css": [
|
|
27
|
-
"assets/css/
|
|
27
|
+
"assets/css/contentStyle17437398290.chunk.css"
|
|
28
28
|
]
|
|
29
29
|
}
|
|
30
30
|
],
|
/package/dist/assets/css/{contentStyle17434730994.chunk.css → contentStyle17437398290.chunk.css}
RENAMED
|
File without changes
|