@shoplflow/extension 0.0.96 → 0.0.97
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.97
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`3a6c3d1c932797fd225822b8b7a17cc3080a9da3`](https://github.com/shopl/shoplflow/commit/3a6c3d1c932797fd225822b8b7a17cc3080a9da3)]:
|
|
8
|
+
- @shoplflow/base@0.32.40
|
|
9
|
+
|
|
3
10
|
## 0.0.96
|
|
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.97",
|
|
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/contentStyle17412202781.chunk.css"
|
|
28
28
|
]
|
|
29
29
|
}
|
|
30
30
|
],
|
|
@@ -1124,10 +1124,10 @@ var N5=Object.defineProperty;var q5=(e,t,i)=>t in e?N5(e,t,{enumerable:!0,config
|
|
|
1124
1124
|
width: fit-content;
|
|
1125
1125
|
cursor: pointer;
|
|
1126
1126
|
|
|
1127
|
-
& input:checked + label {
|
|
1127
|
+
/* & input:checked + label {
|
|
1128
1128
|
background-color: ${y.neutral0};
|
|
1129
1129
|
cursor: default;
|
|
1130
|
-
}
|
|
1130
|
+
} */
|
|
1131
1131
|
`,MC=L.label`
|
|
1132
1132
|
display: flex;
|
|
1133
1133
|
align-items: center;
|
|
@@ -1151,7 +1151,7 @@ var N5=Object.defineProperty;var q5=(e,t,i)=>t in e?N5(e,t,{enumerable:!0,config
|
|
|
1151
1151
|
height: 0;
|
|
1152
1152
|
opacity: 0;
|
|
1153
1153
|
visibility: hidden;
|
|
1154
|
-
`,zC=b.exports.createContext(null),IC=()=>{const e=b.exports.useContext(zC);if(!e)throw new Error("ToggleInnerButton \uCEF4\uD3EC\uB10C\uD2B8\uB294 ToggleButton \uB0B4\uBD80\uC5D0\uC11C \uC0AC\uC6A9\uD574\uC8FC\uC138\uC694");return e};b.exports.forwardRef(({label:e,disabled:t,value:i,id:r,...o},s)=>{const{fixedWidth:a,onChange:l,targetName:c,selectedValue:d,sizeVar:h}=IC();let f=!1;return d&&d===i&&(f=!0),u(bC,{disabled:t,type:"button",children:[n(SC,{width:a,disabled:t,
|
|
1154
|
+
`,zC=b.exports.createContext(null),IC=()=>{const e=b.exports.useContext(zC);if(!e)throw new Error("ToggleInnerButton \uCEF4\uD3EC\uB10C\uD2B8\uB294 ToggleButton \uB0B4\uBD80\uC5D0\uC11C \uC0AC\uC6A9\uD574\uC8FC\uC138\uC694");return e};b.exports.forwardRef(({label:e,disabled:t,value:i,id:r,...o},s)=>{const{fixedWidth:a,onChange:l,targetName:c,selectedValue:d,sizeVar:h}=IC();let f=!1;return d&&d===i&&(f=!0),u(bC,{disabled:t,type:"button",children:[n(SC,{checked:f,width:a,disabled:t,value:i,id:r,type:"radio",ref:s,name:c,...o,onChange:l}),n(MC,{htmlFor:r,width:a,disabled:t,selected:f,sizeVar:h,children:n(ye,{lineClamp:1,color:f?"neutral700":"neutral500",wordBreak:"break-all",typography:f?"body2_500":"body2_400",children:e})})]})});L.div`
|
|
1155
1155
|
display: flex;
|
|
1156
1156
|
width: 280px;
|
|
1157
1157
|
height: 100%;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/extension",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.97",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Shoplflow 점유율 확인 extension",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@shoplflow/base": "^0.32.
|
|
8
|
+
"@shoplflow/base": "^0.32.40",
|
|
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.97",
|
|
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/contentStyle17412202781.chunk.css"
|
|
28
28
|
]
|
|
29
29
|
}
|
|
30
30
|
],
|
/package/dist/assets/css/{contentStyle17406303129.chunk.css → contentStyle17412202781.chunk.css}
RENAMED
|
File without changes
|