@cloudtower/eagle 0.26.18 → 0.26.19

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.
@@ -1,13 +1,22 @@
1
1
  import React from "react";
2
- export interface ICardProps {
2
+ export type CardProps = {
3
3
  collapsible?: boolean;
4
4
  defaultOpen?: boolean;
5
5
  title?: React.ReactNode | string;
6
6
  subInfo?: React.ReactNode;
7
7
  className?: string;
8
+ hoverable?: boolean;
8
9
  shadow?: boolean;
9
- }
10
- declare const Card: React.ForwardRefExoticComponent<ICardProps & {
10
+ } & React.DOMAttributes<HTMLDivElement>;
11
+ declare const Card: React.ForwardRefExoticComponent<{
12
+ collapsible?: boolean | undefined;
13
+ defaultOpen?: boolean | undefined;
14
+ title?: React.ReactNode | string;
15
+ subInfo?: React.ReactNode;
16
+ className?: string | undefined;
17
+ hoverable?: boolean | undefined;
18
+ shadow?: boolean | undefined;
19
+ } & React.DOMAttributes<HTMLDivElement> & {
11
20
  children?: React.ReactNode;
12
21
  } & React.RefAttributes<HTMLDivElement>>;
13
22
  export default Card;
@@ -0,0 +1,5 @@
1
+ export declare const StepsStyle: import("@linaria/core").LinariaClassName;
2
+ export declare const HorizontalStyle: import("@linaria/core").LinariaClassName;
3
+ export declare const VerticalStyle: import("@linaria/core").LinariaClassName;
4
+ export declare const HorizontalStepContentStyle: import("@linaria/core").LinariaClassName;
5
+ export declare const VerticalStepContentStyle: import("@linaria/core").LinariaClassName;
@@ -1,4 +1,12 @@
1
- import { TokenColor, TokenComponentType } from "../../spec";
1
+ import React from "react";
2
+ import { TokenColor } from "../../spec";
2
3
  export declare const PresetColors: TokenColor[];
3
- declare const Token: TokenComponentType;
4
+ declare const Token: React.ForwardRefExoticComponent<Omit<import("antd/lib/tag").TagProps, "closeIcon"> & {
5
+ color?: TokenColor | undefined;
6
+ size?: "small" | "medium" | "large" | undefined;
7
+ checked?: boolean | undefined;
8
+ tooltipConfig?: {
9
+ title: string;
10
+ } | undefined;
11
+ } & React.RefAttributes<HTMLDivElement>>;
4
12
  export default Token;
@@ -4,6 +4,7 @@ export * from "./BaseIcon";
4
4
  export * from "./Button";
5
5
  export { default as Button } from "./Button";
6
6
  export * from "./ButtonGroup";
7
+ export type * from "./Card";
7
8
  export { default as ErrorBoundary } from "./ErrorBoundary";
8
9
  export { default as FailedLoad } from "./FailedLoad";
9
10
  export type { IconProps } from "./Icon";
@@ -30377,89 +30377,6 @@ html body {
30377
30377
  width: 36px;
30378
30378
  }
30379
30379
 
30380
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
30381
- flex-direction: row;
30382
- justify-content: stretch;
30383
- }
30384
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
30385
- padding: 0;
30386
- margin-right: 4px;
30387
- flex: 1;
30388
- overflow: visible;
30389
- }
30390
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
30391
- display: none;
30392
- }
30393
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
30394
- width: 100%;
30395
- min-height: unset;
30396
- }
30397
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
30398
- height: 26px;
30399
- line-height: 26px;
30400
- width: 100%;
30401
- text-align: center;
30402
- padding: 0;
30403
- font-size: 12px;
30404
- font-weight: normal;
30405
- }
30406
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
30407
- margin-right: 10px;
30408
- }
30409
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
30410
- display: none;
30411
- }
30412
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
30413
- border-radius: 4px 0 0 4px;
30414
- }
30415
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
30416
- margin-right: 0;
30417
- }
30418
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
30419
- border-radius: 0 4px 4px 0;
30420
- }
30421
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
30422
- content: "";
30423
- width: 0;
30424
- height: 0;
30425
- border: 13px solid transparent;
30426
- position: absolute;
30427
- top: 0;
30428
- border-left: 8px solid rgba(237, 241, 250, 0.6);
30429
- right: -21px;
30430
- z-index: 2;
30431
- }
30432
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
30433
- content: "";
30434
- width: 0;
30435
- height: 0;
30436
- border: 13px solid transparent;
30437
- position: absolute;
30438
- top: 0;
30439
- border-left: 8px solid #fff;
30440
- left: 0;
30441
- }
30442
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
30443
- background-color: rgba(0, 136, 255, 0.1);
30444
- }
30445
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
30446
- border-left-color: rgba(0, 136, 255, 0.1) !important;
30447
- }
30448
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
30449
- color: #005ed1;
30450
- }
30451
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
30452
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
30453
- background-color: rgba(237, 241, 250, 0.6);
30454
- }
30455
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
30456
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
30457
- color: rgba(44, 56, 82, 0.6);
30458
- }
30459
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
30460
- padding: 0;
30461
- }
30462
-
30463
30380
  .cz04yix {
30464
30381
  display: flex;
30465
30382
  flex-direction: column;
@@ -32104,6 +32021,19 @@ input.rrg1fkn.ant-input {
32104
32021
  line-height: 12px;
32105
32022
  }
32106
32023
 
32024
+ .m15dvk92 {
32025
+ display: flex;
32026
+ justify-content: space-between;
32027
+ width: 100%;
32028
+ }
32029
+ .m15dvk92 .action {
32030
+ margin-left: 16px;
32031
+ }
32032
+
32033
+ .aql8iqz .ant-alert-message {
32034
+ width: 100%;
32035
+ }
32036
+
32107
32037
  .c198s9j3 {
32108
32038
  color: #2d3a56;
32109
32039
  line-height: 22px;
@@ -32175,19 +32105,6 @@ input.rrg1fkn.ant-input {
32175
32105
  margin-left: 24px;
32176
32106
  }
32177
32107
 
32178
- .m15dvk92 {
32179
- display: flex;
32180
- justify-content: space-between;
32181
- width: 100%;
32182
- }
32183
- .m15dvk92 .action {
32184
- margin-left: 16px;
32185
- }
32186
-
32187
- .aql8iqz .ant-alert-message {
32188
- width: 100%;
32189
- }
32190
-
32191
32108
  .c10crapj {
32192
32109
  border-radius: 8px;
32193
32110
  }
@@ -32524,6 +32441,192 @@ input.rrg1fkn.ant-input {
32524
32441
  margin-left: 8px;
32525
32442
  }
32526
32443
 
32444
+ .sq6vos1 {
32445
+ --item-min-width: 60px;
32446
+ }
32447
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32448
+ display: none !important;
32449
+ }
32450
+ .sq6vos1 .ant-steps-item.ant-steps-item-active {
32451
+ flex-shrink: 0 !important;
32452
+ }
32453
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32454
+ color: #0080ff;
32455
+ }
32456
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32457
+ color: #0080ff;
32458
+ font-weight: normal;
32459
+ }
32460
+ .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32461
+ color: rgba(44, 56, 82, 0.6);
32462
+ }
32463
+ .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32464
+ color: #00122e;
32465
+ }
32466
+ .sq6vos1 .step-item-text {
32467
+ display: inline-block;
32468
+ }
32469
+ .sq6vos1 .step-item-title {
32470
+ overflow: hidden;
32471
+ white-space: nowrap;
32472
+ text-overflow: ellipsis;
32473
+ }
32474
+
32475
+ .hjtnwxg .ant-steps-item-container {
32476
+ min-width: var(--item-min-width);
32477
+ }
32478
+ .hjtnwxg .ant-steps-item-disabled {
32479
+ cursor: not-allowed !important;
32480
+ }
32481
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32482
+ flex-direction: row;
32483
+ justify-content: stretch;
32484
+ }
32485
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32486
+ padding: 0;
32487
+ margin-right: 4px;
32488
+ flex: 1;
32489
+ overflow: visible;
32490
+ }
32491
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32492
+ width: 100%;
32493
+ min-height: unset;
32494
+ }
32495
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32496
+ height: 26px;
32497
+ line-height: 26px;
32498
+ width: 100%;
32499
+ padding: 0;
32500
+ font-size: 12px;
32501
+ }
32502
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32503
+ margin-right: 10px;
32504
+ }
32505
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32506
+ display: none;
32507
+ }
32508
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32509
+ padding-left: 8px;
32510
+ padding-right: 4px;
32511
+ border-radius: 4px 0 0 4px;
32512
+ }
32513
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32514
+ margin-right: 0;
32515
+ }
32516
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32517
+ padding-right: 8px;
32518
+ padding-left: 12px;
32519
+ border-radius: 0 4px 4px 0;
32520
+ }
32521
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
32522
+ content: "";
32523
+ width: 0;
32524
+ height: 0;
32525
+ border: 13px solid transparent;
32526
+ position: absolute;
32527
+ top: 0;
32528
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
32529
+ z-index: 2;
32530
+ position: relative;
32531
+ top: -50%;
32532
+ right: -100%;
32533
+ display: inline-block;
32534
+ }
32535
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32536
+ padding: 0 4px 0 12px;
32537
+ }
32538
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
32539
+ content: "";
32540
+ width: 0;
32541
+ height: 0;
32542
+ border: 13px solid transparent;
32543
+ position: absolute;
32544
+ top: 0;
32545
+ border-left: 8px solid #fff;
32546
+ left: 0;
32547
+ }
32548
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32549
+ max-width: calc(100% - var(--item-min-width) * 2);
32550
+ }
32551
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32552
+ background-color: rgba(0, 136, 255, 0.1);
32553
+ }
32554
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32555
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
32556
+ }
32557
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32558
+ cursor: pointer;
32559
+ min-width: var(--item-min-width);
32560
+ }
32561
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32562
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32563
+ min-width: var(--item-min-width);
32564
+ }
32565
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32566
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32567
+ background-color: rgba(237, 241, 250, 0.6);
32568
+ }
32569
+ .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32570
+ padding: 0;
32571
+ }
32572
+
32573
+ .v1p8siwu .ant-steps.ant-steps-vertical {
32574
+ width: 138px;
32575
+ row-gap: 2px;
32576
+ }
32577
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32578
+ padding: 0 8px;
32579
+ border-radius: 4px;
32580
+ height: 32px;
32581
+ display: flex;
32582
+ align-items: center;
32583
+ }
32584
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32585
+ min-height: auto;
32586
+ white-space: nowrap;
32587
+ }
32588
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32589
+ font-size: 13px;
32590
+ line-height: 20px;
32591
+ max-width: 100%;
32592
+ }
32593
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32594
+ background: rgba(0, 128, 255, 0.1);
32595
+ }
32596
+
32597
+ .h1xo7yjb {
32598
+ width: 100%;
32599
+ display: inline-flex;
32600
+ align-items: center;
32601
+ justify-content: center;
32602
+ column-gap: 4px;
32603
+ }
32604
+ .h1xo7yjb .step-item-prefix-container {
32605
+ display: inline-flex;
32606
+ align-items: center;
32607
+ width: 18px;
32608
+ height: 18px;
32609
+ color: rgba(44, 56, 82, 0.75);
32610
+ justify-content: center;
32611
+ }
32612
+
32613
+ .v1f2f7cy {
32614
+ width: 100%;
32615
+ display: flex;
32616
+ align-items: center;
32617
+ justify-content: center;
32618
+ column-gap: 6px;
32619
+ font-size: 13px;
32620
+ }
32621
+ .v1f2f7cy .step-item-prefix-container {
32622
+ display: inline-flex;
32623
+ align-items: center;
32624
+ min-width: 20px;
32625
+ min-height: 20px;
32626
+ color: rgba(44, 56, 82, 0.75);
32627
+ justify-content: center;
32628
+ }
32629
+
32527
32630
  .t1gz6wqf {
32528
32631
  height: 100%;
32529
32632
  }
