@cloudtower/eagle 0.31.9 → 0.32.0
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/cjs/core/index.js +12 -15
- package/dist/cjs/coreX/ChartWithTooltip/index.js +12 -14
- package/dist/cjs/coreX/UnitWithChart/index.js +12 -14
- package/dist/cjs/index.js +237 -239
- package/dist/cjs/legacy-antd.js +109 -111
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/tower.js +0 -17
- package/dist/components.css +1017 -1034
- package/dist/esm/core/index.js +1 -3
- package/dist/esm/coreX/ChartWithTooltip/index.js +0 -2
- package/dist/esm/coreX/UnitWithChart/index.js +0 -2
- package/dist/esm/index.js +0 -1
- package/dist/esm/legacy-antd.js +0 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/tower.js +1 -17
- package/dist/src/core/Tooltip/index.d.ts +0 -1
- package/dist/src/core/index.d.ts +0 -3
- package/dist/src/coreX/UnitWithChart/index.d.ts +0 -1
- package/dist/src/spec/base.d.ts +0 -1
- package/dist/src/utils/tower.d.ts +0 -1
- package/dist/style.css +938 -953
- package/package.json +4 -4
- package/dist/cjs/core/BytePerSecond/index.js +0 -45
- package/dist/esm/core/BytePerSecond/index.js +0 -39
- package/dist/src/core/BytePerSecond/index.d.ts +0 -3
- package/dist/stories/docs/core/BytePerSecond.stories.d.ts +0 -17
package/dist/esm/core/index.js
CHANGED
|
@@ -2,7 +2,6 @@ import Bit from './Bit/index.js';
|
|
|
2
2
|
import BitPerSecond from './BitPerSecond/index.js';
|
|
3
3
|
import Bps from './Bps/index.js';
|
|
4
4
|
import Byte from './Byte/index.js';
|
|
5
|
-
import BytePerSecond from './BytePerSecond/index.js';
|
|
6
5
|
import Frequency from './Frequency/index.js';
|
|
7
6
|
import Percent from './Percent/index.js';
|
|
8
7
|
import Second from './Second/index.js';
|
|
@@ -11,7 +10,6 @@ import Speed from './Speed/index.js';
|
|
|
11
10
|
const units = {
|
|
12
11
|
Percent,
|
|
13
12
|
Byte,
|
|
14
|
-
BytePerSecond,
|
|
15
13
|
Frequency,
|
|
16
14
|
Speed,
|
|
17
15
|
Bps,
|
|
@@ -20,4 +18,4 @@ const units = {
|
|
|
20
18
|
Second
|
|
21
19
|
};
|
|
22
20
|
|
|
23
|
-
export { Bit, BitPerSecond, Bps, Byte,
|
|
21
|
+
export { Bit, BitPerSecond, Bps, Byte, Frequency, Percent, Second, Speed, units as Units, units };
|
|
@@ -3,7 +3,6 @@ import Bit from '../../core/Bit/index.js';
|
|
|
3
3
|
import BitPerSecond from '../../core/BitPerSecond/index.js';
|
|
4
4
|
import Bps from '../../core/Bps/index.js';
|
|
5
5
|
import Byte from '../../core/Byte/index.js';
|
|
6
|
-
import BytePerSecond from '../../core/BytePerSecond/index.js';
|
|
7
6
|
import Frequency from '../../core/Frequency/index.js';
|
|
8
7
|
import Percent from '../../core/Percent/index.js';
|
|
9
8
|
import Second from '../../core/Second/index.js';
|
|
@@ -18,7 +17,6 @@ import React__default from 'react';
|
|
|
18
17
|
const units = {
|
|
19
18
|
Percent,
|
|
20
19
|
Byte,
|
|
21
|
-
BytePerSecond,
|
|
22
20
|
Frequency,
|
|
23
21
|
Speed,
|
|
24
22
|
Bps,
|
|
@@ -3,7 +3,6 @@ import Bit from '../../core/Bit/index.js';
|
|
|
3
3
|
import BitPerSecond from '../../core/BitPerSecond/index.js';
|
|
4
4
|
import Bps from '../../core/Bps/index.js';
|
|
5
5
|
import Byte from '../../core/Byte/index.js';
|
|
6
|
-
import BytePerSecond from '../../core/BytePerSecond/index.js';
|
|
7
6
|
import Empty from '../../core/Empty/index.js';
|
|
8
7
|
import Frequency from '../../core/Frequency/index.js';
|
|
9
8
|
import Percent from '../../core/Percent/index.js';
|
|
@@ -33,7 +32,6 @@ var __spreadValues = (a, b) => {
|
|
|
33
32
|
const units = {
|
|
34
33
|
Percent,
|
|
35
34
|
Byte,
|
|
36
|
-
BytePerSecond,
|
|
37
35
|
Frequency,
|
|
38
36
|
Speed,
|
|
39
37
|
Bps,
|
package/dist/esm/index.js
CHANGED
|
@@ -20,7 +20,6 @@ export { BreadWrapper, default as Breadcrumb } from './core/Breadcrumb/index.js'
|
|
|
20
20
|
export { default as Button } from './core/Button/index.js';
|
|
21
21
|
export { default as ButtonGroup, ButtonStyle } from './core/ButtonGroup/index.js';
|
|
22
22
|
export { default as Byte } from './core/Byte/index.js';
|
|
23
|
-
export { default as BytePerSecond } from './core/BytePerSecond/index.js';
|
|
24
23
|
export { default as Calendar } from './core/Calendar/index.js';
|
|
25
24
|
export { default as Card } from './core/Card/index.js';
|
|
26
25
|
export { default as Checkbox } from './core/Checkbox/index.js';
|
package/dist/esm/legacy-antd.js
CHANGED
|
@@ -11,7 +11,6 @@ import Breadcrumb from './core/Breadcrumb/index.js';
|
|
|
11
11
|
import Button from './core/Button/index.js';
|
|
12
12
|
import ButtonGroup from './core/ButtonGroup/index.js';
|
|
13
13
|
import Byte from './core/Byte/index.js';
|
|
14
|
-
import BytePerSecond from './core/BytePerSecond/index.js';
|
|
15
14
|
import Calendar from './core/Calendar/index.js';
|
|
16
15
|
import Card from './core/Card/index.js';
|
|
17
16
|
import Checkbox from './core/Checkbox/index.js';
|
|
@@ -95,7 +94,6 @@ function getAntdKit() {
|
|
|
95
94
|
units: {
|
|
96
95
|
Percent,
|
|
97
96
|
Byte,
|
|
98
|
-
BytePerSecond,
|
|
99
97
|
Frequency,
|
|
100
98
|
Speed,
|
|
101
99
|
Bps,
|