@shoplflow/extension 0.0.134 → 0.0.135
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.135
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e469df75963f369e4c8abe192168205969e6191a`](https://github.com/shopl/shoplflow/commit/e469df75963f369e4c8abe192168205969e6191a), [`6ea468b03927253d49cb7c9af0ed9fc0188feb10`](https://github.com/shopl/shoplflow/commit/6ea468b03927253d49cb7c9af0ed9fc0188feb10)]:
|
|
8
|
+
- @shoplflow/base@0.41.0
|
|
9
|
+
|
|
3
10
|
## 0.0.134
|
|
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.135",
|
|
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/contentStyle17522107283.chunk.css"
|
|
28
28
|
]
|
|
29
29
|
}
|
|
30
30
|
],
|
|
@@ -1038,7 +1038,7 @@ var K5=Object.defineProperty;var Z5=(e,t,i)=>t in e?K5(e,t,{enumerable:!0,config
|
|
|
1038
1038
|
width: 100%;
|
|
1039
1039
|
background: ${y.neutral0};
|
|
1040
1040
|
gap: 4px;
|
|
1041
|
-
padding: 4px 4px 4px 12px;
|
|
1041
|
+
padding: ${({sizeVar:e})=>e==="M"?"4px 4px 4px 12px":"0 8px"};
|
|
1042
1042
|
cursor: pointer;
|
|
1043
1043
|
${({disabled:e})=>e&&R`
|
|
1044
1044
|
background-color: ${y.neutral100};
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/extension",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.135",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Shoplflow 점유율 확인 extension",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@shoplflow/base": "^0.
|
|
8
|
+
"@shoplflow/base": "^0.41.0",
|
|
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.135",
|
|
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/contentStyle17522107283.chunk.css"
|
|
28
28
|
]
|
|
29
29
|
}
|
|
30
30
|
],
|
/package/dist/assets/css/{contentStyle17521015846.chunk.css → contentStyle17522107283.chunk.css}
RENAMED
|
File without changes
|