@shoplflow/extension 0.0.2 → 0.0.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`15244d2`](https://github.com/shopl/shoplflow/commit/15244d23971a3527b762752d8853d02c0c801a42)]:
8
+ - @shoplflow/base@0.26.1
9
+
3
10
  ## 0.0.2
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.2",
4
+ "version": "0.0.3",
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/contentStyle17107484687.chunk.css"
27
+ "assets/css/contentStyle17108103991.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],
@@ -160,7 +160,7 @@ var k5=Object.defineProperty;var B5=(e,t,i)=>t in e?k5(e,t,{enumerable:!0,config
160
160
  flex-direction: column;
161
161
  background: ${R.neutral0};
162
162
  box-sizing: border-box;
163
- min-height: ${({minHeight:e})=>e};
163
+ min-height: ${({minHeight:e})=>e}px;
164
164
  max-height: ${({maxHeight:e})=>e}px;
165
165
  flex: 1;
166
166
  ${({isIncludeHeader:e})=>Sf(e)}
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@shoplflow/extension",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "MIT",
5
5
  "description": "Shoplflow 점유율 확인 extension",
6
6
  "type": "module",
7
7
  "dependencies": {
8
- "@shoplflow/base": "^0.26.0",
8
+ "@shoplflow/base": "^0.26.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.2",
4
+ "version": "0.0.3",
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/contentStyle17107484687.chunk.css"
27
+ "assets/css/contentStyle17108103991.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],