@shoplflow/extension 0.0.63 → 0.0.65

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.65
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`148f556`](https://github.com/shopl/shoplflow/commit/148f55604d0742b5b3fd49f1fc7aafc7ba5509e0)]:
8
+ - @shoplflow/base@0.32.8
9
+
10
+ ## 0.0.64
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`13b54ee`](https://github.com/shopl/shoplflow/commit/13b54eeb5d726ae4a8785051ac9a0f763e4b0c72)]:
15
+ - @shoplflow/base@0.32.6
16
+
3
17
  ## 0.0.63
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.63",
4
+ "version": "0.0.65",
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/contentStyle17274239439.chunk.css"
27
+ "assets/css/contentStyle17290644360.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],
@@ -284,7 +284,7 @@ var U5=Object.defineProperty;var z5=(e,t,i)=>t in e?U5(e,t,{enumerable:!0,config
284
284
  cursor: pointer;
285
285
  ${e=>e.styleVar==="SOLID"&&ku(e)};
286
286
  ${({disabled:e})=>it(e)};
287
- `;const Mt=(e,t=1)=>{const i=e.replace(/[0-9]|_/g,""),o=Object.keys(y).filter(h=>h.includes(i)),s=h=>{const f=h.replace(/_/g,"."),u=/\d+(\.\d+)?/g,g=f.match(u);return g?parseFloat(g[0]):0},l=o.sort((h,f)=>s(h)-s(f));let c=l.indexOf(e),d=0;for(;d<Math.abs(t)&&(c+=Math.sign(t),!(c<0||c>=l.length));)!l[c].endsWith("_5")&&!l[c].includes("50")&&d++;return c=Math.max(0,Math.min(c,l.length-1)),l[c]},Fu=({color:e})=>R`
287
+ `;const Mt=(e,t=1)=>{const i=e.replace(/[0-9]|_/g,""),o=Object.keys(y).filter(h=>h.includes(i)),s=h=>{const f=h.replace(/_/g,"."),u=/\d+(\.\d+)?/g,g=f.match(u);return g?parseFloat(g[0]):0},l=o.sort((h,f)=>s(h)-s(f));let c=l.indexOf(e),d=0;for(;d<Math.abs(t)&&(c+=Math.sign(t),!(c<0||c>=l.length));)!l[c].endsWith("_5")&&!l[c].endsWith("50")&&d++;return c=Math.max(0,Math.min(c,l.length-1)),l[c]},Fu=({color:e})=>R`
288
288
  background: ${y.neutral0};
289
289
  border: 1px solid ${y[e]};
290
290
  border-radius: ${Te.borderRadius20};
@@ -381,6 +381,11 @@ var U5=Object.defineProperty;var z5=(e,t,i)=>t in e?U5(e,t,{enumerable:!0,config
381
381
  min-width: 32px;
382
382
  height: 32px;
383
383
  min-height: 32px;
384
+ `;case"XS":return R`
385
+ width: 24px;
386
+ min-width: 24px;
387
+ height: 24px;
388
+ min-height: 24px;
384
389
  `;default:return R`
385
390
  width: 40px;
386
391
  min-width: 40px;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@shoplflow/extension",
3
- "version": "0.0.63",
3
+ "version": "0.0.65",
4
4
  "license": "MIT",
5
5
  "description": "Shoplflow 점유율 확인 extension",
6
6
  "type": "module",
7
7
  "dependencies": {
8
- "@shoplflow/base": "^0.32.5",
8
+ "@shoplflow/base": "^0.32.8",
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.63",
4
+ "version": "0.0.65",
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/contentStyle17274239439.chunk.css"
27
+ "assets/css/contentStyle17290644360.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],