@cloudtower/eagle 0.24.2 → 0.24.3

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/style.css CHANGED
@@ -1986,6 +1986,89 @@ input[type=submit] {
1986
1986
  line-height: 18px;
1987
1987
  }
1988
1988
 
1989
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1990
+ flex-direction: row;
1991
+ justify-content: stretch;
1992
+ }
1993
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1994
+ padding: 0;
1995
+ margin-right: 4px;
1996
+ flex: 1;
1997
+ overflow: visible;
1998
+ }
1999
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2000
+ display: none;
2001
+ }
2002
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2003
+ width: 100%;
2004
+ min-height: unset;
2005
+ }
2006
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2007
+ height: 26px;
2008
+ line-height: 26px;
2009
+ width: 100%;
2010
+ text-align: center;
2011
+ padding: 0;
2012
+ font-size: 12px;
2013
+ font-weight: normal;
2014
+ }
2015
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2016
+ margin-right: 10px;
2017
+ }
2018
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2019
+ display: none;
2020
+ }
2021
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2022
+ border-radius: 4px 0 0 4px;
2023
+ }
2024
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2025
+ margin-right: 0;
2026
+ }
2027
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2028
+ border-radius: 0 4px 4px 0;
2029
+ }
2030
+ .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 {
2031
+ content: "";
2032
+ width: 0;
2033
+ height: 0;
2034
+ border: 13px solid transparent;
2035
+ position: absolute;
2036
+ top: 0;
2037
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2038
+ right: -21px;
2039
+ z-index: 2;
2040
+ }
2041
+ .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 {
2042
+ content: "";
2043
+ width: 0;
2044
+ height: 0;
2045
+ border: 13px solid transparent;
2046
+ position: absolute;
2047
+ top: 0;
2048
+ border-left: 8px solid #fff;
2049
+ left: 0;
2050
+ }
2051
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2052
+ background-color: rgba(0, 136, 255, 0.1);
2053
+ }
2054
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2055
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2056
+ }
2057
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2058
+ color: #005ed1;
2059
+ }
2060
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2061
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2062
+ background-color: rgba(237, 241, 250, 0.6);
2063
+ }
2064
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2065
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2066
+ color: rgba(44, 56, 82, 0.6);
2067
+ }
2068
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2069
+ padding: 0;
2070
+ }
2071
+
1989
2072
  .rxbeqvl.ant-radio-wrapper {
1990
2073
  display: inline-flex;
1991
2074
  align-items: baseline;
@@ -2128,89 +2211,6 @@ input[type=submit] {
2128
2211
  width: 36px;
2129
2212
  }
2130
2213
 
2131
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2132
- flex-direction: row;
2133
- justify-content: stretch;
2134
- }
2135
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2136
- padding: 0;
2137
- margin-right: 4px;
2138
- flex: 1;
2139
- overflow: visible;
2140
- }
2141
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2142
- display: none;
2143
- }
2144
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2145
- width: 100%;
2146
- min-height: unset;
2147
- }
2148
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2149
- height: 26px;
2150
- line-height: 26px;
2151
- width: 100%;
2152
- text-align: center;
2153
- padding: 0;
2154
- font-size: 12px;
2155
- font-weight: normal;
2156
- }
2157
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2158
- margin-right: 10px;
2159
- }
2160
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2161
- display: none;
2162
- }
2163
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2164
- border-radius: 4px 0 0 4px;
2165
- }
2166
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2167
- margin-right: 0;
2168
- }
2169
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2170
- border-radius: 0 4px 4px 0;
2171
- }
2172
- .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 {
2173
- content: "";
2174
- width: 0;
2175
- height: 0;
2176
- border: 13px solid transparent;
2177
- position: absolute;
2178
- top: 0;
2179
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2180
- right: -21px;
2181
- z-index: 2;
2182
- }
2183
- .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 {
2184
- content: "";
2185
- width: 0;
2186
- height: 0;
2187
- border: 13px solid transparent;
2188
- position: absolute;
2189
- top: 0;
2190
- border-left: 8px solid #fff;
2191
- left: 0;
2192
- }
2193
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2194
- background-color: rgba(0, 136, 255, 0.1);
2195
- }
2196
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2197
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2198
- }
2199
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2200
- color: #005ed1;
2201
- }
2202
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2203
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2204
- background-color: rgba(237, 241, 250, 0.6);
2205
- }
2206
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2207
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2208
- color: rgba(44, 56, 82, 0.6);
2209
- }
2210
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2211
- padding: 0;
2212
- }
2213
-
2214
2214
  .cz04yix {
2215
2215
  display: flex;
2216
2216
  flex-direction: column;
@@ -3918,6 +3918,20 @@ input.rrg1fkn.ant-input {
3918
3918
  margin-left: 24px;
3919
3919
  }
3920
3920
 
3921
+ .igz4le8 {
3922
+ height: 24px;
3923
+ width: 56px !important;
3924
+ margin-right: 4px;
3925
+ }
3926
+
3927
+ .c1riexje {
3928
+ color: rgba(44, 56, 82, 0.6);
3929
+ }
3930
+
3931
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3932
+ display: flex;
3933
+ }
3934
+
3921
3935
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3922
3936
  border-radius: 6px;
