@kumori/aurora-wui-components 0.0.216 → 0.0.217
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":"deploy-modal-component.d.ts","sourceRoot":"","sources":["../../../src/components/deploy-modal-component/deploy-modal-component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,gCAAgC,CAAC;AACxC,OAAO,gCAAgC,CAAC;AAExC,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"deploy-modal-component.d.ts","sourceRoot":"","sources":["../../../src/components/deploy-modal-component/deploy-modal-component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,gCAAgC,CAAC;AACxC,OAAO,gCAAgC,CAAC;AAExC,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,4BAsBX;IAE0B,KAAK,SAAgB;IACrB,MAAM,SAAe;IAEjD,MAAM;CAWP"}
|
package/dist/index.js
CHANGED
|
@@ -7169,16 +7169,19 @@ var DeployModalComponent = class DeployModalComponent extends LitElement {
|
|
|
7169
7169
|
:host {
|
|
7170
7170
|
display: block;
|
|
7171
7171
|
}
|
|
7172
|
-
|
|
7172
|
+
::-webkit-scrollbar {
|
|
7173
7173
|
width: 0.625rem;
|
|
7174
|
+
height: 0.625rem;
|
|
7174
7175
|
}
|
|
7175
|
-
|
|
7176
|
+
::-webkit-scrollbar-track {
|
|
7176
7177
|
background: transparent;
|
|
7177
7178
|
border: none;
|
|
7178
7179
|
}
|
|
7179
|
-
|
|
7180
|
+
::-webkit-scrollbar-thumb {
|
|
7180
7181
|
background-color: #dbdde4;
|
|
7181
7182
|
border: none;
|
|
7183
|
+
border-radius: 8.854375rem;
|
|
7184
|
+
min-width: 12.8125rem;
|
|
7182
7185
|
min-height: 12.8125rem;
|
|
7183
7186
|
}
|
|
7184
7187
|
`];
|