Skip to content

Commit cc1a158

Browse files
committed
fix: loading part
1 parent 7546278 commit cc1a158

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

packages/quarkd/src/toast/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class QuarkToast extends QuarkElement {
142142
<quark-overlay open={this.show} zIndex={this.zIndex} part="overlay">
143143
<div
144144
class={`quark-toast quark-toast--${this.loadingIconDirection}`}
145-
part="loading"
145+
part="loading-container"
146146
ref={this.toastRef}
147147
>
148148
<quark-loading

yarn.lock

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10173,20 +10173,6 @@ quarkc@^1.0.39:
1017310173
dependencies:
1017410174
"@babel/runtime" "^7.22.5"
1017510175

10176-
quarkd@2.0.1:
10177-
version "2.0.1"
10178-
resolved "https://registry.yarnpkg.com/quarkd/-/quarkd-2.0.1.tgz#135745dc0ad24a889340d15101c084fbc461e510"
10179-
integrity sha512-W65wHX3YN0YkwKgwW8Kt9Jf88neJEs8lf/KPFoGWY4aSqzUPtR/NkNRys6f7+QBoDReepblxSJfj/VG02nOzuQ==
10180-
dependencies:
10181-
"@better-scroll/core" "^2.4.2"
10182-
"@better-scroll/slide" "^2.4.2"
10183-
"@better-scroll/wheel" "^2.4.2"
10184-
"@quarkd/icons" "^1.0.4"
10185-
async-validator "^4.2.5"
10186-
body-scroll-lock "3.1.5"
10187-
lodash.assign "^4.2.0"
10188-
quarkc "^1.0.39"
10189-
1019010176
queue-microtask@^1.2.2:
1019110177
version "1.2.3"
1019210178
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"

0 commit comments

Comments
 (0)