3923
3937
  }
@@ -3973,20 +3987,6 @@ input.rrg1fkn.ant-input {
3973
3987
  transform: rotate(180deg);
3974
3988
  }
3975
3989
 
3976
- .igz4le8 {
3977
- height: 24px;
3978
- width: 56px !important;
3979
- margin-right: 4px;
3980
- }
3981
-
3982
- .c1riexje {
3983
- color: rgba(44, 56, 82, 0.6);
3984
- }
3985
-
3986
- .iiqau4c.ant-input-group.ant-input-group-compact {
3987
- display: flex;
3988
- }
3989
-
3990
3990
  .m1thnes4 {
3991
3991
  color: rgba(44, 56, 82, 0.6);
3992
3992
  text-align: center;
@@ -4178,52 +4178,6 @@ input.rrg1fkn.ant-input {
4178
4178
  background: rgba(163, 180, 204, 0.18);
4179
4179
  }
4180
4180
 
4181
- .at4ovwe .ant-input-number-handler-wrap {
4182
- display: var(--at4ovwe-0);
4183
- }
4184
- .at4ovwe .ant-input-number-input-wrap {
4185
- padding: 5px 12px;
4186
- display: inline-flex;
4187
- line-height: 1.5715;
4188
- height: 100%;
4189
- width: 100%;
4190
- }
4191
- .at4ovwe .ant-input-number-input-wrap::after {
4192
- content: var(--at4ovwe-1);
4193
- display: var(--at4ovwe-2);
4194
- flex: none;
4195
- align-items: center;
4196
- margin-left: 4px;
4197
- color: rgba(44, 56, 82, 0.6);
4198
- }
4199
- .at4ovwe .ant-input-number-input-wrap::before {
4200
- content: var(--at4ovwe-3);
4201
- display: var(--at4ovwe-4);
4202
- flex: none;
4203
- align-items: center;
4204
- margin-right: 4px;
4205
- cursor: auto;
4206
- color: rgba(44, 56, 82, 0.6);
4207
- }
4208
- .at4ovwe.ant-input-number {
4209
- width: 100%;
4210
- border-radius: 6px;
4211
- }
4212
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4213
- border-color: #0096ff;
4214
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4215
- }
4216
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4217
- border-color: #e75a3a;
4218
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4219
- }
4220
- .at4ovwe .ant-input-number-input {
4221
- padding: 0;
4222
- margin: 0;
4223
- height: auto;
4224
- font-size: inherit;
4225
- }
4226
-
4227
4181
  .tc40oxa {
4228
4182
  margin-bottom: 4px;
4229
4183
  color: rgba(44, 56, 82, 0.6);
@@ -4420,6 +4374,52 @@ input.rrg1fkn.ant-input {
4420
4374
  margin-right: 8px;
4421
4375
  }
4422
4376
 
4377
+ .at4ovwe .ant-input-number-handler-wrap {
4378
+ display: var(--at4ovwe-0);
4379
+ }
4380
+ .at4ovwe .ant-input-number-input-wrap {
4381
+ padding: 5px 12px;
4382
+ display: inline-flex;
4383
+ line-height: 1.5715;
4384
+ height: 100%;
4385
+ width: 100%;
4386
+ }
4387
+ .at4ovwe .ant-input-number-input-wrap::after {
4388
+ content: var(--at4ovwe-1);
4389
+ display: var(--at4ovwe-2);
4390
+ flex: none;
4391
+ align-items: center;
4392
+ margin-left: 4px;
4393
+ color: rgba(44, 56, 82, 0.6);
4394
+ }
4395
+ .at4ovwe .ant-input-number-input-wrap::before {
4396
+ content: var(--at4ovwe-3);
4397
+ display: var(--at4ovwe-4);
4398
+ flex: none;
4399
+ align-items: center;
4400
+ margin-right: 4px;
4401
+ cursor: auto;
4402
+ color: rgba(44, 56, 82, 0.6);
4403
+ }
4404
+ .at4ovwe.ant-input-number {
4405
+ width: 100%;
4406
+ border-radius: 6px;
4407
+ }
4408
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4409
+ border-color: #0096ff;
4410
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4411
+ }
4412
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4413
+ border-color: #e75a3a;
4414
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4415
+ }
4416
+ .at4ovwe .ant-input-number-input {
4417
+ padding: 0;
4418
+ margin: 0;
4419
+ height: auto;
4420
+ font-size: inherit;
4421
+ }
4422
+
4423
4423
  .a6dbbkm .ant-input-number-handler-wrap {
4424
4424
  display: var(--a6dbbkm-0);
4425
4425
  }