@cloudtower/eagle 0.25.14-alpha.2 → 0.25.14-alpha.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
@@ -2166,144 +2166,6 @@ html body {
2166
2166
  width: 36px;
2167
2167
  }
2168
2168
 
2169
- .s34f1qb.ant-switch {
2170
- min-width: 40px;
2171
- height: 24px;
2172
- background: rgba(172, 186, 211, 0.6);
2173
- overflow: hidden;
2174
- }
2175
- .s34f1qb.ant-switch:focus {
2176
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2177
- }
2178
- .s34f1qb.ant-switch-small {
2179
- min-width: 26px;
2180
- height: 16px;
2181
- }
2182
- .s34f1qb.ant-switch-large {
2183
- min-width: 52px;
2184
- height: 32px;
2185
- }
2186
- .s34f1qb.ant-switch .ant-switch-handle {
2187
- height: 20px;
2188
- width: 20px;
2189
- }
2190
- .s34f1qb.ant-switch .ant-switch-handle::before {
2191
- border-radius: 10px;
2192
- transition-delay: 120ms;
2193
- }
2194
- .s34f1qb.ant-switch-small .ant-switch-handle {
2195
- height: 14px;
2196
- width: 14px;
2197
- top: 1px;
2198
- left: 1px;
2199
- }
2200
- .s34f1qb.ant-switch-large .ant-switch-handle {
2201
- height: 28px;
2202
- width: 28px;
2203
- }
2204
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2205
- border-radius: 14px;
2206
- }
2207
- .s34f1qb.ant-switch-checked {
2208
- background-color: #00ba5d;
2209
- }
2210
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2211
- left: calc(100% - 20px - 2px);
2212
- }
2213
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2214
- left: calc(100% - 14px - 1px);
2215
- }
2216
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2217
- left: calc(100% - 28px - 2px);
2218
- }
2219
-
2220
- .c1to9vb9 {
2221
- margin-left: 5px;
2222
- }
2223
-
2224
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2225
- flex-direction: row;
2226
- justify-content: stretch;
2227
- }
2228
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2229
- padding: 0;
2230
- margin-right: 4px;
2231
- flex: 1;
2232
- overflow: visible;
2233
- }
2234
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2235
- display: none;
2236
- }
2237
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2238
- width: 100%;
2239
- min-height: unset;
2240
- }
2241
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2242
- height: 26px;
2243
- line-height: 26px;
2244
- width: 100%;
2245
- text-align: center;
2246
- padding: 0;
2247
- font-size: 12px;
2248
- font-weight: normal;
2249
- }
2250
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2251
- margin-right: 10px;
2252
- }
2253
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2254
- display: none;
2255
- }
2256
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2257
- border-radius: 4px 0 0 4px;
2258
- }
2259
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2260
- margin-right: 0;
2261
- }
2262
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2263
- border-radius: 0 4px 4px 0;
2264
- }
2265
- .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 {
2266
- content: "";
2267
- width: 0;
2268
- height: 0;
2269
- border: 13px solid transparent;
2270
- position: absolute;
2271
- top: 0;
2272
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2273
- right: -21px;
2274
- z-index: 2;
2275
- }
2276
- .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 {
2277
- content: "";
2278
- width: 0;
2279
- height: 0;
2280
- border: 13px solid transparent;
2281
- position: absolute;
2282
- top: 0;
2283
- border-left: 8px solid #fff;
2284
- left: 0;
2285
- }
2286
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2287
- background-color: rgba(0, 136, 255, 0.1);
2288
- }
2289
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2290
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2291
- }
2292
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2293
- color: #005ed1;
2294
- }
2295
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2296
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2297
- background-color: rgba(237, 241, 250, 0.6);
2298
- }
2299
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2300
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2301
- color: rgba(44, 56, 82, 0.6);
2302
- }
2303
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2304
- padding: 0;
2305
- }
2306
-
2307
2169
  .cz04yix {
2308
2170
  display: flex;
2309
2171
  flex-direction: column;
@@ -2969,6 +2831,144 @@ input.rrg1fkn.ant-input {
2969
2831
  border-bottom-left-radius: 0;
2970
2832
  }
2971
2833
 
2834
+ .s34f1qb.ant-switch {
2835
+ min-width: 40px;
2836
+ height: 24px;
2837
+ background: rgba(172, 186, 211, 0.6);
2838
+ overflow: hidden;
2839
+ }
2840
+ .s34f1qb.ant-switch:focus {
2841
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2842
+ }
2843
+ .s34f1qb.ant-switch-small {
2844
+ min-width: 26px;
2845
+ height: 16px;
2846
+ }
2847
+ .s34f1qb.ant-switch-large {
2848
+ min-width: 52px;
2849
+ height: 32px;
2850
+ }
2851
+ .s34f1qb.ant-switch .ant-switch-handle {
2852
+ height: 20px;
2853
+ width: 20px;
2854
+ }
2855
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2856
+ border-radius: 10px;
2857
+ transition-delay: 120ms;
2858
+ }
2859
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2860
+ height: 14px;
2861
+ width: 14px;
2862
+ top: 1px;
2863
+ left: 1px;
2864
+ }
2865
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2866
+ height: 28px;
2867
+ width: 28px;
2868
+ }
2869
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2870
+ border-radius: 14px;
2871
+ }
2872
+ .s34f1qb.ant-switch-checked {
2873
+ background-color: #00ba5d;
2874
+ }
2875
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2876
+ left: calc(100% - 20px - 2px);
2877
+ }
2878
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2879
+ left: calc(100% - 14px - 1px);
2880
+ }
2881
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2882
+ left: calc(100% - 28px - 2px);
2883
+ }
2884
+
2885
+ .c1to9vb9 {
2886
+ margin-left: 5px;
2887
+ }
2888
+
2889
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2890
+ flex-direction: row;
2891
+ justify-content: stretch;
2892
+ }
2893
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2894
+ padding: 0;
2895
+ margin-right: 4px;
2896
+ flex: 1;
2897
+ overflow: visible;
2898
+ }
2899
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2900
+ display: none;
2901
+ }
2902
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2903
+ width: 100%;
2904
+ min-height: unset;
2905
+ }
2906
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2907
+ height: 26px;
2908
+ line-height: 26px;
2909
+ width: 100%;
2910
+ text-align: center;
2911
+ padding: 0;
2912
+ font-size: 12px;
2913
+ font-weight: normal;
2914
+ }
2915
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2916
+ margin-right: 10px;
2917
+ }
2918
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2919
+ display: none;
2920
+ }
2921
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2922
+ border-radius: 4px 0 0 4px;
2923
+ }
2924
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2925
+ margin-right: 0;
2926
+ }
2927
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2928
+ border-radius: 0 4px 4px 0;
2929
+ }
2930
+ .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 {
2931
+ content: "";
2932
+ width: 0;
2933
+ height: 0;
2934
+ border: 13px solid transparent;
2935
+ position: absolute;
2936
+ top: 0;
2937
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2938
+ right: -21px;
2939
+ z-index: 2;
2940
+ }
2941
+ .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 {
2942
+ content: "";
2943
+ width: 0;
2944
+ height: 0;
2945
+ border: 13px solid transparent;
2946
+ position: absolute;
2947
+ top: 0;
2948
+ border-left: 8px solid #fff;
2949
+ left: 0;
2950
+ }
2951
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2952
+ background-color: rgba(0, 136, 255, 0.1);
2953
+ }
2954
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2955
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2956
+ }
2957
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2958
+ color: #005ed1;
2959
+ }
2960
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2961
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2962
+ background-color: rgba(237, 241, 250, 0.6);
2963
+ }
2964
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2965
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2966
+ color: rgba(44, 56, 82, 0.6);
2967
+ }
2968
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2969
+ padding: 0;
2970
+ }
2971
+
2972
2972
  .t1upn1sz {
2973
2973
  height: 100%;
2974
2974
  }