@@ -32554,10 +32657,6 @@ input.rrg1fkn.ant-input {
32554
32657
  background: rgba(163, 180, 204, 0.18);
32555
32658
  }
32556
32659
 
32557
- .c1k4vanq {
32558
- padding: 0 16px 14px 16px;
32559
- }
32560
-
32561
32660
  .c1udgdh2 {
32562
32661
  color: #2d3a56;
32563
32662
  padding: 12px 16px 10px 16px;
@@ -32598,6 +32697,10 @@ input.rrg1fkn.ant-input {
32598
32697
  margin-right: 2px;
32599
32698
  }
32600
32699
 
32700
+ .c1k4vanq {
32701
+ padding: 0 16px 14px 16px;
32702
+ }
32703
+
32601
32704
  .bab9xum {
32602
32705
  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);
32603
32706
  }
@@ -32606,6 +32709,14 @@ input.rrg1fkn.ant-input {
32606
32709
  border-radius: 4px;
32607
32710
  background-color: white;
32608
32711
  }
32712
+ .cav4gt6.hoverable {
32713
+ cursor: pointer;
32714
+ }
32715
+ .cav4gt6.hoverable:hover {
32716
+ transition: all 200ms ease;
32717
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32718
+ transform: translateY(-4px);
32719
+ }
32609
32720
 
