@hiver/connector-agent 1.3.4-beta.22 → 1.3.4-beta.23

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.
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/components/write-form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAE7E,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAUnD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CASnD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAGtD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,WAAW,CAOlD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/components/write-form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAE7E,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAUnD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CASnD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAatD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,WAAW,CAOlD,CAAC"}
package/index.es.js CHANGED
@@ -40430,6 +40430,16 @@ const ul = (e) => {
40430
40430
  `, rm = V(Ke)`
40431
40431
  height: calc(100% - 44px);
40432
40432
  overflow: auto;
40433
+ &::-webkit-scrollbar {
40434
+ background-color: transparent;
40435
+ width: 8px;
40436
+ }
40437
+ &:hover {
40438
+ &::-webkit-scrollbar-thumb {
40439
+ background-color: #929292;
40440
+ border-radius: 4px;
40441
+ }
40442
+ }
40433
40443
  `, im = V(Zt)`
40434
40444
  &:hover {
40435
40445
  background-color: #e3e9ff !important;
package/index.umd.js CHANGED
@@ -2603,6 +2603,16 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2603
2603
  `,_h=V(ze)`
2604
2604
  height: calc(100% - 44px);
2605
2605
  overflow: auto;
2606
+ &::-webkit-scrollbar {
2607
+ background-color: transparent;
2608
+ width: 8px;
2609
+ }
2610
+ &:hover {
2611
+ &::-webkit-scrollbar-thumb {
2612
+ background-color: #929292;
2613
+ border-radius: 4px;
2614
+ }
2615
+ }
2606
2616
  `,qh=V(zt)`
2607
2617
  &:hover {
2608
2618
  background-color: #e3e9ff !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiver/connector-agent",
3
- "version": "1.3.4-beta.22",
3
+ "version": "1.3.4-beta.23",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",