@cloudtower/eagle 0.27.3-alpha.0 → 0.27.3-gobackbutton

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.
Files changed (35) hide show
  1. package/dist/components/Metric/metric.d.ts +1 -1
  2. package/dist/components/index.d.ts +0 -10
  3. package/dist/components.css +656 -580
  4. package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
  5. package/dist/coreX/CronPlan/index.d.ts +18 -0
  6. package/dist/coreX/GoBackButton/GoBackButton.stories.d.ts +12 -0
  7. package/dist/coreX/GoBackButton/index.d.ts +11 -0
  8. package/dist/coreX/NamesTooltip/NamesTooltip.stories.d.ts +7 -0
  9. package/dist/coreX/NamesTooltip/__test__/index.test.d.ts +1 -0
  10. package/dist/coreX/NamesTooltip/index.d.ts +4 -0
  11. package/dist/coreX/index.d.ts +1 -0
  12. package/dist/esm/index.js +3408 -2726
  13. package/dist/esm/stats1.html +1 -1
  14. package/dist/index.d.ts +1 -0
  15. package/dist/spec/base.d.ts +21 -7
  16. package/dist/style.css +647 -571
  17. package/dist/umd/index.js +3413 -2731
  18. package/dist/umd/stats1.html +1 -1
  19. package/dist/utils/__test__/compute.spec.d.ts +1 -0
  20. package/dist/utils/__test__/cron-time.spec.d.ts +1 -0
  21. package/dist/utils/__test__/time.spec.d.ts +1 -0
  22. package/dist/utils/compute.d.ts +1 -0
  23. package/dist/utils/cron-time.d.ts +65 -0
  24. package/dist/utils/index.d.ts +3 -0
  25. package/dist/utils/time.d.ts +25 -0
  26. package/dist/utils/tower.d.ts +0 -1
  27. package/package.json +8 -6
  28. package/dist/coreX/BarChart/BarChart.stories.d.ts +0 -6
  29. package/dist/coreX/BarChart/index.d.ts +0 -10
  30. package/dist/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +0 -7
  31. package/dist/coreX/ChartWithTooltip/index.d.ts +0 -40
  32. package/dist/coreX/DonutChart/DonutChart.stories.d.ts +0 -6
  33. package/dist/coreX/DonutChart/index.d.ts +0 -12
  34. package/dist/coreX/UnitWithChart/UnitWithChart.stories.d.ts +0 -7
  35. package/dist/coreX/UnitWithChart/index.d.ts +0 -30
@@ -29750,6 +29750,19 @@ html body {
29750
29750
  border-radius: unset;
29751
29751
  }
29752
29752
 
29753
+ .iap75of {
29754
+ height: 18px;
29755
+ line-height: 18px;
29756
+ padding: 0 4px;
29757
+ border-radius: 4px;
29758
+ background: rgba(235, 239, 245, 0.6);
29759
+ border: 1px solid rgba(223, 228, 235, 0.6);
29760
+ display: flex;
29761
+ align-items: center;
29762
+ white-space: nowrap;
29763
+ margin-right: 4px;
29764
+ }
29765
+
29753
29766
  .fde5mpd {
29754
29767
  width: 100%;
29755
29768
  height: 100%;
@@ -29783,28 +29796,6 @@ html body {
29783
29796
  animation: rotate 680ms linear infinite;
29784
29797
  }
29785
29798
 
29786
- .iap75of {
29787
- height: 18px;
29788
- line-height: 18px;
29789
- padding: 0 4px;
29790
- border-radius: 4px;
29791
- background: rgba(235, 239, 245, 0.6);
29792
- border: 1px solid rgba(223, 228, 235, 0.6);
29793
- display: flex;
29794
- align-items: center;
29795
- white-space: nowrap;
29796
- margin-right: 4px;
29797
- }
29798
-
29799
- .obf05yr {
29800
- display: inline-block;
29801
- }
29802
-
29803
- .hsms1n6 {
29804
- visibility: hidden;
29805
- position: absolute;
29806
- }
29807
-
29808
29799
  .p12gwtiw {
29809
29800
  display: flex;
29810
29801
  justify-content: space-between;
@@ -29862,6 +29853,70 @@ html body {
29862
29853
  line-height: 18px;
29863
29854
  }
29864
29855
 
29856
+ .obf05yr {
29857
+ display: inline-block;
29858
+ }
29859
+
29860
+ .hsms1n6 {
29861
+ visibility: hidden;
29862
+ position: absolute;
29863
+ }
29864
+
29865
+ .s34f1qb.ant-switch {
29866
+ min-width: 40px;
29867
+ height: 24px;
29868
+ background: rgba(172, 186, 211, 0.6);
29869
+ overflow: hidden;
29870
+ }
29871
+ .s34f1qb.ant-switch:focus {
29872
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
29873
+ }
29874
+ .s34f1qb.ant-switch-small {
29875
+ min-width: 26px;
29876
+ height: 16px;
29877
+ }
29878
+ .s34f1qb.ant-switch-large {
29879
+ min-width: 52px;
29880
+ height: 32px;
29881
+ }
29882
+ .s34f1qb.ant-switch .ant-switch-handle {
29883
+ height: 20px;
29884
+ width: 20px;
29885
+ }
29886
+ .s34f1qb.ant-switch .ant-switch-handle::before {
29887
+ border-radius: 10px;
29888
+ transition-delay: 120ms;
29889
+ }
29890
+ .s34f1qb.ant-switch-small .ant-switch-handle {
29891
+ height: 14px;
29892
+ width: 14px;
29893
+ top: 1px;
29894
+ left: 1px;
29895
+ }
29896
+ .s34f1qb.ant-switch-large .ant-switch-handle {
29897
+ height: 28px;
29898
+ width: 28px;
29899
+ }
29900
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
29901
+ border-radius: 14px;
29902
+ }
29903
+ .s34f1qb.ant-switch-checked {
29904
+ background-color: #00ba5d;
29905
+ }
29906
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
29907
+ left: calc(100% - 20px - 2px);
29908
+ }
29909
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
29910
+ left: calc(100% - 14px - 1px);
29911
+ }
29912
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
29913
+ left: calc(100% - 28px - 2px);
29914
+ }
29915
+
29916
+ .c1to9vb9 {
29917
+ margin-left: 5px;
29918
+ }
29919
+
29865
29920
  .rxbeqvl.ant-radio-wrapper {
29866
29921
  display: inline-flex;
29867
29922
  align-items: baseline;
@@ -30620,61 +30675,6 @@ input.rrg1fkn.ant-input {
30620
30675
  border-bottom-left-radius: 0;
30621
30676
  }
30622
30677
 
30623
- .s34f1qb.ant-switch {
30624
- min-width: 40px;
30625
- height: 24px;
30626
- background: rgba(172, 186, 211, 0.6);
30627
- overflow: hidden;
30628
- }
30629
- .s34f1qb.ant-switch:focus {
30630
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30631
- }
30632
- .s34f1qb.ant-switch-small {
30633
- min-width: 26px;
30634
- height: 16px;
30635
- }
30636
- .s34f1qb.ant-switch-large {
30637
- min-width: 52px;
30638
- height: 32px;
30639
- }
30640
- .s34f1qb.ant-switch .ant-switch-handle {
30641
- height: 20px;
30642
- width: 20px;
30643
- }
30644
- .s34f1qb.ant-switch .ant-switch-handle::before {
30645
- border-radius: 10px;
30646
- transition-delay: 120ms;
30647
- }
30648
- .s34f1qb.ant-switch-small .ant-switch-handle {
30649
- height: 14px;
30650
- width: 14px;
30651
- top: 1px;
30652
- left: 1px;
30653
- }
30654
- .s34f1qb.ant-switch-large .ant-switch-handle {
30655
- height: 28px;
30656
- width: 28px;
30657
- }
30658
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30659
- border-radius: 14px;
30660
- }
30661
- .s34f1qb.ant-switch-checked {
30662
- background-color: #00ba5d;
30663
- }
30664
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30665
- left: calc(100% - 20px - 2px);
30666
- }
30667
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30668
- left: calc(100% - 14px - 1px);
30669
- }
30670
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30671
- left: calc(100% - 28px - 2px);
30672
- }
30673
-
30674
- .c1to9vb9 {
30675
- margin-left: 5px;
30676
- }
30677
-
30678
30678
  .t1upn1sz {
30679
30679
  height: 100%;
30680
30680
  }
