@cloudtower/eagle 0.26.32 → 0.26.33
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.
- package/dist/components.css +269 -269
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +152 -152
- package/dist/umd/index.js +1 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30119,19 +30119,17 @@ html body {
|
|
|
30119
30119
|
border-radius: unset;
|
|
30120
30120
|
}
|
|
30121
30121
|
|
|
30122
|
-
.
|
|
30123
|
-
|
|
30124
|
-
height:
|
|
30125
|
-
|
|
30122
|
+
.iap75of {
|
|
30123
|
+
height: 18px;
|
|
30124
|
+
line-height: 18px;
|
|
30125
|
+
padding: 0 4px;
|
|
30126
|
+
border-radius: 4px;
|
|
30127
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30128
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30126
30129
|
display: flex;
|
|
30127
|
-
flex-direction: column;
|
|
30128
|
-
justify-content: center;
|
|
30129
30130
|
align-items: center;
|
|
30130
|
-
|
|
30131
|
-
|
|
30132
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30133
|
-
margin-bottom: 16px;
|
|
30134
|
-
font-size: 18px;
|
|
30131
|
+
white-space: nowrap;
|
|
30132
|
+
margin-right: 4px;
|
|
30135
30133
|
}
|
|
30136
30134
|
|
|
30137
30135
|
.i1mrf09m {
|
|
@@ -30152,19 +30150,6 @@ html body {
|
|
|
30152
30150
|
animation: rotate 680ms linear infinite;
|
|
30153
30151
|
}
|
|
30154
30152
|
|
|
30155
|
-
.iap75of {
|
|
30156
|
-
height: 18px;
|
|
30157
|
-
line-height: 18px;
|
|
30158
|
-
padding: 0 4px;
|
|
30159
|
-
border-radius: 4px;
|
|
30160
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30161
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30162
|
-
display: flex;
|
|
30163
|
-
align-items: center;
|
|
30164
|
-
white-space: nowrap;
|
|
30165
|
-
margin-right: 4px;
|
|
30166
|
-
}
|
|
30167
|
-
|
|
30168
30153
|
.obf05yr {
|
|
30169
30154
|
display: inline-block;
|
|
30170
30155
|
}
|
|
@@ -30174,63 +30159,6 @@ html body {
|
|
|
30174
30159
|
position: absolute;
|
|
30175
30160
|
}
|
|
30176
30161
|
|
|
30177
|
-
.p12gwtiw {
|
|
30178
|
-
display: flex;
|
|
30179
|
-
justify-content: space-between;
|
|
30180
|
-
align-items: center;
|
|
30181
|
-
padding: 10px 0;
|
|
30182
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30183
|
-
font-size: 12px;
|
|
30184
|
-
line-height: 24px;
|
|
30185
|
-
}
|
|
30186
|
-
.p12gwtiw .pagination-left {
|
|
30187
|
-
padding: 2px 8px;
|
|
30188
|
-
}
|
|
30189
|
-
.p12gwtiw .dropdown-trigger {
|
|
30190
|
-
display: flex;
|
|
30191
|
-
align-items: center;
|
|
30192
|
-
border-radius: 6px;
|
|
30193
|
-
cursor: pointer;
|
|
30194
|
-
transition: all 0.3s ease;
|
|
30195
|
-
}
|
|
30196
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30197
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30198
|
-
color: #0080ff;
|
|
30199
|
-
}
|
|
30200
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30201
|
-
margin-left: 4px;
|
|
30202
|
-
}
|
|
30203
|
-
.p12gwtiw .pagination-right {
|
|
30204
|
-
display: flex;
|
|
30205
|
-
align-items: center;
|
|
30206
|
-
color: #0080ff;
|
|
30207
|
-
font-weight: bold;
|
|
30208
|
-
}
|
|
30209
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30210
|
-
margin-left: 4px;
|
|
30211
|
-
}
|
|
30212
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30213
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30214
|
-
padding: 0 8px;
|
|
30215
|
-
}
|
|
30216
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30217
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30218
|
-
color: #0080ff;
|
|
30219
|
-
}
|
|
30220
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30221
|
-
transform: rotate(180deg);
|
|
30222
|
-
}
|
|
30223
|
-
|
|
30224
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30225
|
-
max-height: calc(100vh - 128px);
|
|
30226
|
-
overflow-y: auto;
|
|
30227
|
-
}
|
|
30228
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30229
|
-
padding: 4px 20px;
|
|
30230
|
-
font-size: 12px;
|
|
30231
|
-
line-height: 18px;
|
|
30232
|
-
}
|
|
30233
|
-
|
|
30234
30162
|
.rxbeqvl.ant-radio-wrapper {
|
|
30235
30163
|
display: inline-flex;
|
|
30236
30164
|
align-items: baseline;
|
|
@@ -30377,6 +30305,76 @@ html body {
|
|
|
30377
30305
|
width: 36px;
|
|
30378
30306
|
}
|
|
30379
30307
|
|
|
30308
|
+
.s34f1qb.ant-switch {
|
|
30309
|
+
min-width: 40px;
|
|
30310
|
+
height: 24px;
|
|
30311
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30312
|
+
overflow: hidden;
|
|
30313
|
+
}
|
|
30314
|
+
.s34f1qb.ant-switch:focus {
|
|
30315
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30316
|
+
}
|
|
30317
|
+
.s34f1qb.ant-switch-small {
|
|
30318
|
+
min-width: 26px;
|
|
30319
|
+
height: 16px;
|
|
30320
|
+
}
|
|
30321
|
+
.s34f1qb.ant-switch-large {
|
|
30322
|
+
min-width: 52px;
|
|
30323
|
+
height: 32px;
|
|
30324
|
+
}
|
|
30325
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30326
|
+
height: 20px;
|
|
30327
|
+
width: 20px;
|
|
30328
|
+
}
|
|
30329
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30330
|
+
border-radius: 10px;
|
|
30331
|
+
transition-delay: 120ms;
|
|
30332
|
+
}
|
|
30333
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30334
|
+
height: 14px;
|
|
30335
|
+
width: 14px;
|
|
30336
|
+
top: 1px;
|
|
30337
|
+
left: 1px;
|
|
30338
|
+
}
|
|
30339
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30340
|
+
height: 28px;
|
|
30341
|
+
width: 28px;
|
|
30342
|
+
}
|
|
30343
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30344
|
+
border-radius: 14px;
|
|
30345
|
+
}
|
|
30346
|
+
.s34f1qb.ant-switch-checked {
|
|
30347
|
+
background-color: #00ba5d;
|
|
30348
|
+
}
|
|
30349
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30350
|
+
left: calc(100% - 20px - 2px);
|
|
30351
|
+
}
|
|
30352
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30353
|
+
left: calc(100% - 14px - 1px);
|
|
30354
|
+
}
|
|
30355
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30356
|
+
left: calc(100% - 28px - 2px);
|
|
30357
|
+
}
|
|
30358
|
+
|
|
30359
|
+
.c1to9vb9 {
|
|
30360
|
+
margin-left: 5px;
|
|
30361
|
+
}
|
|
30362
|
+
|
|
30363
|
+
.fde5mpd {
|
|
30364
|
+
width: 100%;
|
|
30365
|
+
height: 100%;
|
|
30366
|
+
min-height: 124px;
|
|
30367
|
+
display: flex;
|
|
30368
|
+
flex-direction: column;
|
|
30369
|
+
justify-content: center;
|
|
30370
|
+
align-items: center;
|
|
30371
|
+
}
|
|
30372
|
+
.fde5mpd .error-text {
|
|
30373
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30374
|
+
margin-bottom: 16px;
|
|
30375
|
+
font-size: 18px;
|
|
30376
|
+
}
|
|
30377
|
+
|
|
30380
30378
|
.cz04yix {
|
|
30381
30379
|
display: flex;
|
|
30382
30380
|
flex-direction: column;
|
|
@@ -30989,59 +30987,61 @@ input.rrg1fkn.ant-input {
|
|
|
30989
30987
|
border-bottom-left-radius: 0;
|
|
30990
30988
|
}
|
|
30991
30989
|
|
|
30992
|
-
.
|
|
30993
|
-
|
|
30994
|
-
|
|
30995
|
-
|
|
30996
|
-
|
|
30997
|
-
|
|
30998
|
-
|
|
30999
|
-
|
|
31000
|
-
}
|
|
31001
|
-
.s34f1qb.ant-switch-small {
|
|
31002
|
-
min-width: 26px;
|
|
31003
|
-
height: 16px;
|
|
31004
|
-
}
|
|
31005
|
-
.s34f1qb.ant-switch-large {
|
|
31006
|
-
min-width: 52px;
|
|
31007
|
-
height: 32px;
|
|
30990
|
+
.p12gwtiw {
|
|
30991
|
+
display: flex;
|
|
30992
|
+
justify-content: space-between;
|
|
30993
|
+
align-items: center;
|
|
30994
|
+
padding: 10px 0;
|
|
30995
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30996
|
+
font-size: 12px;
|
|
30997
|
+
line-height: 24px;
|
|
31008
30998
|
}
|
|
31009
|
-
.
|
|
31010
|
-
|
|
31011
|
-
width: 20px;
|
|
30999
|
+
.p12gwtiw .pagination-left {
|
|
31000
|
+
padding: 2px 8px;
|
|
31012
31001
|
}
|
|
31013
|
-
.
|
|
31014
|
-
|
|
31015
|
-
|
|
31002
|
+
.p12gwtiw .dropdown-trigger {
|
|
31003
|
+
display: flex;
|
|
31004
|
+
align-items: center;
|
|
31005
|
+
border-radius: 6px;
|
|
31006
|
+
cursor: pointer;
|
|
31007
|
+
transition: all 0.3s ease;
|
|
31016
31008
|
}
|
|
31017
|
-
.
|
|
31018
|
-
|
|
31019
|
-
|
|
31020
|
-
top: 1px;
|
|
31021
|
-
left: 1px;
|
|
31009
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31010
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31011
|
+
color: #0080ff;
|
|
31022
31012
|
}
|
|
31023
|
-
.
|
|
31024
|
-
|
|
31025
|
-
width: 28px;
|
|
31013
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31014
|
+
margin-left: 4px;
|
|
31026
31015
|
}
|
|
31027
|
-
.
|
|
31028
|
-
|
|
31016
|
+
.p12gwtiw .pagination-right {
|
|
31017
|
+
display: flex;
|
|
31018
|
+
align-items: center;
|
|
31019
|
+
color: #0080ff;
|
|
31020
|
+
font-weight: bold;
|
|
31029
31021
|
}
|
|
31030
|
-
.
|
|
31031
|
-
|
|
31022
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31023
|
+
margin-left: 4px;
|
|
31032
31024
|
}
|
|
31033
|
-
.
|
|
31034
|
-
|
|
31025
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31026
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31027
|
+
padding: 0 8px;
|
|
31035
31028
|
}
|
|
31036
|
-
.
|
|
31037
|
-
|
|
31029
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31030
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31031
|
+
color: #0080ff;
|
|
31038
31032
|
}
|
|
31039
|
-
.
|
|
31040
|
-
|
|
31033
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31034
|
+
transform: rotate(180deg);
|
|
31041
31035
|
}
|
|
31042
31036
|
|
|
31043
|
-
.
|
|
31044
|
-
|
|
31037
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31038
|
+
max-height: calc(100vh - 128px);
|
|
31039
|
+
overflow-y: auto;
|
|
31040
|
+
}
|
|
31041
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31042
|
+
padding: 4px 20px;
|
|
31043
|
+
font-size: 12px;
|
|
31044
|
+
line-height: 18px;
|
|
31045
31045
|
}
|
|
31046
31046
|
|
|
31047
31047
|
.t1upn1sz {
|
|
@@ -31493,12 +31493,25 @@ input.rrg1fkn.ant-input {
|
|
|
31493
31493
|
display: inline-block;
|
|
31494
31494
|
}
|
|
31495
31495
|
|
|
31496
|
-
.
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
|
|
31500
|
-
|
|
31501
|
-
|
|
31496
|
+
.m15dvk92 {
|
|
31497
|
+
display: flex;
|
|
31498
|
+
justify-content: space-between;
|
|
31499
|
+
width: 100%;
|
|
31500
|
+
}
|
|
31501
|
+
.m15dvk92 .action {
|
|
31502
|
+
margin-left: 16px;
|
|
31503
|
+
}
|
|
31504
|
+
|
|
31505
|
+
.aql8iqz .ant-alert-message {
|
|
31506
|
+
width: 100%;
|
|
31507
|
+
}
|
|
31508
|
+
|
|
31509
|
+
.d6j0lbj {
|
|
31510
|
+
font-family: Inter;
|
|
31511
|
+
font-style: normal;
|
|
31512
|
+
font-weight: bold;
|
|
31513
|
+
font-size: 32px;
|
|
31514
|
+
line-height: 40px;
|
|
31502
31515
|
}
|
|
31503
31516
|
|
|
31504
31517
|
.d1xhvvxe {
|
|
@@ -31968,19 +31981,6 @@ input.rrg1fkn.ant-input {
|
|
|
31968
31981
|
line-height: 12px;
|
|
31969
31982
|
}
|
|
31970
31983
|
|
|
31971
|
-
.m15dvk92 {
|
|
31972
|
-
display: flex;
|
|
31973
|
-
justify-content: space-between;
|
|
31974
|
-
width: 100%;
|
|
31975
|
-
}
|
|
31976
|
-
.m15dvk92 .action {
|
|
31977
|
-
margin-left: 16px;
|
|
31978
|
-
}
|
|
31979
|
-
|
|
31980
|
-
.aql8iqz .ant-alert-message {
|
|
31981
|
-
width: 100%;
|
|
31982
|
-
}
|
|
31983
|
-
|
|
31984
31984
|
.c198s9j3 {
|
|
31985
31985
|
color: #2d3a56;
|
|
31986
31986
|
line-height: 22px;
|
|
@@ -32081,24 +32081,6 @@ input.rrg1fkn.ant-input {
|
|
|
32081
32081
|
cursor: default;
|
|
32082
32082
|
}
|
|
32083
32083
|
|
|
32084
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32085
|
-
display: flex;
|
|
32086
|
-
}
|
|
32087
|
-
|
|
32088
|
-
.igz4le8 {
|
|
32089
|
-
height: 24px;
|
|
32090
|
-
width: 56px !important;
|
|
32091
|
-
margin-right: 4px;
|
|
32092
|
-
}
|
|
32093
|
-
|
|
32094
|
-
.c1riexje {
|
|
32095
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32096
|
-
}
|
|
32097
|
-
|
|
32098
|
-
.t19ustft .date {
|
|
32099
|
-
margin-right: 4px;
|
|
32100
|
-
}
|
|
32101
|
-
|
|
32102
32084
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32103
32085
|
border-radius: 6px;
|
|
32104
32086
|
}
|
|
@@ -32156,6 +32138,20 @@ input.rrg1fkn.ant-input {
|
|
|
32156
32138
|
transform: rotate(180deg);
|
|
32157
32139
|
}
|
|
32158
32140
|
|
|
32141
|
+
.igz4le8 {
|
|
32142
|
+
height: 24px;
|
|
32143
|
+
width: 56px !important;
|
|
32144
|
+
margin-right: 4px;
|
|
32145
|
+
}
|
|
32146
|
+
|
|
32147
|
+
.c1riexje {
|
|
32148
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32149
|
+
}
|
|
32150
|
+
|
|
32151
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32152
|
+
display: flex;
|
|
32153
|
+
}
|
|
32154
|
+
|
|
32159
32155
|
.s14dk8r1 {
|
|
32160
32156
|
margin: 0;
|
|
32161
32157
|
border-radius: 20px;
|
|
@@ -32230,13 +32226,8 @@ input.rrg1fkn.ant-input {
|
|
|
32230
32226
|
display: inline-block;
|
|
32231
32227
|
}
|
|
32232
32228
|
|
|
32233
|
-
.
|
|
32234
|
-
|
|
32235
|
-
text-overflow: ellipsis;
|
|
32236
|
-
}
|
|
32237
|
-
|
|
32238
|
-
.n17syc35 {
|
|
32239
|
-
white-space: nowrap;
|
|
32229
|
+
.t19ustft .date {
|
|
32230
|
+
margin-right: 4px;
|
|
32240
32231
|
}
|
|
32241
32232
|
|
|
32242
32233
|
.s1uupxds {
|
|
@@ -32321,6 +32312,15 @@ input.rrg1fkn.ant-input {
|
|
|
32321
32312
|
background-color: #7E41FF;
|
|
32322
32313
|
}
|
|
32323
32314
|
|
|
32315
|
+
.o8ocss1 {
|
|
32316
|
+
overflow: hidden;
|
|
32317
|
+
text-overflow: ellipsis;
|
|
32318
|
+
}
|
|
32319
|
+
|
|
32320
|
+
.n17syc35 {
|
|
32321
|
+
white-space: nowrap;
|
|
32322
|
+
}
|
|
32323
|
+
|
|
32324
32324
|
.n3qomhu {
|
|
32325
32325
|
font-size: 90%;
|
|
32326
32326
|
font-weight: bold;
|
|
@@ -32679,36 +32679,6 @@ input.rrg1fkn.ant-input {
|
|
|
32679
32679
|
justify-content: center;
|
|
32680
32680
|
}
|
|
32681
32681
|
|
|
32682
|
-
.t1gz6wqf {
|
|
32683
|
-
height: 100%;
|
|
32684
|
-
}
|
|
32685
|
-
.t1gz6wqf .table-loading-item {
|
|
32686
|
-
padding: 12px 4px;
|
|
32687
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32688
|
-
display: flex;
|
|
32689
|
-
}
|
|
32690
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32691
|
-
height: 16px;
|
|
32692
|
-
margin: 4px;
|
|
32693
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32694
|
-
border-radius: 2px;
|
|
32695
|
-
}
|
|
32696
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32697
|
-
width: 16px;
|
|
32698
|
-
}
|
|
32699
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32700
|
-
flex: 1;
|
|
32701
|
-
}
|
|
32702
|
-
.t1gz6wqf :nth-child(1) {
|
|
32703
|
-
padding: 8px 4px;
|
|
32704
|
-
}
|
|
32705
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32706
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32707
|
-
}
|
|
32708
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32709
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32710
|
-
}
|
|
32711
|
-
|
|
32712
32682
|
.c1k4vanq {
|
|
32713
32683
|
padding: 0 12px 14px 12px;
|
|
32714
32684
|
}
|
|
@@ -32753,6 +32723,53 @@ input.rrg1fkn.ant-input {
|
|
|
32753
32723
|
margin-right: 2px;
|
|
32754
32724
|
}
|
|
32755
32725
|
|
|
32726
|
+
.t1gz6wqf {
|
|
32727
|
+
height: 100%;
|
|
32728
|
+
}
|
|
32729
|
+
.t1gz6wqf .table-loading-item {
|
|
32730
|
+
padding: 12px 4px;
|
|
32731
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32732
|
+
display: flex;
|
|
32733
|
+
}
|
|
32734
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32735
|
+
height: 16px;
|
|
32736
|
+
margin: 4px;
|
|
32737
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32738
|
+
border-radius: 2px;
|
|
32739
|
+
}
|
|
32740
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32741
|
+
width: 16px;
|
|
32742
|
+
}
|
|
32743
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32744
|
+
flex: 1;
|
|
32745
|
+
}
|
|
32746
|
+
.t1gz6wqf :nth-child(1) {
|
|
32747
|
+
padding: 8px 4px;
|
|
32748
|
+
}
|
|
32749
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32750
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32751
|
+
}
|
|
32752
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32753
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32754
|
+
}
|
|
32755
|
+
|
|
32756
|
+
.bab9xum {
|
|
32757
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32758
|
+
}
|
|
32759
|
+
|
|
32760
|
+
.cav4gt6 {
|
|
32761
|
+
border-radius: 8px;
|
|
32762
|
+
background-color: white;
|
|
32763
|
+
}
|
|
32764
|
+
.cav4gt6.hoverable {
|
|
32765
|
+
cursor: pointer;
|
|
32766
|
+
}
|
|
32767
|
+
.cav4gt6.hoverable:hover {
|
|
32768
|
+
transition: all 200ms ease;
|
|
32769
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32770
|
+
transform: translateY(-4px);
|
|
32771
|
+
}
|
|
32772
|
+
|
|
32756
32773
|
.rrwcpby {
|
|
32757
32774
|
display: flex;
|
|
32758
32775
|
align-items: center;
|
|
@@ -32800,73 +32817,6 @@ input.rrg1fkn.ant-input {
|
|
|
32800
32817
|
min-height: 0px;
|
|
32801
32818
|
}
|
|
32802
32819
|
|
|
32803
|
-
.bab9xum {
|
|
32804
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32805
|
-
}
|
|
32806
|
-
|
|
32807
|
-
.cav4gt6 {
|
|
32808
|
-
border-radius: 8px;
|
|
32809
|
-
background-color: white;
|
|
32810
|
-
}
|
|
32811
|
-
.cav4gt6.hoverable {
|
|
32812
|
-
cursor: pointer;
|
|
32813
|
-
}
|
|
32814
|
-
.cav4gt6.hoverable:hover {
|
|
32815
|
-
transition: all 200ms ease;
|
|
32816
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32817
|
-
transform: translateY(-4px);
|
|
32818
|
-
}
|
|
32819
|
-
|
|
32820
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32821
|
-
display: var(--at4ovwe-0);
|
|
32822
|
-
}
|
|
32823
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32824
|
-
padding: 5px 12px;
|
|
32825
|
-
display: inline-flex;
|
|
32826
|
-
line-height: 1.5715;
|
|
32827
|
-
height: 100%;
|
|
32828
|
-
width: 100%;
|
|
32829
|
-
}
|
|
32830
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32831
|
-
content: var(--at4ovwe-1);
|
|
32832
|
-
display: var(--at4ovwe-2);
|
|
32833
|
-
flex: none;
|
|
32834
|
-
align-items: center;
|
|
32835
|
-
margin-left: 4px;
|
|
32836
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32837
|
-
}
|
|
32838
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32839
|
-
content: var(--at4ovwe-3);
|
|
32840
|
-
display: var(--at4ovwe-4);
|
|
32841
|
-
flex: none;
|
|
32842
|
-
align-items: center;
|
|
32843
|
-
margin-right: 4px;
|
|
32844
|
-
cursor: auto;
|
|
32845
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32846
|
-
}
|
|
32847
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32848
|
-
border-radius: 0;
|
|
32849
|
-
}
|
|
32850
|
-
.at4ovwe.ant-input-number {
|
|
32851
|
-
width: 100%;
|
|
32852
|
-
border-radius: 6px;
|
|
32853
|
-
}
|
|
32854
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32855
|
-
border-color: #0096ff;
|
|
32856
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32857
|
-
z-index: 1;
|
|
32858
|
-
}
|
|
32859
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32860
|
-
border-color: #e75a3a;
|
|
32861
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32862
|
-
}
|
|
32863
|
-
.at4ovwe .ant-input-number-input {
|
|
32864
|
-
padding: 0;
|
|
32865
|
-
margin: 0;
|
|
32866
|
-
height: auto;
|
|
32867
|
-
font-size: inherit;
|
|
32868
|
-
}
|
|
32869
|
-
|
|
32870
32820
|
.tc40oxa {
|
|
32871
32821
|
margin-bottom: 4px;
|
|
32872
32822
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33060,13 +33010,54 @@ input.rrg1fkn.ant-input {
|
|
|
33060
33010
|
margin-right: 8px;
|
|
33061
33011
|
}
|
|
33062
33012
|
|
|
33063
|
-
.
|
|
33064
|
-
|
|
33013
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
33014
|
+
display: var(--at4ovwe-0);
|
|
33065
33015
|
}
|
|
33066
|
-
.
|
|
33067
|
-
|
|
33068
|
-
|
|
33016
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
33017
|
+
padding: 5px 12px;
|
|
33018
|
+
display: inline-flex;
|
|
33019
|
+
line-height: 1.5715;
|
|
33020
|
+
height: 100%;
|
|
33021
|
+
width: 100%;
|
|
33022
|
+
}
|
|
33023
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33024
|
+
content: var(--at4ovwe-1);
|
|
33025
|
+
display: var(--at4ovwe-2);
|
|
33026
|
+
flex: none;
|
|
33027
|
+
align-items: center;
|
|
33028
|
+
margin-left: 4px;
|
|
33029
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33030
|
+
}
|
|
33031
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33032
|
+
content: var(--at4ovwe-3);
|
|
33033
|
+
display: var(--at4ovwe-4);
|
|
33034
|
+
flex: none;
|
|
33035
|
+
align-items: center;
|
|
33069
33036
|
margin-right: 4px;
|
|
33037
|
+
cursor: auto;
|
|
33038
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33039
|
+
}
|
|
33040
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33041
|
+
border-radius: 0;
|
|
33042
|
+
}
|
|
33043
|
+
.at4ovwe.ant-input-number {
|
|
33044
|
+
width: 100%;
|
|
33045
|
+
border-radius: 6px;
|
|
33046
|
+
}
|
|
33047
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33048
|
+
border-color: #0096ff;
|
|
33049
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33050
|
+
z-index: 1;
|
|
33051
|
+
}
|
|
33052
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33053
|
+
border-color: #e75a3a;
|
|
33054
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33055
|
+
}
|
|
33056
|
+
.at4ovwe .ant-input-number-input {
|
|
33057
|
+
padding: 0;
|
|
33058
|
+
margin: 0;
|
|
33059
|
+
height: auto;
|
|
33060
|
+
font-size: inherit;
|
|
33070
33061
|
}
|
|
33071
33062
|
|
|
33072
33063
|
.sut42l0 {
|
|
@@ -33093,6 +33084,15 @@ input.rrg1fkn.ant-input {
|
|
|
33093
33084
|
height: 16px;
|
|
33094
33085
|
}
|
|
33095
33086
|
|
|
33087
|
+
.w1xcixj5.outside-tag {
|
|
33088
|
+
padding-left: 0;
|
|
33089
|
+
}
|
|
33090
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33091
|
+
border-radius: 4px 0 0 4px;
|
|
33092
|
+
padding-right: 4px;
|
|
33093
|
+
margin-right: 4px;
|
|
33094
|
+
}
|
|
33095
|
+
|
|
33096
33096
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33097
33097
|
display: var(--a6dbbkm-0);
|
|
33098
33098
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -5325,7 +5325,7 @@ const TimeZoneSelect = props => {
|
|
|
5325
5325
|
className: OptionWrapperStyle
|
|
5326
5326
|
}, /* @__PURE__ */React__default.createElement(TimeZoneOption, {
|
|
5327
5327
|
key: "utc",
|
|
5328
|
-
customLabel: t("components.
|
|
5328
|
+
customLabel: t("components.coordinated_universal_time"),
|
|
5329
5329
|
timeZone: {
|
|
5330
5330
|
value: "UTC",
|
|
5331
5331
|
text: "UTC",
|