package/dist/umd/index.js CHANGED
@@ -2483,39 +2483,6 @@
2483
2483
  );
2484
2484
  api.warn = api.warning;
2485
2485
 
2486
- const defaultContext = React.createContext({
2487
- store: UIKitStore,
2488
- storeState: UIKitStore.getState()
2489
- });
2490
- const ReduxContext = React.createContext(defaultContext);
2491
- const ReduxContextProvider = (props) => {
2492
- const { children, reduxContext = defaultContext } = props;
2493
- return /* @__PURE__ */ React__namespace.default.createElement(ReduxContext.Provider, { value: reduxContext }, children);
2494
- };
2495
-
2496
- const KitStoreProvider = (props) => {
2497
- const { children } = props;
2498
- const reduxContext = React.useContext(ReduxContext);
2499
- const store = React.useContext(reduxContext);
2500
- return /* @__PURE__ */ React__namespace.default.createElement(reactRedux.Provider, { context: reduxContext, store: store.store }, children);
2501
- };
2502
- const useKitDispatch = () => {
2503
- const ctx = React.useContext(ReduxContext);
2504
- const useHook = React.useMemo(
2505
- () => reactRedux.createDispatchHook(ctx),
2506
- [ctx]
2507
- );
2508
- return useHook();
2509
- };
2510
- const useKitSelector = (selector, equalityFn) => {
2511
- const ctx = React.useContext(ReduxContext);
2512
- const useHook = React.useMemo(
2513
- () => reactRedux.createSelectorHook(ctx),
2514
- [ctx]
2515
- );
2516
- return useHook(selector, equalityFn);
2517
- };
2518
-
2519
2486
  var __defProp$h = Object.defineProperty;