32610
32721
  .rrwcpby {
32611
32722
  display: flex;
@@ -32847,15 +32958,6 @@ input.rrg1fkn.ant-input {
32847
32958
  margin-right: 8px;
32848
32959
  }
32849
32960
 
32850
- .w1xcixj5.outside-tag {
32851
- padding-left: 0;
32852
- }
32853
- .w1xcixj5.outside-tag .inside-tag {
32854
- border-radius: 4px 0 0 4px;
32855
- padding-right: 4px;
32856
- margin-right: 4px;
32857
- }
32858
-
32859
32961
  .at4ovwe .ant-input-number-handler-wrap {
32860
32962
  display: var(--at4ovwe-0);
32861
32963
  }
@@ -32902,6 +33004,15 @@ input.rrg1fkn.ant-input {
32902
33004
  font-size: inherit;
32903
33005
  }
32904
33006
 
33007
+ .w1xcixj5.outside-tag {
33008
+ padding-left: 0;
33009
+ }
33010
+ .w1xcixj5.outside-tag .inside-tag {
33011
+ border-radius: 4px 0 0 4px;
33012
+ padding-right: 4px;
33013
+ margin-right: 4px;
33014
+ }
33015
+
32905
33016
  .sut42l0 {
32906
33017
  padding: 0 8px;
32907
33018
  height: 18px;
@@ -32926,25 +33037,6 @@ input.rrg1fkn.ant-input {
32926
33037
  height: 16px;
32927
33038
  }
32928
33039
 
32929
- .feau332.ant-form-item {
32930
- margin-bottom: 0;
32931
- }
32932
- .feau332 .ant-form-item-explain {
32933
- display: none;
32934
- min-height: 18px;
32935
- margin-top: 5px;
32936
- font-family: "Inter";
32937
- font-weight: 400;
32938
- font-size: 12px;
32939
- line-height: 18px;
32940
- }
32941
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
32942
- white-space: pre-wrap;
32943
- }
32944
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
32945
- display: block;
32946
- }
32947
-
32948
33040
  .a6dbbkm .ant-input-number-handler-wrap {
32949
33041
  display: var(--a6dbbkm-0);
32950
33042
  }
@@ -32974,4 +33066,23 @@ input.rrg1fkn.ant-input {
32974
33066
  margin: 0;
32975
33067
  height: auto;
32976
33068
  font-size: inherit;
33069
+ }
33070
+
33071
+ .feau332.ant-form-item {
33072
+ margin-bottom: 0;
33073
+ }
33074
+ .feau332 .ant-form-item-explain {
33075
+ display: none;
33076
+ min-height: 18px;
33077
+ margin-top: 5px;
33078
+ font-family: "Inter";
33079
+ font-weight: 400;
33080
+ font-size: 12px;
33081
+ line-height: 18px;
33082
+ }
33083
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33084
+ white-space: pre-wrap;
33085
+ }
33086
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33087
+ display: block;
32977
33088
  }