@shoplflow/extension 0.0.173 → 0.0.175
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,19 @@
|
|
|
1
1
|
# @shoplflow/extension
|
|
2
2
|
|
|
3
|
+
## 0.0.175
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`9ac9c6de626d6548544c038040e0f5b3746e95ae`](https://github.com/shopl/shoplflow/commit/9ac9c6de626d6548544c038040e0f5b3746e95ae)]:
|
|
8
|
+
- @shoplflow/base@0.45.0
|
|
9
|
+
|
|
10
|
+
## 0.0.174
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`f172b53f421af9b0a1107ac7e281a509a5487d5d`](https://github.com/shopl/shoplflow/commit/f172b53f421af9b0a1107ac7e281a509a5487d5d)]:
|
|
15
|
+
- @shoplflow/base@0.44.0
|
|
16
|
+
|
|
3
17
|
## 0.0.173
|
|
4
18
|
|
|
5
19
|
### 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.175",
|
|
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/contentStyle17648125655.chunk.css"
|
|
28
28
|
]
|
|
29
29
|
}
|
|
30
30
|
],
|
|
@@ -1069,14 +1069,10 @@ var Zc=Object.defineProperty;var e3=(e,t,i)=>t in e?Zc(e,t,{enumerable:!0,config
|
|
|
1069
1069
|
align-items: center;
|
|
1070
1070
|
justify-content: space-between;
|
|
1071
1071
|
width: 100%;
|
|
1072
|
-
background: ${y.neutral0};
|
|
1072
|
+
background: ${({disabled:e})=>e?y.neutral100:y.neutral0};
|
|
1073
1073
|
gap: 4px;
|
|
1074
|
-
padding: ${({sizeVar:e})=>e==="M"?"4px 12px":"0 8px"};
|
|
1075
|
-
cursor: pointer;
|
|
1076
|
-
${({disabled:e})=>e&&R`
|
|
1077
|
-
background-color: ${y.neutral100};
|
|
1078
|
-
cursor: not-allowed;
|
|
1079
|
-
`}
|
|
1074
|
+
padding: ${({sizeVar:e})=>e==="M"?"4px 4px 4px 12px":"0 8px"};
|
|
1075
|
+
cursor: ${({disabled:e})=>e?"not-allowed":"pointer"};
|
|
1080
1076
|
`;L.div`
|
|
1081
1077
|
background-color: ${y.neutral700};
|
|
1082
1078
|
padding: 4px 8px;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/extension",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.175",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Shoplflow 점유율 확인 extension",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@shoplflow/base": "^0.
|
|
8
|
+
"@shoplflow/base": "^0.45.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.175",
|
|
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/contentStyle17648125655.chunk.css"
|
|
28
28
|
]
|
|
29
29
|
}
|
|
30
30
|
],
|
/package/dist/assets/css/{contentStyle17643081584.chunk.css → contentStyle17648125655.chunk.css}
RENAMED
|
File without changes
|