@loomhq/lens 11.7.0 → 11.9.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.
|
@@ -4,7 +4,7 @@ declare const Loader: ({ color, size, ...props }: LoaderProps & React.ComponentP
|
|
|
4
4
|
export declare const availableSizes: string[];
|
|
5
5
|
type LoaderProps = {
|
|
6
6
|
color?: string;
|
|
7
|
-
size?: 'medium' | 'large';
|
|
7
|
+
size?: 'small' | 'medium' | 'large';
|
|
8
8
|
};
|
|
9
9
|
type LoaderWrapperProps = {
|
|
10
10
|
size?: string;
|
package/dist/index.js
CHANGED
|
@@ -1521,6 +1521,9 @@ import { keyframes } from "@emotion/core";
|
|
|
1521
1521
|
var speed = 1;
|
|
1522
1522
|
var dotsAmount = 8;
|
|
1523
1523
|
var sizes = {
|
|
1524
|
+
small: {
|
|
1525
|
+
totalSize: 18
|
|
1526
|
+
},
|
|
1524
1527
|
medium: {
|
|
1525
1528
|
totalSize: 24
|
|
1526
1529
|
},
|
|
@@ -2737,8 +2740,8 @@ var sizeStyles2 = {
|
|
|
2737
2740
|
large: {
|
|
2738
2741
|
textSize: "large",
|
|
2739
2742
|
iconSize: 4,
|
|
2740
|
-
height: u(
|
|
2741
|
-
xSpace: u(
|
|
2743
|
+
height: u(6),
|
|
2744
|
+
xSpace: u(3)
|
|
2742
2745
|
}
|
|
2743
2746
|
};
|
|
2744
2747
|
var TextButtonWrapper = styled15.button`
|