2520
2487
  var __defProps$e = Object.defineProperties;
2521
2488
  var __getOwnPropDescs$e = Object.getOwnPropertyDescriptors;
@@ -2671,6 +2638,39 @@
2671
2638
  });
2672
2639
  }
2673
2640
 
2641
+ const defaultContext = React.createContext({
2642
+ store: UIKitStore,
2643
+ storeState: UIKitStore.getState()
2644
+ });
2645
+ const ReduxContext = React.createContext(defaultContext);
2646
+ const ReduxContextProvider = (props) => {
2647
+ const { children, reduxContext = defaultContext } = props;
2648
+ return /* @__PURE__ */ React__namespace.default.createElement(ReduxContext.Provider, { value: reduxContext }, children);
2649
+ };
2650
+
2651
+ const KitStoreProvider = (props) => {
2652
+ const { children } = props;
2653
+ const reduxContext = React.useContext(ReduxContext);
2654
+ const store = React.useContext(reduxContext);
2655
+ return /* @__PURE__ */ React__namespace.default.createElement(reactRedux.Provider, { context: reduxContext, store: store.store }, children);
2656
+ };
2657
+ const useKitDispatch = () => {
2658
+ const ctx = React.useContext(ReduxContext);
2659
+ const useHook = React.useMemo(
2660
+ () => reactRedux.createDispatchHook(ctx),
2661
+ [ctx]
2662
+ );
2663
+ return useHook();
2664
+ };
2665
+ const useKitSelector = (selector, equalityFn) => {
2666
+ const ctx = React.useContext(ReduxContext);
2667
+ const useHook = React.useMemo(
2668
+ () => reactRedux.createSelectorHook(ctx),
2669
+ [ctx]
2670
+ );
2671
+ return useHook(selector, equalityFn);
2672
+ };
2673
+
2674
2674
  var __defProp$f = Object.defineProperty;
2675
2675
  var __defProps$c = Object.defineProperties;
2676
2676
  var __getOwnPropDescs$c = Object.getOwnPropertyDescriptors;