@shoplflow/extension 0.0.71 → 0.0.73

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.73
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`2df7eda`](https://github.com/shopl/shoplflow/commit/2df7eda72b065feb5f8bb33722648b4560e63479)]:
8
+ - @shoplflow/base@0.32.16
9
+
10
+ ## 0.0.72
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`837efc4`](https://github.com/shopl/shoplflow/commit/837efc4b3e51b9fdf409c11b76e4a514faa2e77c)]:
15
+ - @shoplflow/base@0.32.15
16
+
3
17
  ## 0.0.71
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.71",
4
+ "version": "0.0.73",
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/contentStyle17351963678.chunk.css"
27
+ "assets/css/contentStyle17362975487.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],
@@ -377,37 +377,21 @@ var U5=Object.defineProperty;var z5=(e,t,i)=>t in e?U5(e,t,{enumerable:!0,config
377
377
  min-width: 40px;
378
378
  height: 40px;
379
379
  min-height: 40px;
380
- & > svg {
381
- width: 24px;
382
- height: 24px;
383
- }
384
380
  `;case"S":return R`
385
381
  width: 32px;
386
382
  min-width: 32px;
387
383
  height: 32px;
388
384
  min-height: 32px;
389
- & > svg {
390
- width: 20px;
391
- height: 20px;
392
- }
393
385
  `;case"XS":return R`
394
386
  width: 24px;
395
387
  min-width: 24px;
396
388
  height: 24px;
397
389
  min-height: 24px;
398
- & > svg {
399
- width: 12px;
400
- height: 12px;
401
- }
402
390
  `;default:return R`
403
391
  width: 40px;
404
392
  min-width: 40px;
405
393
  height: 40px;
406
394
  min-height: 40px;
407
- & > svg {
408
- width: 20px;
409
- height: 20px;
410
- }
411
395
  `}},Vu=(e,t,i)=>{switch(e){case"PRIMARY":return R`
412
396
  background: ${y.primary300};
413
397
  border: 1px solid ${y.primary400};
@@ -449,6 +433,10 @@ var U5=Object.defineProperty;var z5=(e,t,i)=>t in e?U5(e,t,{enumerable:!0,config
449
433
  ${({styleVar:e,color:t,isHovered:i})=>Vu(e,t,i)};
450
434
  ${({sizeVar:e})=>Tu(e)};
451
435
  ${({disabled:e})=>ot(e)};
436
+ & > svg {
437
+ width: 20px;
438
+ height: 20px;
439
+ }
452
440
  `,ei=b.exports.forwardRef(({styleVar:e,sizeVar:t,disabled:i,children:r,color:o,onMouseEnter:s,onMouseLeave:l,isLoading:a=!1,type:c="button",...d},h)=>{const[f,p]=b.exports.useState(!1);return n(Pu,{styleVar:e,sizeVar:t,disabled:i,color:o,ref:h,onMouseEnter:m=>{p(!0),s&&s(m)},onMouseLeave:m=>{p(!1),l&&l(m)},isHovered:f,type:c,...d,"data-shoplflow":"IconButton",children:a?n(V2,{color:e==="SECONDARY"||e==="GHOST"?"neutral500":"neutral0"}):r})}),Ou=R`
453
441
  background: ${y.neutral100};
454
442
  & > span {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@shoplflow/extension",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "license": "MIT",
5
5
  "description": "Shoplflow 점유율 확인 extension",
6
6
  "type": "module",
7
7
  "dependencies": {
8
- "@shoplflow/base": "^0.32.14",
8
+ "@shoplflow/base": "^0.32.16",
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.71",
4
+ "version": "0.0.73",
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/contentStyle17351963678.chunk.css"
27
+ "assets/css/contentStyle17362975487.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],