@cloudtower/eagle 0.26.25 → 0.26.26-dry-1
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/I18nNameTag/index.d.ts +10 -0
- package/dist/components.css +996 -998
- package/dist/esm/index.js +2 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +203 -205
- package/dist/umd/index.js +2 -2
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29927,6 +29927,50 @@ html body {
|
|
|
29927
29927
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29928
29928
|
}
|
|
29929
29929
|
}
|
|
29930
|
+
.fde5mpd {
|
|
29931
|
+
width: 100%;
|
|
29932
|
+
height: 100%;
|
|
29933
|
+
min-height: 124px;
|
|
29934
|
+
display: flex;
|
|
29935
|
+
flex-direction: column;
|
|
29936
|
+
justify-content: center;
|
|
29937
|
+
align-items: center;
|
|
29938
|
+
}
|
|
29939
|
+
.fde5mpd .error-text {
|
|
29940
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29941
|
+
margin-bottom: 16px;
|
|
29942
|
+
font-size: 18px;
|
|
29943
|
+
}
|
|
29944
|
+
|
|
29945
|
+
.bpq0js6 {
|
|
29946
|
+
padding: 4px 11px;
|
|
29947
|
+
}
|
|
29948
|
+
|
|
29949
|
+
.b15sn34c {
|
|
29950
|
+
white-space: nowrap;
|
|
29951
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29952
|
+
}
|
|
29953
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29954
|
+
--color: #0080ff;
|
|
29955
|
+
}
|
|
29956
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29957
|
+
--color: #0080ff;
|
|
29958
|
+
}
|
|
29959
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29960
|
+
margin-left: 1px;
|
|
29961
|
+
}
|
|
29962
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29963
|
+
border-top-right-radius: 0;
|
|
29964
|
+
border-bottom-right-radius: 0;
|
|
29965
|
+
}
|
|
29966
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29967
|
+
border-top-left-radius: 0;
|
|
29968
|
+
border-bottom-left-radius: 0;
|
|
29969
|
+
}
|
|
29970
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29971
|
+
border-radius: unset;
|
|
29972
|
+
}
|
|
29973
|
+
|
|
29930
29974
|
.buj61ew.ant-btn-icon-only {
|
|
29931
29975
|
justify-content: center;
|
|
29932
29976
|
}
|
|
@@ -29934,6 +29978,9 @@ html body {
|
|
|
29934
29978
|
padding: 0;
|
|
29935
29979
|
}
|
|
29936
29980
|
.buj61ew.ant-btn {
|
|
29981
|
+
display: inline-flex;
|
|
29982
|
+
align-items: center;
|
|
29983
|
+
justify-content: center;
|
|
29937
29984
|
padding: 5px 12px;
|
|
29938
29985
|
height: 32px;
|
|
29939
29986
|
border-radius: 6px;
|
|
@@ -30163,11 +30210,6 @@ html body {
|
|
|
30163
30210
|
--background-color-focus: #fff;
|
|
30164
30211
|
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30165
30212
|
}
|
|
30166
|
-
.buj61ew.has-icon {
|
|
30167
|
-
display: inline-flex;
|
|
30168
|
-
align-items: center;
|
|
30169
|
-
justify-content: center;
|
|
30170
|
-
}
|
|
30171
30213
|
.buj61ew .button-prefix-icon {
|
|
30172
30214
|
margin-right: 8px;
|
|
30173
30215
|
display: inline-flex;
|
|
@@ -30185,48 +30227,17 @@ html body {
|
|
|
30185
30227
|
padding: 0;
|
|
30186
30228
|
}
|
|
30187
30229
|
|
|
30188
|
-
.
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
|
|
30192
|
-
|
|
30193
|
-
|
|
30194
|
-
|
|
30195
|
-
}
|
|
30196
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30197
|
-
--color: #0080ff;
|
|
30198
|
-
}
|
|
30199
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30200
|
-
--color: #0080ff;
|
|
30201
|
-
}
|
|
30202
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30203
|
-
margin-left: 1px;
|
|
30204
|
-
}
|
|
30205
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30206
|
-
border-top-right-radius: 0;
|
|
30207
|
-
border-bottom-right-radius: 0;
|
|
30208
|
-
}
|
|
30209
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30210
|
-
border-top-left-radius: 0;
|
|
30211
|
-
border-bottom-left-radius: 0;
|
|
30212
|
-
}
|
|
30213
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30214
|
-
border-radius: unset;
|
|
30215
|
-
}
|
|
30216
|
-
|
|
30217
|
-
.fde5mpd {
|
|
30218
|
-
width: 100%;
|
|
30219
|
-
height: 100%;
|
|
30220
|
-
min-height: 124px;
|
|
30230
|
+
.iap75of {
|
|
30231
|
+
height: 18px;
|
|
30232
|
+
line-height: 18px;
|
|
30233
|
+
padding: 0 4px;
|
|
30234
|
+
border-radius: 4px;
|
|
30235
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30236
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30221
30237
|
display: flex;
|
|
30222
|
-
flex-direction: column;
|
|
30223
|
-
justify-content: center;
|
|
30224
30238
|
align-items: center;
|
|
30225
|
-
|
|
30226
|
-
|
|
30227
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30228
|
-
margin-bottom: 16px;
|
|
30229
|
-
font-size: 18px;
|
|
30239
|
+
white-space: nowrap;
|
|
30240
|
+
margin-right: 4px;
|
|
30230
30241
|
}
|
|
30231
30242
|
|
|
30232
30243
|
.i1mrf09m {
|
|
@@ -30247,74 +30258,59 @@ html body {
|
|
|
30247
30258
|
animation: rotate 680ms linear infinite;
|
|
30248
30259
|
}
|
|
30249
30260
|
|
|
30250
|
-
.
|
|
30251
|
-
|
|
30252
|
-
|
|
30253
|
-
|
|
30254
|
-
|
|
30255
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30256
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30257
|
-
display: flex;
|
|
30258
|
-
align-items: center;
|
|
30259
|
-
white-space: nowrap;
|
|
30260
|
-
margin-right: 4px;
|
|
30261
|
+
.s34f1qb.ant-switch {
|
|
30262
|
+
min-width: 40px;
|
|
30263
|
+
height: 24px;
|
|
30264
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30265
|
+
overflow: hidden;
|
|
30261
30266
|
}
|
|
30262
|
-
|
|
30263
|
-
.
|
|
30264
|
-
display: flex;
|
|
30265
|
-
justify-content: space-between;
|
|
30266
|
-
align-items: center;
|
|
30267
|
-
padding: 10px 0;
|
|
30268
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30269
|
-
font-size: 12px;
|
|
30270
|
-
line-height: 24px;
|
|
30267
|
+
.s34f1qb.ant-switch:focus {
|
|
30268
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30271
30269
|
}
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30270
|
+
.s34f1qb.ant-switch-small {
|
|
30271
|
+
min-width: 26px;
|
|
30272
|
+
height: 16px;
|
|
30274
30273
|
}
|
|
30275
|
-
.
|
|
30276
|
-
|
|
30277
|
-
|
|
30278
|
-
border-radius: 6px;
|
|
30279
|
-
cursor: pointer;
|
|
30280
|
-
transition: all 0.3s ease;
|
|
30274
|
+
.s34f1qb.ant-switch-large {
|
|
30275
|
+
min-width: 52px;
|
|
30276
|
+
height: 32px;
|
|
30281
30277
|
}
|
|
30282
|
-
.
|
|
30283
|
-
|
|
30284
|
-
|
|
30278
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30279
|
+
height: 20px;
|
|
30280
|
+
width: 20px;
|
|
30285
30281
|
}
|
|
30286
|
-
.
|
|
30287
|
-
|
|
30282
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30283
|
+
border-radius: 10px;
|
|
30284
|
+
transition-delay: 120ms;
|
|
30288
30285
|
}
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30291
|
-
|
|
30292
|
-
|
|
30293
|
-
|
|
30286
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30287
|
+
height: 14px;
|
|
30288
|
+
width: 14px;
|
|
30289
|
+
top: 1px;
|
|
30290
|
+
left: 1px;
|
|
30294
30291
|
}
|
|
30295
|
-
.
|
|
30296
|
-
|
|
30292
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30293
|
+
height: 28px;
|
|
30294
|
+
width: 28px;
|
|
30297
30295
|
}
|
|
30298
|
-
.
|
|
30299
|
-
|
|
30300
|
-
padding: 0 8px;
|
|
30296
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30297
|
+
border-radius: 14px;
|
|
30301
30298
|
}
|
|
30302
|
-
.
|
|
30303
|
-
|
|
30304
|
-
color: #0080ff;
|
|
30299
|
+
.s34f1qb.ant-switch-checked {
|
|
30300
|
+
background-color: #00ba5d;
|
|
30305
30301
|
}
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30302
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30303
|
+
left: calc(100% - 20px - 2px);
|
|
30308
30304
|
}
|
|
30309
|
-
|
|
30310
|
-
|
|
30311
|
-
max-height: calc(100vh - 128px);
|
|
30312
|
-
overflow-y: auto;
|
|
30305
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30306
|
+
left: calc(100% - 14px - 1px);
|
|
30313
30307
|
}
|
|
30314
|
-
.
|
|
30315
|
-
|
|
30316
|
-
|
|
30317
|
-
|
|
30308
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30309
|
+
left: calc(100% - 28px - 2px);
|
|
30310
|
+
}
|
|
30311
|
+
|
|
30312
|
+
.c1to9vb9 {
|
|
30313
|
+
margin-left: 5px;
|
|
30318
30314
|
}
|
|
30319
30315
|
|
|
30320
30316
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -30463,6 +30459,63 @@ html body {
|
|
|
30463
30459
|
width: 36px;
|
|
30464
30460
|
}
|
|
30465
30461
|
|
|
30462
|
+
.p12gwtiw {
|
|
30463
|
+
display: flex;
|
|
30464
|
+
justify-content: space-between;
|
|
30465
|
+
align-items: center;
|
|
30466
|
+
padding: 10px 0;
|
|
30467
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30468
|
+
font-size: 12px;
|
|
30469
|
+
line-height: 24px;
|
|
30470
|
+
}
|
|
30471
|
+
.p12gwtiw .pagination-left {
|
|
30472
|
+
padding: 2px 8px;
|
|
30473
|
+
}
|
|
30474
|
+
.p12gwtiw .dropdown-trigger {
|
|
30475
|
+
display: flex;
|
|
30476
|
+
align-items: center;
|
|
30477
|
+
border-radius: 6px;
|
|
30478
|
+
cursor: pointer;
|
|
30479
|
+
transition: all 0.3s ease;
|
|
30480
|
+
}
|
|
30481
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30482
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30483
|
+
color: #0080ff;
|
|
30484
|
+
}
|
|
30485
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30486
|
+
margin-left: 4px;
|
|
30487
|
+
}
|
|
30488
|
+
.p12gwtiw .pagination-right {
|
|
30489
|
+
display: flex;
|
|
30490
|
+
align-items: center;
|
|
30491
|
+
color: #0080ff;
|
|
30492
|
+
font-weight: bold;
|
|
30493
|
+
}
|
|
30494
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30495
|
+
margin-left: 4px;
|
|
30496
|
+
}
|
|
30497
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30498
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30499
|
+
padding: 0 8px;
|
|
30500
|
+
}
|
|
30501
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30502
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30503
|
+
color: #0080ff;
|
|
30504
|
+
}
|
|
30505
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30506
|
+
transform: rotate(180deg);
|
|
30507
|
+
}
|
|
30508
|
+
|
|
30509
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30510
|
+
max-height: calc(100vh - 128px);
|
|
30511
|
+
overflow-y: auto;
|
|
30512
|
+
}
|
|
30513
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30514
|
+
padding: 4px 20px;
|
|
30515
|
+
font-size: 12px;
|
|
30516
|
+
line-height: 18px;
|
|
30517
|
+
}
|
|
30518
|
+
|
|
30466
30519
|
.obf05yr {
|
|
30467
30520
|
display: inline-block;
|
|
30468
30521
|
}
|
|
@@ -31083,61 +31136,6 @@ input.rrg1fkn.ant-input {
|
|
|
31083
31136
|
border-bottom-left-radius: 0;
|
|
31084
31137
|
}
|
|
31085
31138
|
|
|
31086
|
-
.s34f1qb.ant-switch {
|
|
31087
|
-
min-width: 40px;
|
|
31088
|
-
height: 24px;
|
|
31089
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31090
|
-
overflow: hidden;
|
|
31091
|
-
}
|
|
31092
|
-
.s34f1qb.ant-switch:focus {
|
|
31093
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31094
|
-
}
|
|
31095
|
-
.s34f1qb.ant-switch-small {
|
|
31096
|
-
min-width: 26px;
|
|
31097
|
-
height: 16px;
|
|
31098
|
-
}
|
|
31099
|
-
.s34f1qb.ant-switch-large {
|
|
31100
|
-
min-width: 52px;
|
|
31101
|
-
height: 32px;
|
|
31102
|
-
}
|
|
31103
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31104
|
-
height: 20px;
|
|
31105
|
-
width: 20px;
|
|
31106
|
-
}
|
|
31107
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31108
|
-
border-radius: 10px;
|
|
31109
|
-
transition-delay: 120ms;
|
|
31110
|
-
}
|
|
31111
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31112
|
-
height: 14px;
|
|
31113
|
-
width: 14px;
|
|
31114
|
-
top: 1px;
|
|
31115
|
-
left: 1px;
|
|
31116
|
-
}
|
|
31117
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31118
|
-
height: 28px;
|
|
31119
|
-
width: 28px;
|
|
31120
|
-
}
|
|
31121
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31122
|
-
border-radius: 14px;
|
|
31123
|
-
}
|
|
31124
|
-
.s34f1qb.ant-switch-checked {
|
|
31125
|
-
background-color: #00ba5d;
|
|
31126
|
-
}
|
|
31127
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31128
|
-
left: calc(100% - 20px - 2px);
|
|
31129
|
-
}
|
|
31130
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31131
|
-
left: calc(100% - 14px - 1px);
|
|
31132
|
-
}
|
|
31133
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31134
|
-
left: calc(100% - 28px - 2px);
|
|
31135
|
-
}
|
|
31136
|
-
|
|
31137
|
-
.c1to9vb9 {
|
|
31138
|
-
margin-left: 5px;
|
|
31139
|
-
}
|
|
31140
|
-
|
|
31141
31139
|
.t1upn1sz {
|
|
31142
31140
|
height: 100%;
|
|
31143
31141
|
}
|
|
@@ -32175,6 +32173,20 @@ input.rrg1fkn.ant-input {
|
|
|
32175
32173
|
cursor: default;
|
|
32176
32174
|
}
|
|
32177
32175
|
|
|
32176
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32177
|
+
display: flex;
|
|
32178
|
+
}
|
|
32179
|
+
|
|
32180
|
+
.igz4le8 {
|
|
32181
|
+
height: 24px;
|
|
32182
|
+
width: 56px !important;
|
|
32183
|
+
margin-right: 4px;
|
|
32184
|
+
}
|
|
32185
|
+
|
|
32186
|
+
.c1riexje {
|
|
32187
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32188
|
+
}
|
|
32189
|
+
|
|
32178
32190
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32179
32191
|
border-radius: 6px;
|
|
32180
32192
|
}
|
|
@@ -32232,20 +32244,6 @@ input.rrg1fkn.ant-input {
|
|
|
32232
32244
|
transform: rotate(180deg);
|
|
32233
32245
|
}
|
|
32234
32246
|
|
|
32235
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32236
|
-
display: flex;
|
|
32237
|
-
}
|
|
32238
|
-
|
|
32239
|
-
.igz4le8 {
|
|
32240
|
-
height: 24px;
|
|
32241
|
-
width: 56px !important;
|
|
32242
|
-
margin-right: 4px;
|
|
32243
|
-
}
|
|
32244
|
-
|
|
32245
|
-
.c1riexje {
|
|
32246
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32247
|
-
}
|
|
32248
|
-
|
|
32249
32247
|
.s14dk8r1 {
|
|
32250
32248
|
margin: 0;
|
|
32251
32249
|
border-radius: 20px;
|
|
@@ -32757,6 +32755,10 @@ input.rrg1fkn.ant-input {
|
|
|
32757
32755
|
justify-content: center;
|
|
32758
32756
|
}
|
|
32759
32757
|
|
|
32758
|
+
.c1k4vanq {
|
|
32759
|
+
padding: 0 12px 14px 12px;
|
|
32760
|
+
}
|
|
32761
|
+
|
|
32760
32762
|
.t1gz6wqf {
|
|
32761
32763
|
height: 100%;
|
|
32762
32764
|
}
|
|
@@ -32787,10 +32789,6 @@ input.rrg1fkn.ant-input {
|
|
|
32787
32789
|
background: rgba(163, 180, 204, 0.18);
|
|
32788
32790
|
}
|
|
32789
32791
|
|
|
32790
|
-
.c1k4vanq {
|
|
32791
|
-
padding: 0 12px 14px 12px;
|
|
32792
|
-
}
|
|
32793
|
-
|
|
32794
32792
|
.c1udgdh2 {
|
|
32795
32793
|
color: #2d3a56;
|
|
32796
32794
|
padding: 7px 12px;
|
|
@@ -32864,6 +32862,37 @@ input.rrg1fkn.ant-input {
|
|
|
32864
32862
|
transform: translateY(-4px);
|
|
32865
32863
|
}
|
|
32866
32864
|
|
|
32865
|
+
.f1p9ti6d {
|
|
32866
|
+
width: 100%;
|
|
32867
|
+
margin-bottom: 0 !important;
|
|
32868
|
+
flex-flow: nowrap !important;
|
|
32869
|
+
line-break: auto;
|
|
32870
|
+
}
|
|
32871
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32872
|
+
text-align: left !important;
|
|
32873
|
+
padding-bottom: 0 !important;
|
|
32874
|
+
}
|
|
32875
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32876
|
+
min-height: 32px;
|
|
32877
|
+
height: auto;
|
|
32878
|
+
font-size: 13px;
|
|
32879
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32880
|
+
white-space: normal;
|
|
32881
|
+
}
|
|
32882
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32883
|
+
border-color: #ff4d4f !important;
|
|
32884
|
+
}
|
|
32885
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32886
|
+
margin-top: 4px;
|
|
32887
|
+
font-size: 12px;
|
|
32888
|
+
min-height: 0px;
|
|
32889
|
+
}
|
|
32890
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32891
|
+
font-size: 12px;
|
|
32892
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32893
|
+
min-height: 0px;
|
|
32894
|
+
}
|
|
32895
|
+
|
|
32867
32896
|
.tc40oxa {
|
|
32868
32897
|
margin-bottom: 4px;
|
|
32869
32898
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33057,37 +33086,6 @@ input.rrg1fkn.ant-input {
|
|
|
33057
33086
|
margin-right: 8px;
|
|
33058
33087
|
}
|
|
33059
33088
|
|
|
33060
|
-
.f1p9ti6d {
|
|
33061
|
-
width: 100%;
|
|
33062
|
-
margin-bottom: 0 !important;
|
|
33063
|
-
flex-flow: nowrap !important;
|
|
33064
|
-
line-break: auto;
|
|
33065
|
-
}
|
|
33066
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
33067
|
-
text-align: left !important;
|
|
33068
|
-
padding-bottom: 0 !important;
|
|
33069
|
-
}
|
|
33070
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
33071
|
-
min-height: 32px;
|
|
33072
|
-
height: auto;
|
|
33073
|
-
font-size: 13px;
|
|
33074
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33075
|
-
white-space: normal;
|
|
33076
|
-
}
|
|
33077
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33078
|
-
border-color: #ff4d4f !important;
|
|
33079
|
-
}
|
|
33080
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
33081
|
-
margin-top: 4px;
|
|
33082
|
-
font-size: 12px;
|
|
33083
|
-
min-height: 0px;
|
|
33084
|
-
}
|
|
33085
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
33086
|
-
font-size: 12px;
|
|
33087
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33088
|
-
min-height: 0px;
|
|
33089
|
-
}
|
|
33090
|
-
|
|
33091
33089
|
.w1xcixj5.outside-tag {
|
|
33092
33090
|
padding-left: 0;
|
|
33093
33091
|
}
|
package/dist/umd/index.js
CHANGED
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
const onlyIcon = !children && (prefixIcon || suffixIcon);
|
|
855
855
|
return /* @__PURE__ */React__namespace.default.createElement(antd.Button, __spreadValues$O({
|
|
856
856
|
ref,
|
|
857
|
-
className: cs__default.default(className, ButtonStyle$1, type === "link" && NoPadding,
|
|
857
|
+
className: cs__default.default(className, ButtonStyle$1, type === "link" && NoPadding, size === "large" && Typo.Label.l1_regular_title, size === "middle" && Typo.Label.l2_regular_title, size === "small" && Typo.Label.l3_regular_title, type && `ant-btn-${type}`, onlyIcon && "ant-btn-icon-only"),
|
|
858
858
|
type: isAntdButtonTypes(type) ? type : void 0,
|
|
859
859
|
onMouseEnter: e => {
|
|
860
860
|
onMouseEnter == null ? void 0 : onMouseEnter(e);
|
|
@@ -5217,7 +5217,7 @@
|
|
|
5217
5217
|
if (plainText) {
|
|
5218
5218
|
return /* @__PURE__ */ React__namespace.default.createElement(React__namespace.default.Fragment, null, dateTemplate !== null && time.format(dateTemplate), " ", timeTemplate !== null && time.format(timeTemplate));
|
|
5219
5219
|
}
|
|
5220
|
-
return /* @__PURE__ */ React__namespace.default.createElement("span", { className: `time-wrapper ${className || ""}` }, dateTemplate !== null && /* @__PURE__ */ React__namespace.default.createElement("span", { className: "date" },
|
|
5220
|
+
return /* @__PURE__ */ React__namespace.default.createElement("span", { className: `time-wrapper ${className || ""}` }, dateTemplate !== null && /* @__PURE__ */ React__namespace.default.createElement("span", { className: "date" }, time.format(dateTemplate)), timeTemplate !== null && /* @__PURE__ */ React__namespace.default.createElement("span", { className: "time" }, time.format(timeTemplate)));
|
|
5221
5221
|
};
|
|
5222
5222
|
|
|
5223
5223
|
const allTimeZones = _.uniqBy(TimeZones__default.default.reduce((sum, zone) => {
|