@plaso-infi/whiteboard-sdk 0.2.5 → 0.2.6

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.
@@ -3156,573 +3156,573 @@
3156
3156
  color: var(--upime-active);
3157
3157
  }
3158
3158
 
3159
- .cm_item_2e94Y {
3160
- width: 40px;
3161
- height: 50px;
3159
+ .graphicSideContainer_jScOm {
3160
+ position: relative;
3161
+ width: 100%;
3162
+ height: 100%;
3162
3163
  display: flex;
3163
- justify-content: center;
3164
+ flex-direction: column;
3165
+ }
3166
+ .title_2y8qG {
3167
+ padding-left: 24px;
3168
+ padding-right: 54px;
3169
+ height: 64px;
3170
+ width: 100%;
3171
+ background-color: var(--upime-pane-bg);
3164
3172
  align-items: center;
3173
+ justify-content: space-between;
3174
+ display: flex;
3165
3175
  flex-shrink: 0;
3166
- cursor: pointer;
3167
- }
3168
- .cm_item_2e94Y.disabled_3ost8 {
3169
- cursor: default;
3170
- color: var(--upime-disable);
3171
- pointer-events: none;
3176
+ font-size: 20px;
3177
+ color: var(--upime-main-text);
3178
+ font-weight: 600;
3179
+ line-height: 30px;
3172
3180
  }
3173
- .icon_box_2_MCw {
3181
+ .title_2y8qG .titleIconContainer_2HpFh {
3182
+ width: 44px;
3183
+ height: 44px;
3174
3184
  display: flex;
3175
- justify-content: center;
3176
3185
  align-items: center;
3177
- width: 100%;
3178
- height: 100%;
3179
- font-size: 14px;
3186
+ justify-content: center;
3187
+ position: relative;
3188
+ cursor: pointer;
3180
3189
  }
3181
- .icon_box_2_MCw.active_3IluS {
3182
- color: var(--upime-active);
3190
+ .title_2y8qG .titleIconContainer_2HpFh::after {
3191
+ position: absolute;
3192
+ content: "";
3193
+ right: 0px;
3194
+ top: 12px;
3195
+ bottom: 12px;
3196
+ width: 1px;
3197
+ background-color: #e6e7e9;
3183
3198
  }
3184
- .bling_item_Wpkjy {
3185
- opacity: 0.8;
3199
+ .title_2y8qG .titleIconContainer_2HpFh .rotate_3mkgL {
3200
+ transform: rotate(180deg);
3186
3201
  }
3187
- .hidden_3zMAG {
3188
- visibility: hidden !important;
3202
+ .searchContentContainer_2aGCw {
3203
+ margin-top: 8px;
3204
+ height: 40px;
3205
+ padding: 0 20px;
3189
3206
  }
3190
- .hidden_all_1mCfr {
3191
- visibility: hidden !important;
3207
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa {
3208
+ position: relative;
3209
+ height: 100%;
3192
3210
  }
3193
- .hidden_all_1mCfr * {
3194
- visibility: hidden !important;
3211
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuHotarea_CavnD {
3212
+ position: absolute;
3213
+ width: 24px;
3214
+ height: 24px;
3215
+ right: 12px;
3216
+ top: 8px;
3217
+ display: flex;
3218
+ align-items: center;
3219
+ justify-content: center;
3220
+ cursor: pointer;
3195
3221
  }
3196
- .show_all_3RK0E {
3197
- visibility: visible !important;
3222
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
3223
+ color: #dbdbde;
3198
3224
  }
3199
- .show_all_3RK0E * {
3200
- visibility: visible !important;
3225
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .searchIcon_2yMds {
3226
+ position: absolute;
3227
+ left: 12px;
3228
+ top: 10px;
3201
3229
  }
3202
- .pane_24eRa {
3203
- background-color: var(--upime-pane-bg);
3230
+ .searchContentContainer_2aGCw .input_S5_HS {
3231
+ width: 100%;
3232
+ height: 100%;
3204
3233
  border-radius: 4px;
3205
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3234
+ background-color: white;
3235
+ border: 1px solid #ececee;
3236
+ outline: none;
3237
+ color: #303133;
3238
+ font-size: 14px;
3239
+ padding: 0 48px 0 40px;
3240
+ display: block;
3206
3241
  }
3207
- @keyframes show_2n9nM {
3208
- to {
3209
- visibility: visible;
3210
- opacity: 1;
3211
- }
3242
+ .searchContentContainer_2aGCw .input_S5_HS::placeholder {
3243
+ color: #c2c3c8;
3212
3244
  }
3213
- .show_a_PIUo0 {
3214
- visibility: hidden;
3215
- opacity: 0;
3216
- animation: show_2n9nM 0.5s forwards;
3245
+ .searchContentContainer_2aGCw .input_S5_HS:focus {
3246
+ border: 1px solid #2e73e5;
3217
3247
  }
3218
- @keyframes show_scale_1mftc {
3219
- to {
3220
- transform: scale(1);
3221
- visibility: visible;
3222
- opacity: 1;
3223
- }
3248
+ .categroyWrapper_2QXR0 {
3249
+ flex: 1;
3250
+ overflow: auto;
3251
+ margin-top: 20px;
3252
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3253
+ scrollbar-width: thin;
3224
3254
  }
3225
- .show_scale_1mftc {
3226
- visibility: hidden;
3227
- opacity: 0;
3228
- transform: scale(0);
3229
- animation: show_scale_1mftc 0.3s forwards;
3255
+ .categroyWrapper_2QXR0::-webkit-scrollbar {
3256
+ width: 4px;
3230
3257
  }
3231
- .show_scale_1mftc.right_3fFKY {
3232
- transform-origin: left center;
3258
+ .categroyWrapper_2QXR0::-webkit-scrollbar-track {
3259
+ border-radius: 5px;
3260
+ background-color: transparent;
3233
3261
  }
3234
- .show_scale_1mftc.left_2V43j {
3235
- transform-origin: right center;
3262
+ .categroyWrapper_2QXR0::-webkit-scrollbar-thumb {
3263
+ border-radius: 2px;
3264
+ background-color: var(--upime-scrollbar-thumb);
3236
3265
  }
3237
- .show_scale_1mftc.bottom_3zuBY {
3238
- transform-origin: center top;
3266
+ .categroyWrapper_2QXR0 .emptyContainer_1tl6E {
3267
+ width: 100%;
3268
+ height: 100%;
3269
+ display: flex;
3270
+ flex-direction: column;
3271
+ align-items: center;
3272
+ justify-content: center;
3273
+ color: #616371;
3239
3274
  }
3240
- .show_scale_1mftc.top_1dQIl {
3241
- transform-origin: center bottom;
3275
+ .categroyWrapper_2QXR0 .emptyContainer_1tl6E .emptyImg_PnK1N {
3276
+ width: 140px;
3242
3277
  }
3243
- .show_scale_1mftc.left_top_3ojkb {
3244
- transform-origin: right top;
3278
+ .categroyContainer_2fReq {
3279
+ margin-top: 20px;
3280
+ padding: 0 16px 0 20px;
3245
3281
  }
3246
- .show_scale_1mftc.top_left_1yo2X {
3247
- transform-origin: bottom left;
3282
+ .categroyContainer_2fReq:first-child {
3283
+ margin-top: 0;
3248
3284
  }
3249
- .show_scale_1mftc.bottom_left_HpIv- {
3250
- transform-origin: top left;
3285
+ .categroyContainer_2fReq .categroyTitle_1jXxy {
3286
+ font-size: 16px;
3287
+ display: flex;
3288
+ align-items: center;
3289
+ justify-content: space-between;
3290
+ height: 24px;
3251
3291
  }
3252
- .show_scale_1mftc.right_top_19DT5 {
3253
- transform-origin: left top;
3292
+ .categroyContainer_2fReq .categroyTitle_1jXxy.hasHover_3obj2 {
3293
+ cursor: pointer;
3254
3294
  }
3255
- .show_scale_1mftc.right_bottom_1Y686 {
3256
- transform-origin: left bottom;
3295
+ .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e {
3296
+ flex-shrink: 0;
3297
+ width: 24px;
3298
+ height: 24px;
3299
+ display: flex;
3300
+ align-items: center;
3301
+ justify-content: center;
3257
3302
  }
3258
- .show_scale_1mftc.left_bottom_2uN6u {
3259
- transform-origin: right bottom;
3303
+ .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e.iconRotate_R8Zzg {
3304
+ transform: rotate(-90deg);
3260
3305
  }
3261
- .btn_style_2ZbMu {
3306
+ .categroyContainer_2fReq .colorpalettesWrapper_26FnQ {
3307
+ position: relative;
3308
+ }
3309
+ .categroyContainer_2fReq .colorpalettesWrapper_26FnQ .colorpalettesOptionContainer_3B7E_ {
3310
+ position: absolute;
3311
+ left: 0;
3312
+ top: calc(100% + 1px);
3313
+ }
3314
+ .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
3315
+ margin-top: 10px;
3316
+ height: 24px;
3317
+ padding: 2px;
3318
+ display: flex;
3319
+ align-items: center;
3320
+ gap: 4px;
3321
+ border-radius: 2px;
3322
+ width: fit-content;
3262
3323
  cursor: pointer;
3263
3324
  }
3264
- .btn_style_2ZbMu:active,
3265
- .btn_style_2ZbMu.on_14ReV {
3266
- color: var(--upime-active);
3325
+ .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t.tinyColorPa_2hUVD {
3326
+ margin-top: 4px;
3267
3327
  }
3268
- .btn_style_2ZbMu.disabled_3ost8 {
3269
- color: var(--upime-disable);
3270
- pointer-events: none;
3328
+ .categroyContainer_2fReq.tinyCate_38BwA {
3329
+ padding: 0;
3271
3330
  }
3272
- .propEditorIconBox_ZPJ55 {
3273
- height: 40px;
3274
- width: 40px;
3331
+ .defaultColorTheme_2B6iW {
3275
3332
  display: flex;
3276
- justify-content: center;
3277
3333
  align-items: center;
3334
+ gap: 4px;
3335
+ color: var(--upime-main-text);
3278
3336
  }
3279
- .do-hovers .icon_box_2_MCw:hover {
3280
- opacity: 1;
3337
+ .simpleColorTheme_21RUC {
3338
+ display: flex;
3339
+ align-items: center;
3281
3340
  }
3282
- .do-hovers .bling_item_Wpkjy:hover {
3283
- opacity: 1;
3284
- background-color: var(--upime-btn-bg-hover);
3341
+ .simpleColorTheme_21RUC .simpleColorCircle_314Rw {
3342
+ width: 20px;
3343
+ height: 20px;
3344
+ border-radius: 50%;
3345
+ border-width: 2px;
3346
+ border-style: solid;
3347
+ margin-left: -5px;
3285
3348
  }
3286
- .do-hovers .btn_style_2ZbMu:hover {
3287
- color: var(--upime-active);
3349
+ .simpleColorTheme_21RUC .simpleColorCircle_314Rw:first-child {
3350
+ margin-left: 0;
3288
3351
  }
3289
- .do-hovers .propEditorIconBox_ZPJ55:hover {
3290
- background-color: var(--upime-btn-bg-hover);
3352
+ .childrenOptionContainer_3c2BF {
3353
+ width: 160px;
3354
+ padding: 8px 0;
3355
+ border-radius: 2px;
3356
+ background-color: white;
3357
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3291
3358
  }
3292
- .do-hovers .titleIcon_WNKTJ:hover {
3359
+ .childrenOptionContainer_3c2BF .options_39ftb {
3360
+ height: 40px;
3361
+ padding: 0 16px;
3362
+ display: flex;
3363
+ align-items: center;
3364
+ justify-content: space-between;
3365
+ cursor: pointer;
3293
3366
  color: var(--upime-active);
3294
3367
  }
3295
- .do-hovers .moreIcon_3EGbv:hover {
3296
- color: var(--upime-main-text);
3297
- }
3298
- .rotateY180_3B_Co {
3299
- transform: rotateY(180deg);
3300
- }
3301
- .upimeInput_CNs-e {
3302
- height: 38px;
3303
- padding: 8px 16px;
3304
- border: 1px solid black;
3305
- box-shadow: 0px 0px 0px 2px rgba(46, 115, 229, 0.16);
3306
- border: 1px solid var(--upime-input-border);
3307
- border-radius: 4px;
3368
+ .iconListContainer_92Ipt {
3369
+ margin-top: 10px;
3308
3370
  }
3309
- .upimeInput_CNs-e.invalid_3iDze {
3310
- box-shadow: 0px 0px 0px 2px rgba(254, 82, 80, 0.16);
3311
- border: 1px solid var(--upime-input-invalid);
3371
+ .iconListContainer_92Ipt .iconListView_sqkVV {
3372
+ width: 100%;
3373
+ display: flex;
3374
+ flex-wrap: wrap;
3375
+ gap: 12px;
3312
3376
  }
3313
- .titleIcon_WNKTJ {
3314
- height: 48px;
3377
+ .iconListContainer_92Ipt .iconListView_sqkVV .iconCell_2I3tD {
3315
3378
  width: 40px;
3316
- cursor: pointer;
3379
+ height: 40px;
3317
3380
  display: flex;
3318
- justify-content: center;
3319
3381
  align-items: center;
3320
- }
3321
- .titleIcon_WNKTJ.active_3IluS {
3322
- background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
3323
- background: initial !important;
3324
- }
3325
- .titleIcon_WNKTJ.active_3IluS {
3326
- color: var(--upime-active);
3327
- }
3328
- .moreIcon_3EGbv {
3382
+ justify-content: center;
3329
3383
  cursor: pointer;
3384
+ border-radius: 2px;
3330
3385
  }
3331
- .moreIcon_3EGbv svg {
3332
- color: #303445;
3333
- }
3334
- .moreIcon_3EGbv.active_3IluS svg {
3335
- color: var(--upime-main-text);
3386
+ .iconListContainer_92Ipt .iconListView_sqkVV .draggingIcon_1wKts {
3387
+ position: fixed;
3388
+ z-index: 9999;
3389
+ width: 44px;
3390
+ height: 44px;
3391
+ display: flex;
3392
+ align-items: center;
3393
+ justify-content: center;
3394
+ cursor: pointer;
3395
+ border-radius: 4px;
3396
+ background-color: white;
3397
+ box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
3398
+ transform: translateX(-50%) translateY(-50%);
3336
3399
  }
3337
- @keyframes loading_8SMbv {
3338
- 0% {
3339
- transform: rotate(0deg);
3340
- }
3341
- 100% {
3342
- transform: rotate(360deg);
3343
- }
3400
+ .iconListContainer_92Ipt.tinyIconList_3JAOj .iconCell_2I3tD {
3401
+ width: 36px;
3402
+ height: 36px;
3344
3403
  }
3345
- .loadingIcon_hh2my {
3346
- width: 24px;
3347
- height: 24px;
3348
- color: var(--upime-active);
3349
- animation: loading_8SMbv 1s linear infinite forwards;
3404
+ .do-hovers .colorpalettesContaienr_2Tw5t:hover {
3405
+ background-color: rgba(0, 0, 0, 0.06);
3350
3406
  }
3351
- .AIButtonContainer_1KCD9 {
3352
- padding: 0 8px;
3353
- height: 100%;
3354
- display: flex;
3355
- justify-content: center;
3356
- align-items: center;
3407
+ .do-hovers .titleIconContainer_2HpFh:hover {
3408
+ color: var(--upime-active);
3357
3409
  }
3358
- .AIButtonContainer_1KCD9.transparent_KymT8 {
3359
- opacity: 0;
3410
+ .do-hovers .childrenOptionContainer_3c2BF .options_39ftb:hover {
3411
+ background-color: rgba(0, 0, 0, 0.06);
3360
3412
  }
3361
- .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv {
3413
+ .do-hovers .iconListView_sqkVV .iconCell_2I3tD:hover {
3414
+ background-color: rgba(0, 0, 0, 0.06);
3415
+ }
3416
+
3417
+ .cm_item_2e94Y {
3362
3418
  width: 40px;
3363
- height: 40px;
3419
+ height: 50px;
3364
3420
  display: flex;
3365
3421
  justify-content: center;
3366
3422
  align-items: center;
3367
- position: relative;
3423
+ flex-shrink: 0;
3424
+ cursor: pointer;
3368
3425
  }
3369
- .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD {
3370
- overflow: hidden;
3426
+ .cm_item_2e94Y.disabled_3ost8 {
3427
+ cursor: default;
3428
+ color: var(--upime-disable);
3429
+ pointer-events: none;
3430
+ }
3431
+ .icon_box_2_MCw {
3371
3432
  display: flex;
3372
3433
  justify-content: center;
3373
3434
  align-items: center;
3374
- position: absolute;
3375
- left: 0;
3376
- top: 0;
3377
- bottom: 0;
3378
- right: 0;
3379
- transform-origin: center center;
3380
- transition: 0.4s;
3435
+ width: 100%;
3436
+ height: 100%;
3437
+ font-size: 14px;
3381
3438
  }
3382
- .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIShow_3bXP_ {
3383
- transform: scale(1) rotate(0);
3384
- opacity: 1;
3439
+ .icon_box_2_MCw.active_3IluS {
3440
+ color: var(--upime-active);
3385
3441
  }
3386
- .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIHide_36dTz {
3387
- transform: scale(0) rotate(360deg);
3388
- opacity: 0;
3442
+ .bling_item_Wpkjy {
3443
+ opacity: 0.8;
3389
3444
  }
3390
- .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonHover_k40Kt:hover {
3391
- background-color: var(--upime-btn-bg-hover);
3445
+ .hidden_3zMAG {
3446
+ visibility: hidden !important;
3392
3447
  }
3393
- .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonDisabled_1ZmJx {
3394
- opacity: 0.3;
3395
- cursor: default;
3396
- pointer-events: none;
3448
+ .hidden_all_1mCfr {
3449
+ visibility: hidden !important;
3397
3450
  }
3398
- .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD .AIButtonImage_1g9MN {
3399
- width: 32px;
3400
- height: 32px;
3451
+ .hidden_all_1mCfr * {
3452
+ visibility: hidden !important;
3401
3453
  }
3402
- .phoneBgColorFcContainer_3kNvI {
3403
- background-color: white;
3404
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3405
- padding: 16px 0px;
3406
- border-radius: 4px;
3407
- width: 100%;
3408
- overflow: hidden;
3409
- pointer-events: all;
3410
- position: relative;
3454
+ .show_all_3RK0E {
3455
+ visibility: visible !important;
3411
3456
  }
3412
- .widgetTypePicker_5H8Qx {
3413
- position: absolute;
3414
- width: 212px;
3415
- padding: 16px 4px 16px 16px;
3457
+ .show_all_3RK0E * {
3458
+ visibility: visible !important;
3459
+ }
3460
+ .pane_24eRa {
3461
+ background-color: var(--upime-pane-bg);
3416
3462
  border-radius: 4px;
3417
- background-color: #ffffff;
3418
3463
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3419
3464
  }
3420
- .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu {
3421
- max-height: 274px;
3422
- display: flex;
3423
- flex-direction: column;
3424
- overflow: hidden;
3465
+ @keyframes show_2n9nM {
3466
+ to {
3467
+ visibility: visible;
3468
+ opacity: 1;
3469
+ }
3425
3470
  }
3426
- .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF {
3427
- display: flex;
3428
- justify-content: left;
3429
- align-items: center;
3430
- flex-flow: row wrap;
3431
- gap: 12px;
3432
- padding-right: 12px;
3471
+ .show_a_PIUo0 {
3472
+ visibility: hidden;
3473
+ opacity: 0;
3474
+ animation: show_2n9nM 0.5s forwards;
3433
3475
  }
3434
- .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF .baseTypeItem_2ZO0E {
3435
- width: 36px;
3436
- height: 36px;
3437
- display: flex;
3438
- align-items: center;
3439
- justify-content: center;
3440
- cursor: pointer;
3441
- border-radius: 2px;
3476
+ @keyframes show_scale_1mftc {
3477
+ to {
3478
+ transform: scale(1);
3479
+ visibility: visible;
3480
+ opacity: 1;
3481
+ }
3442
3482
  }
3443
- .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeDivider_L_aZN {
3444
- margin-top: 4px;
3445
- margin-bottom: 12px;
3446
- border-top: 1px solid #e6e7e9;
3447
- margin-right: 12px;
3483
+ .show_scale_1mftc {
3484
+ visibility: hidden;
3485
+ opacity: 0;
3486
+ transform: scale(0);
3487
+ animation: show_scale_1mftc 0.3s forwards;
3448
3488
  }
3449
- .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL {
3450
- flex: 1;
3451
- padding-right: 6px;
3452
- overflow: auto;
3453
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3454
- scrollbar-width: thin;
3489
+ .show_scale_1mftc.right_3fFKY {
3490
+ transform-origin: left center;
3455
3491
  }
3456
- .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar {
3457
- width: 4px;
3492
+ .show_scale_1mftc.left_2V43j {
3493
+ transform-origin: right center;
3458
3494
  }
3459
- .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-track {
3460
- border-radius: 5px;
3461
- background-color: transparent;
3495
+ .show_scale_1mftc.bottom_3zuBY {
3496
+ transform-origin: center top;
3462
3497
  }
3463
- .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-thumb {
3464
- border-radius: 2px;
3465
- background-color: var(--upime-scrollbar-thumb);
3498
+ .show_scale_1mftc.top_1dQIl {
3499
+ transform-origin: center bottom;
3466
3500
  }
3467
- .do-hovers .widget-type-item_2rkJI:hover {
3468
- background-color: rgba(0, 0, 0, 0.06);
3501
+ .show_scale_1mftc.left_top_3ojkb {
3502
+ transform-origin: right top;
3469
3503
  }
3470
-
3471
- .graphicSideContainer_jScOm {
3472
- position: relative;
3473
- width: 100%;
3474
- height: 100%;
3475
- display: flex;
3476
- flex-direction: column;
3504
+ .show_scale_1mftc.top_left_1yo2X {
3505
+ transform-origin: bottom left;
3477
3506
  }
3478
- .title_2y8qG {
3479
- padding-left: 24px;
3480
- padding-right: 54px;
3481
- height: 64px;
3482
- width: 100%;
3483
- background-color: var(--upime-pane-bg);
3484
- align-items: center;
3485
- justify-content: space-between;
3486
- display: flex;
3487
- flex-shrink: 0;
3488
- font-size: 20px;
3489
- color: var(--upime-main-text);
3490
- font-weight: 600;
3491
- line-height: 30px;
3507
+ .show_scale_1mftc.bottom_left_HpIv- {
3508
+ transform-origin: top left;
3492
3509
  }
3493
- .title_2y8qG .titleIconContainer_2HpFh {
3494
- width: 44px;
3495
- height: 44px;
3496
- display: flex;
3497
- align-items: center;
3498
- justify-content: center;
3499
- position: relative;
3500
- cursor: pointer;
3510
+ .show_scale_1mftc.right_top_19DT5 {
3511
+ transform-origin: left top;
3501
3512
  }
3502
- .title_2y8qG .titleIconContainer_2HpFh::after {
3503
- position: absolute;
3504
- content: "";
3505
- right: 0px;
3506
- top: 12px;
3507
- bottom: 12px;
3508
- width: 1px;
3509
- background-color: #e6e7e9;
3513
+ .show_scale_1mftc.right_bottom_1Y686 {
3514
+ transform-origin: left bottom;
3510
3515
  }
3511
- .title_2y8qG .titleIconContainer_2HpFh .rotate_3mkgL {
3512
- transform: rotate(180deg);
3516
+ .show_scale_1mftc.left_bottom_2uN6u {
3517
+ transform-origin: right bottom;
3513
3518
  }
3514
- .searchContentContainer_2aGCw {
3515
- margin-top: 8px;
3516
- height: 40px;
3517
- padding: 0 20px;
3519
+ .btn_style_2ZbMu {
3520
+ cursor: pointer;
3518
3521
  }
3519
- .searchContentContainer_2aGCw .inputDomContainer_aORAa {
3520
- position: relative;
3521
- height: 100%;
3522
+ .btn_style_2ZbMu:active,
3523
+ .btn_style_2ZbMu.on_14ReV {
3524
+ color: var(--upime-active);
3522
3525
  }
3523
- .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuHotarea_CavnD {
3524
- position: absolute;
3525
- width: 24px;
3526
- height: 24px;
3527
- right: 12px;
3528
- top: 8px;
3526
+ .btn_style_2ZbMu.disabled_3ost8 {
3527
+ color: var(--upime-disable);
3528
+ pointer-events: none;
3529
+ }
3530
+ .propEditorIconBox_ZPJ55 {
3531
+ height: 40px;
3532
+ width: 40px;
3529
3533
  display: flex;
3530
- align-items: center;
3531
3534
  justify-content: center;
3532
- cursor: pointer;
3533
- }
3534
- .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
3535
- color: #dbdbde;
3535
+ align-items: center;
3536
3536
  }
3537
- .searchContentContainer_2aGCw .inputDomContainer_aORAa .searchIcon_2yMds {
3538
- position: absolute;
3539
- left: 12px;
3540
- top: 10px;
3537
+ .do-hovers .icon_box_2_MCw:hover {
3538
+ opacity: 1;
3541
3539
  }
3542
- .searchContentContainer_2aGCw .input_S5_HS {
3543
- width: 100%;
3544
- height: 100%;
3545
- border-radius: 4px;
3546
- background-color: white;
3547
- border: 1px solid #ececee;
3548
- outline: none;
3549
- color: #303133;
3550
- font-size: 14px;
3551
- padding: 0 48px 0 40px;
3552
- display: block;
3540
+ .do-hovers .bling_item_Wpkjy:hover {
3541
+ opacity: 1;
3542
+ background-color: var(--upime-btn-bg-hover);
3553
3543
  }
3554
- .searchContentContainer_2aGCw .input_S5_HS::placeholder {
3555
- color: #c2c3c8;
3544
+ .do-hovers .btn_style_2ZbMu:hover {
3545
+ color: var(--upime-active);
3556
3546
  }
3557
- .searchContentContainer_2aGCw .input_S5_HS:focus {
3558
- border: 1px solid #2e73e5;
3547
+ .do-hovers .propEditorIconBox_ZPJ55:hover {
3548
+ background-color: var(--upime-btn-bg-hover);
3559
3549
  }
3560
- .categroyWrapper_2QXR0 {
3561
- flex: 1;
3562
- overflow: auto;
3563
- margin-top: 20px;
3564
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3565
- scrollbar-width: thin;
3550
+ .do-hovers .titleIcon_WNKTJ:hover {
3551
+ color: var(--upime-active);
3566
3552
  }
3567
- .categroyWrapper_2QXR0::-webkit-scrollbar {
3568
- width: 4px;
3553
+ .do-hovers .moreIcon_3EGbv:hover {
3554
+ color: var(--upime-main-text);
3569
3555
  }
3570
- .categroyWrapper_2QXR0::-webkit-scrollbar-track {
3571
- border-radius: 5px;
3572
- background-color: transparent;
3556
+ .rotateY180_3B_Co {
3557
+ transform: rotateY(180deg);
3573
3558
  }
3574
- .categroyWrapper_2QXR0::-webkit-scrollbar-thumb {
3575
- border-radius: 2px;
3576
- background-color: var(--upime-scrollbar-thumb);
3559
+ .upimeInput_CNs-e {
3560
+ height: 38px;
3561
+ padding: 8px 16px;
3562
+ border: 1px solid black;
3563
+ box-shadow: 0px 0px 0px 2px rgba(46, 115, 229, 0.16);
3564
+ border: 1px solid var(--upime-input-border);
3565
+ border-radius: 4px;
3577
3566
  }
3578
- .categroyWrapper_2QXR0 .emptyContainer_1tl6E {
3579
- width: 100%;
3580
- height: 100%;
3567
+ .upimeInput_CNs-e.invalid_3iDze {
3568
+ box-shadow: 0px 0px 0px 2px rgba(254, 82, 80, 0.16);
3569
+ border: 1px solid var(--upime-input-invalid);
3570
+ }
3571
+ .titleIcon_WNKTJ {
3572
+ height: 48px;
3573
+ width: 40px;
3574
+ cursor: pointer;
3581
3575
  display: flex;
3582
- flex-direction: column;
3583
- align-items: center;
3584
3576
  justify-content: center;
3585
- color: #616371;
3577
+ align-items: center;
3586
3578
  }
3587
- .categroyWrapper_2QXR0 .emptyContainer_1tl6E .emptyImg_PnK1N {
3588
- width: 140px;
3579
+ .titleIcon_WNKTJ.active_3IluS {
3580
+ background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
3581
+ background: initial !important;
3589
3582
  }
3590
- .categroyContainer_2fReq {
3591
- margin-top: 20px;
3592
- padding: 0 16px 0 20px;
3583
+ .titleIcon_WNKTJ.active_3IluS {
3584
+ color: var(--upime-active);
3593
3585
  }
3594
- .categroyContainer_2fReq:first-child {
3595
- margin-top: 0;
3586
+ .moreIcon_3EGbv {
3587
+ cursor: pointer;
3596
3588
  }
3597
- .categroyContainer_2fReq .categroyTitle_1jXxy {
3598
- font-size: 16px;
3599
- display: flex;
3600
- align-items: center;
3601
- justify-content: space-between;
3602
- height: 24px;
3589
+ .moreIcon_3EGbv svg {
3590
+ color: #303445;
3603
3591
  }
3604
- .categroyContainer_2fReq .categroyTitle_1jXxy.hasHover_3obj2 {
3605
- cursor: pointer;
3592
+ .moreIcon_3EGbv.active_3IluS svg {
3593
+ color: var(--upime-main-text);
3606
3594
  }
3607
- .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e {
3608
- flex-shrink: 0;
3595
+ @keyframes loading_8SMbv {
3596
+ 0% {
3597
+ transform: rotate(0deg);
3598
+ }
3599
+ 100% {
3600
+ transform: rotate(360deg);
3601
+ }
3602
+ }
3603
+ .loadingIcon_hh2my {
3609
3604
  width: 24px;
3610
3605
  height: 24px;
3606
+ color: var(--upime-active);
3607
+ animation: loading_8SMbv 1s linear infinite forwards;
3608
+ }
3609
+ .AIButtonContainer_1KCD9 {
3610
+ padding: 0 8px;
3611
+ height: 100%;
3611
3612
  display: flex;
3612
- align-items: center;
3613
3613
  justify-content: center;
3614
+ align-items: center;
3614
3615
  }
3615
- .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e.iconRotate_R8Zzg {
3616
- transform: rotate(-90deg);
3616
+ .AIButtonContainer_1KCD9.transparent_KymT8 {
3617
+ opacity: 0;
3617
3618
  }
3618
- .categroyContainer_2fReq .colorpalettesWrapper_26FnQ {
3619
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv {
3620
+ width: 40px;
3621
+ height: 40px;
3622
+ display: flex;
3623
+ justify-content: center;
3624
+ align-items: center;
3619
3625
  position: relative;
3620
3626
  }
3621
- .categroyContainer_2fReq .colorpalettesWrapper_26FnQ .colorpalettesOptionContainer_3B7E_ {
3622
- position: absolute;
3623
- left: 0;
3624
- top: calc(100% + 1px);
3625
- }
3626
- .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
3627
- margin-top: 10px;
3628
- height: 24px;
3629
- padding: 2px;
3627
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD {
3628
+ overflow: hidden;
3630
3629
  display: flex;
3630
+ justify-content: center;
3631
3631
  align-items: center;
3632
- gap: 4px;
3633
- border-radius: 2px;
3634
- width: fit-content;
3635
- cursor: pointer;
3636
- }
3637
- .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t.tinyColorPa_2hUVD {
3638
- margin-top: 4px;
3632
+ position: absolute;
3633
+ left: 0;
3634
+ top: 0;
3635
+ bottom: 0;
3636
+ right: 0;
3637
+ transform-origin: center center;
3638
+ transition: 0.4s;
3639
3639
  }
3640
- .categroyContainer_2fReq.tinyCate_38BwA {
3641
- padding: 0;
3640
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIShow_3bXP_ {
3641
+ transform: scale(1) rotate(0);
3642
+ opacity: 1;
3642
3643
  }
3643
- .defaultColorTheme_2B6iW {
3644
- display: flex;
3645
- align-items: center;
3646
- gap: 4px;
3647
- color: var(--upime-main-text);
3644
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIHide_36dTz {
3645
+ transform: scale(0) rotate(360deg);
3646
+ opacity: 0;
3648
3647
  }
3649
- .simpleColorTheme_21RUC {
3650
- display: flex;
3651
- align-items: center;
3648
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonHover_k40Kt:hover {
3649
+ background-color: var(--upime-btn-bg-hover);
3652
3650
  }
3653
- .simpleColorTheme_21RUC .simpleColorCircle_314Rw {
3654
- width: 20px;
3655
- height: 20px;
3656
- border-radius: 50%;
3657
- border-width: 2px;
3658
- border-style: solid;
3659
- margin-left: -5px;
3651
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonDisabled_1ZmJx {
3652
+ opacity: 0.3;
3653
+ cursor: default;
3654
+ pointer-events: none;
3660
3655
  }
3661
- .simpleColorTheme_21RUC .simpleColorCircle_314Rw:first-child {
3662
- margin-left: 0;
3656
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD .AIButtonImage_1g9MN {
3657
+ width: 32px;
3658
+ height: 32px;
3663
3659
  }
3664
- .childrenOptionContainer_3c2BF {
3665
- width: 160px;
3666
- padding: 8px 0;
3667
- border-radius: 2px;
3660
+ .phoneBgColorFcContainer_3kNvI {
3668
3661
  background-color: white;
3669
3662
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3663
+ padding: 16px 0px;
3664
+ border-radius: 4px;
3665
+ width: 100%;
3666
+ overflow: hidden;
3667
+ pointer-events: all;
3668
+ position: relative;
3670
3669
  }
3671
- .childrenOptionContainer_3c2BF .options_39ftb {
3672
- height: 40px;
3673
- padding: 0 16px;
3674
- display: flex;
3675
- align-items: center;
3676
- justify-content: space-between;
3677
- cursor: pointer;
3678
- color: var(--upime-active);
3670
+ .widgetTypePicker_5H8Qx {
3671
+ position: absolute;
3672
+ width: 212px;
3673
+ padding: 16px 4px 16px 16px;
3674
+ border-radius: 4px;
3675
+ background-color: #ffffff;
3676
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3679
3677
  }
3680
- .iconListContainer_92Ipt {
3681
- margin-top: 10px;
3678
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu {
3679
+ max-height: 274px;
3680
+ display: flex;
3681
+ flex-direction: column;
3682
+ overflow: hidden;
3682
3683
  }
3683
- .iconListContainer_92Ipt .iconListView_sqkVV {
3684
- width: 100%;
3684
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF {
3685
3685
  display: flex;
3686
- flex-wrap: wrap;
3686
+ justify-content: left;
3687
+ align-items: center;
3688
+ flex-flow: row wrap;
3687
3689
  gap: 12px;
3690
+ padding-right: 12px;
3688
3691
  }
3689
- .iconListContainer_92Ipt .iconListView_sqkVV .iconCell_2I3tD {
3690
- width: 40px;
3691
- height: 40px;
3692
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF .baseTypeItem_2ZO0E {
3693
+ width: 36px;
3694
+ height: 36px;
3692
3695
  display: flex;
3693
3696
  align-items: center;
3694
3697
  justify-content: center;
3695
3698
  cursor: pointer;
3696
3699
  border-radius: 2px;
3697
3700
  }
3698
- .iconListContainer_92Ipt .iconListView_sqkVV .draggingIcon_1wKts {
3699
- position: fixed;
3700
- z-index: 9999;
3701
- width: 44px;
3702
- height: 44px;
3703
- display: flex;
3704
- align-items: center;
3705
- justify-content: center;
3706
- cursor: pointer;
3707
- border-radius: 4px;
3708
- background-color: white;
3709
- box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
3710
- transform: translateX(-50%) translateY(-50%);
3701
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeDivider_L_aZN {
3702
+ margin-top: 4px;
3703
+ margin-bottom: 12px;
3704
+ border-top: 1px solid #e6e7e9;
3705
+ margin-right: 12px;
3711
3706
  }
3712
- .iconListContainer_92Ipt.tinyIconList_3JAOj .iconCell_2I3tD {
3713
- width: 36px;
3714
- height: 36px;
3707
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL {
3708
+ flex: 1;
3709
+ padding-right: 6px;
3710
+ overflow: auto;
3711
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3712
+ scrollbar-width: thin;
3715
3713
  }
3716
- .do-hovers .colorpalettesContaienr_2Tw5t:hover {
3717
- background-color: rgba(0, 0, 0, 0.06);
3714
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar {
3715
+ width: 4px;
3718
3716
  }
3719
- .do-hovers .titleIconContainer_2HpFh:hover {
3720
- color: var(--upime-active);
3717
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-track {
3718
+ border-radius: 5px;
3719
+ background-color: transparent;
3721
3720
  }
3722
- .do-hovers .childrenOptionContainer_3c2BF .options_39ftb:hover {
3723
- background-color: rgba(0, 0, 0, 0.06);
3721
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-thumb {
3722
+ border-radius: 2px;
3723
+ background-color: var(--upime-scrollbar-thumb);
3724
3724
  }
3725
- .do-hovers .iconListView_sqkVV .iconCell_2I3tD:hover {
3725
+ .do-hovers .widget-type-item_2rkJI:hover {
3726
3726
  background-color: rgba(0, 0, 0, 0.06);
3727
3727
  }
3728
3728
 
@@ -20189,6 +20189,11 @@
20189
20189
  .inMoreCtrl_2ObEO .subWin_TjjfP {
20190
20190
  bottom: -128px;
20191
20191
  }
20192
+ .inMoreCtrl_2ObEO::before {
20193
+ right: auto;
20194
+ right: initial;
20195
+ left: 36px;
20196
+ }
20192
20197
  .panelRoot_2exv- {
20193
20198
  width: 100%;
20194
20199
  height: 100%;
@@ -20386,6 +20391,9 @@
20386
20391
  border-radius: 4px;
20387
20392
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
20388
20393
  }
20394
+ .applyPermNoticeBox_1xavn.miniMode_2vnMT {
20395
+ bottom: 46px;
20396
+ }
20389
20397
  .permApplyListModalBox_J73ps {
20390
20398
  width: 520px;
20391
20399
  min-height: 286px;