@shoplflow/extension 0.0.83 → 0.0.85

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.85
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`355c0dfabe0564efb82e6449a31a32cfaa3784fa`](https://github.com/shopl/shoplflow/commit/355c0dfabe0564efb82e6449a31a32cfaa3784fa)]:
8
+ - @shoplflow/base@0.32.28
9
+
10
+ ## 0.0.84
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`3f88f884d5b09ac5c583f8bddf86cfa363c046c2`](https://github.com/shopl/shoplflow/commit/3f88f884d5b09ac5c583f8bddf86cfa363c046c2)]:
15
+ - @shoplflow/base@0.32.27
16
+
3
17
  ## 0.0.83
4
18
 
5
19
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "@shoplflow/extension",
4
- "version": "0.0.83",
4
+ "version": "0.0.85",
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/contentStyle17386341798.chunk.css"
27
+ "assets/css/contentStyle17388040017.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],
@@ -342,12 +342,15 @@ var Nc=Object.defineProperty;var qc=(e,t,i)=>t in e?Nc(e,t,{enumerable:!0,config
342
342
  border: 1px solid ${y.primary400};
343
343
  background-color: ${y.primary300};
344
344
  `}},$6=e=>{switch(e){case"M":return R`
345
+ gap: 4px;
345
346
  min-width: 72px;
346
347
  min-height: 40px;
347
348
  `;case"S":return R`
349
+ gap: 2px;
348
350
  min-width: 54px;
349
351
  min-height: 32px;
350
352
  `;default:return R`
353
+ gap: 4px;
351
354
  min-width: 72px;
352
355
  min-height: 40px;
353
356
  `}},U6=T.button`
@@ -356,7 +359,7 @@ var Nc=Object.defineProperty;var qc=(e,t,i)=>t in e?Nc(e,t,{enumerable:!0,config
356
359
  justify-content: center;
357
360
  height: fit-content;
358
361
  width: fit-content;
359
- gap: 4px;
362
+ /* gap: 4px; */
360
363
  padding: 0 12px;
361
364
  border-radius: 6px;
362
365
  cursor: pointer;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@shoplflow/extension",
3
- "version": "0.0.83",
3
+ "version": "0.0.85",
4
4
  "license": "MIT",
5
5
  "description": "Shoplflow 점유율 확인 extension",
6
6
  "type": "module",
7
7
  "dependencies": {
8
- "@shoplflow/base": "^0.32.26",
8
+ "@shoplflow/base": "^0.32.28",
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.83",
4
+ "version": "0.0.85",
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/contentStyle17386341798.chunk.css"
27
+ "assets/css/contentStyle17388040017.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],