profinansy-ui-lib 3.4.19 → 3.4.20

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2391,7 +2391,7 @@
2391
2391
  display: none;
2392
2392
  }
2393
2393
  `,t.Sticky=a.default.div`
2394
- z-index: 10;
2394
+ z-index: 20;
2395
2395
  position: sticky;
2396
2396
  top: calc(${i.HEIGHT_HEADER}px + 24px);
2397
2397
  `,t.Main=a.default.main`
@@ -4312,7 +4312,7 @@
4312
4312
  position: absolute;
4313
4313
  top: 0;
4314
4314
  z-index: -1;
4315
- ${t=e.mode,n=e.theme,"light"===t?{right:"-6px",width:"6px",backgroundImage:"linear-gradient(90deg, #90bff954, #bbd9fb00)"}:{right:0,borderRight:`1px solid ${n.stroke.primary}`}}
4315
+ ${t=e.mode,n=e.theme,"light"===t?{right:"-6px",width:"6px",backgroundImage:"linear-gradient(90deg, #e0e3eb54, #fff0)"}:{right:0,borderRight:`1px solid ${n.stroke.primary}`}}
4316
4316
  }
4317
4317
  `;var t,n}}
4318
4318
  }
@@ -4332,7 +4332,7 @@
4332
4332
  position: absolute;
4333
4333
  top: 0;
4334
4334
  z-index: -1;
4335
- ${t=e.mode,n=e.theme,"light"===t?{left:"-3px",width:"3px",backgroundImage:"linear-gradient(90deg, #bbd9fb00, #90bff954)"}:{left:0,borderRight:`1px solid ${n.stroke.primary}`}}
4335
+ ${t=e.mode,n=e.theme,"light"===t?{left:"-3px",width:"3px",backgroundImage:"linear-gradient(90deg, #fff0, #e0e3eb54)"}:{left:0,borderRight:`1px solid ${n.stroke.primary}`}}
4336
4336
  }
4337
4337
  `;var t,n}}
4338
4338
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.4.19",
3
+ "version": "3.4.20",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {