@shoplflow/extension 0.0.127 → 0.0.128

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.128
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e83a2f8ed5d38cf979a7b5ce24b604a87ec5ef86`](https://github.com/shopl/shoplflow/commit/e83a2f8ed5d38cf979a7b5ce24b604a87ec5ef86)]:
8
+ - @shoplflow/base@0.40.1
9
+
3
10
  ## 0.0.127
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "@shoplflow/extension",
4
- "version": "0.0.127",
4
+ "version": "0.0.128",
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/contentStyle17482440725.chunk.css"
27
+ "assets/css/contentStyle17496043770.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],
@@ -766,10 +766,7 @@ var K5=Object.defineProperty;var Z5=(e,t,i)=>t in e?K5(e,t,{enumerable:!0,config
766
766
  border-width: ${t?"2px":"1px"};
767
767
  transition: border-width 0.2s ease-in-out;
768
768
  border-radius: 12px;
769
-
770
- &:hover {
771
- border-width: 2px;
772
- }
769
+ border-width: 1.5px;
773
770
  `;default:return R`
774
771
  background-color: ${w.neutral0};
775
772
  border-width: 1px;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@shoplflow/extension",
3
- "version": "0.0.127",
3
+ "version": "0.0.128",
4
4
  "license": "MIT",
5
5
  "description": "Shoplflow 점유율 확인 extension",
6
6
  "type": "module",
7
7
  "dependencies": {
8
- "@shoplflow/base": "^0.40.0",
8
+ "@shoplflow/base": "^0.40.1",
9
9
  "chart.js": "^4.4.0",
10
10
  "construct-style-sheets-polyfill": "^3.1.0",
11
11
  "react": "18.2.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "@shoplflow/extension",
4
- "version": "0.0.127",
4
+ "version": "0.0.128",
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/contentStyle17482440725.chunk.css"
27
+ "assets/css/contentStyle17496043770.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],