@@ -31039,10 +31039,6 @@ input.rrg1fkn.ant-input {
31039
31039
  background: #fff;
31040
31040
  }
31041
31041
 
31042
- .i1e4sgug {
31043
- display: inline-block;
31044
- }
31045
-
31046
31042
  .s1fc623g {
31047
31043
  width: 430px !important;
31048
31044
  }
@@ -31124,6 +31120,10 @@ input.rrg1fkn.ant-input {
31124
31120
  opacity: 0;
31125
31121
  }
31126
31122
 
31123
+ .i1e4sgug {
31124
+ display: inline-block;
31125
+ }
31126
+
31127
31127
  .d6j0lbj {
31128
31128
  font-family: Inter;
31129
31129
  font-style: normal;
@@ -31599,129 +31599,210 @@ input.rrg1fkn.ant-input {
31599
31599
  line-height: 12px;
31600
31600
  }
31601
31601
 
31602
- .berrcjl {
31603
- color: rgba(10, 37, 85, 0.6);
31604
- margin-bottom: 4px;
31602
+ .c1up1pdz {
31603
+ width: 648px;
31605
31604
  }
31606
- .berrcjl .breadcrumb-link {
31607
- color: rgba(10, 37, 85, 0.6);
31608
- cursor: pointer;
31609
- transition: color 160ms ease;
31605
+ .c1up1pdz.active {
31606
+ border-color: #0080ff;
31610
31607
  }
31611
- .berrcjl .breadcrumb-link:hover {
31612
- color: #0080ff;
31608
+ .c1up1pdz.active > header {
31609
+ background: rgba(0, 128, 255, 0.1);
31613
31610
  }
31614
- .berrcjl .breadcrumb-link:active {
31615
- color: #005ed1;
31611
+ .c1up1pdz .expand {
31612
+ padding: 12px;
31616
31613
  }
31617
-
31618
- .c1uzzomf {
31619
- margin-bottom: 16px;
31614
+ .c1up1pdz .field-item {
31615
+ display: flex;
31616
+ padding: 10px 0;
31617
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31620
31618
  }
31621
- .c1uzzomf .card-title {
31622
- font-size: 16px;
31623
- color: rgba(44, 56, 82, 0.6);
31624
- font-weight: 700;
31619
+ .c1up1pdz .field-item:last-child {
31620
+ border-bottom: none;
31621
+ padding-bottom: 0;
31622
+ }
31623
+ .c1up1pdz .field-item label {
31625
31624
  line-height: 32px;
31625
+ width: 100px;
31626
+ color: rgba(62, 70, 82, 0.6);
31626
31627
  }
31627
- .c1uzzomf .card-body {
31628
- padding: 24px;
31629
- border-radius: 8px;
31630
- background: #fff;
31628
+ .c1up1pdz .help {
31629
+ color: rgba(62, 70, 82, 0.6);
31630
+ margin-top: 5px;
31631
31631
  }
31632
- .c1uzzomf .empty {
31633
- font-weight: 700;
31634
- font-size: 14px;
31635
- line-height: 22px;
31636
- color: rgba(0, 21, 64, 0.3);
31637
- text-align: center;
31632
+ .c1up1pdz .ant-input-affix-wrapper,
31633
+ .c1up1pdz .ant-picker {
31634
+ width: 128px;
31638
31635
  }
31639
31636
 
31640
- .c1bus5hc {
31641
- --color: white;
31642
- height: 14px;
31643
- width: 14px;
31644
- border-radius: 50%;
31645
- flex-shrink: 0;
31637
+ .c156wh19 {
31646
31638
  display: flex;
31647
31639
  align-items: center;
31648
- justify-content: center;
31649
- border: 1px solid var(--color);
31650
- }
31651
- .c1bus5hc .circle-inner {
31652
- position: relative;
31653
- height: 10px;
31654
- width: 10px;
31655
- border-radius: 50%;
31656
- overflow: hidden;
31657
- }
31658
- .c1bus5hc .circle-content {
31659
- position: absolute;
31660
- height: 100%;
31661
- width: 100%;
31662
- left: 0;
31663
- top: 0;
31664
- border-radius: 50%;
31665
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31666
- transform: rotate(180deg);
31667
- }
31668
- .c1bus5hc .circle-child {
31669
- position: absolute;
31670
- height: 100%;
31671
- width: 100%;
31672
- left: 0;
31673
- top: 0;
31674
- margin-left: 50%;
31675
- transform-origin: left;
31676
- background: white;
31677
- transform: rotate(0deg);
31678
- }
31679
-
31680
- .c18bcrac {
31681
- display: inline-block;
31682
- width: 100%;
31640
+ justify-content: space-between;
31641
+ word-break: keep-all;
31683
31642
  }
31684
- .c18bcrac .recharts-wrapper {
31685
- margin-left: 4px;
31643
+ .c156wh19 .title {
31644
+ margin: 0 16px 0 8px;
31686
31645
  }
31687
-
31688
- .cro7kg2 {
31689
- padding: 4px;
31646
+ .c156wh19 .retain {
31647
+ color: rgba(129, 138, 153, 0.6);
31690
31648
  }
31691
-
31692
- .c14wcxf0 {
31649
+ .c156wh19 .left {
31650
+ flex: 1;
31693
31651
  display: flex;
31694
- justify-content: space-between;
31652
+ overflow: hidden;
31695
31653
  align-items: center;
31696
- font-size: 13px;
31697
- line-height: 24px;
31698
- color: #cccccc;
31654
+ justify-content: flex-start;
31699
31655
  white-space: nowrap;
31700
31656
  }
31701
- .c14wcxf0 label {
31702
- margin-right: 32px;
31657
+ .c156wh19 .left .title {
31658
+ max-width: 100%;
31659
+ overflow: hidden;
31660
+ text-overflow: ellipsis;
31661
+ }
31662
+ .c156wh19 .right {
31663
+ display: flex;
31664
+ align-items: center;
31665
+ }
31666
+ .c156wh19 .reverse {
31667
+ display: flex;
31668
+ flex-direction: row-reverse;
31669
+ align-items: center;
31670
+ }
31671
+ .c156wh19 .reverse .ant-switch {
31672
+ margin-left: 8px;
31673
+ }
31674
+ .c156wh19 .close {
31675
+ padding-left: 14px;
31676
+ margin-left: 14px;
31677
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31678
+ cursor: pointer;
31703
31679
  }
31704
31680
 
31705
- .coy29mj.c14wcxf0 {
31706
- font-weight: bold;
31707
- color: white;
31681
+ .m126spxy {
31682
+ padding-bottom: 4px;
31683
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31684
+ }
31685
+ .m126spxy .ant-btn-link {
31686
+ padding: 1px 10px;
31687
+ color: rgba(62, 70, 82, 0.6);
31688
+ border-radius: 4px;
31689
+ }
31690
+ .m126spxy .ant-btn-link.active {
31691
+ background: rgba(0, 128, 255, 0.1);
31692
+ color: #0096ff;
31708
31693
  }
31709
31694
 
31710
- .s11212zy {
31711
- width: 8px;
31712
- height: 8px;
31713
- border-radius: 2px;
31714
- display: inline-block;
31715
- background: var(--s11212zy-0);
31716
- border: 1px solid #fff;
31717
- box-sizing: content-box;
31718
- margin-right: 6px;
31695
+ .wpbf4pq {
31696
+ padding: 10px 0;
31697
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31698
+ }
31699
+ .wpbf4pq .ant-input,
31700
+ .wpbf4pq .ant-picker {
31701
+ width: 80px;
31702
+ margin: 0 9px;
31703
+ text-align: center;
31704
+ }
31705
+ .wpbf4pq .options {
31706
+ padding: 12px 0 12px 16px;
31707
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31708
+ margin: 5px 0 5px 8px;
31709
+ }
31710
+ .wpbf4pq .week-day-option,
31711
+ .wpbf4pq .month-day-option {
31712
+ background: #f5f7fa;
31713
+ box-sizing: border-box;
31714
+ border-radius: 16px;
31715
+ margin-right: 8px;
31716
+ }
31717
+ .wpbf4pq .week-day-option:focus,
31718
+ .wpbf4pq .month-day-option:focus {
31719
+ color: inherit;
31720
+ border-color: #d9d9d9;
31721
+ }
31722
+ .wpbf4pq .week-day-option.active {
31723
+ background-color: #0096ff;
31724
+ border-color: #0096ff;
31725
+ color: #fff;
31726
+ }
31727
+ .wpbf4pq .week-day-option.en-text {
31728
+ width: 110px;
31729
+ margin-top: 4px;
31730
+ }
31731
+ .wpbf4pq .month-day-option {
31732
+ width: 32px;
31733
+ padding: 0;
31734
+ margin-bottom: 8px;
31735
+ }
31736
+ .wpbf4pq .month-day-option.active {
31737
+ background-color: #0096ff;
31738
+ border-color: #0096ff;
31739
+ color: #fff;
31719
31740
  }
31720
31741
 
31721
- .p1lyky6c > :first-child {
31722
- font-weight: bold;
31723
- color: white;
31724
- margin-right: 4px;
31742
+ .tje3huy {
31743
+ width: 100%;
31744
+ overflow: inherit;
31745
+ white-space: inherit;
31746
+ text-overflow: ellipsis;
31747
+ }
31748
+
31749
+ .c1bus5hc {
31750
+ --color: white;
31751
+ height: 14px;
31752
+ width: 14px;
31753
+ border-radius: 50%;
31754
+ flex-shrink: 0;
31755
+ display: flex;
31756
+ align-items: center;
31757
+ justify-content: center;
31758
+ border: 1px solid var(--color);
31759
+ }
31760
+ .c1bus5hc .circle-inner {
31761
+ position: relative;
31762
+ height: 10px;
31763
+ width: 10px;
31764
+ border-radius: 50%;
31765
+ overflow: hidden;
31766
+ }
31767
+ .c1bus5hc .circle-content {
31768
+ position: absolute;
31769
+ height: 100%;
31770
+ width: 100%;
31771
+ left: 0;
31772
+ top: 0;
31773
+ border-radius: 50%;
31774
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31775
+ transform: rotate(180deg);
31776
+ }
31777
+ .c1bus5hc .circle-child {
31778
+ position: absolute;
31779
+ height: 100%;
31780
+ width: 100%;
31781
+ left: 0;
31782
+ top: 0;
31783
+ margin-left: 50%;
31784
+ transform-origin: left;
31785
+ background: white;
31786
+ transform: rotate(0deg);
31787
+ }
31788
+
31789
+ .n12mqh7z {
31790
+ display: flex;
31791
+ align-items: center;
31792
+ font-size: 12px;
31793
+ line-height: 18px;
31794
+ }
31795
+ .n12mqh7z:not(:last-child) {
31796
+ margin-bottom: 4px;
31797
+ }
31798
+
31799
+ .tf5bynu {
31800
+ margin: 0 3px;
31801
+ }
31802
+
31803
+ .tcckoz1 {
31804
+ max-height: 400px;
31805
+ overflow: "auto";
31725
31806
  }
31726
31807
 
31727
31808
  .c18gxmrl {
@@ -31744,18 +31825,63 @@ input.rrg1fkn.ant-input {
31744
31825
  padding: 8px 12px;
31745
31826
  }
31746
31827
 
31747
- .c10crapj {
31828
+ .berrcjl {
31829
+ color: rgba(10, 37, 85, 0.6);
31830
+ margin-bottom: 4px;
31831
+ }
31832
+ .berrcjl .breadcrumb-link {
31833
+ color: rgba(10, 37, 85, 0.6);
31834
+ cursor: pointer;
31835
+ transition: color 160ms ease;
31836
+ }
31837
+ .berrcjl .breadcrumb-link:hover {
31838
+ color: #0080ff;
31839
+ }
31840
+ .berrcjl .breadcrumb-link:active {
31841
+ color: #005ed1;
31842
+ }
31843
+
31844
+ .s1iv0tp1 .enabled-switch {
31845
+ display: flex;
31846
+ align-items: center;
31847
+ }
31848
+ .s1iv0tp1 .enabled-text {
31849
+ margin-right: 8px;
31850
+ }
31851
+
31852
+ .c1uzzomf {
31853
+ margin-bottom: 16px;
31854
+ }
31855
+ .c1uzzomf .card-title {
31856
+ font-size: 16px;
31857
+ color: rgba(44, 56, 82, 0.6);
31858
+ font-weight: 700;
31859
+ line-height: 32px;
31860
+ }
31861
+ .c1uzzomf .card-body {
31862
+ padding: 24px;
31748
31863
  border-radius: 8px;
31864
+ background: #fff;
31749
31865
  }
31750
- .c10crapj .ant-card-body {
31751
- padding: 20px 24px 24px 24px;
31866
+ .c1uzzomf .empty {
31867
+ font-weight: 700;
31868
+ font-size: 14px;
31869
+ line-height: 22px;
31870
+ color: rgba(0, 21, 64, 0.3);
31871
+ text-align: center;
31752
31872
  }
31753
31873
 
31754
- .tje3huy {
31874
+ .m15dvk92 {
31875
+ display: flex;
31876
+ justify-content: space-between;
31877
+ width: 100%;
31878
+ }
31879
+ .m15dvk92 .action {
31880
+ margin-left: 16px;
31881
+ }
31882
+
31883
+ .aql8iqz .ant-alert-message {
31755
31884
  width: 100%;
31756
- overflow: inherit;
31757
- white-space: inherit;
31758
- text-overflow: ellipsis;
31759
31885
  }
31760
31886
 
31761
31887
  .c198s9j3 {
@@ -31829,48 +31955,11 @@ input.rrg1fkn.ant-input {
31829
31955
  margin-left: 24px;
31830
31956
  }
31831
31957
 
31832
- .m15dvk92 {
31833
- display: flex;
31834
- justify-content: space-between;
31835
- width: 100%;
31836
- }
31837
- .m15dvk92 .action {
31838
- margin-left: 16px;
31839
- }
31840
-
31841
- .aql8iqz .ant-alert-message {
31842
- width: 100%;
31843
- }
31844
-
31845
- .wg1tsps {
31846
- display: flex;
31847
- align-items: center;
31848
- justify-content: flex-end;
31849
- }
31850
-
31851
- .b1ctd5xy {
31852
- display: flex;
31853
- align-items: center;
31854
- width: calc(100% - 40px);
31855
- }
31856
- .b1ctd5xy .chart {
31857
- display: inline-block;
31858
- width: 100%;
31859
- }
31860
-
31861
- .u1p8acpn {
31862
- width: 40px;
31863
- }
31864
- .u1p8acpn .unit {
31865
- color: #00122e !important;
31866
- }
31867
-
31868
- .s1iv0tp1 .enabled-switch {
31869
- display: flex;
31870
- align-items: center;
31958
+ .c10crapj {
31959
+ border-radius: 8px;
31871
31960
  }
31872
- .s1iv0tp1 .enabled-text {
31873
- margin-right: 8px;
31961
+ .c10crapj .ant-card-body {
31962
+ padding: 20px 24px 24px 24px;
31874
31963
  }
31875
31964
 
31876
31965
  .cav9p2m .ant-collapse-item {
@@ -31908,6 +31997,10 @@ input.rrg1fkn.ant-input {
31908
31997
  white-space: nowrap;
31909
31998
  }
31910
31999
 
32000
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32001
+ display: flex;
32002
+ }
32003
+
31911
32004
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
31912
32005
  border-radius: 6px;
31913
32006
  }
@@ -31975,10 +32068,6 @@ input.rrg1fkn.ant-input {
31975
32068
  color: rgba(44, 56, 82, 0.6);
31976
32069
  }
31977
32070
 
31978
- .iiqau4c.ant-input-group.ant-input-group-compact {
31979
- display: flex;
31980
- }
31981
-
31982
32071
  .s14dk8r1 {
31983
32072
  margin: 0;
31984
32073
  border-radius: 20px;
@@ -32139,221 +32228,11 @@ input.rrg1fkn.ant-input {
32139
32228
  background-color: #7E41FF;
32140
32229
  }
32141
32230
 
32142
- .l4bld33 {
32143
- width: 64px;
32144
- height: 64px;
32145
- display: flex;
32146
- align-items: center;
32147
- justify-content: center;
32148
- position: relative;
32149
- opacity: 0.2;
32231
+ .sq6vos1 {
32232
+ --item-min-width: 60px;
32150
32233
  }
32151
-
32152
- .lgitjoj {
32153
- position: absolute;
32154
- width: 5px;
32155
- height: 48px;
32156
- left: 9.33px;
32157
- top: 40.5px;
32158
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32159
- border-radius: 5px;
32160
- transform: rotate(-128deg);
32161
- transform-origin: top left;
32162
- animation: loading-indicator1 1100ms ease-out infinite;
32163
- }
32164
-
32165
- .l13g0exg {
32166
- position: absolute;
32167
- width: 5px;
32168
- height: 48px;
32169
- left: 40.8px;
32170
- top: 8.4px;
32171
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32172
- border-radius: 5px;
32173
- transform: rotate(-8deg);
32174
- transform-origin: top left;
32175
- animation: loading-indicator2 1100ms ease-out infinite;
32176
- }
32177
-
32178
- .l1exo3h6 {
32179
- position: absolute;
32180
- width: 5px;
32181
- height: 48px;
32182
- left: 52.9px;
32183
- top: 51.8px;
32184
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32185
- border-radius: 5px;
32186
- transform: rotate(112deg);
32187
- transform-origin: top left;
32188
- animation: loading-indicator3 1100ms ease-out infinite;
32189
- }
32190
-
32191
- .m1thnes4 {
32192
- color: rgba(44, 56, 82, 0.6);
32193
- text-align: center;
32194
- display: flex;
32195
- align-items: center;
32196
- justify-content: center;
32197
- flex-direction: column;
32198
- height: 100%;
32199
- }
32200
- .m1thnes4 .link {
32201
- color: #0080ff;
32202
- cursor: pointer;
32203
- }
32204
-
32205
- .m1bixfdy {
32206
- width: 100%;
32207
- height: 100%;
32208
- display: flex;
32209
- flex-direction: column;
32210
- }
32211
- .m1bixfdy .name-toolbar {
32212
- width: 100%;
32213
- display: flex;
32214
- line-height: 30px;
32215
- padding: 0 16px;
32216
- justify-content: space-between;
32217
- }
32218
- .m1bixfdy .name-toolbar .metric-extra {
32219
- display: flex;
32220
- font-size: 12px;
32221
- align-items: center;
32222
- }
32223
- .m1bixfdy .name-toolbar .metric-extra .info-item {
32224
- color: #a3b4cc;
32225
- }
32226
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32227
- margin-left: 10px;
32228
- }
32229
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32230
- margin-left: 10px;
32231
- cursor: pointer;
32232
- }
32233
- .m1bixfdy .content {
32234
- flex: 1;
32235
- width: 100%;
32236
- display: flex;
32237
- justify-content: center;
32238
- align-items: center;
32239
- }
32240
- .m1bixfdy .single-content {
32241
- height: 65px;
32242
- }
32243
-
32244
- .lfamfcw {
32245
- display: flex;
32246
- align-items: center;
32247
- white-space: nowrap;
32248
- overflow: hidden;
32249
- width: 100%;
32250
- }
32251
- .lfamfcw .ant-dropdown-trigger {
32252
- margin-left: auto;
32253
- font-size: 12px;
32254
- }
32255
-
32256
- .la6u9b4 {
32257
- display: flex;
32258
- justify-content: flex-start;
32259
- align-items: center;
32260
- font-size: 12px;
32261
- cursor: pointer;
32262
- }
32263
- .la6u9b4:not(:last-child) {
32264
- margin-right: 20px;
32265
- }
32266
- .la6u9b4.deselected {
32267
- opacity: 0.4;
32268
- }
32269
- .la6u9b4.deselected .color-block {
32270
- background: #b4beca !important;
32271
- }
32272
-
32273
- .chhvk8b {
32274
- display: inline-block;
32275
- height: 8px;
32276
- width: 8px;
32277
- margin-right: 8px;
32278
- }
32279
-
32280
- .e1sdlxq1 .ant-dropdown-menu-item {
32281
- display: flex;
32282
- align-items: center;
32283
- font-size: 12px;
32284
- margin: 0;
32285
- }
32286
-
32287
- .m16f7gpb {
32288
- position: relative;
32289
- }
32290
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
32291
- bottom: -12px;
32292
- }
32293
- .m16f7gpb .metric-toolbar {
32294
- display: flex;
32295
- justify-content: space-between;
32296
- line-height: 30px;
32297
- margin: 0 16px;
32298
- }
32299
- .m16f7gpb .metric-toolbar .metric-extra {
32300
- display: flex;
32301
- font-size: 12px;
32302
- align-items: center;
32303
- }
32304
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
32305
- color: #a3b4cc;
32306
- }
32307
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32308
- margin-left: 10px;
32309
- }
32310
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32311
- margin-left: 10px;
32312
- cursor: pointer;
32313
- }
32314
- .m16f7gpb .recharts-xAxis {
32315
- font-size: 12px;
32316
- }
32317
- .m16f7gpb .pointer-wrapper {
32318
- position: absolute;
32319
- bottom: 10px;
32320
- padding: 0 8px;
32321
- border-radius: 4px;
32322
- font-size: 12px;
32323
- color: #fff;
32324
- background: rgba(0, 0, 0, 0.75);
32325
- transform: translateX(-50%);
32326
- }
32327
-
32328
- .t1ipvk51 {
32329
- min-width: 200px;
32330
- }
32331
-
32332
- .t1kgldps {
32333
- display: flex;
32334
- align-items: center;
32335
- justify-content: space-between;
32336
- background-color: rgba(0, 0, 0, 0.75);
32337
- color: #b4beca;
32338
- font-size: 12px;
32339
- padding: 3px 6px;
32340
- }
32341
- .t1kgldps:first-child {
32342
- padding-top: 3px;
32343
- }
32344
- .t1kgldps:last-child {
32345
- padding-bottom: 3px;
32346
- }
32347
- .t1kgldps .column-value {
32348
- color: #fff;
32349
- margin-left: 8px;
32350
- }
32351
-
32352
- .sq6vos1 {
32353
- --item-min-width: 60px;
32354
- }
32355
- .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32356
- display: none !important;
32234
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32235
+ display: none !important;
32357
32236
  }
32358
32237
  .sq6vos1 .ant-steps-item.ant-steps-item-active {
32359
32238
  flex-shrink: 0 !important;
@@ -32508,30 +32387,240 @@ input.rrg1fkn.ant-input {
32508
32387
  justify-content: center;
32509
32388
  column-gap: 4px;
32510
32389
  }
32511
- .h1xo7yjb .step-item-prefix-container {
32512
- display: inline-flex;
32513
- align-items: center;
32514
- width: 18px;
32515
- height: 18px;
32516
- color: rgba(44, 56, 82, 0.75);
32517
- justify-content: center;
32390
+ .h1xo7yjb .step-item-prefix-container {
32391
+ display: inline-flex;
32392
+ align-items: center;
32393
+ width: 18px;
32394
+ height: 18px;
32395
+ color: rgba(44, 56, 82, 0.75);
32396
+ justify-content: center;
32397
+ }
32398
+
32399
+ .v1f2f7cy {
32400
+ width: 100%;
32401
+ display: flex;
32402
+ align-items: center;
32403
+ justify-content: center;
32404
+ column-gap: 6px;
32405
+ font-size: 13px;
32406
+ }
32407
+ .v1f2f7cy .step-item-prefix-container {
32408
+ display: inline-flex;
32409
+ align-items: center;
32410
+ min-width: 20px;
32411
+ min-height: 20px;
32412
+ color: rgba(44, 56, 82, 0.75);
32413
+ justify-content: center;
32414
+ }
32415
+
32416
+ .l4bld33 {
32417
+ width: 64px;
32418
+ height: 64px;
32419
+ display: flex;
32420
+ align-items: center;
32421
+ justify-content: center;
32422
+ position: relative;
32423
+ opacity: 0.2;
32424
+ }
32425
+
32426
+ .lgitjoj {
32427
+ position: absolute;
32428
+ width: 5px;
32429
+ height: 48px;
32430
+ left: 9.33px;
32431
+ top: 40.5px;
32432
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32433
+ border-radius: 5px;
32434
+ transform: rotate(-128deg);
32435
+ transform-origin: top left;
32436
+ animation: loading-indicator1 1100ms ease-out infinite;
32437
+ }
32438
+
32439
+ .l13g0exg {
32440
+ position: absolute;
32441
+ width: 5px;
32442
+ height: 48px;
32443
+ left: 40.8px;
32444
+ top: 8.4px;
32445
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32446
+ border-radius: 5px;
32447
+ transform: rotate(-8deg);
32448
+ transform-origin: top left;
32449
+ animation: loading-indicator2 1100ms ease-out infinite;
32450
+ }
32451
+
32452
+ .l1exo3h6 {
32453
+ position: absolute;
32454
+ width: 5px;
32455
+ height: 48px;
32456
+ left: 52.9px;
32457
+ top: 51.8px;
32458
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32459
+ border-radius: 5px;
32460
+ transform: rotate(112deg);
32461
+ transform-origin: top left;
32462
+ animation: loading-indicator3 1100ms ease-out infinite;
32463
+ }
32464
+
32465
+ .m1thnes4 {
32466
+ color: rgba(44, 56, 82, 0.6);
32467
+ text-align: center;
32468
+ display: flex;
32469
+ align-items: center;
32470
+ justify-content: center;
32471
+ flex-direction: column;
32472
+ height: 100%;
32473
+ }
32474
+ .m1thnes4 .link {
32475
+ color: #0080ff;
32476
+ cursor: pointer;
32477
+ }
32478
+
32479
+ .m1bixfdy {
32480
+ width: 100%;
32481
+ height: 100%;
32482
+ display: flex;
32483
+ flex-direction: column;
32484
+ }
32485
+ .m1bixfdy .name-toolbar {
32486
+ width: 100%;
32487
+ display: flex;
32488
+ line-height: 30px;
32489
+ padding: 0 16px;
32490
+ justify-content: space-between;
32491
+ }
32492
+ .m1bixfdy .name-toolbar .metric-extra {
32493
+ display: flex;
32494
+ font-size: 12px;
32495
+ align-items: center;
32496
+ }
32497
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
32498
+ color: #a3b4cc;
32499
+ }
32500
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32501
+ margin-left: 10px;
32502
+ }
32503
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32504
+ margin-left: 10px;
32505
+ cursor: pointer;
32506
+ }
32507
+ .m1bixfdy .content {
32508
+ flex: 1;
32509
+ width: 100%;
32510
+ display: flex;
32511
+ justify-content: center;
32512
+ align-items: center;
32513
+ }
32514
+ .m1bixfdy .single-content {
32515
+ height: 65px;
32516
+ }
32517
+
32518
+ .lfamfcw {
32519
+ display: flex;
32520
+ align-items: center;
32521
+ white-space: nowrap;
32522
+ overflow: hidden;
32523
+ width: 100%;
32524
+ }
32525
+ .lfamfcw .ant-dropdown-trigger {
32526
+ margin-left: auto;
32527
+ font-size: 12px;
32528
+ }
32529
+
32530
+ .la6u9b4 {
32531
+ display: flex;
32532
+ justify-content: flex-start;
32533
+ align-items: center;
32534
+ font-size: 12px;
32535
+ cursor: pointer;
32536
+ }
32537
+ .la6u9b4:not(:last-child) {
32538
+ margin-right: 20px;
32539
+ }
32540
+ .la6u9b4.deselected {
32541
+ opacity: 0.4;
32542
+ }
32543
+ .la6u9b4.deselected .color-block {
32544
+ background: #b4beca !important;
32545
+ }
32546
+
32547
+ .chhvk8b {
32548
+ display: inline-block;
32549
+ height: 8px;
32550
+ width: 8px;
32551
+ margin-right: 8px;
32552
+ }
32553
+
32554
+ .e1sdlxq1 .ant-dropdown-menu-item {
32555
+ display: flex;
32556
+ align-items: center;
32557
+ font-size: 12px;
32558
+ margin: 0;
32559
+ }
32560
+
32561
+ .m16f7gpb {
32562
+ position: relative;
32563
+ }
32564
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
32565
+ bottom: -12px;
32566
+ }
32567
+ .m16f7gpb .metric-toolbar {
32568
+ display: flex;
32569
+ justify-content: space-between;
32570
+ line-height: 30px;
32571
+ margin: 0 16px;
32572
+ }
32573
+ .m16f7gpb .metric-toolbar .metric-extra {
32574
+ display: flex;
32575
+ font-size: 12px;
32576
+ align-items: center;
32577
+ }
32578
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
32579
+ color: #a3b4cc;
32580
+ }
32581
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32582
+ margin-left: 10px;
32583
+ }
32584
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32585
+ margin-left: 10px;
32586
+ cursor: pointer;
32587
+ }
32588
+ .m16f7gpb .recharts-xAxis {
32589
+ font-size: 12px;
32590
+ }
32591
+ .m16f7gpb .pointer-wrapper {
32592
+ position: absolute;
32593
+ bottom: 10px;
32594
+ padding: 0 8px;
32595
+ border-radius: 4px;
32596
+ font-size: 12px;
32597
+ color: #fff;
32598
+ background: rgba(0, 0, 0, 0.75);
32599
+ transform: translateX(-50%);
32600
+ }
32601
+
32602
+ .t1ipvk51 {
32603
+ min-width: 200px;
32518
32604
  }
32519
32605
 
32520
- .v1f2f7cy {
32521
- width: 100%;
32606
+ .t1kgldps {
32522
32607
  display: flex;
32523
32608
  align-items: center;
32524
- justify-content: center;
32525
- column-gap: 6px;
32526
- font-size: 13px;
32609
+ justify-content: space-between;
32610
+ background-color: rgba(0, 0, 0, 0.75);
32611
+ color: #b4beca;
32612
+ font-size: 12px;
32613
+ padding: 3px 6px;
32527
32614
  }
32528
- .v1f2f7cy .step-item-prefix-container {
32529
- display: inline-flex;
32530
- align-items: center;
32531
- min-width: 20px;
32532
- min-height: 20px;
32533
- color: rgba(44, 56, 82, 0.75);
32534
- justify-content: center;
32615
+ .t1kgldps:first-child {
32616
+ padding-top: 3px;
32617
+ }
32618
+ .t1kgldps:last-child {
32619
+ padding-bottom: 3px;
32620
+ }
32621
+ .t1kgldps .column-value {
32622
+ color: #fff;
32623
+ margin-left: 8px;
32535
32624
  }
32536
32625
 
32537
32626
  .t1gz6wqf {
@@ -32608,17 +32697,21 @@ input.rrg1fkn.ant-input {
32608
32697
  margin-right: 2px;
32609
32698
  }
32610
32699
 
32611
- .skwah65 {
32612
- height: 8px;
32613
- box-sizing: border-box;
32614
- border-radius: 2px;
32615
- background: #f5f7fa;
32616
- display: flex;
32617
- width: 100%;
32618
- overflow: hidden;
32700
+ .bab9xum {
32701
+ 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);
32619
32702
  }
32620
- .skwah65 .stack-bar-item + .stack-bar-item {
32621
- margin-left: 1px;
32703
+
32704
+ .cav4gt6 {
32705
+ border-radius: 8px;
32706
+ background-color: white;
32707
+ }
32708
+ .cav4gt6.hoverable {
32709
+ cursor: pointer;
32710
+ }
32711
+ .cav4gt6.hoverable:hover {
32712
+ transition: all 200ms ease;
32713
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32714
+ transform: translateY(-4px);
32622
32715
  }
32623
32716
 
32624
32717
  .rrwcpby {
@@ -32637,23 +32730,6 @@ input.rrg1fkn.ant-input {
32637
32730
  margin-right: 6px;
32638
32731
  }
32639
32732
 
32640
- .bab9xum {
32641
- 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);
32642
- }
32643
-
32644
- .cav4gt6 {
32645
- border-radius: 8px;
32646
- background-color: white;
32647
- }
32648
- .cav4gt6.hoverable {
32649
- cursor: pointer;
32650
- }
32651
- .cav4gt6.hoverable:hover {
32652
- transition: all 200ms ease;
32653
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32654
- transform: translateY(-4px);
32655
- }
32656
-
32657
32733
  .f1p9ti6d {
32658
32734
  width: 100%;
32659
32735
  margin-bottom: 0 !important;
@@ -32685,54 +32761,44 @@ input.rrg1fkn.ant-input {
32685
32761
  min-height: 0px;
32686
32762
  }
32687
32763
 
32688
- .at4ovwe .ant-input-number-handler-wrap {
32689
- display: var(--at4ovwe-0);
32690
- }
32691
- .at4ovwe .ant-input-number-input-wrap {
32692
- padding: 5px 12px;
32693
- display: inline-flex;
32694
- line-height: 1.5715;
32695
- height: 100%;
32696
- width: 100%;
32697
- }
32698
- .at4ovwe .ant-input-number-input-wrap::after {
32699
- content: var(--at4ovwe-1);
32700
- display: var(--at4ovwe-2);
32701
- flex: none;
32702
- align-items: center;
32703
- margin-left: 4px;
32704
- color: rgba(44, 56, 82, 0.6);
32764
+ .w1xcixj5.outside-tag {
32765
+ padding-left: 0;
32705
32766
  }
32706
- .at4ovwe .ant-input-number-input-wrap::before {
32707
- content: var(--at4ovwe-3);
32708
- display: var(--at4ovwe-4);
32709
- flex: none;
32710
- align-items: center;
32767
+ .w1xcixj5.outside-tag .inside-tag {
32768
+ border-radius: 4px 0 0 4px;
32769
+ padding-right: 4px;
32711
32770
  margin-right: 4px;
32712
- cursor: auto;
32713
- color: rgba(44, 56, 82, 0.6);
32714
32771
  }
32715
- .ant-input-group.ant-input-group-compact > .at4ovwe {
32716
- border-radius: 0;
32772
+
32773
+ .sut42l0 {
32774
+ padding: 0 8px;
32775
+ height: 18px;
32717
32776
  }
32718
- .at4ovwe.ant-input-number {
32719
- width: 100%;
32720
- border-radius: 6px;
32777
+
32778
+ .mfsz1jz {
32779
+ padding: 2px 8px;
32780
+ height: 24px;
32721
32781
  }
32722
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32723
- border-color: #0096ff;
32724
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32725
- z-index: 1;
32782
+
32783
+ .tnd6h4m {
32784
+ margin: 0;
32726
32785
  }
32727
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32728
- border-color: #e75a3a;
32729
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32786
+
32787
+ .i1qw4clm {
32788
+ margin-right: 4px;
32789
+ height: 16px;
32730
32790
  }
32731
- .at4ovwe .ant-input-number-input {
32732
- padding: 0;
32733
- margin: 0;
32734
- height: auto;
32735
- font-size: inherit;
32791
+
32792
+ .n1r5ku5l.ant-tag.ant-tag-gray {
32793
+ font-weight: 700;
32794
+ color: #00122e;
32795
+ background-color: rgba(237, 241, 250, 0.6);
32796
+ border: 1px solid rgba(211, 218, 235, 0.6);
32797
+ }
32798
+
32799
+ .iwsze0q {
32800
+ margin-right: 4px;
32801
+ height: 16px;
32736
32802
  }
32737
32803
 
32738
32804
  .tc40oxa {
@@ -32928,63 +32994,54 @@ input.rrg1fkn.ant-input {
32928
32994
  margin-right: 8px;
32929
32995
  }
32930
32996
 
32931
- .sut42l0 {
32932
- padding: 0 8px;
32933
- height: 18px;
32934
- }
32935
-
32936
- .mfsz1jz {
32937
- padding: 2px 8px;
32938
- height: 24px;
32939
- }
32940
-
32941
- .tnd6h4m {
32942
- margin: 0;
32997
+ .at4ovwe .ant-input-number-handler-wrap {
32998
+ display: var(--at4ovwe-0);
32943
32999
  }
32944
-
32945
- .i1qw4clm {
32946
- margin-right: 4px;
32947
- height: 16px;
33000
+ .at4ovwe .ant-input-number-input-wrap {
33001
+ padding: 5px 12px;
33002
+ display: inline-flex;
33003
+ line-height: 1.5715;
33004
+ height: 100%;
33005
+ width: 100%;
32948
33006
  }
32949
-
32950
- .n1r5ku5l.ant-tag.ant-tag-gray {
32951
- font-weight: 700;
32952
- color: #00122e;
32953
- background-color: rgba(237, 241, 250, 0.6);
32954
- border: 1px solid rgba(211, 218, 235, 0.6);
33007
+ .at4ovwe .ant-input-number-input-wrap::after {
33008
+ content: var(--at4ovwe-1);
33009
+ display: var(--at4ovwe-2);
33010
+ flex: none;
33011
+ align-items: center;
33012
+ margin-left: 4px;
33013
+ color: rgba(44, 56, 82, 0.6);
32955
33014
  }
32956
-
32957
- .iwsze0q {
33015
+ .at4ovwe .ant-input-number-input-wrap::before {
33016
+ content: var(--at4ovwe-3);
33017
+ display: var(--at4ovwe-4);
33018
+ flex: none;
33019
+ align-items: center;
32958
33020
  margin-right: 4px;
32959
- height: 16px;
32960
- }
32961
-
32962
- .w1xcixj5.outside-tag {
32963
- padding-left: 0;
33021
+ cursor: auto;
33022
+ color: rgba(44, 56, 82, 0.6);
32964
33023
  }
32965
- .w1xcixj5.outside-tag .inside-tag {
32966
- border-radius: 4px 0 0 4px;
32967
- padding-right: 4px;
32968
- margin-right: 4px;
33024
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
33025
+ border-radius: 0;
32969
33026
  }
32970
-
32971
- .feau332.ant-form-item {
32972
- margin-bottom: 0;
33027
+ .at4ovwe.ant-input-number {
33028
+ width: 100%;
33029
+ border-radius: 6px;
32973
33030
  }
32974
- .feau332 .ant-form-item-explain {
32975
- display: none;
32976
- min-height: 18px;
32977
- margin-top: 5px;
32978
- font-family: "Inter";
32979
- font-weight: 400;
32980
- font-size: 12px;
32981
- line-height: 18px;
33031
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33032
+ border-color: #0096ff;
33033
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33034
+ z-index: 1;
32982
33035
  }
32983
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
32984
- white-space: pre-wrap;
33036
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33037
+ border-color: #e75a3a;
33038
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32985
33039
  }
32986
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
32987
- display: block;
33040
+ .at4ovwe .ant-input-number-input {
33041
+ padding: 0;
33042
+ margin: 0;
33043
+ height: auto;
33044
+ font-size: inherit;
32988
33045
  }
32989
33046
 
32990
33047
  .a6dbbkm .ant-input-number-handler-wrap {
@@ -33016,4 +33073,23 @@ input.rrg1fkn.ant-input {
33016
33073
  margin: 0;
33017
33074
  height: auto;
33018
33075
  font-size: inherit;
33076
+ }
33077
+
33078
+ .feau332.ant-form-item {
33079
+ margin-bottom: 0;
33080
+ }
33081
+ .feau332 .ant-form-item-explain {
33082
+ display: none;
33083
+ min-height: 18px;
33084
+ margin-top: 5px;
33085
+ font-family: "Inter";
33086
+ font-weight: 400;
33087
+ font-size: 12px;
33088
+ line-height: 18px;
33089
+ }
33090
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33091
+ white-space: pre-wrap;
33092
+ }
33093
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33094
+ display: block;
33019
33095
  }